feat(webapp): rule form

This commit is contained in:
Ahmed Bouhuolia
2024-06-25 13:42:19 +02:00
parent 5aae45c8a8
commit dad8aeaff1
10 changed files with 87 additions and 23 deletions

View File

@@ -75,4 +75,5 @@ export enum DialogsName {
GeneralLedgerPdfPreview = 'GeneralLedgerPdfPreview',
SalesTaxLiabilitySummaryPdfPreview = 'SalesTaxLiabilitySummaryPdfPreview',
Export = 'Export',
BankRuleForm = 'BankRuleForm'
}