This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch trunk
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/trunk by this push:
new a7328da Improved: Accounting Component - improve seed data
a7328da is described below
commit a7328da044be3c03e41388232b7390a7727932de
Author: Pierre Smits <
[hidden email]>
AuthorDate: Wed May 6 12:40:19 2020 +0200
Improved: Accounting Component - improve seed data
(OFBIZ-11652)
Adding role type records relating to budget entities
---
applications/datamodel/data/seed/AccountingSeedData.xml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/applications/datamodel/data/seed/AccountingSeedData.xml b/applications/datamodel/data/seed/AccountingSeedData.xml
index 35fcd72..3470c5e 100644
--- a/applications/datamodel/data/seed/AccountingSeedData.xml
+++ b/applications/datamodel/data/seed/AccountingSeedData.xml
@@ -190,7 +190,14 @@ under the License.
<StatusValidChange statusId="FAM_SCHEDULED" statusIdTo="FAM_CANCELLED" transitionName="Scheduled Maintenace Cancelled"/>
<StatusValidChange statusId="FAM_IN_PROCESS" statusIdTo="FAM_COMPLETED" transitionName="In-Process Maintenance Completed"/>
- <!-- Fixed Asset Maintenance party roles -->
+
+ <!-- Accounting component role types regarding Budget entities-->
+ <RoleType description="Budget Roles Group (not to be assigned to parties)" roleTypeId="BUDGET" hasTable="Y" />
+ <RoleType description="Budget Application" roleTypeId="BUDGET_APPL" parentTypeId="BUDGET" hasTable="N" />
+ <RoleType description="Budget Manager" roleTypeId="BUDGET_MGR" parentTypeId="BUDGET" hasTable="N" />
+ <RoleType description="Budget Reviewer" roTeTypeId="BUDGET_RVR" parentTypeId="BUDGET" hasTable="N" />
+
+ <!-- Accounting component role types regarding Fixed Asset Maintenance party roles -->
<RoleType description="Fixed Asset Maint Assignee" hasTable="N" roleTypeId="FAM_ASSIGNEE"/>
<RoleType description="Maintenance Supplier or Service" hasTable="N" parentTypeId="FAM_ASSIGNEE" roleTypeId="FAM_SUPPLIER"/>
<RoleType description="Maintenance Manager or Supervisor" hasTable="N" parentTypeId="FAM_ASSIGNEE" roleTypeId="FAM_MANAGER"/>