core-jgi/org.adempiere.base
hengsin dd2ef468b0
IDEMPIERE 4287 (#247)
* IDEMPIERE-4287 Cache API not thread safe and inconsistent with Context
add support to make PO immutable

* IDEMPIERE-4287 Cache API not thread safe and inconsistent with Context
- added thread safe Immutable and Copy cache implementation for PO.
- migrate most of PO cache to immutable and copy cache.
- added pos sales order test.

* IDEMPIERE-4287 Cache API not thread safe and inconsistent with Context
- add test case for initial client setup and bank statement
- fix error for image editor, location editor, locator editor, initial
client setup, complete bank statement and migrate storage provider.

* IDEMPIERE-4287 Cache API not thread safe and inconsistent with Context
- added ImmutablePOSupport interface. Model class implement this
interface for immutable PO support.
- remove usage of cache for transaction table (rfq, invoice, inventory).
- add getCopy method to some model class to support getting an
updateable copy of PO from the otherwise immutable PO cache.
- the added getCopy method is use to return updateable PO for indirect
PO reference, for e.g MColumn.getAD_Table() and MOrderLine.getProduct.
2020-09-21 14:03:00 +08:00
..
.settings IDEMPIERE-4329 Cleanup eclipse warnings (#107) 2020-06-09 12:26:36 +02:00
META-INF IDEMPIERE 4287 (#247) 2020-09-21 14:03:00 +08:00
OSGI-INF IDEMPIERE-4190 Implement Image Storage Provider (1006528) (FHCA-1165) 2020-02-27 21:37:32 +01:00
schema - IDEMPIERE-1269 Improve tax configuration to support external services 2013-08-27 12:48:41 +08:00
src IDEMPIERE 4287 (#247) 2020-09-21 14:03:00 +08:00
.classpath IDEMPIERE-4314:eclipse project setting independent JDK (#90) 2020-06-01 11:30:00 +08:00
.packaging
.project IDEMPIERE-3531:add maven tycho configuration 2018-02-10 16:42:06 +07:00
build.properties IDEMPIERE-4202 Remove java web start code and libraries 2020-03-10 18:20:04 +08:00
documentation.bat
packaging-build.xml
plugin.xml IDEMPIERE-2924: Adding XLSX Export support (#6) 2020-01-04 15:19:48 +01:00
pom.xml IDEMPIERE-4202 Remove java web start code and libraries 2020-03-10 18:20:04 +08:00