Branch: refs/heads/release-10
Home:
https://github.com/idempiere/idempiere
Commit: dc36565c43dfaf5cd2870ad0eb8cbd78af137c87
https://github.com/idempiere/idempiere/commit/dc36565c43dfaf5cd2870ad0eb8cbd78af137c87
Author: hieplq <
hie...@hasuvimex.vn>
Date: 2023-10-06 (Fri, 06 Oct 2023)
Changed paths:
M org.adempiere.base/src/org/compiere/model/MLookupFactory.java
Log Message:
-----------
IDEMPIERE-5867:autocomplete show different list for table and table dir (#2028)
* 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
Commit: 78767eebfebf978cd39c8c534061f61c2d939072
https://github.com/idempiere/idempiere/commit/78767eebfebf978cd39c8c534061f61c2d939072
Author: hieplq <
hie...@hasuvimex.vn>
Date: 2023-10-06 (Fri, 06 Oct 2023)
Changed paths:
M org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/info/InfoWindow.java
Log Message:
-----------
IDEMPIERE-5866: different identifiers of info window and m_table cause in… (#2029)
* IDEMPIERE-5866:difference identify of info window and m_table make info window fill query text to wrong parameter
* IDEMPIERE-5864:correct comment code, thanks to hengsin
* IDEMPIERE-5864:InfoWindow testCount call too much when open infowindow from search editor
refractory:
clear logic find out search editor for auto complete
separate logic query for auto complete and query for all identifies editor
* IDEMPIERE-5864:split code to functions
* IDEMPIERE-5864:change order test for each identifies and test for split query to reduce test
* IDEMPIERE-5864:fix review from hengsin
Commit: 43f27b907d8b35c97fb7b11981263c7d9e4c69dc
https://github.com/idempiere/idempiere/commit/43f27b907d8b35c97fb7b11981263c7d9e4c69dc
Author: Zuhri Utama <
zuhri...@gmail.com>
Date: 2023-10-06 (Fri, 06 Oct 2023)
Changed paths:
M org.adempiere.base/src/org/compiere/model/MInvoicePaySchedule.java
Log Message:
-----------
IDEMPIERE-2706 : auto validate invoice payment schedule when create new record (#2034)
Commit: e3072962ff227ea76af752ff6c9ccf9c08634eae
https://github.com/idempiere/idempiere/commit/e3072962ff227ea76af752ff6c9ccf9c08634eae
Author: Carlos Ruiz <
car...@gmail.com>
Date: 2023-10-06 (Fri, 06 Oct 2023)
Changed paths:
M org.adempiere.server-feature/build.properties
M org.adempiere.server-feature/build.xml
M org.adempiere.server-feature/console-setup-alt.sh
M org.adempiere.server-feature/idempiere-server.sh
M org.adempiere.server-feature/setup-alt.sh
M org.adempiere.server-feature/sign-database-build-alt.sh
M org.adempiere.server-feature/silent-setup-alt.sh
M org.adempiere.server-feature/utils.unix/RUN_ApplyPackInFromFolder.sh
M org.adempiere.server-feature/utils.unix/RUN_SyncTerm.sh
M org.adempiere.server-feature/utils.unix/RUN_TrlExport.sh
M org.adempiere.server-feature/utils.unix/RUN_TrlImport.sh
M org.adempiere.server-feature/utils.unix/getVar.sh
Log Message:
-----------
IDEMPIERE-5877 Include .sh scripts in windows installer (#2044)
* IDEMPIERE-5877 Include .sh scripts in windows installer
* - adapt build.xml for windows running with git bash
- adapt getVar.sh for windows - as there is no .idpass in windows
Compare:
https://github.com/idempiere/idempiere/compare/a38836cb672f...e3072962ff22