mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
re-structure to monorepo.
This commit is contained in:
30
packages/webapp/src/constants/tables.tsx
Normal file
30
packages/webapp/src/constants/tables.tsx
Normal file
@@ -0,0 +1,30 @@
|
||||
// @ts-nocheck
|
||||
export const TABLES = {
|
||||
ITEMS: 'items',
|
||||
INVENTORY_ADJUSTMENTS: 'inventory_adjustment',
|
||||
ESTIMATES: 'estimates',
|
||||
INVOICES: 'invoices',
|
||||
RECEIPTS: 'receipts',
|
||||
PAYMENT_RECEIVES: 'payment_receives',
|
||||
BILLS: 'bills',
|
||||
PAYMENT_MADES: 'payment_mades',
|
||||
CUSTOMER: 'customers',
|
||||
VENDORS: 'vendors',
|
||||
ACCOUNTS: 'accounts',
|
||||
MANUAL_JOURNALS: 'manual_journal',
|
||||
EXPENSES: 'expenses',
|
||||
CASHFLOW_ACCOUNTS: 'cashflow_accounts',
|
||||
CASHFLOW_Transactions: 'cashflow_transactions',
|
||||
CREDIT_NOTES: 'credit_notes',
|
||||
VENDOR_CREDITS: 'vendor_credits',
|
||||
WAREHOUSE_TRANSFERS: 'warehouse_transfers',
|
||||
PROJECTS: 'projects',
|
||||
TIMESHEETS: 'timesheets',
|
||||
PROJECT_TASKS: 'project_tasks',
|
||||
};
|
||||
|
||||
export const TABLE_SIZE = {
|
||||
COMPACT: 'compact',
|
||||
SMALL: 'small',
|
||||
MEDIUM: 'medium',
|
||||
};
|
||||
Reference in New Issue
Block a user