Release plan for billing

Build: #53 was successful

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

  • Nethmi Rodrigo <nethmi.dilinika@gmail.com>

    Nethmi Rodrigo <nethmi.dilinika@gmail.com> 33da824e58d815ca3a4330e6e6176a881a6cf00d

    (fix) O3-5122: Bill should not return voided line items (#46)
    * (fix): Bill should not return voided line items

    * Remove voided line items and payments from service level

    * filter voided line items in get bill by receipt number

    * Add filtering logic to the existing null remover function

    * Add transaction annotation to implementation

    * Review feedback

    * rename include voided items param to include all

    * Review feedback

    * Review feedback

    • api/src/main/java/org/openmrs/module/billing/api/IBillService.java (version 33da824e58d815ca3a4330e6e6176a881a6cf00d)
    • api/src/main/java/org/openmrs/module/billing/api/impl/BillServiceImpl.java (version 33da824e58d815ca3a4330e6e6176a881a6cf00d)
    • api/src/main/java/org/openmrs/module/billing/api/search/BillSearch.java (version 33da824e58d815ca3a4330e6e6176a881a6cf00d)
    • omod/src/main/java/org/openmrs/module/billing/web/rest/resource/BillResource.java (version 33da824e58d815ca3a4330e6e6176a881a6cf00d)