Cash Points subfolder contains CSV import files for saving Cash Points that are locations where a bill has been made over a billable service in a facility e.g. ART Clinic, OPD among others. This is a possible example of its content:
cashpoints/
├──cashPoints.csv
└── ...
Below are the possible headers with a sample data set:
Uuid | name | description | location |
---|---|---|---|
54065383-b4d4-42d2-af4d-d250a1fd2590 | OPD Cash Point | Opd cash point for billing | ART Clinic |
Let's review the headers as below
This is the UUID of the billable service
This is the name of the cash point such as OPD Cash Point.
The description of the cash point
This is a reference to the location of the cash point e.g ART Clinic
- The billing module version 1.1.0 or higher must be installed
- The OpenMRS version must be 2.4 or higher
Please look at the test configuration folder for sample import files for all domains, see here.