-
Type:
Task
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: Trunk
-
Fix Version/s: None
-
Component/s: accounting
-
Labels:None
As exchanged on this discussion I created the first patch OFBIZ-10552.patch that contains the separation between accounting component and AP/AR webapps.
I detected cross dependency on screens between accounting and AP /AR, so I realized following change :
- the commissionRun link in accounting to keep this present on AP
- move all Financial account deposit payment group screen from AR to Accounting
You can see the svn status command result OFBIZ-10552-status.txt that will be helpfull to read the patch.
To test without plugin ap-ar:
- apply patch OFBIZ-10552.patch
- ./gradlew ofbiz
To test with plugin ap-ar
- apply patch OFBIZ-10552.patch
- untar accounting-ap-ar.tar.gz
at the ofbiz home
- ./gradlew loadAll ofbiz
I named the plugin accounting-ap-ar but you'll probably find a much better name