* 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
* IDEMPIERE-5992 - Move the getIdentifier methods from WRecordEditor to MLookup class
* IDEMPIERE-5992 - refactor logic
* IDEMPIERE-5992 - replace keyColumn parameter with useUUIDKey
* IDEMPIERE-5989 Attachments are not accessible after upgrade from Idempiere 10 to Idempiere 11
IDEMPIERE-5567
Fix issue when the window doesn't have the UUID field
* - change for a more robust method (similar approach to other points)
* 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>
* 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-5934 : Read only Chosen Multiple Selection List fields can be updated using Assistant
* IDEMPIERE-5934 : Read only Chosen Multiple Selection List fields can be updated using Assistant #2
* IDEMPIERE-5929 - Fix replace tab method to add a window if there is no refTab reference
* IDEMPIERE-5929 - Removes unnecessary NPE handling when replacing tabs
* IDEMPIERE-5929 - Adjust code indentation/style
* IDEMPIERE-5929 - Restores NPE handling for replacing tabs
* IDEMPIERE-5929 - Reverts changes on WindowContainer
This commit reverts three other commits:
4433f834f5a3892aec2c1486e30b846fbf957f8f
c6c6d2abf9a44d51f41d68a9e3e18ae04863435c
64916156eb43da481601889837df8571a5e1d596
* IDEMPIERE-5921 Enable Multi-Selection on Search fields (Info Windows) by default
* Fix first open as single selection
* Make it work as single selection for custom form (tested with Payment Allocation form)
* Added setMultipleSelection(boolean) api
* * Fix also Info Product on forms
---------
Co-authored-by: hengsin <hengsin@gmail.com>
* IDEMPIERE-5898 Implementation of the assistant to type search and table in multi-selection fields
* IDEMPIERE-5898 Implementation of the assistant to type search and table in multi-selection fields
* IDEMPIERE-5851 - Set Focus Automatically to the 1st Row of the Info Window Result Set
* IDEMPIERE-5851 - pr2001 patch by Heng Sin
* IDEMPIERE-5851 - remove unintended change
* IDEMPIERE-5889 - Cannot Open Lookup Info Window if no Window is Defined for the Table
* IDEMPIERE-5889 - expand displayed columns' where clause according to Heng Sin
* IDEMPIERE-5889 - add aliases to displayed columns' where clause
* IDEMPIERE-5773 - Refactor FindWindow code that discovers the right and left bracket value
* IDEMPIERE-5773 - Refactor FindWindow code that discovers the right and left bracket value - Improve method name
* IDEMPIERE-5773 - Fixed bug on advance detail not adding the parenthesis on detail tab queries