update: implement cashier and cashier item, move guarantor to patient registration dan add guarantor to patient registration outpatient

This commit is contained in:
wayanrivan
2026-04-01 13:33:51 +07:00
parent f782d32c1d
commit c5fbaf52e4
7 changed files with 188 additions and 6 deletions

2
src/schema/cashier.ts Normal file
View File

@ -0,0 +1,2 @@
export * from "../entity/cashier/cashier";
export * from "../entity/cashier/cashier_item";