- Implement support to run processes on UUID based tables
- Added SvrProcess.getRecord_UU and getRecord_UUs support
- Added TestUUChangeActive process as toolbar button on "Test UU Based Table" window - supports single and multi
- Added AD_PInstance.AD_Table_ID and AD_PInstance.Record_UU
- NOTE: the migration script tries the best to fill AD_PInstance.AD_Table_ID from different sources, but at the end is very possible that some records will be left with empty table
- The MPInstance constructors that don't manage AD_Table_ID were marked as deprecated to ease discovering the missing parts in plugins
* IDEMPIERE-5843 System support users (like SuperUser) cannot see (fix) preferences on tenants (#1992)
IDEMPIERE-5174 / Revert changes from IDEMPIERE-4386
* - remove the same now unnecessary method on MMFARegistration
* IDEMPIERE-5827: AD_Preference.PreferenceFor should support Forms
https://idempiere.atlassian.net/browse/IDEMPIERE-5827
* IDEMPIERE-5827: AD_Preference.PreferenceFor should support Forms : scripts on iD11
* IDEMPIERE-5827: AD_Preference.PreferenceFor should support Forms - remove changes related to Info Window
* IDEMPIERE-5827: AD_Preference.PreferenceFor should support Forms : remove changes related to Info Window
* Update oracle/202308101331_IDEMPIERE-5827.sql
* Update postgresql/202308101331_IDEMPIERE-5827.sql
---------
Co-authored-by: Carlos Ruiz <carg67@gmail.com>
Fixes for the MigraID process:
- Add management for AD_Tree_Favorite_Node
- Add management for multi-IDs fields (comma separated IDs or UUIDs)
- Add management for AD_Package_UUID_Map
- Fix issues with UUID based tables
Fixes for the CleanOrphanCascade process:
- add management for AD_Tree_Favorite_Node
- remove management for AD_Package_UUID_Map (in the end this is unnecessary to take care of orphans in this table)
- implement management for Record_UU columns
- fix problem with UUID based tables
* IDEMPIERE-5768 : Adding Credit manager factory to override or extend credit management
* IDEMPIERE-5768 : Fixing as as per code review comments from Hengsin
* IDEMPIERE-5768: Use component annotation instead of xml service definition
* IDEMPIERE-5768: Adding Unit tests and Making return type of CheckCreditStatus to be object instead of String.
* IDEMPIERE-5768: Fixing as per code review comment.
* IDEMPIERE-5768: Removed explicit rollback from test cases
* IDEMPIERE-5567 Support of UUID as Key (FHCA-4195)
- fix issues with archive reporting on UU based tables
* - implement change log in time line mode for UUID based tables
* IDEMPIERE-5567 Support of UUID as Key (FHCA-4195)
* Fixes and improvements for MoveClient
* Fix for oracle not being able to insert AD_WF_Node (CLOB column)
* Add management for UUID based tables
* Add management for weak foreign key Fact_Acct.Line_ID
* Add management for weak foreign key AD_Tree_Favorite_Node.Parent_ID
* Add management for Record_UU columns
* Add management for ChosenMultipleSelectionTable and ChosenMultipleSelectionSearch
* Improve javadoc
* - Test and add support for SelectionGrid
* - fix error inserting a wrong UUID when it was set before by a Record_UU
* - Fix problem validating orphans in UUID based tables
* IDEMPIERE-5275 Tabular Report Re-Run button/close parameter window
- Fix process info log & error not shown
- Fix re-run missing context variable from menu
* IDEMPIERE-5275 Tabular Report Re-Run button/close parameter window
- turn off auto close after zoom
* IDEMPIERE-5732 Cache reset should happens after commit of transaction
* IDEMPIERE-5732 Cache reset should happens after commit of transaction
* - minor defensive programming
---------
Co-authored-by: hengsin <hengsin@gmail.com>
* IDEMPIERE-5802 - Includes access validation for ASI Dialog
* IDEMPIERE-5802 - Implements use of MRole.getWindowAccess instead of Query
* IDEMPIERE-5802 - Fix name and access for 'isAllowedToCreate' variable
* IDEMPIERE-4416 invalidating a purchase order doesn't remove connection to receipt
* IDEMPIERE-4416 invalidating a purchase order doesn't remove connection to receipt
- refactoring, make MiniTableImpl usable outside of test
* IDEMPIERE-4416 invalidating a purchase order doesn't remove connection to receipt
- refactoring, move business and sql logic from Match to model class.
- add more unit test
* IDEMPIERE-4416 invalidating a purchase order doesn't remove connection to receipt
- set M_InOut.C_Order_ID to null
* IDEMPIERE-4416 invalidating a purchase order doesn't remove connection to receipt
- update unit test for setting of M_InOut.C_Order_ID to null.
* IDEMPIERE-5804 - Fix display of mandatory parameters within display logic
* IDEMPIERE-5804 - Implements ZK constraints for mandatory Info Window parameters
* IDEMPIERE-5804 - Removes the use of ZK Constraints and implements use of ZK WrongValueException
* IDEMPIERE-5804 - Removes unsed line and fix javadoc
* IDEMPIERE-5803 - ESC Shortcut Closes Tab and Pop-up Window at Once
- delay the execution of ON_CTRL_KEY after ON_CANCEL by adding echo: ON_CLOSE_WINDOW_SHORTCUT_EVENT
- improve IDesktop by isCloseTabWithShortcut methods
- the ON_CANCEL event sets isCloseTabWithShortcut to false
- tab is closed after ON_CTRL_KEY if isCloseTabWithShortcut is true
* IDEMPIERE-5803 - fix breaking Alt+X in InfoPanel
- issue reported by Heng Sin
* IDEMPIERE-5803 - fix breaking Alt+X in InfoPanel
* IDEMPIERE-5790 - Improve Report Refresh functionality
* IDEMPIERE-5790 - fix not setting Language in combobox
* IDEMPIERE-5790 - bug fixes
- fix preview type changing to SysConfig default after refresh - now it stay on the selected type
- language is not set on process audit record when refreshing