mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat(items): auto-complete items. feat(resources): resource columns feat. feat(contacts): retrieve specific contact details.
11 lines
421 B
TypeScript
11 lines
421 B
TypeScript
export const ERRORS = {
|
|
BILL_NOT_FOUND: 'BILL_NOT_FOUND',
|
|
BILL_VENDOR_NOT_FOUND: 'BILL_VENDOR_NOT_FOUND',
|
|
BILL_ITEMS_NOT_PURCHASABLE: 'BILL_ITEMS_NOT_PURCHASABLE',
|
|
BILL_NUMBER_EXISTS: 'BILL_NUMBER_EXISTS',
|
|
BILL_ITEMS_NOT_FOUND: 'BILL_ITEMS_NOT_FOUND',
|
|
BILL_ENTRIES_IDS_NOT_FOUND: 'BILL_ENTRIES_IDS_NOT_FOUND',
|
|
NOT_PURCHASE_ABLE_ITEMS: 'NOT_PURCHASE_ABLE_ITEMS',
|
|
BILL_ALREADY_OPEN: 'BILL_ALREADY_OPEN',
|
|
};
|