hmislk / hmis

This is an Open Source Java EE based Hospital Information Management System
Other
134 stars 85 forks source link

IOU Function #5005

Open buddhika75 opened 4 months ago

buddhika75 commented 4 months ago

IOU Function need to be implemented

An IOU, or "I Owe You," represents an informal arrangement commonly observed in hospital finances. Typically, a cashier issues money with an IOU note to a staff member. This individual may utilize the borrowed funds to purchase necessities for the hospital. Upon returning, they either provide the remaining money from the IOU or request additional funds if the purchase exceeded the IOU amount. To formalize the transaction, a voucher is often provided to cover the purchase.

buddhika75 commented 4 months ago

PETTY_CASH_ISSUE("Petty Cash Issue", BillCategory.BILL, ServiceType.OTHER, BillFinanceType.CASH_OUT), PETTY_CASH_RETURN("Petty Cash Return", BillCategory.BILL, ServiceType.OTHER, BillFinanceType.CASH_IN);