You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2020/05/06 11:47:19 UTC

[ofbiz-framework] branch trunk updated: Improved: Accounting seed data (OFBIZ-11652) (#116)

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.git


The following commit(s) were added to refs/heads/trunk by this push:
     new a58d78a  Improved: Accounting seed data (OFBIZ-11652) (#116)
a58d78a is described below

commit a58d78a79efa54310d2d239d41fcff698be52608
Author: Pierre Smits <pi...@apache.org>
AuthorDate: Wed May 6 13:47:10 2020 +0200

    Improved: Accounting seed data (OFBIZ-11652) (#116)
    
    * Improved: Accounting Component - improve seed data
    
    (OFBIZ-11652)
    Adding role type records relating to budget entities
    
    * Improved: Accounting Component - improve seed data
    
    (OFBIZ-11652)
    Adding role type records relating to budget entities
---
 applications/datamodel/data/seed/AccountingSeedData.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/applications/datamodel/data/seed/AccountingSeedData.xml b/applications/datamodel/data/seed/AccountingSeedData.xml
index 3470c5e..e22acaf 100644
--- a/applications/datamodel/data/seed/AccountingSeedData.xml
+++ b/applications/datamodel/data/seed/AccountingSeedData.xml
@@ -195,7 +195,8 @@ under the License.
     <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" />
+    <RoleType description="Budget Reviewer" roleTypeId="BUDGET_RVR" parentTypeId="BUDGET" hasTable="N" />
+    <RoleType description="Budget Approver" roleTypeId="BUDGET_APPRV" 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"/>