"Finish" the accounting views

This commit is contained in:
Skia
2016-05-03 08:50:54 +02:00
parent 9c0b17a9ae
commit 6e05207e84
13 changed files with 192 additions and 17 deletions

View File

@ -189,9 +189,13 @@ SITH_GROUPS = {
'id': 1,
'name': "root",
},
'public': {
'accounting-admin': {
'id': 2,
'name': "not_registered_users",
'name': "accounting-admin",
},
'public': {
'id': 3,
'name': "not-registered-users",
},
}