Logo Lanfrica
  • Accueil
  • Atlas
  • Analyses
  • Documentation
  • Sign in

© 2026 Lanfrica. Tous droits réservés. Tous les droits d'auteur des ressources affichées sur le site Web Lanfrica appartiennent aux détenteurs de droits d'auteur d'origine, sauf indication contraire explicite.

OpenLMIS-Angola/angola-reports

Domaine:

healthcaredigital infrastructure

Type de record:

software
Créateur:
Ope
Hôte:
# OpenLMIS Angola Reporting Service Service for managing and printing reports for Angola OpenLMIS implementation. # Updating reports to database 1. Build report in Jaspersoft Studio application to have `.jasper` file. 2. Go to reports ```bash cd reports/ ``` 3. Create hex file of created jasper file. ``` xxd -pxxd -c 999999999 .jasper > .hex ``` 4. Go back to main repository. ```bash cd .. ``` 5. Create migration file ``` gradle generateMigration -PmigrationName= ``` example migration name `update_ _ ` 6. Edit migration file and make sure it will be added to the changes with new commit ``` UPDATE reports.jasper_templates SET data = '\xHEX' WHERE id = 'report-uuid'; ``` `HEX` is exactly, what have you generated in step 3. \ `report-uuid` you should know the `uuid` or take it from database 7. Commit your changes, make sure that migration and updated .jrxml are added. 8. Push and create Pull Request.

Visit

github.com

Similaires

OpenLMIS-Angola/angola-openlmis-deployment

OpenLMIS-Angola/angola-openlmis-deployment

Scripts for provision and deployment of OpenLMIS v3+ CI/CD