Facility Billing
Facility invoice, payment sync, and external billing bridge guide for 0r-ambulancejob
Configuration
Config.facility.runtime.billing = {
enabled = true,
depositPaidInvoicesToFacilityAccount = true,
presets = {
{ key = "revive", label = "facility_billing_preset_revive", amount = 750 },
{ key = "treatment", label = "facility_billing_preset_treatment", amount = 500 },
{ key = "surgery", label = "facility_billing_preset_surgery", amount = 2500 },
{ key = "scan", label = "facility_billing_preset_scan", amount = 900 },
{ key = "blood_test", label = "facility_billing_preset_blood_test", amount = 350 },
},
}Database
Database SQLCustom Payment Sync
Server Exports
Last updated