Finalized the module "user rights by profile". It is fully integrated with the application setup (inc. sample data). and it it now ready for developing the user management GUI

SVN:trunk[93]
This commit is contained in:
Romain Quetiez
2009-08-20 13:09:41 +00:00
parent ea59fa945a
commit daa9657e08
18 changed files with 2697 additions and 143 deletions

View File

@@ -8,7 +8,8 @@
<phone></phone>
<location_id>29</location_id>
<first_name>Jules</first_name>
<employe_number></employe_number>
<employee_number></employee_number>
<login_id></login_id>
</bizPerson>
<bizPerson id="20">
<name>Dumas</name>
@@ -18,7 +19,8 @@
<phone></phone>
<location_id>1</location_id>
<first_name>Dumas</first_name>
<employe_number></employe_number>
<employee_number></employee_number>
<login_id></login_id>
</bizPerson>
<bizPerson id="7">
<name>Hugo</name>
@@ -28,6 +30,7 @@
<phone>33172382223</phone>
<location_id>1</location_id>
<first_name>Victor</first_name>
<employe_number>e12345</employe_number>
<employee_number>e12345</employee_number>
<login_id></login_id>
</bizPerson>
</Set>