Difference between revisions of "Release 320"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
(Initial Template)
 
Line 1: Line 1:
'''''Work in progress - target date May 1 - updated until revision: '''''
+
'''''Work in progress - target date May 1 - updated until revision: 2188'''''
  
 
Release 3.2.0 is declared stable enough for production - with non-stopper open issues you can find in [http://sourceforge.net/search/index.php?group_id=176962&form_submit=Search&type_of_search=artifact&group_artifact_id%5B%5D=879332&status_id%5B%5D=1 sourceforge bugs]
 
Release 3.2.0 is declared stable enough for production - with non-stopper open issues you can find in [http://sourceforge.net/search/index.php?group_id=176962&form_submit=Search&type_of_search=artifact&group_artifact_id%5B%5D=879332&status_id%5B%5D=1 sourceforge bugs]
Line 5: Line 5:
 
==Highlights==
 
==Highlights==
  
*  
+
* Stabilization and refactoring of postgres port (Heng Sin)
  
 
==WORKS==
 
==WORKS==
Line 11: Line 11:
 
===Enhancements===
 
===Enhancements===
  
*  
+
* [ 1693362 ] current ADempiere show credit and debit negative (Victor) - Add C_AcctSchema.IsAllowNegativePosting (CarlosRuiz)
 +
* [ 1694788 ] Add role checking on max rows to Info windows (Armenrz)
 +
* [ 1675490 ] ModelValidator on modelChange after events (TeoSarca, CarlosRuiz)
 +
* Remove of ROWNUM (oracle-specific) for better database independence (Heng Sin)
 +
* [ 1670025 ] ModelValidator.afterLoadPreferences will be useful (TeoSarca)
 +
* Complete submission of Access to a tab in a window programmatically (CarlosRuiz)
 +
* [ 1703195 ] Silently pass AD_Client_ID, AD_Org_ID and AD_User_ID to JasperReports (Trifon)
 +
* [ 1705429 ] Sort tab doesn't have ignore support (TeoSarca)
 +
* [ 1705431 ] Sort tab is modifing readonly records (TeoSarca)
 +
* [ 1705437 ] Sort Tab - add drag and drop support (TeoSarca)
 +
* [ 1705444 ] Sort Tab is navigable (TeoSarca)
 +
* Save optimization - save only what have changed (TeoSarca)
 +
* [ 1705883 ] Export translation xml files are not indented (TeoSarca)
 +
* Search Product Info by Supplier (MJudd)
  
 
===Bug Fixes===
 
===Bug Fixes===
  
*  
+
* [ 1693801 ] Error when you try comple a shipmet or receipt and tax is 0 (CarlosRuiz)
 +
* [ 1696343 ] PO not saved if just custom column changed (CarlosRuiz)
 +
* [ 1698284 ] NPE in Payment window (TeoSarca)
 +
* [ 1699033 ] Import BPartner Problem (TeoSarca)
 +
* Fixed non UTF-characters. Corrected some translation errors (Daniel Norin)
 +
* [ 1701274 ] Shipment doesn't copy order priority (TeoSarca)
 +
* [ 1701324 ] MMovementLine: beforeSave Qty precision error (TeoSarca)
 +
* [ 1680304 ] Problem with Replenish Report when you use custom type (Heng Sin)
 +
* [ 1686773 ] Invoice: inconsistent use of TaxAmt, LineTotalAmt (TeoSarca)
 +
* [ 1702807 ] Manual tax not added to InvoiceTax (TeoSarca)
 +
* [ 1703207 ] Issue when push button Paymenet Rule for Order Complete (Victor)
 +
* [ 1703318 ] Error generate invoice line ad charge and should use product (Victor)
 +
* [ 1703745 ] Quotes needed when CLASSPATH has spaces (JohnSweval, Trifon)
 +
* [ 1703102 ] Can not delete Banks, Charges, Business Partner Groups (TeoSarca)
 +
* [ 1704548 ] Non printing images from database (CarlosRuiz)
 +
* [ 1704760 ] PackOut - output dir is wrong (TeoSarca)
 +
* [ 1704762 ] PackOut - streams are not closed (TeoSarca)
 +
* [ 1704763 ] PackOut - field IsReadOnly/isReadWrite is incorrect exported (TeoSarca)
 +
* [ 1704802 ] 2Pack is not exporting/importing column version (TeoSarca)
 +
* [ 1705164 ] Field overwritten in BPartner window (CarlosRuiz)
 +
* [ 1698476 ] FAPACK006 (Fixed Assets) Import Problem (CarlosRuiz)
 +
* [ 1705182 ] ORA-00972: identifier is too long (CarlosRuiz)
 +
* [ 1663167 ] MColumn.getSQLDataType: Unhandled Data Type = 28 (CarlosRuiz)
 +
* [ 1704785 ] VFile is not firing Vetoable Change (TeoSarca)
 +
* [ 1705194 ] VFile is not using the field name (TeoSarca)
 +
* [ 1705166 ] Sort tabs working wrongly (TeoSarca)
 +
* [ 1705537 ] Import Account parent key not shown (CarlosRuiz)
 +
* [ 1705768 ] Convert.recoverQuotedStrings() error on strings with <--> (TeoSarca)
 +
* [ 1706409 ] Home button not working correctly (TeoSarca)
  
 
===Additional===
 
===Additional===
  
*  
+
* [ 1673699 ] Code cleanup (Stefan Huehner)
 +
* [ 1673357 ] Remove use of myDevEnvTemplate script (Heng Sin)
 +
* Added xml files for Hungarian language
 +
* Added Japanese translation (kubotti)
 +
* [ 1705940 ] Romanian Language Pack (Ioan Bogdan, TeoSarca)
 +
* [ 1705935 ] Romanian Accounting Schema (Ioan Bogdan, TeoSarca)
 +
* Removed fyracle and derby from trunk
 +
* Contributed Adempiere Account Editor (Daniel Norin)
  
 
==Business==
 
==Business==

Revision as of 22:52, 30 April 2007

Work in progress - target date May 1 - updated until revision: 2188

Release 3.2.0 is declared stable enough for production - with non-stopper open issues you can find in sourceforge bugs

Highlights

  • Stabilization and refactoring of postgres port (Heng Sin)

WORKS

Enhancements

  • [ 1693362 ] current ADempiere show credit and debit negative (Victor) - Add C_AcctSchema.IsAllowNegativePosting (CarlosRuiz)
  • [ 1694788 ] Add role checking on max rows to Info windows (Armenrz)
  • [ 1675490 ] ModelValidator on modelChange after events (TeoSarca, CarlosRuiz)
  • Remove of ROWNUM (oracle-specific) for better database independence (Heng Sin)
  • [ 1670025 ] ModelValidator.afterLoadPreferences will be useful (TeoSarca)
  • Complete submission of Access to a tab in a window programmatically (CarlosRuiz)
  • [ 1703195 ] Silently pass AD_Client_ID, AD_Org_ID and AD_User_ID to JasperReports (Trifon)
  • [ 1705429 ] Sort tab doesn't have ignore support (TeoSarca)
  • [ 1705431 ] Sort tab is modifing readonly records (TeoSarca)
  • [ 1705437 ] Sort Tab - add drag and drop support (TeoSarca)
  • [ 1705444 ] Sort Tab is navigable (TeoSarca)
  • Save optimization - save only what have changed (TeoSarca)
  • [ 1705883 ] Export translation xml files are not indented (TeoSarca)
  • Search Product Info by Supplier (MJudd)

Bug Fixes

  • [ 1693801 ] Error when you try comple a shipmet or receipt and tax is 0 (CarlosRuiz)
  • [ 1696343 ] PO not saved if just custom column changed (CarlosRuiz)
  • [ 1698284 ] NPE in Payment window (TeoSarca)
  • [ 1699033 ] Import BPartner Problem (TeoSarca)
  • Fixed non UTF-characters. Corrected some translation errors (Daniel Norin)
  • [ 1701274 ] Shipment doesn't copy order priority (TeoSarca)
  • [ 1701324 ] MMovementLine: beforeSave Qty precision error (TeoSarca)
  • [ 1680304 ] Problem with Replenish Report when you use custom type (Heng Sin)
  • [ 1686773 ] Invoice: inconsistent use of TaxAmt, LineTotalAmt (TeoSarca)
  • [ 1702807 ] Manual tax not added to InvoiceTax (TeoSarca)
  • [ 1703207 ] Issue when push button Paymenet Rule for Order Complete (Victor)
  • [ 1703318 ] Error generate invoice line ad charge and should use product (Victor)
  • [ 1703745 ] Quotes needed when CLASSPATH has spaces (JohnSweval, Trifon)
  • [ 1703102 ] Can not delete Banks, Charges, Business Partner Groups (TeoSarca)
  • [ 1704548 ] Non printing images from database (CarlosRuiz)
  • [ 1704760 ] PackOut - output dir is wrong (TeoSarca)
  • [ 1704762 ] PackOut - streams are not closed (TeoSarca)
  • [ 1704763 ] PackOut - field IsReadOnly/isReadWrite is incorrect exported (TeoSarca)
  • [ 1704802 ] 2Pack is not exporting/importing column version (TeoSarca)
  • [ 1705164 ] Field overwritten in BPartner window (CarlosRuiz)
  • [ 1698476 ] FAPACK006 (Fixed Assets) Import Problem (CarlosRuiz)
  • [ 1705182 ] ORA-00972: identifier is too long (CarlosRuiz)
  • [ 1663167 ] MColumn.getSQLDataType: Unhandled Data Type = 28 (CarlosRuiz)
  • [ 1704785 ] VFile is not firing Vetoable Change (TeoSarca)
  • [ 1705194 ] VFile is not using the field name (TeoSarca)
  • [ 1705166 ] Sort tabs working wrongly (TeoSarca)
  • [ 1705537 ] Import Account parent key not shown (CarlosRuiz)
  • [ 1705768 ] Convert.recoverQuotedStrings() error on strings with <--> (TeoSarca)
  • [ 1706409 ] Home button not working correctly (TeoSarca)

Additional

  • [ 1673699 ] Code cleanup (Stefan Huehner)
  • [ 1673357 ] Remove use of myDevEnvTemplate script (Heng Sin)
  • Added xml files for Hungarian language
  • Added Japanese translation (kubotti)
  • [ 1705940 ] Romanian Language Pack (Ioan Bogdan, TeoSarca)
  • [ 1705935 ] Romanian Accounting Schema (Ioan Bogdan, TeoSarca)
  • Removed fyracle and derby from trunk
  • Contributed Adempiere Account Editor (Daniel Norin)

Business