* IDEMPIERE-5796: for several tables in a row
https://idempiere.atlassian.net/browse/IDEMPIERE-5796
* IDEMPIERE-5796: for several tables in a row - changes done in ModelInterfaceGenerator / ModelClassGenerator
Implement suggesion from @hengsin
* IDEMPIERE-5796: for several tables in a row - changes done in ModelInterfaceGenerator / ModelClassGenerator
Implement suggesion from @hengsin
* IDEMPIERE-5796: for several tables in a row - changes done in ModelInterfaceGenerator / ModelClassGenerator
Implement suggestion from @CarlosRuiz-globalqss removing duplicated code
* IDEMPIERE-5796: for several tables in a row - changes done in ModelInterfaceGenerator / ModelClassGenerator
fix error
* IDEMPIERE-6142 Can't add new column to partitioned table
* IDEMPIERE-6142 Can't add new column to partitioned table
- Fix issue with foreign key
* IDEMPIERE-6142 Can't add new column to partitioned table
- Fix issue with foreign key
* IDEMPIERE-6123 Query in search window causing slowness and load spikes in the database (FHCA-5356)
- make also configurable the timeout and number of records from windows
- improve timing of reports avoiding unncessary load of array when not jasper
* - implement suggestions from Heng Sin
* IDEMPIERE-6123 Query in search window causing slowness and load spikes in the database (FHCA-5356)
* - create SysConfig
- add Dialog when reaching max query records
* - minor fix comment
- add timeout management to MLookup query
* - Fix for the GridTable.Loader.Open issue
* - add SysConfig and Messages
- add showing error message when the number of records loaded in background exceed the allowed
- add timeout to GridTable.fillBuffer
---------
Co-authored-by: hengsin <hengsin@gmail.com>
* IDEMPIERE-6118 : Missing resources on idempiere server monitor
* remove unused class and add table style
* rename css file and remove javaclient condition
* IDEMPIERE-6127 : Improve Report Process Parameter for Mobile Screen
* apply patch from hengsin
- Combine summary checkbox and label into one component
- update default theme version
* IDEMPIERE-6121:github action fail by tycho update => setup maven to 3.9
1. update maven to 9.3
2. step setup java generate 2 file
.m2/toolchains.xml
.m2/settings.xml
bellow case make conflict
1. setup java for java-17 => create toolchains.xml point to java-17 home
2. cache save toolchains.xml
3. update java to java-17.1 create toolchains.xml point to java-17.1 home
4. cache restore old toolchains.xml make conflict because it point to java-17 home
so change to cache only .m2/repository
* IDEMPIERE-6121:github action fail by tycho update => setup maven to 3.9
update some action, add comment
* IDEMPIERE-6113 : Date Range boxes on Info Window are too small
* Update InfoWindow.java
Update class based on the ideas from Zuhri and Heng Sin
* - Fix issue getting the number of columns used on a row
* - no need for extra column as the parameter grid has already a size of 95%
* - getRowSize must also exclude DateRangeButton on Order Info
* - increase size as suggested by Zuhri
---------
Co-authored-by: Carlos Ruiz <carg67@gmail.com>
Co-authored-by: hengsin <hengsin@gmail.com>
* IDEMPIERE-6064: Error when creating a table with a long time through CreateTable process
* IDEMPIERE-6064: Error when creating a table with a long name through CreateTable process
* - set the length of tablename to 60 char, and other database object names to 63
* - minor javadoc clarification
* - Increase size of other columns and process parameters
* - fix wrong value for Old MAX_OBJECT_NAME_LENGTH
---------
Co-authored-by: Nicolas Micoud <58596990+nmicoud@users.noreply.github.com>
* IDEMPIERE-6040 Improvements for CSV import template
- Delimiter (Field Separator) configurable
- Quote delimiter configurable
- Fix issue when the UTF-8 file comes with BOM character
* - add support for preprocessing excel files
* - convert Excel to CSV in a proper format according to the column types
* IDEMPIERE-5847 Wrong Posting in Shipment
* IDEMPIERE-5847 Wrong Posting in Shipment
- minor unit test refinement
* IDEMPIERE-5847 Wrong Posting in Shipment
- Fix intermittent unit test error