- fix for import/export of TestUU_Trl
- fix for server stuck in loop when recent item doesn't have Record_UU
06:16:19.829===========> UiEngineImpl.handleError: [131]
java.lang.IllegalArgumentException: Invalid null or blank UU - Must pass valid UU
at org.compiere.model.PO.loadByUU(PO.java:1486)
at org.compiere.model.MTable.getPOByUU(MTable.java:684)
at org.compiere.model.MRecentItem.getLabel(MRecentItem.java:360)
at org.adempiere.webui.dashboard.DPRecentItems.refresh(DPRecentItems.java:275)
at org.adempiere.webui.dashboard.DPRecentItems.updateUI(DPRecentItems.java:333)
* IDEMPIERE-5932 Update English top-level menu names and window names to better support new user adoption
* - fix minor typo
* - implement suggestions from Heng Sin
- fix favourites showing the name as tooltip instead of the description
---------
Co-authored-by: Chuck Boecking <chuck@chuboe.com>
- CleanOrphanCascade is failing when there are orphan change log records for M_InOutLineMA or other non-ID tables
- MoveClient is failing when there are AD_PInstance orphan records (because of the recently added AD_Table_ID reference)
* IDEMPIERE-5782 Generated Shipments/MR and Invoices with Invalid Sales Rep
- Fix same issue with RMA
* - add the callout validations also on beforeSave
* IDEMPIERE-5936 Slow performance creating MR/Invoice Lines using CREATE LINES FROM.. in process M_InOut/C_Invoice_CreateFromProcess
* IDEMPIERE-5936 Slow performance creating MR/Invoice Lines using CREATE LINES FROM.. in process M_InOut/C_Invoice_CreateFromProcess
* IDEMPIERE-5567 Support of UUID as Key (FHCA-4195)
- fix issue creating a new record by calling table.getPO(0, trxName)
when the table is UUID then create the new record calling the corresponding UUID method
* - remove unnecessary condition
* IDEMPIERE-5567 Support of UUID as Key (FHCA-4195)
- Manage translation for UUID based tables
- Enable 2Pack Import UUID based tables with translation
- Create ad_package_imp_detail.Record_UU
- Create test table TestUU_Trl
* - Fix Synchronize Doc Translation
* IDEMPIERE-5893 Completed invoices are being updated in MOrder.afterSave
* - refactor
- test for date and ID
* - implement SysConfig ORDER_COLUMNS_TO_COPY_TO_NOT_COMPLETED_INVOICES as suggested by Heng Sin
* IDEMPIERE-5567 Support of UUID as Key (FHCA-4195)
- The process Create Window from Table is broken because it doesn't find the tab UUID (out of trx)
* - simplify code
* - remove warning
* - change for a better approach using transaction
* - implement better approach suggested by Heng Sin
* IDEMPIERE-5876 Implement support to disable core OSGi event handler
* IDEMPIERE-5876 Implement support to disable core OSGi event handler
- Fix parsing of className[*] (reported by nmicoud)
* IDEMPIERE-5867:autocomplete show difference list for table and table dir
* IDEMPIERE-5867:fix for IDEMPIERE-5866
test case:
go to "Reference" window and choose for record "M_Product BOM (stocked)"
go to "Table Validation" tab and choose "Display Value" = true
* IDEMPIERE-5346 : Adding SSO support
* IDEMPIERE-5346 : Fix as per peer review feedback.
Valid user should have password not null
removing #SSO_IS_ALREADY_AUTHENTICATE context variable due to security risk
Cross site scripting issue on error.htm
Making show role panel as system configurable
Adding language selection on role panel
Adding SSO support on iDempiere monitor and osgi console
* IDEMPIERE-5346: Redirect to console using static URL to avoid security vulenarabilit
* Committing patch from Carlos pr1571PR
* IDEMPIERE-5565: fixing NPE issue on Role change
* IDEMPIERE-5346: Appling pr1571PR2 from Carlos
* 1. IDEMPIERE-5346: Fix idempiereMonitor goes in a loop of sign-in
- Fix NPE when changing role
- Fix NPE when a user with single role & sysconfig: SSO_SELECT_ROLE is 'N'
* IDEMPIERE-5346 : IDempiere Monitor, use out of box login when SSO is not configured.
* IDEMPIERE-5346: Adding Authorization type on User and Tenant window. Created /webui/admin page for login with application credential.
* IDEMPIERE-5346: Implementing Hengsi's Code review comments
Showing meaning full error when Identity Provider returns error
In SSO filter, ignoreing css, zkau, images and resource URL
Correcting typo in Principal name.
Updated Documentation
* IDEMPIERE-5346 : Fixed documentation, typo and pending review comments
* IDEMPIERE-5346: Use token & SSO principal service to validate in Login.GetClient
* IDEMPIERE-5346: Remove the Domain URL column and refactor the code.
* IDEMPIERE-5346: Adding flag ENABLE_SSO_IDEMPIERE_MONITOR and ENABLE_SSO_OSGI_CONSOLE, using cache for SSOService, defaulting Authentication type on client to “Application and SSO”
* IDEMPIERE-5346: Fixed issue of User SSO type not respected and support for Zoom URL
* IDEMPIERE-5567 Support of UUID as Key (FHCA-4195)
- Fix for MAttachment.get
- discovered while testing rest endpoing api/v1/models/testuu/{uuid}/attachments/zip
* - remove the deprecated message
- use UU just when there is no ID
* IDEMPIERE-5856: MOrder.setBPartner is not using IsSOTrx for PaymentRule
* IDEMPIERE-5856: MOrder.setBPartner is not using IsSOTrx for PaymentRule
serial update
* IDEMPIERE-5856: MOrder.setBPartner is not using IsSOTrx for PaymentRule
if getPaymentRulePO() is null, we fall back to getPaymentRule()
* IDEMPIERE-4697 : get temp filename based on config "TEMP_FILENAME" if exists
* IDEMPIERE-4697 : temporary filename "adempiere_"
* IDEMPIERE-4697 : set default value and change from adempiere to idempiere
- 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
* 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-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-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-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>
* - added validation for min and max value when run process
- added validation when insert min and max value format
* - remove unused class
- change reference id to displayType
- translate error massage
* refactoring code by carlosRuiz-globalqss
* IDEMPIERE-5750 Error when switching to tab when choosing a language other than English
* - avoid usage of AdempiereIdGenerator.escapeId when not ZkUnitTest
* IDEMPIERE-5786 - ESC Shortcut for Closing Tabs
- remove duplicate registering of on_cancel event on InfoPanel
- register on_cancel event on WindowContainer
* IDEMPIERE-5786 - partially revert ESC Shortcut for Closing Tabs
* IDEMPIERE-5786 - improve closing tabs with shortcut
- info windows
- forms
- workflows
- find window
* IDEMPIERE-5786 - SysConfig to Use Esc For Tab Closing
* IDEMPIERE-5786 - fix MSysConfig order
* IDEMPIERE-5786 - requested changes by Carlos
- implement shortcut on missing forms
- allow Alt+X shortcut also when ESC is allowed with the SysConfig
* IDEMPIERE-5786 - PR1917pr patch by Carlos
- removed unnecessary fix for an old firefox issue
* IDEMPIERE-5781 Any user can destroy a configured SQL Query
* - fix problem not showing the advanced toolbar back
* - implement suggestion from Heng Sin
* IDEMPIERE-5448 2023 June Platform Update
- update to final tycho 3.0.5 release.
* IDEMPIERE-5448 2023 June Platform Update
- remove obsolete junit dependency and test code.
* IDEMPIERE-5567 Support of UUID as Key (FHCA-4195) - Archive
* - Support for master/detail reports on UUID based tables
* - Archive button
* - Add test print format for UU Based Table
* - backward compatibility on MArchive.getReportAndDocumentCountByRecordId
* - Backward compatibility with filesystem storage
* - Improve naming of temporary folder for 2Pack
* - Improve query to use correctly the index
* - Improve method to use ID when no UUID
* - Ensure the Record_UU is filled even when called from foreign sources
* - Implement the same provision for exceptional cases on MAttachment, MChat, MLabelAssignment, MPostIt to fill the UUID when not passed (f.e. when created by a plugin)