Fix bugs and usability issues identified in LABS-362#205
Open
lasley wants to merge 9 commits intorelease/10.0from
Open
Fix bugs and usability issues identified in LABS-362#205lasley wants to merge 9 commits intorelease/10.0from
lasley wants to merge 9 commits intorelease/10.0from
Conversation
4358ad4 to
2eff15a
Compare
Codecov Report
@@ Coverage Diff @@
## release/10.0 #205 +/- ##
================================================
- Coverage 88.1% 82.95% -5.15%
================================================
Files 124 118 -6
Lines 2328 2124 -204
================================================
- Hits 2051 1762 -289
- Misses 277 362 +85
|
eadd498 to
1b47c9f
Compare
e5b7369 to
b27fb30
Compare
9134d91 to
c52b8bb
Compare
9e5bd5c to
4444387
Compare
7665061 to
b93103f
Compare
Squashed commits: [345fdd3] Allow Rx substitution using GCN if not same product [bcfe1bd] Remove required from pathology in disease [ee23f93] Fix day reference [1b47c9f] Fix bugs and usability issues identified in LABS-362 Squashed commits: [94b0b23] [IMP] medical_medicament_us: Improve nested NDC form * Create custom nested NDC form with active toggle and split groups [a8b8b33] [IMP] medical: Move active toggle to abstract entity * Move active toggle button to abstract entity button box to reduce code dup [6e50f1d] [IMP] medical_medicament_us: Add active flag * Add an active flag for NDCs to allow for more granular reporting [1ec637c] [FIX] medical_center: Move centers in patient view * Move medical centers to right group in patient view, instead of title area [b3657e5] [IMP] medical: Patient view xpaths * Switch patient view xpaths to use pre-defined entity groups to provide commonality [43451d3] [FIX] website_sale_medical_prescription: Fix gender attribute [4117591] [FIX] website_medical_patient: Fix gender attribute [038ec40] [FIX] sale_medical_prescription: Fix attributes * Fix patients assigned as partners * Fix usage of dosage quantity as order line [7a3793f] [IMP] sale_stock_medical_prescription_us: Switch to product_uom * Switch reference to use product_uom days instead of now nonexistent medicament [1ce4261] [IMP] medical_medication: Remove uom data * Remove UOM data in favor of product_uom, which contains the same thing now [9be7200] [IMP] sale_stock_medical_prescription: Change rx force context key * Change context key to force prescription dispenses from `__rx_force__` to `rx_no_validate` to match partner Id validate skip introduced in OCA/partner-contact#373 [3742154] [IMP] medical_patient_us: Activate module [b7e00e7] [FIX] medical_medicament_us: Fix GCN display (#127) * [FIX] medical_medicament_us: Fix GCN display * Add `name_get` to display GCN with prepended zero pads. * [IMP] medical_medicament_us: Change GCN to int * Updates per PR * [FIX] website_sale_medical_medicament_us: Fix GCN * Update GCN to appropriate code
b93103f to
a4e985d
Compare
* Add copyright headers on files that have not been entirely rewritten * Add modified work statements on modules that evolved from GNUHealth
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Squashed commits:
[94b0b23] [IMP] medical_medicament_us: Improve nested NDC form
Create custom nested NDC form with active toggle and split groups
[a8b8b33] [IMP] medical: Move active toggle to abstract entity
Move active toggle button to abstract entity button box to reduce code dup
[6e50f1d] [IMP] medical_medicament_us: Add active flag
Add an active flag for NDCs to allow for more granular reporting
[1ec637c] [FIX] medical_center: Move centers in patient view
Move medical centers to right group in patient view, instead of title area
[b3657e5] [IMP] medical: Patient view xpaths
Switch patient view xpaths to use pre-defined entity groups to provide commonality
[43451d3] [FIX] website_sale_medical_prescription: Fix gender attribute
[4117591] [FIX] website_medical_patient: Fix gender attribute
[038ec40] [FIX] sale_medical_prescription: Fix attributes
Fix patients assigned as partners
Fix usage of dosage quantity as order line
[7a3793f] [IMP] sale_stock_medical_prescription_us: Switch to product_uom
Switch reference to use product_uom days instead of now nonexistent medicament
[1ce4261] [IMP] medical_medication: Remove uom data
Remove UOM data in favor of product_uom, which contains the same thing now
[9be7200] [IMP] sale_stock_medical_prescription: Change rx force context key
Change context key to force prescription dispenses from
__rx_force__torx_no_validateto match partner Id validate skip introduced in [IMP] partner_identification: Add context override OCA/partner-contact#373[3742154] [IMP] medical_patient_us: Activate module
[b7e00e7] [FIX] medical_medicament_us: Fix GCN display ([FIX] medical_medicament_us: Fix GCN display #127)
[FIX] medical_medicament_us: Fix GCN display
Add
name_getto display GCN with prepended zero pads.[IMP] medical_medicament_us: Change GCN to int
Updates per PR
[FIX] website_sale_medical_medicament_us: Fix GCN
Update GCN to appropriate code