* IDEMPIERE-6335 - Create parameter to specify document type in material receipt
* IDEMPIERE-6335 - Adjust to use centralized ID management
* IDEMPIERE-6335 - apply the patch
* IDEMPIERE-6248: System Property to avoid cutting log
* IDEMPIERE-6248: System Property to avoid cutting log
Remove SysConfig
* IDEMPIERE-6248: System Property to avoid cutting log
fix import
- 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
* 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
* IDEMPIERE-6117 POI: WorkbookFactory.create cannot be used to open XLSX files
* IDEMPIERE-6117 POI: WorkbookFactory.create cannot be used to open XLSX files
* IDEMPIERE-6117 POI: WorkbookFactory.create cannot be used to open XLSX files
- Incorporate patch from Carlos
* IDEMPIERE-6166 PostgreSQL DUAL table with more than one record
- create unique index on dual.dummy for postgresql
* - implement suggestion from hengsin - make dual a view instead of a table
- fix similar issue with the table dbreplicasyncverifier - it must ensure to contain just one table - running again a COPY command must fail
* 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-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
- set IsReceipt field based on DocType
- avoid throwing error to the user on callout if the currency rate or converted amt are defined with default null