forked from OCA/vertical-medical
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Fix bugs and usability issues identified in LABS-362 #205
Open
lasley
wants to merge
9
commits into
release/10.0
Choose a base branch
from
hotfix/10.0/LABS-362-carepoint_connector
base: release/10.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
lasley
force-pushed
the
hotfix/10.0/LABS-362-carepoint_connector
branch
7 times, most recently
from
May 12, 2017 01:25
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
|
lasley
force-pushed
the
hotfix/10.0/LABS-362-carepoint_connector
branch
2 times, most recently
from
June 21, 2017 19:51
eadd498
to
1b47c9f
Compare
lasley
force-pushed
the
hotfix/10.0/LABS-362-carepoint_connector
branch
3 times, most recently
from
July 10, 2017 01:12
e5b7369
to
b27fb30
Compare
lasley
force-pushed
the
hotfix/10.0/LABS-362-carepoint_connector
branch
2 times, most recently
from
July 29, 2017 00:22
9134d91
to
c52b8bb
Compare
lasley
force-pushed
the
hotfix/10.0/LABS-362-carepoint_connector
branch
2 times, most recently
from
August 8, 2017 22:25
9e5bd5c
to
4444387
Compare
lasley
force-pushed
the
hotfix/10.0/LABS-362-carepoint_connector
branch
from
August 31, 2017 01:21
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
lasley
force-pushed
the
hotfix/10.0/LABS-362-carepoint_connector
branch
from
September 6, 2017 22:36
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
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_validate
to 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_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