mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
13 lines
433 B
JavaScript
13 lines
433 B
JavaScript
export const DRAWERS = {
|
|
ESTIMATE_DRAWER: 'estimate-drawer',
|
|
MANUAL_JOURNAL_DRAWER: 'journal-drawer',
|
|
INVOICE_DRAWER: 'invoice-drawer',
|
|
RECEIPT_DRAWER: 'receipt-drawer',
|
|
PAYMENT_RECEIVE_DRAWER: 'payment-receive-drawer',
|
|
ACCOUNT_DRAWER: 'account-drawer',
|
|
JOURNAL_DRAWER: 'journal-drawer',
|
|
EXPENSE_DRAWER: 'expense-drawer',
|
|
BILL_DRAWER: 'bill-drawer',
|
|
INVENTORY_ADJUSTMENT_DRAWER: 'inventory-adjustment-drawer',
|
|
};
|