...
- Load the database seed files.
- For convenience there is a director type loading file named seed.sql. This file is generated by running the python script generateSeed.py within the directory.
- Order of the loading is important and is determined by the sequence the files "appear" in. The naming convention 01_, 02_, 03_, etc... accomplishes this.
- Loading into the database can then be done by running:
psql open_lmis -f seed.sql
- Upload the reference files.
- Order of the loading is important and is determined by the sequence the files "appear" in. The naming convention 01_, 02_, 03_, etc... accomplishes this.
- The name of the file suggests which option in the select box on the upload screen (upload type) to select.
- Run database insert script postUpload.sql
- Configures things like: target groups and open vial mappings from "regimen" to product.
- See: Mingle #780 and
Jira Legacy server JIRA (openlmis.atlassian.net) columns key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution serverId 448ba138-230b-3f91-a83e-16e7db1deed1 key SELV-100
Problem with Editing CSV in Excel:
...