Release plan for billing

Build: #30 failed

Job: Release to Maven did not start

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Code commits

openmrs-module-billing.git

  • Dennis Kigen <kigen.work@gmail.com>

    Dennis Kigen <kigen.work@gmail.com> 82744fc6144583f90605e42b1bf6ddf490b87fdb

    (docs) Update README to reflect comprehensive billing functionality (#29)
    * (docs) Update README to reflect comprehensive billing functionality

    Updates the content of the README to reflect the actual functionality of the module. Changes include:

    - Change module name from "Cashier Module" to "OpenMRS Billing Module"
    - Expand feature descriptions to cover all capabilities (bill management,
      payment processing, receipts, cash points, timesheets, exemptions, reports)
    - Add missing global properties (rounding, adjustment, reports configuration)
    - Add REST API endpoints documentation
    - Include Java version requirement (1.8+)
    - Condense format for better readability
    - Update documentation links and support channels

    * Add OpenHMIS attribution

    * Update required IDGen module version

    * More review feedback

    • README.md (version 82744fc6144583f90605e42b1bf6ddf490b87fdb)
  • Wikum Weerakutti <wikum@linuxdeveloper.space>

    Wikum Weerakutti <wikum@linuxdeveloper.space> 8b6620ceb93c0c5a0e813be01921bac61f79f0fa

    Rename global property prefix from 'cashier' to 'billing' (#30)
    * Rename global property prefix from 'cashier' to 'billing'

    * Add liquibase changeset

    * Rename ADJUSTMENT_REASEON_FIELD to ADJUSTMENT_REASON_FIELD

    • api/src/main/java/org/openmrs/module/billing/ModuleSettings.java (version 8b6620ceb93c0c5a0e813be01921bac61f79f0fa)
    • api/src/main/java/org/openmrs/module/billing/api/impl/BillServiceImpl.java (version 8b6620ceb93c0c5a0e813be01921bac61f79f0fa)
    • api/src/test/resources/org/openmrs/module/billing/api/include/CashierOptionsTestInvalid.xml (version 8b6620ceb93c0c5a0e813be01921bac61f79f0fa)
    • api/src/test/resources/org/openmrs/module/billing/api/include/CashierOptionsTestValid.xml (version 8b6620ceb93c0c5a0e813be01921bac61f79f0fa)
    • omod/src/main/java/org/openmrs/module/billing/web/legacyweb/controller/BillAddEditController.java (version 8b6620ceb93c0c5a0e813be01921bac61f79f0fa)
    • omod/src/main/resources/liquibase.xml (version 8b6620ceb93c0c5a0e813be01921bac61f79f0fa)