feat: optimize style of role permissions form.

This commit is contained in:
a.bouhuolia
2021-12-22 19:17:41 +02:00
parent 10c421dea0
commit 934b0abbe6
14 changed files with 913 additions and 181 deletions

View File

@@ -17,6 +17,8 @@ export const AbilitySubject = {
Preferences: 'Preferences',
ExchangeRate: 'ExchangeRate',
SubscriptionBilling: 'SubscriptionBilling',
CreditNote: 'CreditNote',
VendorCredit: 'VendorCredit',
};
export const ItemAction = {
@@ -66,6 +68,21 @@ export const PaymentReceiveAction = {
NotifyBySms: 'NotifyBySms',
};
export const CreditNoteAction = {
View: 'View',
Create: 'Create',
Edit: 'Edit',
Delete: 'Delete',
Refund: 'Refund'
};
export const VendorCreditAction = {
View: 'View',
Create: 'Create',
Edit: 'Edit',
Delete: 'Delete',
Refund: 'Refund'
};
export const BillAction = {
View: 'View',
Create: 'Create',