adding fixed_assets and asset_depreciation
This commit is contained in:
@ -48,7 +48,9 @@ import { CreditApplicationStatus } from "./types/credit";
|
||||
import { CreditApplicationForm } from "./entity/credit_application_forms";
|
||||
import { Application } from "./entity/application";
|
||||
import { AssetClassification } from "./entity/asset_classification"
|
||||
import { FixedAssetClassification } from "./entity/fixed_assets_classification";
|
||||
import { Employee } from "./entity/employee";
|
||||
import { AssetDepreciation } from "./entity/asset_depreciation";
|
||||
export {
|
||||
User, //
|
||||
UserRole,
|
||||
@ -96,6 +98,8 @@ export {
|
||||
Supplier,
|
||||
AssetCategory,
|
||||
AssetClassification,
|
||||
FixedAssetClassification,
|
||||
AssetDepreciation,
|
||||
Employee,
|
||||
Ledger,
|
||||
CreditCompany,
|
||||
|
||||
Reference in New Issue
Block a user