feat: add more customize drawers

This commit is contained in:
Ahmed Bouhuolia
2024-09-09 21:31:14 +02:00
parent f644ed6708
commit 67904f52af
6 changed files with 106 additions and 0 deletions

View File

@@ -29,4 +29,5 @@ export enum DRAWERS {
ESTIMATE_CUSTOMIZE = 'ESTIMATE_CUSTOMIZE',
PAYMENT_RECEIPT_CUSTOMIZE = 'PAYMENT_RECEIPT_CUSTOMIZE',
RECEIPT_CUSTOMIZE = 'RECEIPT_CUSTOMIZE',
CREDIT_NOTE_CUSTOMIZE = 'CREDIT_NOTE_CUSTOMIZE'
}