feat: add Buchhaltung module with fiscal years, budget accounts, transactions, and approval workflow
This commit is contained in:
@@ -41,6 +41,13 @@ const DEFAULT_PERMISSION_DEPS: Record<string, string[]> = {
|
||||
'wissen:widget_recent': ['wissen:view'],
|
||||
'wissen:widget_search': ['wissen:view'],
|
||||
'admin:write': ['admin:view'],
|
||||
'buchhaltung:create': ['buchhaltung:view'],
|
||||
'buchhaltung:edit': ['buchhaltung:view'],
|
||||
'buchhaltung:delete': ['buchhaltung:view', 'buchhaltung:create'],
|
||||
'buchhaltung:manage_accounts': ['buchhaltung:view'],
|
||||
'buchhaltung:manage_settings': ['buchhaltung:view'],
|
||||
'buchhaltung:export': ['buchhaltung:view'],
|
||||
'buchhaltung:widget': ['buchhaltung:view'],
|
||||
};
|
||||
|
||||
export interface FeatureGroupRow {
|
||||
|
||||
Reference in New Issue
Block a user