From 9886497549aad1edecd3fa59d803ea67f4d5720b Mon Sep 17 00:00:00 2001 From: AJAL ODORA JONATHAN <43242517+ODORA0@users.noreply.github.com> Date: Thu, 22 Aug 2024 07:49:57 +0300 Subject: [PATCH] Add baseline billing metadata --- distro/configuration/billableservices/billableServices.csv | 4 ++++ distro/configuration/cashpoints/cashPoints.csv | 4 ++++ distro/configuration/paymentmodes/paymentModes.csv | 4 ++++ 3 files changed, 12 insertions(+) create mode 100644 distro/configuration/billableservices/billableServices.csv create mode 100644 distro/configuration/cashpoints/cashPoints.csv create mode 100644 distro/configuration/paymentmodes/paymentModes.csv diff --git a/distro/configuration/billableservices/billableServices.csv b/distro/configuration/billableservices/billableServices.csv new file mode 100644 index 000000000..af90a25e3 --- /dev/null +++ b/distro/configuration/billableservices/billableServices.csv @@ -0,0 +1,4 @@ +Uuid, Void/Retire, Service Name, Short Name, Concept, Service Type, Service Status +44ebd6cd-04ad-4eba-8ce1-0de4564bfd17,, Antenatal care, ANTC, 1592AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA, Antenatal Services, Enabled +a0f7d8a1-4fa2-418c-aa8a-9b358f43d605,, Orthopedic ervice, OTHS, 164949AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA, Orthopedic Services, Enabled +16435ab4-27c3-4d91-b21e-52819bd654d8,, Nutrition counseling, NUC, 1380AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA, Nutrition Services, Disabled \ No newline at end of file diff --git a/distro/configuration/cashpoints/cashPoints.csv b/distro/configuration/cashpoints/cashPoints.csv new file mode 100644 index 000000000..69a2968c3 --- /dev/null +++ b/distro/configuration/cashpoints/cashPoints.csv @@ -0,0 +1,4 @@ +uuid,Void/Retire,name,description,location +54065383-b4d4-42d2-af4d-d250a1fd2590,, OPD Cash Point, Opd cash point for billing, Opd Clinic +ba685651-ed3b-4e63-9b35-78893060758a,, IPD Cash Point, IPD cash point for billing, Inpatient Ward +1ce1b7d4-c865-4178-82b0-5932e51503d6,, Community Outreach, MCH cash point for billing, Community Outreach \ No newline at end of file diff --git a/distro/configuration/paymentmodes/paymentModes.csv b/distro/configuration/paymentmodes/paymentModes.csv new file mode 100644 index 000000000..0a4dd2a85 --- /dev/null +++ b/distro/configuration/paymentmodes/paymentModes.csv @@ -0,0 +1,4 @@ +uuid, Void/Retire, name, attributes +526bf278-ba81-4436-b867-c2f6641d060a,, Cash, +2b1b9aae-5d35-43dd-9214-3fd370fd7737,, Bank transfer, +e168c141-f5fd-4eec-bd3e-633bed1c9606,, Paypal, Maximum::Numeric::::True;Minimum \ No newline at end of file