Commit Graph

1482 Commits

Author SHA1 Message Date
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