fix asset class and add employee

This commit is contained in:
fadlydev
2025-01-08 09:51:02 +07:00
parent 6adecd7663
commit c71937849a
3 changed files with 117 additions and 2 deletions

View File

@ -47,7 +47,8 @@ import { CreditApplication } from "./entity/credit_applications";
import { CreditApplicationStatus } from "./types/credit";
import { CreditApplicationForm } from "./entity/credit_application_forms";
import { Application } from "./entity/application";
import { AssetClassification } from "./assetClasification";
import { AssetClassification } from "./entity/asset_classification"
import { Employee } from "./entity/employee";
export {
User, //
UserRole,
@ -95,6 +96,7 @@ export {
Supplier,
AssetCategory,
AssetClassification,
Employee,
Ledger,
CreditCompany,
CreditDebtor,