Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite audit report trail #791

Merged
merged 15 commits into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions frontend/src/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"label.button.confirmAction": "Confirm Action",
"label.button.confirmTitle": "Are You Sure ?",
"label.button.generatePrintableVersion": "Generate Printable Version",
"label.button.viewReport": "View Report",
"label.routine.Reports":"Routine Reports",
"label.audittrail.Reports":"Audit Trail Reports",
"report.label.site.onlyResults": "Only Reports with results",
"report.enter.site.headline": "Generate Reports By Site",
"report.patient.site.description": "Generate reports by result date or by order date. Result date will show only reports with results.If you select only resports with results, all reports where all tests are in progress will not be generated.",
Expand All @@ -25,7 +28,6 @@
"report.label.site.dateType": "Date Type",
"label.report.byNationalId": "By National ID / Unique Health ID number",
"label.study.Reports": "Study Reports",
"sample.search.scanner.instructions": "Scan or Enter Manually. For a single report, leave the box at the right empty",
"login.title": "Login",
"login.subtitle": "Login",
"login.msg.username": "Username",
Expand Down Expand Up @@ -640,6 +642,8 @@
"label.search.labno.family": "Search by LabNo or Family Name",
"label.filters.mycases": "My cases",
"label.filters.status": "Status",
"label.audittrail": "Lab No",
"label.audittrail.labNo.missing": "Lab No is required!",
"filters.label": "Filters",
"all.label": "All",
"pathology.label.stage": "Stage",
Expand Down Expand Up @@ -676,7 +680,6 @@
"header.label.intialFollowup": "ARV -->Initial-FollowUp-VL",
"header.label.EID": "Diagnostic for children with DBS-PCR",
"header.label.specialRequest": "Special Request",
"header.label.intialFollowup": "ARV -->Initial-FollowUp-VL",
"header.label.nonconformityByDate": "Non-conformity Report By Date",
"label.equals": "equals",
"label.notequals": "does not equal",
Expand Down
13 changes: 6 additions & 7 deletions frontend/src/languages/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"label.button.confirm": "Confirmer",
"label.button.confirmAction": "Confirmer l'action",
"label.button.confirmTitle": "Êtes-vous sûr(e) ?",
"label.button.viewReport": "Voir le rapport",
"report.label.site.onlyResults": "Uniquement les rapports avec des résultats",
"report.enter.site.headline": "Générer des rapports par site",
"report.patient.site.description": "Générer des rapports par date de résultat ou par date de commande. La date de résultat montrera uniquement les rapports avec des résultats. Si vous sélectionnez uniquement les rapports avec des résultats, tous les rapports où tous les tests sont en cours ne seront pas générés.",
Expand All @@ -20,21 +21,18 @@
"from.title": "De",
"to.title": "À",
"report.label.site.dateType": "Type de date",
"banner.menu.reports": "Rapports",
Copy link
Contributor

@parthnagdev parthnagdev Mar 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey @Lovelyfin00 why was this line "banner.menu.reports": "Rapports", removed? what issue was it causing?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@parthnagdev
Sorry, I just cross checked
I thought it was duplicated as a result of merge conflicts.
I can add it back right now

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I opened a PR for this

"referral.label.testmethod": "Méthodes",
"referral.label.reason": "Raison de référence",
"referral.label.institute": "Institut",
"referral.label.sentdate": "Date envoyée",
"label.button.cancel": "Annuler",
"label.button.confirmDelete": "Confirmation de la suppression",
"from.title": "De",
"to.title": "À",
"report.label.site.dateType": "Type de date",
"label.button.generatePrintableVersion": "Générer une version imprimable",
"label.report.byNationalId": "Numéro d'Identification Nationale / Identifiant Santé Unique",
"label.study.Reports": "Études Rapports",
"login.title": "Identifiant",
"sample.search.scanner.instructions": "Scanner ou saisir manuellement.Pour un seul rapport, laissez la case à droite vide",
"label.routine.Reports":"Rapports de routine",
"label.audittrail.Reports":"Rapports de piste d'audit",
"login.title": "Identifiant",
"login.subtitle": "Identifiant",
"login.msg.username": "Nom d'utilisateur",
"login.msg.password": "Mot de passe",
Expand Down Expand Up @@ -178,7 +176,6 @@
"header.label.intialFollowup": "ARV -->Suivi initial-VL",
"header.label.EID": "Diagnostic pour les enfants avec DBS-PCR",
"header.label.specialRequest": "Demande spéciale",
"header.label.intialFollowup": "ARV -->Suivi initial-VL",
"header.label.nonconformityByDate": "Rapport de non-conformité par date",
"banner.menu.sample": "Commande",
"banner.menu.sampleAdd": "Ajouter une commande",
Expand Down Expand Up @@ -631,6 +628,8 @@
"header.rejection.reason": "Raison du rejet",
"header.reject": "Rejeter",
"header.ID": "IDENTIFIANT",
"label.audittrail": "laboratoire non",
"label.audittrail.labNo.missing": "Le numéro de laboratoire est requis !",
"label.equals": "équivaut à",
"label.notequals": "n'est pas égal",
"label.inside.normalrange": "est dans la plage normale",
Expand Down
Loading