Commit Graph

13375 Commits

Author SHA1 Message Date
Carlos Ruiz 346baa7b77 IDEMPIERE-3173 Columns that must not be copied / IDEMPIERE-1886 - C_BankStatement.BeginningBalance, EndingBalance 2020-04-02 19:18:34 +02:00
Carlos Ruiz 9dcb12f394 IDEMPIERE-4229 Approval Workflow Node does not validate inactive UserRoles / integrate patch from Angel Lara 2020-04-02 19:02:13 +02:00
HideakiHagiwara 628103ef94 IDEMPIERE-4226 Wrong tooltip at Tab title 2020-04-02 18:47:02 +02:00
Carlos Ruiz 1156f6c859 IDEMPIERE-2139 Column names (Reserved, Ordered) in window warehouse (tab storage) and product (locator) are not consistent 2020-04-02 14:35:16 +02:00
hengsin 0b3d1415b5 IDEMPIERE-4199 Clean up org.adempiere.extend 2020-04-02 19:27:07 +08:00
hengsin ee4ec74a88 Merge branch 'origin/release-7.1' 2020-04-02 10:01:29 +08:00
hengsin 99cead1540 IDEMPIERE-4228 Align ServerPush implementation with Executions.schedule JavaDoc 2020-04-02 09:58:01 +08:00
Carlos Ruiz e10a5c9425 Merge release-7.1 into master 2020-04-01 15:27:45 +02:00
hengsin bf8f5ea8c1 IDEMPIERE-4206 Session timeout shown sometimes when changing roles 2020-04-01 17:19:18 +08:00
hengsin 6e606799f9 IDEMPIERE-4225 Do not cache MSession that's not thread safe 2020-04-01 17:12:51 +08:00
hengsin 21cad08cbb IDEMPIERE-4200 AR Payment Allocation: Incorrect Currency Balancing Postings 2020-03-30 17:21:29 +08:00
Carlos Ruiz 790d96148f Merge release-7.1 into master 2020-03-29 14:37:39 +02:00
hengsin bfc5b13575 IDEMPIERE-4181 Replace CASE WHEN .. END CASE with CASE WHEN ... END 2020-03-27 15:10:01 +08:00
hengsin 41aa4102cd IDEMPIERE-4223 Model class generated with wrong datatype for Column with displaytype=button and columname ends with _ID 2020-03-27 11:35:47 +08:00
Nicolas Micoud 92cd714221 IDEMPIERE-4222 GL Distribution can't work with organization set on the Org_ID field 2020-03-25 14:57:57 +01:00
hengsin 132cc4036c IDEMPIERE-4200 AR Payment Allocation: Incorrect Currency Balancing Postings 2020-03-25 10:33:49 +08:00
Carlos Ruiz 6c56100724 IDEMPIERE-4221 PackOut type "Data Single" (FHCA-1198) 2020-03-24 21:23:09 +01:00
hengsin 41b8e0e62b IDEMPIERE-3947 Fixed Asset bugs and enhancements. Implement import fixed asset for multiple accounting schema. 2020-03-24 18:35:08 +08:00
Carlos Ruiz 1414928029 IDEMPIERE-4219 Alert query in Replica database (FHCA-1200) 2020-03-23 21:53:49 +01:00
Carlos Ruiz e32ed5c5cd IDEMPIERE-4218 Note and attachment from scheduler created in wrong client / also cross-tenant AD_UserMail 2020-03-23 20:39:11 +01:00
Carlos Ruiz 2cbed92cc4 IDEMPIERE-4218 Note and attachment from scheduler created in wrong client / IDEMPIERE-3977 2020-03-23 19:12:13 +01:00
hengsin 8d7c201eb5 IDEMPIERE-4199 Clean up org.adempiere.extend 2020-03-23 18:38:00 +08:00
hengsin 4947e24850 IDEMPIERE-4199 Clean up org.adempiere.extend 2020-03-23 17:49:50 +08:00
Carlos Ruiz b6898a8f99 Merge release-7.1 into master 2020-03-21 17:45:25 +01:00
Carlos Ruiz 43d77dee4e IDEMPIERE-4217 Improve DB exception traceability in PO saveEx and deleteEx (FHEG-1684) 2020-03-21 17:44:26 +01:00
Carlos Ruiz 3efc30368b IDEMPIERE-3936 - minor harmless fix - delete doesn't need to be saved 2020-03-21 17:35:28 +01:00
Carlos Ruiz 8cd7b0661b IDEMPIERE-4216 Some text columns are wrongly edited as with length 32767 2020-03-21 16:35:29 +01:00
Carlos Ruiz de41df7752 IDEMPIERE-4215 Allow subtype tables in context variables 2020-03-21 12:44:28 +01:00
Carlos Ruiz 1e638f5a28 IDEMPIERE-3786 Number of records in detail grid must not be hardcoded 2020-03-21 11:50:46 +01:00
Carlos Ruiz e875d2cd6c minor - show login information on the new test servers 2020-03-19 10:23:09 +01:00
Nicolas Micoud 170739bf6f IDEMPIERE-4208 Preserve @ and # in HTML content 2020-03-18 14:11:45 +01:00
hengsin f6a8d4865d Merge origin/release-7.1 2020-03-17 17:44:47 +08:00
hengsin 0b41ffd3f8 IDEMPIERE-4210 Fix 2 Failed to resume long polling resource warning 2020-03-17 17:25:30 +08:00
Carlos Ruiz 4e6794b0a1 IDEMPIERE-4178 Add NVL PostgreSQL function 2020-03-15 10:03:50 +01:00
Carlos Ruiz b886c593c8 IDEMPIERE-4209 Attachment button doesn't refresh when deleting the whole attachment 2020-03-13 21:53:49 +01:00
Carlos Ruiz 02647cc5ee Merge release-7.1 into master 2020-03-13 17:46:17 +01:00
Carlos Ruiz aecd058f25 IDEMPIERE-4198 Icon duplicated on report dialog when using Font icon 2020-03-13 15:18:44 +01:00
Carlos Ruiz d239941666 Fixes for IDEMPIERE-674 and IDEMPIERE-4032
IDEMPIERE-674 Financial Report: Percentage of column against line total
IDEMPIERE-4032 Financial Report Translation (lines & column)
2020-03-13 14:49:10 +01:00
Carlos Ruiz a1a0aad125 IDEMPIERE-3862 ORACLE - Update datatype NVARCHAR2 and CHAR(>1) to VARCHAR2
Fix Column Encryption broken in oracle - it was changing the column to
NVARCHAR - modified to preserve the type, and fixed an error when
encrypting columns from AD_Client
2020-03-13 13:37:45 +01:00
Carlos Ruiz 2d647c520a IDEMPIERE-4178 Replace NVL with Coalesce / partial revert of commit 2c639f - just the java part 2020-03-13 11:32:27 +01:00
Carlos Ruiz 8737d8a9ea IDEMPIERE-4204:update.sh fail after run for one reposiotry for 3 time / apply same patch for windows .bat 2020-03-12 13:16:42 +01:00
Diego Ruiz 64b35a2e19 IDEMPIERE-4192 dont apply style on advanced search 2020-03-11 17:15:20 +01:00
hieplq ce0c6197ea IDEMPIERE-4204:update.sh fail after run for one reposiotry for 3 time 2020-03-11 11:58:36 +01:00
hengsin 1b6aa35c97 IDEMPIERE-4205 Remove usage of applet 2020-03-11 18:13:42 +08:00
Diego Ruiz 0480d7a678 IDEMPIERE-4085 2020-03-10 18:31:13 +01:00
Carlos Ruiz b38452321f Merge release-7.1 into master 2020-03-10 18:30:52 +01:00
Diego Ruiz a3f0681d23 IDEMPIERE-4085 Search in toolbar 2020-03-10 18:24:42 +01:00
Carlos Ruiz 3ce8f5c7bb Merge release-7.1 into master 2020-03-10 13:51:20 +01:00
Carlos Ruiz 156c9f5ab5 IDEMPIERE-4203 Extend IDEMPIERE-3850 - reporting from replica for jasper too 2020-03-10 13:45:05 +01:00
Diego Ruiz eae52b13ad IDEMPIERE-4192 Mandatory label red 2020-03-10 12:54:54 +01:00