feat: inventory adjustment detail.

This commit is contained in:
elforjani3
2021-08-26 00:22:47 +02:00
parent 47da64e625
commit 7426ae09a9
15 changed files with 358 additions and 6 deletions

View File

@@ -1,5 +1,3 @@
export const DRAWERS = {
ESTIMATE_DRAWER: 'estimate-drawer',
MANUAL_JOURNAL_DRAWER: 'journal-drawer',
@@ -8,5 +6,6 @@ export const DRAWERS = {
PAYMENT_RECEIVE_DRAWER: 'payment-receive-drawer',
ACCOUNT_DRAWER: 'account-drawer',
JOURNAL_DRAWER: 'journal-drawer',
EXPENSE_DRAWER: 'expense-drawer'
};
EXPENSE_DRAWER: 'expense-drawer',
INVENTORY_ADJUSTMENT_DRAWER: 'inventory-adjustment-drawer',
};