Commit Graph

10396 Commits

Author SHA1 Message Date
Heng Sin Low b3cd784008 1003949 IDEMPIERE-1952 Create ability to run reports in the scheduler using context variables for dates. Add plus and minus arithmetic support for @#Date@ context variable. 2014-05-05 19:50:55 +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
Heng Sin Low dda7eac48c Merge 798fe5038b03 (development branch) into bb398087062f (zk7 branch) 2014-04-30 18:00:46 +08:00
Heng Sin Low 925299f0a0 IDEMPIERE-1635 Upgrade to zk7. Fixed css error. 2014-04-30 17:57:38 +08:00
Carlos Ruiz bfcf026a76 hg merge release-2.0 (merge release2 into development) 2014-04-29 21:29:54 -05:00
Carlos Ruiz 7e51ee33d7 IDEMPIERE-1921 Copy Role is not taking into account info window access 2014-04-29 19:12:29 -05:00
Carlos Ruiz 1c4f333dfc IDEMPIERE-1920 Restrict Copy Role 2014-04-29 17:54:07 -05:00
Heng Sin Low 2915294c5c 1003965 IDEMPIERE-1950 Product Info Reservation not showing if Warehouse > Reservation Locator not populated. 2014-04-29 20:09:26 +08:00
Carlos Ruiz bb7dd0a1cc IDEMPIERE-1943 NPE using 2Pack with migrated DB with null on AD_Client_UU 2014-05-08 17:33:02 -05:00
hieplq a12919dd2f IDEMPIERE-1649:Reference of User1_id, User2_id in new table is create incorrect 2014-05-08 09:54:09 -05:00
Carlos Ruiz 10da987cff IDEMPIERE-1898 When save a new record, row select is change to latest record / IDEMPIERE-1412 Creating a new record on window access moves to wrong position 2014-05-07 22:00:50 -05:00
Carlos Ruiz 6007d9f661 IDEMPIERE-1763 Reporting engine fixes / fix the fixed width problem for null values - backward compatible with existing formats 2014-05-07 20:46:33 -05:00
Carlos Ruiz 20d2b7fdc3 IDEMPIERE-1726 Error in report when there are filters (historical records) 2014-05-07 19:10:47 -05:00
Carlos Ruiz 9a1a4eb2ee IDEMPIERE-1894 Missing SeqNoGrid when generating Fields in a Tab (TabCreateFields.java) / based on patch from Jan Thielemann 2014-05-07 18:47:38 -05:00
Nicolas Micoud 20a8fd221c IDEMPIERE-1843 Tabs and Fields not translated in Help 2014-05-07 18:32:44 -05:00
Nicolas Micoud 778d8a1307 IDEMPIERE-1843 Tabs and Fields not translated in Help 2014-05-07 18:29:13 -05:00
Carlos Ruiz e3ed5124c2 IDEMPIERE-709 All Created and Updated columns must be not null default statement_timestamp() in database / packin failed creating Created column with default SYSDATE 2014-05-07 18:16:28 -05:00
hieplq 45ede791a4 IDEMPIERE-1935:in changepassword window, push "enter" key make waiting window never end 2014-05-07 22:27:23 +08:00
hieplq 7aa1fe51b2 IDEMPIERE-1935:in changepassword window, push "enter" key make waiting window never end 2014-05-07 02:25:49 +08:00
Carlos Ruiz 9f24e8a85b IDEMPIERE-1927 MAccount.get creating deadlocks because it doesn't have trx 2014-05-02 16:19:10 -05:00
Carlos Ruiz 448b84f284 IDEMPIERE-1925 Log SEVERE when creating a record in a window with a field based on Created or Updated / IDEMPIERE-709 2014-05-02 10:14:59 -05:00
Carlos Ruiz 25311770b9 IDEMPIERE-709 All Created and Updated columns must be not null default statement_timestamp() in database / fix default on postgresql columns 2014-05-02 10:14:37 -05:00
Heng Sin Low 765a5f83fa Merge b2d0ef3e00eb (development branch) into 01f827cc13c3 (zk7 branch) 2014-04-27 20:14:21 +08:00
Heng Sin Low 4f74d9842e 1003949 IDEMPIERE-1952 Create ability to run reports in the scheduler using context variables for dates. Implement context variable support for scheduler name. 2014-04-24 22:49:50 +08:00
Heng Sin Low bc960ac0fa 1003856 IDEMPIERE-1951 Run report as a background job. Fix counts of background user jobs included scheduler jobs. 2014-05-06 20:00:10 +08:00
Heng Sin Low c232e04e04 1003856 IDEMPIERE-1951 Run report as a background job. Fix bug discover during testing. 2014-04-24 22:44:16 +08:00
Carlos Ruiz c73000c38b 1003856 IDEMPIERE-1951 Integrate commit from hengsin -> Run report as a background job. Peer review implementation from Elaine. 2014-05-14 14:44:06 -05:00
Carlos Ruiz e247dac3a8 hg merge release-2.0 (merge release2 into development) 2014-05-14 12:41:43 -05:00
Heng Sin Low bc2d581399 1003862 Barcode type UPC A is needed for print formats going to Amazon. Added UPCA support using barcode4j. Use barcode4j instead of barbecue as I can't get decent output from barbecue, barbecue have the underline bug and barbecue is a dead project. Should completely drop the use of barbecue in future. 2014-05-14 12:25:10 -05:00
Carlos Ruiz 669b5e65f0 IDEMPIERE-1857:Incorrectly info window opens from views panel / minor - remove warning 2014-05-08 18:47:43 -05:00
Carlos Ruiz e7a19cb6b0 hg merge release-2.0 (merge release2 into development) 2014-04-23 18:20:20 -05:00
Carlos Ruiz af43f27785 IDEMPIERE-1912 Document Action Access bug / thanks to hieplq 2014-04-23 18:18:58 -05:00
Carlos Ruiz 9cf721e1ad IDEMPIERE-1822 RequestEmailProcessor is not compatible with gmail / peer review and text - add some additional fixes for problems found on test 2014-04-20 17:31:43 -05:00
Heng Sin Low 8ecad8bea8 1003894 Java OutOfMemory Issue. Turn off zk gzip compression - it is suspected that the zk gzip compression implementation leave many Deflater object over time that relying on finalizer thread to perform clean up. The finalizer thread failed to keep up and eventually cause OOM error. 2014-04-10 11:57:11 +08:00
Heng Sin Low df81b807dc Merge development (10307) into zk7 (10294) branch 2014-04-09 10:47:51 +08:00
Heng Sin Low b46c9e133b IDEMPIERE-1635 Upgrade to zk7. Split the css file into multiple fragment for easier maintenance and update. 2014-04-09 08:31:24 +08:00
Carlos Ruiz 2a980dfc58 hg merge release-2.0 (merge release2 into development) 2014-04-07 15:30:40 -05:00
Elaine Tan 8b603ec432 IDEMPIERE-1734 Product Info history records/reserved qty doesn't show reservations 2014-04-07 14:37:30 -05:00
Carlos Ruiz a4e04341f2 IDEMPIERE-1853 Can't add record on Accounting Schema Default 2014-04-07 14:28:01 -05:00
Carlos Ruiz 016ac239d8 Merged in bmlaurus/idempiere-bmlaurus-1.0c/CustomHome (pull request #85)
IDEMPIERE-1325 Custom iDempiere Home Page
2014-04-04 10:26:50 -05:00
Carlos Ruiz 772ec43368 IDEMPIERE-1572 Last Run and Saved parameter for process / based on patch from Deepak Pansheriya 2014-04-04 10:19:40 -05:00
Dirk Niemeyer 93bc5f0909 IDEMPIERE-1875 Bad SQL produces ORA-Error 2014-04-03 16:44:10 -05:00
Carlos Ruiz 170afa6e09 hg merge release-2.0 (merge release2 into development) 2014-04-03 11:39:50 -05:00
Carlos Ruiz 4bb0d9be6d IDEMPIERE-1216 fix oracle migration script breaking daily release 2014-04-03 11:38:24 -05:00
Carlos Ruiz 156bde8b07 hg merge release-2.0 (merge release2 into development) 2014-04-02 22:24:15 -05:00
Carlos Ruiz c82b03a218 IDEMPIERE-166 Rebranding of logo and product name 2014-04-02 22:19:47 -05:00
Heng Sin Low fa6541ff10 Merge development ( 10289 ) into zk7 ( 10252 ) branch 2014-04-03 09:17:58 +08:00
Carlos Ruiz aba6e6ca48 1003869 Form to captured process parameter for scheduler. IDEMPIERE-1486 / Fixed captured value for null fields - fix default @#Date# being saved with time 2014-04-02 20:02:36 -05:00
Nicolas Micoud 5aa1701d01 IDEMPIERE-1845 Allow Scheduler to use default logic based on SQL 2014-04-02 19:59:25 -05:00
Carlos Ruiz 991a199423 Peer reviewing IDEMPIERE-1216 found wrong length on dashboard content translation 2014-04-02 16:00:53 -05:00