add entity pharmacy master-data

This commit is contained in:
Muhammad Rayhan Ardiansyah
2026-02-26 10:34:28 +07:00
parent 3095e2df86
commit bfda8a9152
18 changed files with 806 additions and 0 deletions

16
src/schema/pharmacy.ts Normal file
View File

@ -0,0 +1,16 @@
export * from "../entity/pharmacy/item_group";
export * from "../entity/pharmacy/item_origin";
export * from "../entity/pharmacy/item_type";
export * from "../entity/pharmacy/item_type_detail";
export * from "../entity/pharmacy/unit";
export * from "../entity/pharmacy/item_category";
export * from "../entity/pharmacy/item_status";
export * from "../entity/pharmacy/usage_instructions";
export * from "../entity/pharmacy/usage_time";
export * from "../entity/pharmacy/item_class";
export * from "../entity/pharmacy/item_class_detail";
export * from "../entity/pharmacy/generic_name";
export * from "../entity/pharmacy/factory";
export * from "../entity/pharmacy/supplier";
export * from "../entity/pharmacy/factory_to_supplier";
export * from "../entity/pharmacy/item_master";