mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
refactor: tax rates to nestjs
This commit is contained in:
@@ -9,6 +9,7 @@ import { AccountTransaction } from '@/modules/Accounts/models/AccountTransaction
|
||||
import { Expense } from '@/modules/Expenses/models/Expense.model';
|
||||
import ExpenseCategory from '@/modules/Expenses/models/ExpenseCategory.model';
|
||||
import { ItemCategory } from '@/modules/ItemCategories/models/ItemCategory.model';
|
||||
import { TaxRateModel } from '@/modules/TaxRates/models/TaxRate.model';
|
||||
|
||||
const models = [
|
||||
Item,
|
||||
@@ -18,6 +19,7 @@ const models = [
|
||||
Expense,
|
||||
ExpenseCategory,
|
||||
ItemCategory,
|
||||
TaxRateModel
|
||||
];
|
||||
|
||||
const modelProviders = models.map((model) => {
|
||||
|
||||
Reference in New Issue
Block a user