Commit Graph

1135 Commits

Author SHA1 Message Date
Carlos Ruiz 38ef57f99d IDEMPIERE-1642 Window Customization with no window name give null on Recent Items / thanks to Nicolas Micoud (nmicoud) 2013-12-26 17:31:30 -05:00
Elaine Tan 8a6f3709b0 IDEMPIERE-1632 When match 1 receipt linked 1 PO with two invoice. 2 new matchPO is create with error post - set invoice info for match po when the quantity is the same else create match po record for po-invoice 2013-12-24 16:31:49 +08:00
Elaine Tan 149316e79e IDEMPIERE-1632 When match 1 receipt linked 1 PO with two invoice. 2 new matchPO is create with error post 2013-12-20 18:38:21 +08:00
Heng Sin Low fe8d50e213 1003581 IDEMPIERE-1584 -- Custom sort order is lost when updating a record. Fixed retain sort order for detail tabs. 2013-12-20 17:56:52 +08:00
Heng Sin Low cd58305761 1003628 Incorrect Landed Cost Allocation calculation. Fixed rounding issue. 2013-12-18 16:36:04 +08:00
Carlos Ruiz 5f9c1f7dc8 IDEMPIERE-1597 Price List and Date must be not-updateable 2013-12-17 21:14:26 -05:00
Carlos Ruiz 6ed966a307 IDEMPIERE-1532 Reversed Allocation document has wrong TrxDate / based on patch from Thomas Bayen (tbayen) 2013-12-17 11:47:12 -05:00
Heng Sin Low 0e6d317e2b 1003581 IDEMPIERE-1584 -- Custom sort order is lost when updating a record. 2013-12-17 18:04:50 +08:00
Jesús García 853d0727a5 IDEMPIERE-1574 Sales Order Line lets Price under the Price Limit when updating 2013-12-13 12:58:42 -05:00
Heng Sin Low ed0d30fd31 IDEMPIERE-1448 Import File Loader window is showing columnnames. Peer review and commit patch from Carlos Ruiz. 2013-12-13 20:27:59 +08:00
Carlos Augusto Sanchez ee448d8c45 IDEMPIERE-1574 Sales Order Line lets Price under the Price Limit when updating / fix NPE 2013-12-11 11:54:37 -05:00
Jesús García 9acb39e8c6 IDEMPIERE-1516 Performance indicators display fails when role user assigment inactive 2013-12-11 11:47:24 -05:00
Nicolas Micoud 6542926f11 IDEMPIERE-1623 MAIL_SEND_BCC_TO_FROM is not used 2013-12-11 08:44:56 -05:00
Carlos Ruiz d9eeaf3aaa IDEMPIERE-1587 Error ORA-12704 for some columns 2013-12-11 08:11:50 -05:00
Heng Sin Low 7e38cf51ed IDEMPIERE-337 zkwebui - Improve Info Product window - enforce only one current vendor per product rule. Disallow saving of duplicate current vendor record instead of update existing current vendor record to 'N'. 2013-12-05 23:15:51 +08:00
Heng Sin Low efd459134b Merge 10018:d1cf5d600c4e 2013-12-05 18:07:33 +08:00
Heng Sin Low ada15c177b IDEMPIERE-1335 Info window multi-select for product info is broken. Fixed save error when user select multiple product with QtyAvailable=0. 2013-12-05 18:04:56 +08:00
Elaine Tan a9364f6af6 IDEMPIERE-337 zkwebui - Improve Info Product window - enforce only one current vendor per product rule, execute the update statement if current record is active and is current vendor 2013-12-05 18:04:46 +08:00
Elaine Tan 838af05634 IDEMPIERE-337 zkwebui - Improve Info Product window - enforce only one current vendor per product rule 2013-12-05 15:38:53 +08:00
Jesús García 853b3e9da8 IDEMPIERE-1574 Sales Order Line lets Price under the Price Limit when updating 2013-12-04 11:36:03 -05:00
Heng Sin Low c436141c39 1003528 GL Bug? Reversed payment showing up on Payment Allocation. Fixed reverse accrual of payment. 2013-12-03 17:57:54 +08:00
Elaine Tan c03e01aa2e 1003544 Purchase Order window is showing as default the Sales Price List 2013-12-03 12:29:25 +08:00
Carlos Ruiz 4ff74bfef3 IDEMPIERE-1232 Zoom condition fixes / found problem obtaining parent tab on MZoomCondition as the variable _TabInfo_TabLevel has not been initialized - when navigating to BP Location it finds User BP Access as parent tab instead of the master BP 2013-11-28 12:59:08 -05:00
hieplq 7cf96275a2 IDEMPIERE-1213 set encoding when export grid to file 2013-11-26 19:22:42 -05:00
Carlos Ruiz 59c7fc705f IDEMPIERE-1569 Import File Loader hiding unparseable date exception 2013-11-25 18:17:27 -05:00
Heng Sin Low c8f9f36295 IDEMPIERE-1510 Exception when closing Report Wizard ( ticket #1003516 ) 2013-11-21 20:35:21 +08:00
Carlos Ruiz 90a17a7753 Merged trekglobal/idempiere/release-1.0c into release-1.0c 2013-11-20 08:43:48 -05:00
Heng Sin Low 439e3e453a 1003454 Large reports slow, throwing errors. Reduce memory usage for generation of html output. 2013-11-19 23:54:37 +08:00
Carlos Ruiz bec5e24fb4 IDEMPIERE-1498 The values true and false are not translated in reports / based on patch from Flemming Birch 2013-11-18 08:52:52 -05:00
Heng Sin Low 6937c2dbdb 1003475 IDEMPIERE-1530 Allow Material Receipt Line with Quantity Receipt more then Purchase Order Line's Quantity Ordered. Fixed NPE when create MR line without order line. 2013-11-18 10:35:51 +08:00
Heng Sin Low d421ce00e2 1003475 IDEMPIERE-1530 Allow Material Receipt Line with Quantity Receipt more then Purchase Order Line's Quantity Ordered 2013-11-13 22:05:39 +08:00
Carlos Ruiz 5447f06c0f In order to make the migration scripts littler in size - just write the comment one time or when changed 2013-11-07 17:03:39 -05:00
Elaine Tan 2e3e4fc61f IDEMPIERE-1083 Print shipping label applet is not working 2013-11-07 14:51:50 +08:00
Heng Sin Low a4ec500a56 Remove the variable initializer for tableID and tableName. We must not use variable initializer for the 2 variable since that will overwrite the initialization done in the initPO method ( Execution Sequence: GenericPO Constructor > PO Constructor > initPO() > GenericPO instance variable initializer ). 2013-11-04 21:29:39 +08:00
Heng Sin Low e79d02b392 IDEMPIERE-1442 Additional confirmation on close and void action. 2013-11-01 15:39:09 +08:00
Heng Sin Low 1a113b9cb5 1003404 IDEMPIERE-1483 Performance problems (Time Out) when creating new records 2013-10-29 17:55:26 +08:00
Heng Sin Low d7f80a1472 1003403 Detail tab should not update window context. IDEMPIERE-1485 2013-10-29 15:06:36 +08:00
anozimada 59cddaf94e IDEMPIERE-1467 set lines to 0 if voiding drafted GL Journal 2013-10-24 14:25:07 +07:00
Carlos Ruiz 3bd98facae IDEMPIERE-1458 Report throws Exception 2013-10-23 11:09:07 -05:00
Carlos Ruiz 8a8356f753 IDEMPIERE-1389 Size Error in address 1 field 2013-10-19 08:53:20 -05:00
Heng Sin Low a6af9e3a6f 1003322 2Pack enhancement for Extension Development. 2013-10-09 18:03:51 +08:00
Carlos Ruiz e3181de305 IDEMPIERE-1447 Posting fails on reversal shipment with services / revert wrong comment on previous commit 2013-10-16 17:16:07 -05:00
Carlos Ruiz a36239a8d9 IDEMPIERE-1447 Posting fails on reversal shipment with services 2013-10-16 16:52:29 -05:00
Carlos Ruiz 533302fbc1 IDEMPIERE-1447 Posting fails on reversal shipment with services 2013-10-16 16:35:48 -05:00
Carlos Ruiz 5803ed9602 IDEMPIERE-1446 Order of report parameters on PDF is not consistent 2013-10-16 15:35:32 -05:00
Carlos Ruiz cd1722bd6b IDEMPIERE-1408 User window must not show System users 2013-10-03 10:42:44 -05:00
Heng Sin Low e6b68845c0 IDEMPIERE-1409 Validate format for AD_User.EMail. Peer review and commit patch from Carlos. 2013-10-02 16:13:53 +08:00
Heng Sin Low c9d56568b3 1002807 - Fixed ReadonlyLogic+IsProcessed() validation create confusing UI state. IDEMPIERE-54 2013-09-30 18:34:30 +08:00
Carlos Ruiz 0dd29367ae IDEMPIERE-1404 Initial Client Setup creating shared location for org and warehouse 2013-09-30 21:29:23 -05:00
Carlos Ruiz 11937f6201 IDEMPIERE-1083 regenerate serialVersionUID 2013-09-30 10:15:28 -05:00