feat(cashier): enum status for billing and billing item

This commit is contained in:
avicenan
2026-04-25 16:11:54 +07:00
parent eb83ca5b16
commit 83cb4ab261
4 changed files with 18 additions and 4 deletions

View File

@ -2,3 +2,6 @@ export * from "../entity/cashier/cashier";
export * from "../entity/cashier/cashier_item";
export * from "../entity/cashier/payment_received";
export * from "../entity/cashier/payment_received_item";
export * from "../types/billing_status";
export * from "../types/billing_item_status";