EyeSeeTea / WHO-custom-forms

Custom forms developed for WHO
GNU General Public License v3.0
0 stars 0 forks source link

Feature/changes in customform module 1 subnational single entry #37

Closed xurxodev closed 3 years ago

xurxodev commented 3 years ago

:pushpin: References

closes #36

:memo: Implementation

:art: Screenshots

Captura de pantalla 2020-11-19 a las 10 50 58

:fire: Is there anything the reviewer should know to test it?

It's necessary the metadata generated in the last PR #30 metadata.json.zip

Module 1 (subnational single entry)-sqlview.json.zip

Contain the sql view to retrieve org unit children for the custom form. It's not necessary execute the sqlview because is a query type sql view.

To generate the custom form: Enter HEP-data-entry folder

yarn install
yarn build
node lib/cli.js --url='http://user:pwd!@dhisUrl'  --dataset-id='cLeSS7eAxN0' --module='module1_subnational_single_entry'

Important: the command uploads all data set to the server.

:bookmark_tabs: Others