feat: bank rules table

This commit is contained in:
Ahmed Bouhuolia
2024-06-25 23:45:31 +02:00
parent 8c2888fcd8
commit 1889969191
9 changed files with 153 additions and 14 deletions

View File

@@ -26,6 +26,7 @@ import BranchesAlerts from '@/containers/Preferences/Branches/BranchesAlerts';
import ProjectAlerts from '@/containers/Projects/containers/ProjectAlerts';
import TaxRatesAlerts from '@/containers/TaxRates/alerts';
import { CashflowAlerts } from '../CashFlow/CashflowAlerts';
import { BankRulesAlerts } from '../Banking/Rules/RulesList/BankRulesAlerts';
export default [
...AccountsAlerts,
@@ -55,4 +56,5 @@ export default [
...ProjectAlerts,
...TaxRatesAlerts,
...CashflowAlerts,
...BankRulesAlerts
];