refactor: tenant proxy providers

This commit is contained in:
Ahmed Bouhuolia
2025-02-15 23:52:12 +02:00
parent 36851d3209
commit 5c0bb52b59
302 changed files with 2396 additions and 1677 deletions

View File

@@ -117,6 +117,8 @@ import { StripePaymentModule } from '../StripePayment/StripePayment.module';
cls.set('organizationId', req.headers['organization-id']);
cls.set('userId', 1);
},
generateId: true,
saveReq: true,
},
}),
TenancyDatabaseModule,
@@ -152,13 +154,13 @@ import { StripePaymentModule } from '../StripePayment/StripePayment.module';
BankingTransactionsModule,
BankingTransactionsExcludeModule,
BankingTransactionsRegonizeModule,
BankingMatchingModule,
TransactionsLockingModule,
SettingsModule,
// BankingMatchingModule,
// TransactionsLockingModule,
// SettingsModule,
InventoryAdjustmentsModule,
PostHogModule,
EventTrackerModule,
FinancialStatementsModule,
// FinancialStatementsModule,
StripePaymentModule,
],
controllers: [AppController],