You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mentioned PR creates the required modal. The main focus of this ticket is to add additional input fields related to patient insurances.
This modal will display the total amount to pay and allow the user to select insurance details. This issue will cover the following input fields: insuranceScheme, amountCovered, and discountRate.
The insurance data in this modal will be saved in mSupply insurance fields (they'll need to be added to the invoice table)
This modal will be extendable via a plugin in future.
Other data might be saved by plugins, such as amount paid, this will be only available via plugin data.
Notes
Tasks
The insurance policy selected should be synced to mSupply as nameInsuranceJoinId
The amount paid by insurance should be synced to mSupply as insuranceDiscountAmount
The discount percentage from the selected policy should be synced to mSupply as insuranceDiscountRate
Acceptance Criteria 🧾
When there's a 0 cost for the prescription, no Payment window shows on finalise
If there are no insurance providers configured, no Payment window shows on finalise
Payment window shows correct total price for the prescription
The user can select an insurance policy (if configured for the current patient)
Insurance policy should show the discount rate and policy type (Family or Personal)
Payments Modal
This depends on #6176
The mentioned PR creates the required modal. The main focus of this ticket is to add additional input fields related to patient insurances.
This modal will display the total amount to pay and allow the user to select insurance details. This issue will cover the following input fields:
insuranceScheme, amountCovered, and discountRate
.The insurance data in this modal will be saved in mSupply insurance fields (they'll need to be added to the invoice table)
![Image](https://private-user-images.githubusercontent.com/8287373/407121981-94ab911c-ecbf-4c6f-ab14-f54c79e12b98.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNjkzODQsIm5iZiI6MTczOTE2OTA4NCwicGF0aCI6Ii84Mjg3MzczLzQwNzEyMTk4MS05NGFiOTExYy1lY2JmLTRjNmYtYWIxNC1mNTRjNzllMTJiOTgucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMDYzMTI0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MjhlYmU4MTA4NzcxODZiZTUxMzFkZjBkNWFjNjZkMGQ3ZDYyOTQzOGMyNWExNWZiOTI0NjQ3MDkwYmY0ZGRlYSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.LX-E7CEYCQDUlTTyMC310jZGohzcDi20bcEscw-q9LY)
Other data might be saved by plugins, such as amount paid, this will be only available via plugin data.
Notes
Tasks
nameInsuranceJoinId
insuranceDiscountAmount
insuranceDiscountRate
Acceptance Criteria 🧾
Epic Link 🔗
#6000
Moneyworks Jobcode 🧰
OMS:CIDV
The text was updated successfully, but these errors were encountered: