* IDEMPIERE-6257: WListbox cannot add total line for Integer
* IDEMPIERE-6257: WListbox cannot add total line for Integer
implement Carlos's suggestion (to reduce number of lines)
Co-Authored-By: Carlos Ruiz <carg67@gmail.com>
---------
Co-authored-by: Carlos Ruiz <carg67@gmail.com>
* IDEMPIERE-6146 Recently access menu item: minor refresh refinement
* IDEMPIERE-6146 Recently access menu item: minor refresh refinement
- Fix handling of "enter" key
- allow generating permalink also for multi-key tables using UUID
- use TableName instead of AD_Table_ID for permalink
- add zoom condition to role for access tables on non-system tenants
- on copy select, prefer to generate using ID than UUID when possible - is easier when copying a select that is needed to search also for children
* IDEMPIERE-2981 Implement JSON Field type
- Fix the JSON Editor, is sending to the database the value non prettified
* - Fix issue adding a JSON column with log migration script enabled
When logging migration script the Convert layer is applied, and we didn't implement Convert for the JSON column
* IDEMPIERE-6227 Cannot add a column with spaces on the default value (Convert layer logging migration script)
* IDEMPIERE-2981 - Implement JSON Field Type
* IDEMPIERE-2981 - Added field to the Test Window and Unit Tests
* IDEMPIERE-2981 - Fixed migration scripts
* IDEMPIERE-2981 - Changed oracle json syntax
* IDEMPIERE-2981 - Increased the number of lines of jsonData test field
* IDEMPIERE-2981 - Validate and Prettify JSON string on the field editor
* IDEMPIERE-2981 - Support for oracle
* IDEMPIERE-2981 - Applied patch from Carlos Ruiz
- fix export and import for UUID based tables
- fix ExportAction creating temporary files with the wrong extension
- fix export and import of multi-selection fields IDEMPIERE-6143
* 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-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-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-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-6072 Record ID Editor not working well on detail tabs with multi-ID key
* - add fix for the case when Record_ID is the link column to parent tab
* - add fix for the case when Record_ID is the link column to parent tab