Commit Graph

1621 Commits

Author SHA1 Message Date
hieplq 36ce8de266 IDEMPIERE-2049:Incorrectly is sent the email in russian language 2014-11-26 13:23:32 -05:00
Nicolas Micoud 3ef895aa91 IDEMPIERE-2325 Env.parseVariable(String, PO, String, boolean) displays 'null' instead of '' 2014-11-26 11:06:10 -05:00
Carlos Ruiz ff3366bea9 IDEMPIERE-2318 Null pointer exception when Product has not Attribute set configured and costing level is batch / fix MovementLine cannot be saved 2014-11-25 11:19:18 -05:00
Carlos Ruiz 50f5041015 IDEMPIERE-2305 Cash/Check Payment button is ignoring amount entered / fix issue reversing a payment (and in general setting wrongly the docstatus when the document save fails) 2014-11-24 16:14:23 -05:00
Carlos Ruiz fe3769cceb IDEMPIERE-2331 Add getGridWindow to GridTab 2014-11-22 12:35:47 -05:00
Carlos Ruiz 9c62f0254b IDEMPIERE-2326 Deadlock on workflow email after complete 2014-11-19 15:49:36 -05:00
Carlos Ruiz 6be4c15be0 IDEMPIERE-2324 Env.parseVariable(String, PO, String, boolean) doesn't use format when keepUnparseable / based on patch from Nicolas Micoud (nmicoud) 2014-11-19 11:33:36 -05:00
Carlos Ruiz a44979a33a IDEMPIERE-2318: Handling NPE and providing meaning full error message 2014-11-19 08:40:49 -05:00
Deepak Pansheriya 7c106e3dda IDEMPIERE-2318: Handling NPE and providing meaning full error message 2014-11-17 20:25:53 +05:30
Carlos Ruiz 06bc792db5 IDEMPIERE-2322 Cannot search Date+Time with time portion 2014-11-18 18:45:28 -05:00
Carlos Ruiz 54a5e2dbd3 IDEMPIERE-2312 Dcoument number can have 'null' in prefix or suffix 2014-11-14 17:16:31 -05:00
Carlos Ruiz 4b70e8cdbe IDEMPIERE-2316 Inventory Move allows to move to inactive warehouses 2014-11-14 09:16:25 -05:00
Carlos Ruiz 913b77387b IDEMPIERE-2312 Dcoument number can have 'null' in prefix or suffix / based on patch from Nicolas Micoud (nmicoud) 2014-11-13 13:01:31 -05:00
Carlos Ruiz ab37dd1258 IDEMPIERE-2057 Modify "Update Costing" process to create a cost adjustment document / IDEMPIERE-2306 Can't create cost detail when costing level is Batch/Lot from import inventory 2014-11-11 14:19:02 -05:00
Carlos Ruiz fe3ebcd1ae minor - fix a comment creating problems for javadoc 2014-11-10 17:22:34 -05:00
Carlos Ruiz 0e03505f52 IDEMPIERE-2305 Cash/Check Payment button is ignoring amount entered 2014-11-08 13:11:07 -05:00
Carlos Ruiz 1fabfda6d6 IDEMPIERE-2304 Some attachment related functionalities not working with filesystem store 2014-11-05 14:33:20 -05:00
Carlos Ruiz 545183280f IDEMPIERE-2281 Alert Processor and Scheduler ignoring Client Storage Provider Setup 2014-11-05 10:02:26 -05:00
Hesham S. Ahmed f0f7ea0f02 IDEMPIERE-2299 Material receipt confirmation fails 2014-11-05 09:20:54 -05:00
Carlos Ruiz ffc5bec7ad IDEMPIERE-2089 Print format window ID is hardcoded in ZKReportViewer 2014-11-05 08:59:55 -05:00
Nicolas Micoud 5bbeae195b IDEMPIERE-2303 NPE on MailText.parse 2014-11-05 08:49:05 -05:00
Carlos Ruiz 6ad4577e1d IDEMPIERE-2113 Enable import button for end users 2014-11-04 23:28:46 -05:00
Carlos Ruiz 21ab09f54d Generate complete model for release 2.1 2014-10-30 23:41:51 -05:00
Carlos Ruiz fa74477ecf Update product version to 2.1.0 2014-10-30 23:30:38 -05:00
Carlos Ruiz c132c4d0fc Update sources to release 2.1 2014-10-30 23:08:23 -05:00
Carlos Ruiz 1912d32e8d IDEMPIERE-2284 MProductCategory/MAssetGroup s_cache useless 2014-10-29 13:33:26 -05:00
Carlos Ruiz 5b37a986c4 IDEMPIERE-2116 Cannot correct Inventory OnHand ORA-01861 / thanks to David Garcia for the hint 2014-10-29 13:32:29 -05:00
Carlos Ruiz 1c351ddd23 IDEMPIERE-2271 iDempiere is hardcoded EMail to support subject / IDEMPIERE-2260 iDempiere is hardcoded in MClient.testEMail / based on patch from Nicolas Micoud (nmicoud) 2014-10-29 11:48:00 -05:00
Carlos Ruiz 5c27c2bf3d IDEMPIERE-2275 Process button of toolbar doesn't handle access / based on patch from Nicolas Micoud (nmicoud) 2014-10-29 11:17:45 -05:00
Carlos Ruiz 3dbec5eb0f IDEMPIERE-2278 Entity Types are not cached - but static array 2014-10-29 11:00:29 -05:00
Carlos Ruiz 05300e6a54 cleanup MSysConfig of unused keys - documenting missing entries in http://wiki.idempiere.org/en/System_Configurator_(Window_ID-50006) 2014-10-29 09:11:27 -05:00
jan thielemann d6822cc466 IDEMPIERE-2259 Add SysConfig keys to avoid using hardcoded values on login page 2014-10-29 08:17:11 -05:00
Carlos Ruiz 94a37ec70d IDEMPIERE-939 A lot of Russian language on Login panel 2014-10-26 09:19:23 -05:00
Carlos Ruiz 97f7a85462 IDEMPIERE-2269 Multi-currency allocation broken in zk 2014-10-24 07:51:19 -05:00
Carlos Ruiz e6136d9a5d IDEMPIERE-2256 Unallocated Payments Report show payments allocated / IDEMPIERE-1702 / IDEMPIERE-659 2014-10-22 10:10:34 -05:00
Carlos Ruiz 8ead12cbab IDEMPIERE-2207 Use of virtual column in search is broken 2014-10-15 20:56:42 -05:00
Carlos Ruiz 3200a5b6f2 IDEMPIERE-2088 Remove useless code 2014-10-15 14:12:03 -05:00
Nicolas Micoud 020ca7fce7 IDEMPIERE-2221 Method Tax.get should be public 2014-10-15 13:46:36 -05:00
Carlos Ruiz 212cfc4a0f IDEMPIERE-2207 Use of virtual column in search is broken 2014-10-15 13:22:30 -05:00
Carlos Ruiz d4e227aafe IDEMPIERE-1999 Adding support for over shipment / based on attached patch (MInOut.patch) from hengsin 2014-10-15 12:18:37 -05:00
Carlos Ruiz 510517e5cc IDEMPIERE-1817 Window Customization Cache Issue 2014-10-15 10:02:59 -05:00
Carlos Ruiz 34a5b9212a IDEMPIERE-659 Use of Context Variables in Report Views' where clause 2014-10-01 09:13:46 -05:00
Carlos Ruiz d04844a375 IDEMPIERE-2218 Cannot reverse journal with control amount 2014-09-29 17:48:50 -05:00
Carlos Ruiz f021e8f5f1 IDEMPIERE-1970 Improve t_selection logic for info window / change viewID to point to an info column instead of a column 2014-09-05 19:23:26 -05:00
Nicolas Micoud 6ca4902204 IDEMPIERE-1859 Info Window access are based on the table and not on the InfoWindowID 2014-09-05 16:48:44 -05:00
Carlos Ruiz b825c289b4 IDEMPIERE-2096 NPE compare BigDecimal when complete a "Customer Return" document 2014-09-05 16:41:54 -05:00
Carlos Ruiz ea232497ef IDEMPIERE-1901 Deprecate parent composite primary keys - leave management via table index 2014-09-05 16:18:09 -05:00
Thomas Bayen 1ec73fb1fe IDEMPIERE-2182 - Allow many mail addresses with MAIL_SEND_BCC_TO_ADDRESS 2014-09-04 08:57:54 +02:00
Carlos Ruiz 5f571eabd7 IDEMPIERE-2166 SuperUser can't reset default grid - by removing all columns 2014-09-05 11:14:40 -05:00
Carlos Ruiz c02a761dbe IDEMPIERE-2190 Virtual Column M_Product.CostStandard too heavy 2014-09-05 08:53:08 -05:00
Carlos Ruiz 9b2f8b6782 IDEMPIERE-2188 Make hardcoded load timeout configurable 2014-09-05 08:42:54 -05:00
Carlos Ruiz 991167cfc2 hg backout 027b441 / IDEMPIERE-2132 mails from iDempiere can not be forwarded - backout as Nicolas reported it breaks IDEMPIERE-1899 2014-09-04 16:30:46 -05:00
Carlos Ruiz aa6b1b2317 IDEMPIERE-2183 Incomplete deprecation on MPeriod 2014-09-03 18:20:03 -05:00
Carlos Ruiz 3a8f9cd226 IDEMPIERE-2060 Move some Delete Cascade Constraints to Model classes / remove warnings 2014-09-03 18:19:53 -05:00
Carlos Ruiz e8ed74eabc IDEMPIERE-2161 DiscountSchema works with every CumulativeLevel value 2014-09-03 17:57:41 -05:00
Thomas Bayen 9ee13407ab IDEMPIERE-2132 mails from iDempiere can not be forwarded 2014-09-03 17:42:14 -05:00
Thomas Bayen 8c5cfb6c05 IDEMPIERE-2104 - restrict sending EMails to one single to address 2014-09-03 23:09:14 +02:00
Carlos Ruiz 1116966de8 IDEMPIERE-2060 Move some Delete Cascade Constraints to Model classes / based on idea and patch from Adnan Touati 2014-09-03 16:49:06 -05:00
Hideaki Hagiwara 7beb66517b IDEMPIERE-2160 2014-08-29 15:18:52 +09:00
Carlos Ruiz 1c059972c8 IDEMPIERE-2171 Export Format Generator give version null value error / Thanks to KittiU for the patch and Peter Shepetko 2014-09-03 08:36:12 -05:00
Heng Sin Low 97253ac9b2 IDEMPIERE-2124 Extensibility issue - OSGi callouts being called before official. Peer review. 2014-08-21 00:11:53 +08:00
Heng Sin Low 6758daac61 IDEMPIERE-2144 Pack in of Attachment: Update entry is using wrong index. 2014-08-13 15:06:08 +08:00
Carlos Ruiz ce672a5221 IDEMPIERE-2134 Issues found on Payment Selection process - make the call at the end of payment selection configurable 2014-08-12 15:40:49 +02:00
Carlos Ruiz 5975348a61 IDEMPIERE-2135 Payment Term not applied for Direct Debit invoices 2014-08-12 09:52:06 +02:00
Carlos Ruiz 062f2a8ca6 IDEMPIERE-2134 Issues found on Payment Selection process - implement trx management
* Payment Selection Manual:
** PaySelect.generatePaySelect: out of transaction, dangerous, if a line fails the header is still there
* Payment Print/Export
** PayPrint.cmd_export and cmd_print: both are creating and completing payments out of transaction, if something fails in the middle the process can leave partial things
2014-08-12 09:51:20 +02:00
Carlos Ruiz 0fae275b28 IDEMPIERE-2124 Extensibility issue - OSGi callouts being called before official 2014-08-08 18:05:35 +02:00
Carlos Ruiz ee80a633a8 IDEMPIERE-2127 Country Group Tax Configuration 2014-08-08 10:32:34 +02:00
Carlos Ruiz f81ba706e9 IDEMPIERE-1685 Improve initial client setup for non-existing accounts in CoA 2014-08-01 11:07:59 +02:00
Carlos Ruiz bc10171ad1 followup for commit e78fa87a5afe IDEMPIERE-454 Easy import - V5 -> Add transaction management per master key for the importer - required change when testing IDEMPIERE-2103 2014-08-01 10:18:27 +02:00
Carlos Ruiz f16c7d6367 IDEMPIERE-2110 make the session timeout of zk configurable 2014-07-31 17:26:12 +02:00
Carlos Ruiz 6b391f688e IDEMPIERE-2108 add an option for a minimum amount to create invoices process 2014-07-30 23:20:09 +02:00
Carlos Ruiz bbd6556f45 IDEMPIERE-2104 restrict sending EMails to one single to address 2014-07-28 14:52:09 +02:00
Carlos Ruiz 7d028de0a3 IDEMPIERE-1053 WxxxGenForm and InvoicePrint process can't use jasper print format 2014-07-28 12:26:53 +02:00
Carlos Ruiz d67bca62b0 IDEMPIERE-2100 automate recurring run 2014-07-27 18:20:56 +02:00
Carlos Ruiz 9d8b8e11b7 IDEMPIERE-2072 get number of non business days between 2 dates / forgot the IsActive condition 2014-07-23 12:58:33 -05:00
Carlos Ruiz 7bb8143f15 IDEMPIERE-2072 get number of non business days between 2 dates / based on patch from Nicolas Micoud (nmicoud) 2014-07-23 12:45:10 -05:00
Carlos Ruiz 10ce8aa22e IDEMPIERE-2073 AD_Val_Rule_ID is missing from AD_UserDef_Field 2014-07-23 11:10:24 -05:00
Nicolas Micoud ad302c7ded IDEMPIERE-2073 AD_Val_Rule_ID is missing from AD_UserDef_Field 2014-07-23 10:42:26 -05:00
hieplq d67c4db60a IDEMPIERE-2083 can't complete a internal inventory when date account > date account all receipt 2014-07-23 11:12:33 +07:00
Carlos Ruiz 33120387c2 IDEMPIERE-2083 can't complete a internal inventory when date account > date account all receipt / IDEMPIERE-1770 / thanks to Hiep (hieplq) 2014-07-22 16:53:25 -05:00
Carlos Ruiz dd784a0dad hg merge release-2.0 (merge release2 into development) 2014-07-16 18:53:36 -05:00
hieplq 85ed9b016f IDEMPIERE-1788:Value preference for info window process parameters 2014-07-16 18:53:06 -05:00
hieplq bb3e0460d3 IDEMPIERE-2052:make export csv function can export multi detail tab 2014-07-12 01:19:12 +07:00
jan thielemann 6790fa1570 IDEMPIERE-1985 Provide error message in unsuccessful processes / fix NPE 2014-07-16 12:33:12 -05:00
Carlos Ruiz 562f579eb6 IDEMPIERE-1970:Improve t_selection logic for info window / regenerate serialVersionUID 2014-07-16 11:55:18 -05:00
hieplq d76ac082e2 IDEMPIERE-1970:Improve t_selection logic for info window 2014-07-16 11:27:45 -05:00
Nicolas Micoud a948d74076 IDEMPIERE-1828 Improvement of monitoring of emails 2014-07-16 09:58:38 -05:00
Nicolas Micoud 83108c0070 IDEMPIERE-2062 Add methods for MRefList for getting translation with specific language (and not ctx) 2014-07-16 09:36:00 -05:00
Nicolas Micoud bcc4bdbc54 IDEMPIERE-2062 Add methods for MRefList for getting translation with specific language (and not ctx) 2014-07-16 09:26:15 -05:00
Carlos Ruiz 4142a422d7 hg merge release-2.0 (merge release2 into development) 2014-07-15 15:55:47 -05:00
Heng Sin Low 97e5b51a4c 1004128 IDEMPIERE-775 Documents without C_DocType_ID cannot be distributed directly. Implement suggestion from Carlos - special handling of the 7 tables in the Doc.getC_DocType_ID method. 2014-07-14 14:00:00 +08:00
Carlos Ruiz 402fa7e782 IDEMPIERE-1547 value of M_Warehouse>C_Location>IsValid is wrong when export 2014-07-11 21:19:44 -05:00
hieplq 32c7dcf9c4 IDEMPIERE-2038:Error when add new access in Role window 2014-07-03 15:28:06 +07:00
Carlos Ruiz c3f9e44ca0 IDEMPIERE-2003 Capturing wrong numbers with numeric keypad when decimal separator is not dot 2014-07-11 20:11:30 -05:00
Heng Sin Low b08aebfab8 IDEMPIERE-2042 Don't reserved stock if c_orderline.qtyordered is -ve. 2014-07-04 18:55:17 +08:00
Heng Sin Low a1685042c5 IDEMPIERE-2057 1003719 Modify "Update Costing" process to create a cost adjustment document. 2014-07-02 10:23:54 +08:00
Elaine Tan 1be17505b8 IDEMPIERE-2029 Performance gadgets portlet is not sized correctly on login 2014-07-15 14:27:38 -05:00
Heng Sin Low 36a7c16fa3 IDEMPIERE-2056 1004114 various problems w/inactivating products. Don't raise field not editable error if user are not making any changes to it. 2014-07-15 14:22:12 -05:00
Carlos Ruiz 15596ee282 IDEMPIERE-2028 Find not requerying if not changed / restore one line deleted by mistake 2014-06-30 13:10:29 -05:00
Carlos Ruiz 1ec538db0b IDEMPIERE-2028 Find not requerying if not changed 2014-06-30 12:07:47 -05:00
Nicolas Micoud 9d959afca7 IDEMPIERE-775 Documents without C_DocType_ID cannot be distributed directly 2014-07-16 15:07:01 -05:00
hieplq 520d4802e5 IDEMPIERE-2026:when role have limit access to a user, can't select any bpartner have no contact 2014-06-29 13:10:58 +07:00
Nicolas Micoud 02c221db86 IDEMPIERE-2013 Impossible to empty EMail field on User window 2014-06-25 09:12:54 -05:00
Carlos Ruiz 7747fdac06 IDEMPIERE-2014 Read-only tab/role allows user to edit AlwaysUpdateable fields 2014-06-23 13:41:11 -05:00
Elaine Tan bf38381e0e IDEMPIERE-1998 Should not auto add created by to the recipient list when the scheduler recipient list is empty 2014-06-13 10:50:08 +08:00
Carlos Ruiz 4c92c76c46 IDEMPIERE-1996 InventoryLine inherits bad default 2014-06-11 09:56:01 -05:00
Carlos Ruiz 023a9a19ac hg merge release-2.0 (merge release2 into development) 2014-07-11 21:27:33 -05:00
Carlos Ruiz d32549cf9d IDEMPIERE-1918 Tree node : add a method to change the description / regenerate serialVersionUID 2014-07-11 20:05:56 -05:00
Nicolas Micoud 65830799d3 IDEMPIERE-1918 Tree node : add a method to change the description 2014-07-11 20:04:40 -05:00
jan thielemann e19be23bc5 IDEMPIERE-1985 Provide error message in unsuccessful processes 2014-07-11 20:01:44 -05:00
Carlos Ruiz 0becee9edb IDEMPIERE-1968:valid check box in info window can manual editable / peer review 2014-07-11 19:57:23 -05:00
hieplq ea3bbe1418 IDEMPIERE-1968:valid check box in info window can manual editable 2014-06-04 00:19:25 +07:00
Carlos Ruiz b8fe2a93e6 IDEMPIERE-1901 Deprecate parent composite primary keys - leave management via table index 2014-07-11 17:57:13 -05:00
Carlos Ruiz e879b18def IDEMPIERE-2011 get a date according to saturday/sunday and non business days / based on patch from Nicolas Micoud (nmicoud) 2014-07-09 14:40:16 -05:00
Heng Sin Low 68b8172603 Merge release-2.0 into development 2014-07-04 20:08:00 +08:00
hieplq 97ecb0cdbf IDEMPIERE-1696:can't add password to report file by miss lib bouncycastle 2014-07-03 23:18:47 +07:00
Carlos Ruiz fab10a699a IDEMPIERE-2010 Param requery of MBPartnerLocation.getLocation is useless / based on patch from nmicoud 2014-07-02 14:11:26 -05:00
Carlos Ruiz 75ee91ce39 Regenerate serialVersionUID for modified classes from IDEMPIERE-1979 / IDEMPIERE-1973 / IDEMPIERE-1972 2014-07-02 12:36:43 -05:00
hieplq e27b957666 IDEMPIERE-1972:extend - Info window - process - by display logic field 2014-06-11 14:23:01 +07:00
hieplq 80c39dce09 IDEMPIERE-1973:Info Window - parameters - field Mandatory Logic missing 2014-06-11 10:50:58 +07:00
Carlos Ruiz 1effd5918b IDEMPIERE-1697 Ability to filter available column for print format / peer review 2014-07-02 10:18:30 -05:00
Nicolas Micoud f4369874db IDEMPIERE-1697 Ability to filter available column for print format 2014-07-02 10:16:49 -05:00
Carlos Ruiz b6b04612ad hg merge release-2.0 (merge release2 into development) 2014-07-01 21:15:22 -05:00
Deepak Pansheriya 5b5c119a57 IDEMPIERE-1770 refactoring code as per carlos' review comments 2014-06-28 16:14:04 +05:30
Deepak Pansheriya 29f0a5810e IDEMPIERE-1770 Allowing manual entry from Attributes tab on shipment/MR line 2014-07-01 21:07:07 -05:00
Carlos Ruiz c20843f6d0 hg merge release-2.0 (merge release2 into development) 2014-06-20 18:45:06 -05:00
Carlos Ruiz 26c5691677 Merged in tbayen/idempiere (pull request #86)
IDEMPIERE-1698 Let the user choose a different JasperReports class
2014-06-20 18:36:51 -05:00
Deepak Pansheriya 97dabc75b5 IDEMPIERE-1999 Adding support for over shipment. 2014-06-19 22:50:37 +08:00
Thomas Bayen 11519fb5f9 IDEMPIERE-1698 cleaner api through changed package for ReportStarter 2014-06-18 16:23:15 +02:00
hieplq c6b0e769d0 IDEMPIERE-1878:Printformat name in login language 2014-05-28 00:29:49 +07:00
hieplq b44121fac6 IDEMPIERE-1878:Printformat name in login language 2014-05-27 22:39:53 +07:00
tsvikruha ae2f5b0da0 IDEMPIERE-1792 Fixed Hiep default logic patch 2014-06-04 11:52:40 -05:00
hieplq 79bdd00235 IDEMPIERE-1792:Info Window - Default Logic missing 2014-05-30 15:03:08 +07:00
Carlos Ruiz 5d4a48021b IDEMPIERE-1334 Run one or more processes from Info Window / peer review 2014-05-29 18:44:25 -05:00
hieplq c656bd52ad IDEMPIERE-1334:Run one or more processes from Info Window
fix comment of carlos
2014-05-29 16:35:05 -05:00
Carlos Ruiz 3d53cf43db IDEMPIERE-236 bring hardcoded MSysConfig keys and order 2014-05-29 16:31:14 -05:00
Carlos Ruiz 60d2583f21 IDEMPIERE-1334 Run one or more processes from Info Window / peer review - work in progress 2014-05-28 14:49:27 -05:00
hieplq 45b0724542 IDEMPIERE-1334:Run one or more processes from Info Window 2014-05-26 23:27:34 +07:00
Carlos Ruiz dcc35ca737 hg merge release-2.0 (merge release2 into development) 2014-05-28 12:13:16 -05:00
Carlos Ruiz 8efef1cb7d IDEMPIERE-1967 Bank transfer process should allow for document number to be optional / based on patch from Carlos Augusto Sanchez (caaugustoss) 2014-05-27 10:25:58 -05:00
Carlos Ruiz a183558071 hg merge release-2.0 (merge release2 into development) 2014-05-21 15:33:17 -05:00
Elaine Tan 269a20ae82 IDEMPIERE-1958 Incorrect table start position in Table Element report layout code 2014-05-19 17:58:47 +08:00
Heng Sin Low b8c2ed4b2b 1003754 Landed cost issue -- related to IDEMPIERE-1285. Fix rounding issue with current product cost for average costing. 2014-05-19 14:40:07 +08:00
Heng Sin Low 86207e9729 1003754 Landed cost issue -- related to IDEMPIERE-1285. Fix landed cost allocation to product not working. 2014-05-19 14:39:38 +08:00
Heng Sin Low dc50ef3418 Ticket #1004012 IDEMPIERE-1954 Implement MaxQueryRecords for AD_InfoWindow. 2014-05-16 16:07:49 +08:00
Carlos Ruiz 4169252fc9 IDEMPIERE-1899 EMail : Implement default mail text and allow images within message / based on patch and idea from Nicolas Micoud (nmicoud) 2014-05-21 08:17:43 -05:00
Carlos Ruiz 4d8dc152e3 IDEMPIERE-1773 Asking for input from within a process / integrated patch from Jan Thielemann, thanks! 2014-05-16 10:46:26 -05:00
Heng Sin Low cfa8050b0b 1003754 Landed cost issue -- related to IDEMPIERE-1285. Fix rounding issue. Fix wrong posting when estimated landed cost is more than actual landed cost. 2014-05-12 16:15:15 +08:00
Elaine Tan 8cbea90a1b IDEMPIERE-1944 Reverse Issue with GL Journal and GL Journal Batch 2014-05-09 16:46:54 +08:00
Heng Sin Low 06ce3aae94 1003754 Landed cost issue -- related to IDEMPIERE-1285. Fix landed cost posting. 2014-05-05 15:29:23 +08:00