feat: add View detail.

This commit is contained in:
elforjani13
2021-12-01 16:59:37 +02:00
parent 43b91503d2
commit 31e0bbc187
30 changed files with 956 additions and 7 deletions

View File

@@ -14,4 +14,6 @@ export const DRAWERS = {
QUICK_WRITE_VENDOR: 'quick-write-vendor',
QUICK_CREATE_CUSTOMER: 'quick-create-customer',
QUICK_CREATE_ITEM: 'quick-create-item',
CREDIT_NOTE_DETAIL_DRAWER: 'credit-note-detail-drawer',
VENDOR_CREDIT_DETAIL_DRAWER: 'vendor-credit-detail-drawer',
};