There was an error while loading. Please reload this page.
docs: fix broken .xhtml page references found by a wiki-wide audit Cross-checked every .xhtml path cited in the wiki (433 distinct paths, 728 citations) against src/main/webapp. Fixes the citations that named a file which does not exist anywhere in the codebase: - Inpatient-EHR-Clinical-Data-...: clinical_data_drug_chart.xhtml does not exist, and neither does any drug-chart page — "Drug Chart" appears nowhere in the webapp. The page listed it as one of the clinical-data screens and documented a whole section on it. Replaced with pointers to the ward medication and pharmacy issue views that actually hold this information - Pharmacy-Barcode-Verification-and-ADC-Interface: amp_import_barcode.xhtml does not exist; the two real import pages are pharmacy/pharmacy_item_import_barcode.xhtml and pharmacy/pharmacy_item_import_by_barcode.xhtml - Finance-OPD-Batch-Bills: opd/opd_pre_settle.xhtml does not exist; the third pre-bill page is opd/opd_pre_bill.xhtml (OpdPreBillController) - Finance-Shift-End-Summary-Report, Finance-Starting-and-Ending-a-Shift: shift_end_summery_bill_list.xhtml is a typo for cashier/shift_end_summary_bill_list.xhtml - Admin-Password-and-Login-Security-Configuration (and its Sinhala translation): change_password.xhtml is under resources/ezcomp/, not ezcomp/ Also expands the ellipsis shorthand ("…_deposit.xhtml") introduced in the two pages rewritten earlier today, so every cited path is checkable. After this, the only unresolved paths are illustrative ones in generic JSF and CDI tutorial pages and an example agent transcript, which are not HMIS screens. Refs hmislk/hmis#23366
docs(wiki): add Sinhala versions of password security pages Adds Sinhala translations of: - Password and Login Security Configuration - Password Reuse Prevention - Resetting Passwords and Changing User Details Each English page now carries an EN/SI language banner at the top and each Sinhala page links back to its English counterpart, so admins can switch language without losing context. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>