@kenyaemr/esm-billing-app 5.2.1-pre.661 → 5.2.1-pre.671
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +15 -14
- package/dist/574.js +1 -1
- package/dist/850.js +1 -0
- package/dist/850.js.map +1 -0
- package/dist/904.js +2 -0
- package/dist/{602.js.LICENSE.txt → 904.js.LICENSE.txt} +0 -9
- package/dist/904.js.map +1 -0
- package/dist/kenyaemr-esm-billing-app.js +1 -1
- package/dist/kenyaemr-esm-billing-app.js.buildmanifest.json +54 -54
- package/dist/main.js +1 -1
- package/dist/main.js.LICENSE.txt +0 -9
- package/dist/main.js.map +1 -1
- package/package.json +2 -2
- package/src/config-schema.ts +6 -0
- package/src/hooks/useRequestStatus.tsx +55 -0
- package/src/invoice/payments/initiate-payment/initiate-payment.component.tsx +30 -37
- package/src/invoice/payments/initiate-payment/initiate-payment.scss +5 -0
- package/src/m-pesa/mpesa-resource.tsx +72 -30
- package/src/types/index.ts +2 -0
- package/translations/en.json +1 -3
- package/dist/577.js +0 -1
- package/dist/577.js.map +0 -1
- package/dist/602.js +0 -2
- package/dist/602.js.map +0 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
assets by path [1m[32m*.js[39m[22m 2.
|
|
2
|
-
assets by chunk 1.
|
|
3
|
-
assets by status [1m[33m1.
|
|
1
|
+
assets by path [1m[32m*.js[39m[22m 2.27 MiB
|
|
2
|
+
assets by chunk 1.2 MiB (id hint: vendors)
|
|
3
|
+
assets by status [1m[33m1.14 MiB[39m[22m [1m[33m[big][39m[22m
|
|
4
4
|
asset [1m[33m130.js[39m[22m [1m[33m629 KiB[39m[22m [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m [1m[33m[big][39m[22m (id hint: vendors) 2 related assets
|
|
5
|
-
asset [1m[
|
|
5
|
+
asset [1m[33m904.js[39m[22m [1m[33m539 KiB[39m[22m [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m [1m[33m[big][39m[22m (id hint: vendors) 2 related assets
|
|
6
6
|
asset [1m[32m591.js[39m[22m 50.8 KiB [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m (id hint: vendors) 2 related assets
|
|
7
7
|
asset [1m[32m729.js[39m[22m 6.04 KiB [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m (id hint: vendors) 1 related asset
|
|
8
8
|
asset [1m[32m255.js[39m[22m 5.56 KiB [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m (id hint: vendors) 2 related assets
|
|
@@ -10,13 +10,13 @@ assets by path [1m[32m*.js[39m[22m 2.31 MiB
|
|
|
10
10
|
assets by path [1m[32m*.json[39m[22m 10.1 KiB
|
|
11
11
|
asset [1m[32mkenyaemr-esm-billing-app.js.buildmanifest.json[39m[22m 8.34 KiB [1m[32m[emitted][39m[22m
|
|
12
12
|
asset [1m[32mroutes.json[39m[22m 1.73 KiB [1m[32m[emitted][39m[22m [from: src/routes.json] [1m[32m[copied][39m[22m
|
|
13
|
-
orphan modules 3.
|
|
13
|
+
orphan modules 3.36 MiB [1m[33m[orphan][39m[22m 649 modules
|
|
14
14
|
runtime modules 39.5 KiB 28 modules
|
|
15
|
-
built modules 5.
|
|
16
|
-
modules by path [1m../../node_modules/[39m[22m 5.
|
|
17
|
-
modules by path [1m./[39m[22m
|
|
18
|
-
modules by path [1m./src/[39m[22m
|
|
19
|
-
modules by path [1m./translations/[39m[22m 5.
|
|
15
|
+
built modules 5.62 MiB (javascript) 252 bytes (share-init) 252 bytes (consume-shared) [1m[33m[built][39m[22m
|
|
16
|
+
modules by path [1m../../node_modules/[39m[22m 5.14 MiB 119 modules
|
|
17
|
+
modules by path [1m./[39m[22m 492 KiB
|
|
18
|
+
modules by path [1m./src/[39m[22m 486 KiB 32 modules
|
|
19
|
+
modules by path [1m./translations/[39m[22m 5.53 KiB 2 modules
|
|
20
20
|
provide-module modules 252 bytes
|
|
21
21
|
modules by path [1mprovide shared module (default) swr/[39m[22m 84 bytes 2 modules
|
|
22
22
|
+ 4 modules
|
|
@@ -28,14 +28,15 @@ built modules 5.67 MiB (javascript) 252 bytes (share-init) 252 bytes (consume-sh
|
|
|
28
28
|
[1m[33mWARNING[39m[22m in [1masset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
|
|
29
29
|
This can impact web performance.
|
|
30
30
|
Assets:
|
|
31
|
-
main.js (
|
|
31
|
+
main.js (793 KiB)
|
|
32
32
|
130.js (629 KiB)
|
|
33
|
-
|
|
33
|
+
850.js (245 KiB)
|
|
34
|
+
904.js (539 KiB)[39m[22m
|
|
34
35
|
|
|
35
36
|
[1m[33mWARNING[39m[22m in [1mentrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
36
37
|
Entrypoints:
|
|
37
|
-
main (
|
|
38
|
+
main (793 KiB)
|
|
38
39
|
main.js
|
|
39
40
|
[39m[22m
|
|
40
41
|
|
|
41
|
-
webpack 5.88.0 compiled with [1m[33m2 warnings[39m[22m in
|
|
42
|
+
webpack 5.88.0 compiled with [1m[33m2 warnings[39m[22m in 132006 ms
|
package/dist/574.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(globalThis.webpackChunk_kenyaemr_esm_billing_app=globalThis.webpackChunk_kenyaemr_esm_billing_app||[]).push([[574],{3574:e=>{e.exports=JSON.parse('{"actions":"Actions","addBill":"Add bill item(s)","addBillableServices":"Add Billable Services","addNewBillableService":"Add new billable service","addNewService":"Add new service","addPaymentOptions":"Add payment option","amount":"Amount","amountToWaiveAriaLabel":"Enter amount to waive","amountToWaiveHelper":"Specify the amount to be deducted from the bill","amountToWaiveLabel":"Amount to Waive","billableService":"Billable service","billableServices":"Billable Services","billAmount":"Bill Amount","billedItems":"Billed Items","billedTo":"Billed to","billErrorService":"Bill service error","billing":"Billing","billingForm":"Billing Form","billingStatus":"Billing status","billItem":"Bill item","billItems":"Save Bill","billList":"Bill list","billMetrics":"Bill metrics","billName":" {{billName}} ","billPayment":"Bill payment","billPaymentRequiredMessage":"The current patient has pending bill. Advice patient to settle bill before receiving services","billServicesManagement":"Bill services management","billsList":"Bill list","billTotal":"Bill total","billWaiver":"Bill waiver","billWaiverError":"Bill waiver failed {{error}}","billWaiverSuccess":"Bill waiver successful","cancel":"Cancel","checkFilters":"Check the filters above","checkValidity":"Check Validity","claimcode":" Claim Code","claimExplanation":"Claim Explanation","claimJustification":"Claim Justification","createClaim":"Create Claim","createClaimError":"Create Claim error","diagnoses":"Diagnoses","discard":"Discard","discardClaim":"Discard Claim","discount":"Discount","enterAmount":"Enter amount","enterConcept":"Associated concept","enterReferenceNumber":"Enter ref. number","enterSHANumber":"Enter SHA Number","errorLoadingBillServices":"Error loading bill services","errorLoadingPaymentModes":"Payment modes error","exemptionCategory":"Exemption category","facility":"Facility","failedBillPayment":"Bill payment failed","filterBy":"Filter by","filterTable":"Filter table","formTitle":"Fill in the form details","generatedMessage":"The invoice has been electronically generated and is a valid document. It was created by {{userName}} on {{date}} at {{time}}","guaranteeId":"Guarantee Id","home":"Home","identifier":"Identifier","initiatePay":"Initiate Payment","initiatePayment":"Initiate Payment","inStock":"{{quantityUoM}}(s) In stock ","insuranceScheme":"Insurance scheme","invalidSHANumber":"SHA number is invalid, advice patient to update payment or contact SHA","invalidWaiverAmountMessage":"Amount to waive cannot be greater than total amount","invoice":"Invoice","invoiceError":"Invoice error","isPatientExemptedLegend":"Is patient exempted from payment?","item":"Item","itemsToBeBilled":"Items to be billed","launchBillForm":"Launch bill form","lineItems":"Line items","loading":"Loading","loadingBillingServices":"Loading billing services...","loadingDescription":"Loading","makeclaims":"Make Claims","manageBillableServices":"Manage billable services","
|
|
1
|
+
"use strict";(globalThis.webpackChunk_kenyaemr_esm_billing_app=globalThis.webpackChunk_kenyaemr_esm_billing_app||[]).push([[574],{3574:e=>{e.exports=JSON.parse('{"actions":"Actions","addBill":"Add bill item(s)","addBillableServices":"Add Billable Services","addNewBillableService":"Add new billable service","addNewService":"Add new service","addPaymentOptions":"Add payment option","amount":"Amount","amountToWaiveAriaLabel":"Enter amount to waive","amountToWaiveHelper":"Specify the amount to be deducted from the bill","amountToWaiveLabel":"Amount to Waive","billableService":"Billable service","billableServices":"Billable Services","billAmount":"Bill Amount","billedItems":"Billed Items","billedTo":"Billed to","billErrorService":"Bill service error","billing":"Billing","billingForm":"Billing Form","billingStatus":"Billing status","billItem":"Bill item","billItems":"Save Bill","billList":"Bill list","billMetrics":"Bill metrics","billName":" {{billName}} ","billPayment":"Bill payment","billPaymentRequiredMessage":"The current patient has pending bill. Advice patient to settle bill before receiving services","billServicesManagement":"Bill services management","billsList":"Bill list","billTotal":"Bill total","billWaiver":"Bill waiver","billWaiverError":"Bill waiver failed {{error}}","billWaiverSuccess":"Bill waiver successful","cancel":"Cancel","checkFilters":"Check the filters above","checkValidity":"Check Validity","claimcode":" Claim Code","claimExplanation":"Claim Explanation","claimJustification":"Claim Justification","createClaim":"Create Claim","createClaimError":"Create Claim error","diagnoses":"Diagnoses","discard":"Discard","discardClaim":"Discard Claim","discount":"Discount","enterAmount":"Enter amount","enterConcept":"Associated concept","enterReferenceNumber":"Enter ref. number","enterSHANumber":"Enter SHA Number","errorLoadingBillServices":"Error loading bill services","errorLoadingPaymentModes":"Payment modes error","exemptionCategory":"Exemption category","facility":"Facility","failedBillPayment":"Bill payment failed","filterBy":"Filter by","filterTable":"Filter table","formTitle":"Fill in the form details","generatedMessage":"The invoice has been electronically generated and is a valid document. It was created by {{userName}} on {{date}} at {{time}}","guaranteeId":"Guarantee Id","home":"Home","identifier":"Identifier","initiatePay":"Initiate Payment","initiatePayment":"Initiate Payment","inStock":"{{quantityUoM}}(s) In stock ","insuranceScheme":"Insurance scheme","invalidSHANumber":"SHA number is invalid, advice patient to update payment or contact SHA","invalidWaiverAmountMessage":"Amount to waive cannot be greater than total amount","invoice":"Invoice","invoiceError":"Invoice error","isPatientExemptedLegend":"Is patient exempted from payment?","item":"Item","itemsToBeBilled":"Items to be billed","launchBillForm":"Launch bill form","lineItems":"Line items","loading":"Loading","loadingBillingServices":"Loading billing services...","loadingDescription":"Loading","makeclaims":"Make Claims","manageBillableServices":"Manage billable services","name":"Name","navigateBack":"Navigate back","nextPage":"Next page","noBillDisplay":"There are no bills to display for this patient","noMatchingBillsToDisplay":"No matching bills to display","noMatchingItemsToDisplay":"No matching items to display","noMatchingServicesToDisplay":"No matching services to display","noResultsFor":"No results for","noServicesToDisplay":"There are no services to display","patientBilling":"Patient Billing","patientBillingAlert":"Patient Billing Alert","patientBills":"Patient bill","patientBillsDescription":"List of patient bills","paymentMethod":"Payment method","paymentMethodsTitle":"Payment methods","paymentMode":"Payment Mode","paymentPayment":"Bill Payment","payments":"Payments","Phone Number":"Phone Number","pickLabRequest":"Pick Lab Request","policyNumber":"Policy number","postWaiver":"Post waiver","previousPage":"Previous page","prices":"Prices","printBill":"Print bill","printing":"Printing...","printReceipt":"Print receipt","proceedToCare":"Proceed to care","processClaim":"Process Claim","processingPayment":"Processing Payment","processPayment":"Process Payment","provider_name":"Provider Name","providerMessage":"By clicking Proceed to care, you acknowledge that you have advised the patient to settle the bill.","quantity":"Quantity","referenceNumber":"Ref number","save":"Save","searchConcepts":"Search associated concept","searching":"Searching","searchServices":"Search services","searchThisTable":"Search this table","selectCategory":"Select category","selectExemptionCategory":"Select exemption category","selectitemstobeclaimed":"Select items that are to be included in the claims","selectPaymentMethod":"Select payment method","selectPaymentMethodPlaceholder":"Select payment method","sellingAmount":"Enter selling price","sellingPrice":"Selling Price","service":"Service","serviceMetrics":"Service Metrics","serviceName":"Service Name","serviceShortName":"Short Name","servicesList":"Services list","serviceType":"Service Type","shaNotValid":"Invalid SHA Number","shaNumber":"SHA Number","shortName":"Short Name","status":"Service Status","stockItem":"Stock Item","total":"Total","totalAmount":"Total Amount","totalTendered":"Total Tendered","treatmentend":"Treatment End","treatmentstart":"Treatment Start","unitPrice":"Unit price","unsettledBill":"Unsettled bill for test.","valid":"Valid SHA Number","validatingSHANumber":"Validating SHA Number","validSHANumber":"SHA number is valid, proceed with care","visitTime":"Visit time","visitType":" Visit Type","waiverForm":"Waiver form"}')}}]);
|