feat(bank-accounts): add transaction retrieval and update service logic
- Implemented a new endpoint to fetch transactions for a specific bank account. - Refactored the bank account service to streamline transaction handling and balance calculations. - Removed the bank account balance table and adjusted related logic in workflows and services. - Enhanced transaction mapping to include references to sales and purchase records.
This commit is contained in:
@@ -15,7 +15,6 @@ export type * from './models/RefreshToken.js'
|
||||
export type * from './models/BankBranch.js'
|
||||
export type * from './models/BankAccount.js'
|
||||
export type * from './models/BankAccountTransaction.js'
|
||||
export type * from './models/BankAccountBalance.js'
|
||||
export type * from './models/Inventory.js'
|
||||
export type * from './models/InventoryBankAccount.js'
|
||||
export type * from './models/PosAccount.js'
|
||||
|
||||
Reference in New Issue
Block a user