core-jgi/org.adempiere.ui.zk/WEB-INF
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
..
src IDEMPIERE 4287 (#247) 2020-09-21 14:03:00 +08:00
tld/web shut off validate warrning of org.adempiere.ui.zk 2017-05-07 14:55:04 +07:00
xsd IDEMPIERE-3876 Encoding and line delimiter issues / convert sources to unix line delimiter 2019-01-21 15:37:14 +01:00
web.xml IDEMPIERE-3980 Thanks to Alessandro Cordella for reporting 2019-06-10 15:08:00 +02:00
zk-selenium.xml shut off validate warrning of org.adempiere.ui.zk 2017-05-07 14:55:04 +07:00
zk-websocket-serverpush.xml IDEMPIERE-4154 ServerPush Adjustments. Further refinement of the long polling serverpush implmentation. Add back zk-websocket-serverpush.xml 2020-01-31 12:20:05 +08:00
zk.xml IDEMPIERE-4154 ServerPush Adjustments 2020-01-22 11:48:46 +08:00