* 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
* IDEMPIERE-5772 - Quick Info Widget Support for Info Window - initial commit
* IDEMPIERE-5772 - manage context variables in info window
Put the following values into the context:
- query criteria
- values of the selected row
* IDEMPIERE-5772 - fixes
- info window should not change context if isLookup() = true (popup window mode)
- parameter values should be put into context only on re-query
- values of KeyNamePair type should use the "key" in context (practically tat means the ID) instead of name (display value)
* IDEMPIERE-5772 - add prefix to row variables and Selected_ID to ctx
* IDEMPIERE-5772 - rename variable name Selected_ID -> ID_Selection
* IDEMPIERE-5772 - patch by Carlos
* IDEMPIERE-5772 - fixed reported issues
- support ctx variables in info windows without process (no multiselection)
- change ctx variable syntax/prefix
- fix issue with type IDColumn
* IDEMPIERE-5796: Generate Model Template
Initial commit (migration scripts / model classes / process)
* IDEMPIERE-5796: Generate Model Template
update parameters value from template
* IDEMPIERE-5796: scripts in v10
Scripts must be set in v10
* IDEMPIERE-5796: Generate Model Template - fix scripts
* IDEMPIERE-5796: Generate Model Template - various fixes
Improve help, fix warning and change TableName parameter name
Co-Authored-By: Carlos Ruiz <carg67@gmail.com>
* IDEMPIERE-5796: Generate Model Template - remove System.out
* IDEMPIERE-5796: Generate Model Template : EntityType parameters as multitable
Co-Authored-By: Carlos Ruiz <carg67@gmail.com>
* IDEMPIERE-5796: Generate Model Template : parameters to generate interfaces and/or classes
and enhancement of help
Co-Authored-By: Carlos Ruiz <carg67@gmail.com>
---------
Co-authored-by: Carlos Ruiz <carg67@gmail.com>
* IDEMPIERE-5797 Zk: Upgrade Billboard chart to 3.9.0
* IDEMPIERE-5797 Zk: Upgrade Billboard chart to 3.9.0
- Add basic localization support
* IDEMPIERE-5797 Zk: Upgrade Billboard chart to 3.9.0
- update Readme
* IDEMPIERE-5797 Zk: Upgrade Billboard chart to 3.9.0
- Fix intermittent sizing and rendering issue
* IDEMPIERE-5791 - Fix Error when changing print format to CSV
* IDEMPIERE-5791 - Fix Error when changing print format to CSV
* IDEMPIERE-5791 - Fix Error when changing print format to CSV
* IDEMPIERE-5794: New param for getBusinessDaysBetween to include/exlude end date
https://idempiere.atlassian.net/browse/IDEMPIERE-5794
* IDEMPIERE-5794: New param for getBusinessDaysBetween to include/exlude end date - Unit tests
Co-Authored-By: hengsin <152246+hengsin@users.noreply.github.com>
---------
Co-authored-by: hengsin <152246+hengsin@users.noreply.github.com>