Carlos Ruiz
e945e7e3c8
IDEMPIERE-5724 Cannot add Related Info Window to Info Product ( #1838 )
2023-05-20 22:11:18 +08:00
Carlos Ruiz
df06938191
IDEMPIERE-5731 NPE when using Query.list() with a view ( #1846 )
2023-05-20 09:55:07 +08:00
Carlos Ruiz
8edf4c730f
IDEMPIERE-5667 Recent Items not Refreshing when Deleting Records in Grid View ( #1847 )
...
IDEMPIERE-5667 #resolve
2023-05-20 09:54:24 +08:00
Carlos Ruiz
531aa73ea1
IDEMPIERE-4639 Cross tenant issues with context help ( #1848 )
2023-05-20 09:53:49 +08:00
hengsin
c05d2cefa9
IDEMPIERE-5726 2Pack: TableElementHandler should reset Table cache after commit of transaction ( #1843 )
2023-05-20 09:50:13 +08:00
Carlos Ruiz
d2426c5ebd
IDEMPIERE-5683 ModelForeignKeyTest throwing error when parallel tests ( #1836 )
...
* IDEMPIERE-5683 ModelForeignKeyTest throwing error when parallel tests
* - Add Isolated annotation as suggested by Heng Sin
2023-05-17 08:23:09 +08:00
Carlos Ruiz
d734cafd9b
IDEMPIERE-5712 Tests are leaving records in the database ( #1827 )
...
* IDEMPIERE-5712 Tests are leaving records in the database
* - add transaction
* - add cleanup for records committed out of transaction
2023-05-16 16:32:15 +08:00
Carlos Ruiz
089f491363
IDEMPIERE-5491 Info Window - implement Select/DeSelect All buttons (FHCA-4016) - Fix NPE ( #1834 )
2023-05-16 16:29:28 +08:00
Carlos Ruiz
5d367cbc29
Revert "IDEMPIERE-5714 - Archive Viewer - Created By field shows cross tenant data ( #1829 )" ( #1833 )
...
This reverts commit 2c4e66f8e2
.
2023-05-11 22:59:22 +08:00
hengsin
39a5bd813d
IDEMPIERE-5719 PackInHandler.dumpUnresolvedElements include elements that doesn't have any unresolve properties ( #1832 )
2023-05-11 16:26:48 +02:00
hengsin
cc90586aa0
IDEMPIERE-5717 MColumn.getForeignKeyConstraint doesn't always generate unique foreign key constraint name ( #1830 )
2023-05-11 12:43:00 +02:00
hengsin
6716cace06
IDEMPIERE-5718 PoFiller.setTableReference sometime failed to load MColumn instance ( #1831 )
2023-05-11 12:37:37 +02:00
Peter Takács
ae19cbe91a
IDEMPIERE-5683 - Ignore Views with Record ID and Record UU Model Constraints ( #1828 )
2023-05-11 12:24:09 +02:00
Peter Takács
2c4e66f8e2
IDEMPIERE-5714 - Archive Viewer - Created By field shows cross tenant data ( #1829 )
2023-05-11 09:58:21 +08:00
Carlos Ruiz
9372743735
IDEMPIERE-5683 Fix broken test ( #1826 )
...
* IDEMPIERE-5683 Fix broken test
* - Fix also MTest test leaving records in the database
* Revert "- Fix also MTest test leaving records in the database"
This reverts commit 39005e5e87e96ee3f4433ebb3567add8d1b0a62c.
2023-05-06 20:47:51 +08:00
Carlos Ruiz
8bb0d55c90
IDEMPIERE-5331 Create Production from Order (all Lines) ( #1823 )
2023-05-06 01:00:09 +02:00
Carlos Ruiz
4fdbbd5cce
IDEMPIERE-5614 Advanced Find Window error when searching for Yes/No ( #1824 )
2023-05-06 00:59:30 +02:00
Carlos Ruiz
af2d735cc5
IDEMPIERE-5683 Peer review ( #1825 )
2023-05-06 00:58:43 +02:00
Peter Takács
3bf447b009
IDEMPIERE-5683 - Improve Record ID and Record UU by Constraint Type ( #1810 )
...
* IDEMPIERE-5683 - Improve Record ID and Record UU by Constraint Type
* IDEMPIERE-5683 - replace direct sql with model classes
- rename deleteSetNull to setRecordIdNull
- replace direct sql with model classes in deleteCascade, setRecordIdNull
- remove unnecessary change from AD_Ref_List
* IDEMPIERE-5683 - cache tables arrays in PO_Record
* IDEMPIERE-5683 - fix Dynamic Validation
* IDEMPIERE-5683 - change CleanOrphanCascade
- IsCleanChangeLog process parameter removed
- replace direct sql with java model
- delete just on Model Cascade constraint
- new Set Null rule implemented
* IDEMPIERE-5683 - fix when Record_ID is mandatory
2023-05-06 00:57:09 +02:00
hengsin
afcbf6e70f
IDEMPIERE-5707 PostgreSQL should use FOR NO KEY UPDATE instead of FOR… ( #1818 )
...
* IDEMPIERE-5707 PostgreSQL should use FOR NO KEY UPDATE instead of FOR UPDATE
* IDEMPIERE-5707 PostgreSQL should use FOR NO KEY UPDATE instead of FOR UPDATE
- add trx timeout unit test
2023-05-05 19:41:43 +02:00
Diego Ruiz
a8882677a0
IDEMPIERE-5709 - Fixed SQLFind columns not working ( #1822 )
2023-05-05 18:13:19 +02:00
Nicolas Micoud
0553878431
IDEMPIERE-5701: Improve logs when role cannot report or export ( #1811 )
...
* IDEMPIERE-5701: Improve logs when role cannot report or export
https://idempiere.atlassian.net/browse/IDEMPIERE-5701
* IDEMPIERE-5701: Reduce log level when role cannot report or export and hide Report button when role cannot report
Co-Authored-By: Carlos Ruiz <carg67@gmail.com>
2023-05-04 00:06:53 +02:00
Carlos Ruiz
969a2e66df
IDEMPIERE-5238 Fix checkRecordIDCrossTenant failing in multi-key table ( #1821 )
2023-05-03 20:32:59 +02:00
Carlos Ruiz
31779a7611
IDEMPIERE-5708 Show in grid value in dictionary cannot be overriden by customize ( #1820 )
2023-05-03 19:17:15 +02:00
hengsin
66b8271c2b
IDEMPIERE-5570 Zk: Improve readability of code ( #1819 )
...
- for org.adempiere.webui.editor package
2023-05-03 13:54:00 +02:00
Peter Takács
f82777c527
IDEMPIERE-5702 - IndexOutOfBoundsException on Info Window ( #1812 )
...
* IDEMPIERE-5702 - IndexOutOfBoundsException on Info Window
* IDEMPIERE-5702 - pr1812 patch by Heng Sin
2023-05-03 14:31:40 +08:00
Peter Takács
d53570eb75
IDEMPIERE-5695 - Process audit doesn't set print language, format, print format on Forms/documents ( #1805 )
...
* IDEMPIERE-5695 - Process audit doesn't set print language, format, print format on Forms/documents
* IDEMPIERE-5695 - get language from print format
* IDEMPIERE-5695 - fix javadoc
* IDEMPIERE-5695 - implement in startStandardReport and startFinReport
2023-05-02 17:13:55 +08:00
Carlos Ruiz
1fb4248ab9
IDEMPIERE-5706 Improvements to Tab Editor in Window Customization ( #1817 )
2023-05-01 16:44:51 +02:00
Carlos Ruiz
be245e0767
IDEMPIERE-5705 Field Event Change Log is not read only ( #1816 )
2023-05-01 14:41:09 +02:00
Carlos Ruiz
70413f206b
IDEMPIERE-5703 NPE when importing Physical Inventory using Import CSV button ( #1813 )
...
* IDEMPIERE-5703 NPE when importing Physical Inventory using Import CSV button
* - implement better approach suggested by Heng Sin
2023-05-01 20:05:03 +08:00
Carlos Ruiz
92424ec5d9
IDEMPIERE-5704 Archive Viewer silent when archive cannot be deleted ( #1814 )
2023-05-01 19:26:53 +08:00
Carlos Ruiz
07ecea1494
IDEMPIERE-5509 Implement readonly query without using Trx - fix issue with native sequences in PostgreSQL ( #1815 )
2023-05-01 19:26:16 +08:00
Jose Leite
61118b8877
IDEMPIERE-5698 - Improvement for display all events errors ( #1807 )
...
* IDEMPIERE-5698 - mprovement for display all events errors
* IDEMPIERE-5698 - Improvement for display all events errors in all methods of class
2023-04-28 22:55:43 +08:00
Diego Ruiz
1de363d65d
IDEMPIERE-5699 - Deactivated Product Info toolbar button ( #1809 )
2023-04-28 13:18:57 +02:00
hengsin
60c0bf681f
IDEMPIERE-5688 Enhancement to WindowValidator API ( #1799 )
2023-04-28 13:16:56 +02:00
hengsin
7bd5e579ce
IDEMPIERE-5689 Make MLocatorLookup and WLocatorEditor more extensible ( #1800 )
...
* IDEMPIERE-5689 Add setValidationCode to MLocatorLookup
* IDEMPIERE-5689 Make MLocatorLookup and WLocatorEditor more extensible
2023-04-28 12:26:47 +02:00
hengsin
6f7e0001a4
IDEMPIERE-5690 Make WPAttributeEditor and WPAttributeDialog more extensible ( #1801 )
2023-04-28 12:25:13 +02:00
hengsin
f18bb88f4b
IDEMPIERE-5691 Add Table Direct type joint method to Query ( #1802 )
2023-04-28 12:16:13 +02:00
hengsin
72a546bcad
IDEMPIERE-5692 Add custom column editor support to WListbox ( #1803 )
2023-04-28 11:44:44 +02:00
hengsin
fdbbf093fb
IDEMPIERE-5694 Listbox item and group rendering API enhancements ( #1804 )
...
* IDEMPIERE-5694 Listbox item and group rendering API enhancements
* IDEMPIERE-5694 Listbox item and group rendering API enhancements
- Fix css and rendering bugs
2023-04-28 11:14:28 +02:00
Nicolas Micoud
254dcb3955
IDEMPIERE-5696: Width of last column of reports exported as Xlsx is n… ( #1806 )
...
* IDEMPIERE-5696: Width of last column of reports exported as Xlsx is not correct
https://idempiere.atlassian.net/browse/IDEMPIERE-5696
* IDEMPIERE-5696: Width of last column of reports exported as Xlsx is not correct - patch from hengsin
Co-Authored-By: hengsin <152246+hengsin@users.noreply.github.com>
---------
Co-authored-by: hengsin <152246+hengsin@users.noreply.github.com>
2023-04-27 13:34:11 +08:00
Jefferson Dalfre
796ab2d95f
IDEMPIERE-5663 ( #1776 )
2023-04-27 10:05:59 +08:00
Jose Leite
ade419e699
IDEMPIERE-5668 - Improvements to the copy role process ( #1780 )
...
* IDEMPIERE-5668 - Improvements to the copy role process
* IDEMPIERE-5668 - Adjustments to the parameters of the copyRole process
2023-04-27 09:58:00 +08:00
Peter Takács
6a94b815cd
IDEMPIERE-5681 - Improve Date Picker by "Ago" option ( #1792 )
...
* IDEMPIERE-5681 - Improve Date Picker by "Ago" option
* IDEMPIERE-5681 - improve code readability
- added javadoc, modified method names
* IDEMPIERE-5681 - fix wrong comment
2023-04-25 16:25:21 +08:00
Peter Takács
23713f6461
IDEMPIERE-5669 - Report Row Count shows incorrect data ( #1791 )
...
* IDEMPIERE-5669 - Report Row Count shows incorrect data
2 issues fixed:
- row count in tab did not refresh on clicking the refresh button (only on re-run)
- row count included function rows too
* IDEMPIERE-5669 - fixes
- added private attribute to rowCount Label
- added null-check to updateRowCount() method
2023-04-25 16:24:18 +08:00
Peter Takács
4a35720457
IDEMPIERE-5686 - Closing Browser Tab while Process Modal Dialog is Opened causes NPE ( #1797 )
...
* IDEMPIERE-5686 - Closing Browser Tab while Process Modal Dialog is Opened causes NPE
* IDEMPIERE-5686 - fixes
* IDEMPIERE-5650 - WProcessCtl fix
* IDEMPIERE-5650 - move check to ShowMaskWrapper
2023-04-25 16:23:02 +08:00
Carlos Ruiz
86a91987e1
IDEMPIERE-5567 Fix NPE running Period Control Management ( #1798 )
...
* IDEMPIERE-5567 Fix NPE running Period Control Management
* - defensive programming against NPE
2023-04-25 14:16:06 +08:00
Carlos Ruiz
5bf9301764
Fixes IDEMPIERE-5673 Wrong character causes java.awt.IllegalComponentStateException: This component must have a parent in order to determine its locale on reports ( #1785 )
2023-04-24 18:14:28 +08:00
Carlos Ruiz
274398fdd5
IDEMPIERE-5685 Do not Create Production for AutoProduce products ( #1796 )
2023-04-24 18:13:15 +08:00
Carlos Ruiz
80347c0926
Fixes IDEMPIERE-2194 GL Journal Distribution writes no DocumentNo in Accounting Fact Description ( #1795 )
...
- Copy the information from the line being distributed
2023-04-23 17:12:50 +08:00