Peter Takács
3b8a15ee84
IDEMPIERE-5905 - Unique Constraint should ensure unique Import Loader Format Field to avoid invalid SQL ( #2087 )
2023-12-19 10:48:46 +08:00
Alan Lescano
7aa48d1856
IDEMPIERE-5958: Jasper Report: ResourceBundle should use element's PrintName instead of Name ( #2148 )
2023-12-19 10:11:15 +08:00
Carlos Ruiz
d0d1cfb555
IDEMPIERE-5567 Support of UUID as Key (FHCA-4195) - fix NPE in PackIn ( #2144 )
2023-12-16 10:52:13 +01:00
Carlos Ruiz
d104d2a0a5
Update README.md - fix links
2023-12-15 15:34:22 +01:00
hengsin
58e44e1b5c
IDEMPIERE-5888 Login Preferences are created on System tenant ( #2143 )
...
Fix NPE - oldValue sometime can be null
2023-12-15 16:47:25 +08:00
Carlos Ruiz
8bbdceae0a
IDEMPIERE-5567 Support of UUID as Key (FHCA-4195) ( #2142 )
...
- fix for scripts to avoid errors when the table doesn't have the ID column, for example updating AD_Ref_Table throws error because there is no AD_Ref_Table_ID
2023-12-15 06:27:44 +08:00
Carlos Ruiz
b52fbbd3f2
IDEMPIERE-5697 Improve Process Log for more advanced logging options for Processes ( #2141 )
...
- revert making AD_PInstance_Log.AD_PInstance_Log_UU primary key, left just as unique constraint
IDEMPIERE-5957
2023-12-15 06:26:19 +08:00
Carlos Ruiz
062741070d
IDEMPIERE-5932 Update English top-level menu names and window names to better support new user adoption ( #2133 )
...
* IDEMPIERE-5932 Update English top-level menu names and window names to better support new user adoption
* - fix minor typo
* - implement suggestions from Heng Sin
- fix favourites showing the name as tooltip instead of the description
---------
Co-authored-by: Chuck Boecking <chuck@chuboe.com>
2023-12-14 16:26:11 +08:00
Carlos Ruiz
bbb5aa8562
IDEMPIERE-5888 Login Preferences are created on System tenant ( #2140 )
...
- Fix an issue causing that SuperUser (or users with several tenants) are not saving correctly preferences
2023-12-14 16:21:31 +08:00
Carlos Ruiz
4358d228e6
IDEMPIERE-5954 Payment Info Window failing on Payments into Batch > Lines ( #2136 )
2023-12-13 09:06:00 +08:00
Carlos Ruiz
4a274291ce
IDEMPIERE-5953 Can not select Order or Material receipt on Create lines from on Vendor Invoice as it do not show any value ( #2132 )
2023-12-12 21:26:19 +08:00
Elaine Tan
d6c3927801
IDEMPIERE-5931 Generate Invoices (manual) displays RMA for selection despite AR Credit memo already completed. ( #2116 )
...
* IDEMPIERE-5931 Generate Invoices (manual) displays RMA for selection despite AR Credit memo already completed.
2023-12-12 21:19:49 +08:00
Carlos Ruiz
ffdde952fb
IDEMPIERE-5567 Support of UUID as Key (FHCA-4195) - Fixes #TestDay2023 ( #2134 )
...
- CleanOrphanCascade is failing when there are orphan change log records for M_InOutLineMA or other non-ID tables
- MoveClient is failing when there are AD_PInstance orphan records (because of the recently added AD_Table_ID reference)
2023-12-12 15:39:19 +08:00
Carlos Ruiz
8dfb29c91d
IDEMPIERE-5076 Move/Copy client doesn't work in oracle ( #2135 )
2023-12-12 15:38:13 +08:00
Carlos Ruiz
620a528a98
IDEMPIERE-5955 Financial Report using jasper is throwing exception about closed connection ( #2137 )
2023-12-12 15:31:58 +08:00
hengsin
7329975eec
IDEMPIERE-5838 Base: Improve readability of code ( #2129 )
...
* IDEMPIERE-5838 Base: Improve readability of code
* IDEMPIERE-5838 Base: Improve readability of code
2023-12-08 13:02:49 +01:00
Vitor Villa
342a243c1a
IDEMPIERE-5944 - Default value of Yes/No columns ( #2121 )
...
* IDEMPIERE-5944 - Default value of Yes/No columns
2023-12-07 20:40:28 +08:00
Carlos Ruiz
d6121597b0
IDEMPIERE-5782 Generated Shipments/MR and Invoices with Invalid SalesRep ( #2127 )
...
* IDEMPIERE-5782 Generated Shipments/MR and Invoices with Invalid Sales Rep
- Fix same issue with RMA
* - add the callout validations also on beforeSave
2023-12-05 22:01:12 +08:00
Carlos Ruiz
948b494cb0
IDEMPIERE-5951 Menu root entries added by 2Pack are shown on top ( #2128 )
2023-12-05 21:29:02 +08:00
Carlos Ruiz
1749154acb
IDEMPIERE-5567 Support of UUID as Key (FHCA-4195) ( #2125 )
...
* IDEMPIERE-5567 Support of UUID as Key (FHCA-4195)
- Fix PO.get_Translation failing for UUID tables
* - fix verification of zero ID
2023-12-04 10:34:59 +08:00
hieplq
0be0c561c0
IDEMPIERE-5948:change to work with eclipse 2023-09 ( #2124 )
2023-12-01 15:57:50 +08:00
Elaine Tan
cacb456c2e
IDEMPIERE-5936 Slow performance creating MR/Invoice Lines using CREATE LINES FROM.. in process M_InOut/C_Invoice_CreateFromProcess ( #2123 )
...
* IDEMPIERE-5936 Slow performance creating MR/Invoice Lines using CREATE LINES FROM.. in process M_InOut/C_Invoice_CreateFromProcess
* IDEMPIERE-5936 Slow performance creating MR/Invoice Lines using CREATE LINES FROM.. in process M_InOut/C_Invoice_CreateFromProcess
2023-11-30 11:22:35 +08:00
Jose Leite
b8f1d6d2fb
IDEMPIERE-4877 - Fix Footer is overlay on content ( #2053 )
...
* IDEMPIERE-4877 - Fix Footer is overlay on content
* IDEMPIERE-4877 - Fix Footer is overlay on content Part 2
2023-11-28 21:28:43 +08:00
Carlos Ruiz
de1a0d9d3b
IDEMPIERE-5567 Support of UUID as Key (FHCA-4195) ( #2122 )
...
* IDEMPIERE-5567 Support of UUID as Key (FHCA-4195)
- fix issue creating a new record by calling table.getPO(0, trxName)
when the table is UUID then create the new record calling the corresponding UUID method
* - remove unnecessary condition
2023-11-28 17:57:59 +08:00
Carlos Ruiz
36d81c258e
IDEMPIERE-5567 Support of UUID as Key (FHCA-4195) - Translation ( #2119 )
...
* IDEMPIERE-5567 Support of UUID as Key (FHCA-4195)
- Manage translation for UUID based tables
- Enable 2Pack Import UUID based tables with translation
- Create ad_package_imp_detail.Record_UU
- Create test table TestUU_Trl
* - Fix Synchronize Doc Translation
2023-11-27 16:02:51 +08:00
Carlos Ruiz
e9e2239d0c
IDEMPIERE-5940 Move/Copy Client failing when there are tables without AD_Client_ID ( #2117 )
2023-11-27 16:01:43 +08:00
Carlos Ruiz
d4f5aabe64
IDEMPIERE-5835 [Process Info] - Disallow Multiple Executions by different users ( #2118 )
...
- assign the default programatically to cover old 2Packs having this value as NULL
2023-11-27 16:00:58 +08:00
hengsin
6f484ee701
IDEMPIERE-5923 Info Window should use key and display columns setting from lookup ( #2108 )
2023-11-24 16:09:13 +01:00
Zuhri Utama
ce48a8835e
IDEMPIERE-5934 : Read only Chosen Multiple Selection List fields can be updated using Assistant ( #2115 )
...
* IDEMPIERE-5934 : Read only Chosen Multiple Selection List fields can be updated using Assistant
* IDEMPIERE-5934 : Read only Chosen Multiple Selection List fields can be updated using Assistant #2
2023-11-24 22:06:10 +08:00
Marcos Gabriel de Oliveira Favaretto
bd41a5d8e8
IDEMPIERE-5935 - Fixes non-updatable product info window subtabs to auto-select first record functionality ( #2114 )
2023-11-23 10:23:11 +08:00
Carlos Ruiz
83abb13877
IDEMPIERE-5888 Login Preferences are created on System tenant ( #2113 )
...
- Fix cross tenant issues in login because of preferences
2023-11-20 13:39:20 +08:00
hengsin
0f6ac9e6d7
IDEMPIERE-5933 Update billboard.js to version 3.10.3 ( #2112 )
2023-11-18 13:05:56 +01:00
hengsin
52a92ba767
IDEMPIERE-5908 Report parameters are not displayed in full in PDF ( #2111 )
2023-11-17 12:41:57 +01:00
hengsin
a8844694bc
IDEMPIERE-5920 Scrollbar in reports ( #2109 )
...
* IDEMPIERE-5920 Scrollbar in reports
* IDEMPIERE-5920 Scrollbar in reports
- implement alternative solution using details element
2023-11-17 12:31:22 +01:00
Marcos Gabriel de Oliveira Favaretto
bcbfcbfeb9
IDEMPIERE 5929 - Looping on ZK happening on Exceptions caused by IServerPushCallback.updateUI implementations ( #2106 )
...
* IDEMPIERE-5929 - Fix replace tab method to add a window if there is no refTab reference
* IDEMPIERE-5929 - Removes unnecessary NPE handling when replacing tabs
* IDEMPIERE-5929 - Adjust code indentation/style
* IDEMPIERE-5929 - Restores NPE handling for replacing tabs
* IDEMPIERE-5929 - Reverts changes on WindowContainer
This commit reverts three other commits:
4433f834f5a3892aec2c1486e30b846fbf957f8f
c6c6d2abf9a44d51f41d68a9e3e18ae04863435c
64916156eb43da481601889837df8571a5e1d596
2023-11-16 20:51:37 +08:00
hieplq
af67186e51
IDEMPIERE-5855:spring resouce load from web only (for jasper report) ( #2110 )
2023-11-16 19:24:35 +08:00
Elaine Tan
618d82cfd0
IDEMPIERE-5910 Invoice > Create Lines From>Shipment/Receipt>No shipment/receipt lines. ( #2098 )
...
* IDEMPIERE-5910 Invoice > Create Lines From>Shipment/Receipt>No shipment/receipt lines.
* Revert "IDEMPIERE-5910 Invoice > Create Lines From>Shipment/Receipt>No shipment/receipt lines."
This reverts commit c056bec6dfd1217fec93ff4bc6b31c2f7e780e31.
* IDEMPIERE-5910 Invoice > Create Lines From>Shipment/Receipt>No shipment/receipt lines.
2023-11-16 16:01:14 +08:00
Carlos Ruiz
104070993d
Revert "IDEMPIERE-5908 Report parameters are not displayed in full in PDF. ( #2099 )"
...
This reverts commit 7e53d829e2
.
2023-11-15 15:23:16 +01:00
Carlos Ruiz
2547edf522
IDEMPIERE-5921 Enable Multi-Selection on Search fields (Info Windows) by default ( #2107 )
...
* IDEMPIERE-5921 Enable Multi-Selection on Search fields (Info Windows) by default
* Fix first open as single selection
* Make it work as single selection for custom form (tested with Payment Allocation form)
* Added setMultipleSelection(boolean) api
* * Fix also Info Product on forms
---------
Co-authored-by: hengsin <hengsin@gmail.com>
2023-11-13 22:34:51 +08:00
hengsin
75be677f2e
IDEMPIERE-5924 WSearchEditor - add API to allow form to turn on the auto complete feature ( #2105 )
2023-11-13 14:37:22 +01:00
Nicolas Micoud
14bff68342
IDEMPIERE-5925: Method Dialog.info with callback ( #2100 )
...
* IDEMPIERE-5925: Method Dialog.info with callback
https://idempiere.atlassian.net/browse/IDEMPIERE-5925
* IDEMPIERE-5925: Method Dialog.info with callback
various fixes suggested by @hengsin
2023-11-11 18:27:06 +08:00
Carlos Ruiz
9794357e84
IDEMPIERE-5261 Workflow EMail notification enhancement ( #2104 )
...
- Add @_noDocInfo_@ also in body
2023-11-10 21:39:48 +01:00
Carlos Ruiz
301ee9348b
IDEMPIERE-5927 EMail Workflow fails when sending email using a System mail account ( #2103 )
2023-11-10 21:19:23 +01:00
Carlos Ruiz
aecc0e3e0a
IDEMPIERE-5261 Workflow EMail notification enhancement ( #2102 )
...
- add @_noDocInfo_@ variable to allow sending the email without adding extra information
2023-11-10 20:17:01 +01:00
Zuhri Utama
75cabfbd39
IDEMPIERE-5913 : Delete Trace Logs Periodically ( #2090 )
...
* IDEMPIERE-5913 : Delete Trace Logs Periodically
* IDEMPIERE-5913 : Delete Trace Logs Periodically #2
* IDEMPIERE-5913 : Delete Trace Logs Periodically #3
- remove unused constant
* IDEMPIERE-5913 : Delete Trace Logs Periodically #4
* Update oracle/202311051436_IDEMPIERE-5913.sql
* Update postgresql/202311051436_IDEMPIERE-5913.sql
* Update oracle/202311051436_IDEMPIERE-5913.sql
- add menu
* Delete migration/iD11/oracle/202311071130_IDEMPIERE-5913.sql
* Update postgresql/202311051436_IDEMPIERE-5913.sql
- add menu
* Delete migration/iD11/postgresql/202311071130_IDEMPIERE-5913.sql
---------
Co-authored-by: Carlos Ruiz <carg67@gmail.com>
2023-11-10 15:39:09 +01:00
Carlos Ruiz
12c1e24753
IDEMPIERE-5926 SOAP WebService failing -> Invalid Lookup value ( #2101 )
2023-11-10 15:10:28 +01:00
Carlos Ruiz
c9ade514bb
IDEMPIERE-5921 Enable Multi-Selection on Search fields (Info Windows) by default ( #2095 )
2023-11-10 15:08:59 +01:00
hengsin
7e53d829e2
IDEMPIERE-5908 Report parameters are not displayed in full in PDF. ( #2099 )
2023-11-09 20:35:15 +08:00
Elaine Tan
d068b1977e
IDEMPIERE-5915 Generate Invoices (manual) > RMA => AR Credit Memo created with system date instead of "Date Invoiced" ( #2097 )
...
* IDEMPIERE-5915 Generate Invoices (manual) > RMA => AR Credit Memo created with system date instead of "Date Invoiced"
* IDEMPIERE-5915 Generate Invoices (manual) > RMA => AR Credit Memo created with system date instead of "Date Invoiced"
2023-11-09 13:14:38 +01:00
hengsin
d58fb15f18
IDEMPIERE-5922 Jasper Report: support loading of jasper report file from non-fragment bundle ( #2096 )
2023-11-08 13:29:20 +01:00