feat: activate/inactive contacts.

This commit is contained in:
a.bouhuolia
2021-08-06 14:03:55 +02:00
parent f69ab7243e
commit 34377c8e53
3 changed files with 130 additions and 5 deletions

View File

@@ -20,3 +20,10 @@ export const DEFAULT_VIEWS = [
columns: DEFAULT_VIEW_COLUMNS,
},
];
export const ERRORS = {
OPENING_BALANCE_DATE_REQUIRED: 'OPENING_BALANCE_DATE_REQUIRED',
CONTACT_ALREADY_INACTIVE: 'CONTACT_ALREADY_INACTIVE',
CONTACT_ALREADY_ACTIVE: 'CONTACT_ALREADY_ACTIVE'
};