@kenyaemr/esm-billing-app 5.4.2-pre.2265 → 5.4.2-pre.2269
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 +14 -14
- package/dist/300.js +1 -1
- package/dist/46.js +8 -0
- package/dist/46.js.map +1 -0
- package/dist/{632.js → 611.js} +1 -1
- package/dist/611.js.map +1 -0
- package/dist/kenyaemr-esm-billing-app.js +1 -1
- package/dist/kenyaemr-esm-billing-app.js.buildmanifest.json +428 -428
- package/dist/kenyaemr-esm-billing-app.js.map +1 -1
- package/dist/main.js +3 -3
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/billable-services/bill-manager/patient-bills.component.tsx +1 -4
- package/src/billing.resource.ts +2 -0
- package/src/index.ts +2 -0
- package/src/invoice/invoice.component.tsx +40 -1
- package/src/invoice/invoice.resource.ts +41 -0
- package/src/invoice/invoice.scss +14 -5
- package/src/invoice/print-bill-receipt/receipt-print-button.component.tsx +2 -2
- package/src/modal/bill-action.modal.scss +7 -0
- package/src/modal/bill-action.modal.tsx +122 -0
- package/src/past-patient-bills/patient-bills.component.tsx +1 -2
- package/src/prompt-payment/prompt-payment-modal.component.tsx +5 -2
- package/src/prompt-payment/prompt-payment.resource.tsx +1 -1
- package/src/routes.json +4 -0
- package/src/types/index.ts +2 -0
- package/src/utils.ts +4 -0
- package/translations/en.json +2 -0
- package/dist/632.js.map +0 -1
- package/dist/910.js +0 -8
- package/dist/910.js.map +0 -1
- /package/dist/{910.js.LICENSE.txt → 46.js.LICENSE.txt} +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -6,20 +6,20 @@ assets by info 8.87 MiB [immutable]
|
|
|
6
6
|
assets by chunk 3.85 MiB (id hint: vendors)
|
|
7
7
|
assets by status 3.51 MiB [big]
|
|
8
8
|
asset 679.js 1.59 MiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
9
|
-
asset
|
|
9
|
+
asset 46.js 1.31 MiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
10
10
|
asset 842.js 614 KiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
11
11
|
+ 8 assets
|
|
12
|
-
assets by path *.json 61.
|
|
12
|
+
assets by path *.json 61.4 KiB
|
|
13
13
|
asset kenyaemr-esm-billing-app.js.buildmanifest.json 55.3 KiB [emitted]
|
|
14
|
-
asset routes.json 6.
|
|
14
|
+
asset routes.json 6.1 KiB [emitted] [from: src/routes.json] [copied]
|
|
15
15
|
+ 9 assets
|
|
16
|
-
orphan modules 9.
|
|
16
|
+
orphan modules 9.36 MiB [orphan] 3624 modules
|
|
17
17
|
runtime modules 42.4 KiB 32 modules
|
|
18
|
-
built modules 14.
|
|
19
|
-
modules by path ../../node_modules/ 11.
|
|
20
|
-
modules by path ./ 3.
|
|
21
|
-
modules by path ./src/ 3.
|
|
22
|
-
modules by path ./translations/ 11.
|
|
18
|
+
built modules 14.6 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
|
|
19
|
+
modules by path ../../node_modules/ 11.4 MiB 1175 modules
|
|
20
|
+
modules by path ./ 3.22 MiB
|
|
21
|
+
modules by path ./src/ 3.21 MiB 73 modules
|
|
22
|
+
modules by path ./translations/ 11.8 KiB 2 modules
|
|
23
23
|
provide-module modules 294 bytes
|
|
24
24
|
modules by path provide shared module (default) swr/ 84 bytes 2 modules
|
|
25
25
|
+ 5 modules
|
|
@@ -36,15 +36,15 @@ Assets:
|
|
|
36
36
|
9ebb9ac2c9c875649c72722bc585d445.js (313 KiB)
|
|
37
37
|
bc27b2d7127da36a976f00f889810836.js (497 KiB)
|
|
38
38
|
5398e3b596fa15df4d84b2aa0464e5c4.js (1.51 MiB)
|
|
39
|
-
main.js (3.
|
|
39
|
+
main.js (3.81 MiB)
|
|
40
40
|
842.js (614 KiB)
|
|
41
|
-
|
|
41
|
+
611.js (2.41 MiB)
|
|
42
42
|
679.js (1.59 MiB)
|
|
43
|
-
|
|
43
|
+
46.js (1.31 MiB)
|
|
44
44
|
|
|
45
45
|
WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
46
46
|
Entrypoints:
|
|
47
|
-
main (3.
|
|
47
|
+
main (3.81 MiB)
|
|
48
48
|
main.js
|
|
49
49
|
|
|
50
|
-
webpack 5.99.9 compiled with 2 warnings in
|
|
50
|
+
webpack 5.99.9 compiled with 2 warnings in 319332 ms
|
package/dist/300.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(globalThis.webpackChunk_kenyaemr_esm_billing_app=globalThis.webpackChunk_kenyaemr_esm_billing_app||[]).push([[300],{34300:e=>{e.exports=JSON.parse('{"action":"Action","actions":"Actions","active":"Active","activeVisitRequired":"Start visit to modify","addBill":"Add bill item(s)","addCommodityChargeItem":"Add charge item","addDeposit":"Add deposit","addPaymentOptions":"Add payment option","addSchema":"Add Schema","addServiceChargeItem":"Add charge service","all":"All","allCashiers":"All Cashiers","allPaymentModes":"All Payment Modes","amount":"Amount","anErrorOccurred":"An Error Occurred","anErrorOccurredCreatingPaymentPoint":"An error occurred creating payment point","approved":"Approved","approvedTotal":"Approved Total","attributeDescription":"Attribute description","attributeFormat":"Attribute format","attributeFormatHelperText":"The format of the attribute value e.g Free text, Number","attributeName":"Attribute name","attributeRequired":"Attribute required","attributeRetired":"Attribute retired","attributeRetiredReason":"Attribute retired reason","balance":"Balance","benefits":"Benefits","billableExemptionAdministration":"Exemption Administration","billableServicesError":"Billable services error","billAmount":"Bill Amount","billCreationDate":"Bill creation date","billDate":"Date","billDepositForm":"Bill Deposit Form","billedItems":"Billed Items","billErrorService":"Bill service error","billing":"Billing","billingForm":"Billing Form","billingService":"Service","billingStatus":"Billing status","billItem":"Bill Item","billItems":"Save Bill","billList":"Bill list","billManager":"Bill Manager","billMetrics":"Bill metrics","billPayment":"Bill payment","billPaymentRequiredMessage":"The current patient has pending bill. Advice patient to settle bill.","billsList":"Bill list","billTotal":"Bill total","bulkUpload":"Bulk Upload","cancel":"Cancel","cancelBillForm":"Cancel Bill Form","cancelItem":"Cancel item","cancelled":"Cancelled","cashier":"Cashier","cashPoint":"Cash Point","cashPointName":"Cash Point Name","chargeItem":"Charge items table","chargeItems":"Charge Items","chargeItemsDescription":"Charge Items and Services Dashboard","checked":"Checked","checkFilters":"Check the filters above","chooseInterventions":"Choose interventions","choosePackage":"Choose package","choosePrice":"Choose price","claim":"Process claims","claimCode":"Claim Code","claimedAmount":"Claimed Amount","claimError":"Claim Error","claimExplanation":"Claim Explanation","claimJustification":"Claim Justification","claims":"Claims","claimsItems":"Claims Items","claimsManagement":"Claims management","claimSummary":"Claim Summary","clear":"Clear","clearSearch":"Clear search input","clockInTime":"Clocked in on {{clockInDate}}","close":"Close","create":"Create","createClaimError":"Create Claim error","created":"Created","createNewDeposit":"Create a new deposit for this patient","creating":"Creating","date":"Date of Claim","dateAndTime":"Date And Time","dateCreated":"Date Created","delete":"Delete","deleteBill":"Delete Bill","deleteChargeItem":"Delete charge item","description":"Description","discard":"Discard","discardClaim":"Discard Claim","discount":"Discount","download":"Download","downloadTemplate":"Download template","draft":"Draft","editBillForm":"Edit Bill Form","editChargeItem":"Edit charge item","editItem":"Edit item","editSchema":"Edit Schema","editServiceChargeItem":"Edit Service Charge Item","eligibleBenefits":"Eligible benefits","endDate":"End date","endDatetime":"End date","endVisitAndClaim":"End visit and Process claims","enterAmount":"Enter amount","enterAnIdNumberOrPatientName":"Enter an ID number or patient name","enterAttributeDescription":"Enter attribute description","enterAttributeName":"Enter attribute name","enterAttributeRetiredReason":"Enter attribute retired reason","entered":"Entered","enteredInError":"Entered in error","enterPolicyNumber":"Enter policy number","enterPrice":"Enter price","enterReferenceNumber":"Enter ref. number","enterRegExp":"Enter regular expression","error":"Error","errored":"Errored","errorEndingVisit":"Error ending visit","errorFetchingPackages":"Error fetching packeges","errorLoadingBillServices":"Error loading bill services","errorLoadingpackages":"Error loading packages","errorLoadingPaymentModes":"Payment modes error","errorLoadingPaymentPoints":"Error loading payment points","errorOnLine":"Error on line","errorRetrievingHIESubscription":"Error retrieving HIE subscription","exemptionCategory":"Exemption category","facility":"Facility","failedBillPayment":"Bill payment failed","failure":"Error loading interventions","filterBy":"Filter by","filterTable":"Filter table","finalDiagnosis":"Final Diagnosis","formTitle":"Fill in the form details","hieVerificationFailure":"HIE verification failure","home":"Home","identifier":"Identifier","inactive":"Inactive","incompletePayment":"Incomplete payment","incompletePaymentSubtitle":"Please ensure all selected line items are fully paid, Total amount expected is {{selectedLineItemsAmountDue}}","initiatePayment":"Initiate Payment","inputSampleSchema":"Input sample schema","insuranceScheme":"Insurance scheme","insurer":"Insurer","interventionCode":"Intervention Code","interventions":"Interventions","invalidJsonError":"Invalid JSON received for the schema.","invoice":"Invoice","invoiceError":"Invoice error","invoiceNumber":"Invoice Number","invoiceStatus":"Invoice Status","invoiceSummary":"Invoice Summary","isPatientExemptedLegend":"Is patient exempted from payment?","item":"Item","items":"Items","itemsPerPage":"Items per page","itemsToBeBilled":"Items to be billed","lineItems":"Line items","listOfTabs":"List of tabs on transactions","loading":"Loading...","loadingBillingServices":"Loading billing services...","loadingData":"Loading data...","loadingDescription":"Loading","loadingInterventions":"Loading interventions","loadingSchema":"Loading schema","makeclaims":"Make Claims","makePreAuthRequests":"Make Pre Auth Request","modify":"Modify","mpesaPayment":"MPESA Payment","name":"Name","navigateBack":"Navigate back","newDeposit":"New Deposit","nextPage":"Next page","no":"No","noBenefitFound":"No benefit found","noBillDisplay":"There are no bills to display for this patient","noBillsFound":"No bills found","noBillsFoundDescription":"No bills found for this patient","noCashPoints":"No Cash Points","noCashPointsConfigured":"There are no cash points configured for this location","noDepositsFound":"No deposits found","noItemsSelected":"No items selected","noMatchingBillsToDisplay":"No matching bills to display","noMatchingItemsToDisplay":"No matching items to display","noPaymentModes":"No payment modes found","noPaymentModesSubtitle":"No payment modes found for the selected filters","noResultsSuggestion":"We couldn\'t find any matching benefit.","noSchema":"No schema available","noSchemaExemption":"No schema available add exemption schema","noTransactionHistory":"No transaction history","noTransactionHistorySubtitle":"No transaction history loaded for the selected filters","noTransactions":"No transactions found","notSearchedState":"Please search for a patient in the input above","overflowMenu":"Overflow menu","overPayment":"Over payment","overPaymentSubtitle":"Amount paid {{totalAmountTendered}} should not be greater than amount due {{selectedLineItemsAmountDue}} for selected line items","package":"Package","patient":"Patient","patientBilling":"Verifying patient bills","patientBillingAlert":"Patient Billing Alert","patientBills":"Patient Bill","patientBillsDescription":"List of patient bills","patientBillsSummary":"Patient bill summary","patientBillsSummaryDescription":"A list of all bills for this patient","patientMissingSHAId":"Patient missing SHA identification number","patientMissingSHANumber":"Patient is missing SHA number, SHA validation cannot be done, Advise patient to visit registration desk","patientName":"Patient Name","paymentHistory":"Payment History","paymentMade":"Payments already made","paymentMethod":"Payment method","paymentMethodDescription":"Payment method {{methodName}}","paymentMethodsTitle":"Payment method","paymentMode":"Payment Mode","paymentModes":"Payment Modes","paymentModeSummary":"Payment Mode Summary","paymentNotMade":"Payment not made","paymentPayment":"Bill Payment","paymentPoints":"Payment Points","payments":"Payments","paymentType":"Payment Type","Phone Number":"Phone Number","pleaseSelectItems":"Please select line items to raise a claim","policyNumber":"Policy number","preauthRequest":"Preauth requests","preAuthRequests":"Pre-auth requests","preAuthRequets":"Pre-Auth Requests","preauthStatus":"Filter by Status","preview":"Schema Preview","previousPage":"Previous page","price":"Price","prices":"Prices","printInvoice":"Print invoice","printReceipt":"Print receipt","proceedToCare":"Proceed to care","processClaim":"Process Claim","processing":"Processing...","processingPayment":"Processing Payment","processPayment":"Process Payment","provider":"Provider","providerMessage":"By clicking Proceed to care, you acknowledge that you have advised the patient to settle the bill.","providerName":"Provider Name","quantity":"Quantity","receipt":"Receipt","referenceCodes":" Reference Codes","referenceNumber":"Reference number","refundItem":"Refund item","regExp":"Regular expression","rejected":"Rejected","remove":"Remove","retryRequest":"Retry request","reverse":"Reverse","saveAndClose":"Save & Close","saveError":"Failed to save schema.","schemaEditor":"Exemptions Schema Editor","schemaLoadError":"Error loading schema","search":"Search","searchBenefits":"Search benefits","searchByBenefit":"Search by benefit","searchForAPatient":"Search for a patient","searchForChargeItem":"Search for charge item","searchForCommodity":"Search for commodity ","searchForConcept":"Search for concept","searchForPatient":"Search for patient","searchPlaceHolder":"Find your billables here...","searchPLaceHolder":"Search by provider or patient","searchServices":"Search services","searchThisTable":"Search this table","searchTransactions":"Search transactions table","selectAttributeFormat":"Select attribute format","selectExemptionCategory":"Select exemption category","selectInsuranceScheme":"Select insurance scheme","selectitemstobeclaimed":"Select items that are to be included in the claims","selectPaymentMethod":"Select payment method","selectPaymentMode":"Select payment mode","selectProvider":"Select Provider","sendClaim":"Pre authorization request sent successfully","sendClaimError":"Pre authorization request failed, please try later","serialNo":"Serial No.","serviceConcept":"Service Concept","serviceType":"Service Type","shaBenefits":"SHA benefits","shaFacilityLicenseNumbernRequiredDescription":"Facility license number is required to process claims. Please update facility license number details.","shaFacilityLicenseNumberRequired":"Facility license number Required","shaNo":"SHA NUMBER: ","SHIF":"Social Health Insurance Fund","shortName":"Short Name","startDate":"Start date","status":"Status","stockItem":"Stock Item","stockItemError":"Stock Item","success":"Success","successfullyCreatedPaymentPoint":"Successfully created payment point","timesheet":"Timesheet","total":"Total","totalAmount":"Total Amount","totalDeposits":"Total Deposits","totalExempted":"Total Exempted","totalPayments":"Total Payments","totalTendered":"Total Tendered","transactionHistory":"Transaction History","transactionList":"Transaction List","transactionListOptions":"Transaction list options","treatmentend":"Treatment End","treatmentstart":"Treatment Start","type":"Type","unitPrice":"Unit price","updateAllStatuses":"Update All","updateRegistration":"Update registration","updateStatus":"Update status","valuated":"Valuated","verifyingBillStatus":"Verifying bill status...","visitEnded":"Visit ended","visitEndSuccessssfully":"visit ended successfully","visitTime":"Visit time","visittype":"Visit Type","waiveBill":"Waive Bill","yes":"Yes"}')}}]);
|
|
1
|
+
"use strict";(globalThis.webpackChunk_kenyaemr_esm_billing_app=globalThis.webpackChunk_kenyaemr_esm_billing_app||[]).push([[300],{34300:e=>{e.exports=JSON.parse('{"action":"Action","actions":"Actions","active":"Active","activeVisitRequired":"Start visit to modify","addBill":"Add bill item(s)","addCommodityChargeItem":"Add charge item","addDeposit":"Add deposit","addPaymentOptions":"Add payment option","addSchema":"Add Schema","addServiceChargeItem":"Add charge service","all":"All","allCashiers":"All Cashiers","allPaymentModes":"All Payment Modes","amount":"Amount","anErrorOccurred":"An Error Occurred","anErrorOccurredCreatingPaymentPoint":"An error occurred creating payment point","approved":"Approved","approvedTotal":"Approved Total","attributeDescription":"Attribute description","attributeFormat":"Attribute format","attributeFormatHelperText":"The format of the attribute value e.g Free text, Number","attributeName":"Attribute name","attributeRequired":"Attribute required","attributeRetired":"Attribute retired","attributeRetiredReason":"Attribute retired reason","balance":"Balance","benefits":"Benefits","billableExemptionAdministration":"Exemption Administration","billableServicesError":"Billable services error","billAmount":"Bill Amount","billCreationDate":"Bill creation date","billDate":"Date","billDepositForm":"Bill Deposit Form","billedItems":"Billed Items","billErrorService":"Bill service error","billing":"Billing","billingForm":"Billing Form","billingService":"Service","billingStatus":"Billing status","billItem":"Bill Item","billItems":"Save Bill","billList":"Bill list","billManager":"Bill Manager","billMetrics":"Bill metrics","billPayment":"Bill payment","billPaymentRequiredMessage":"The current patient has pending bill. Advice patient to settle bill.","billsList":"Bill list","billTotal":"Bill total","bulkUpload":"Bulk Upload","cancel":"Cancel","cancelBillForm":"Cancel Bill Form","cancelItem":"Cancel item","cancelled":"Cancelled","cashier":"Cashier","cashPoint":"Cash Point","cashPointName":"Cash Point Name","chargeItem":"Charge items table","chargeItems":"Charge Items","chargeItemsDescription":"Charge Items and Services Dashboard","checked":"Checked","checkFilters":"Check the filters above","chooseInterventions":"Choose interventions","choosePackage":"Choose package","choosePrice":"Choose price","claim":"Process claims","claimCode":"Claim Code","claimedAmount":"Claimed Amount","claimError":"Claim Error","claimExplanation":"Claim Explanation","claimJustification":"Claim Justification","claims":"Claims","claimsItems":"Claims Items","claimsManagement":"Claims management","claimSummary":"Claim Summary","clear":"Clear","clearSearch":"Clear search input","clockInTime":"Clocked in on {{clockInDate}}","close":"Close","closeBill":"Close Bill","create":"Create","createClaimError":"Create Claim error","created":"Created","createNewDeposit":"Create a new deposit for this patient","creating":"Creating","date":"Date of Claim","dateAndTime":"Date And Time","dateCreated":"Date Created","delete":"Delete","deleteBill":"Delete Bill","deleteChargeItem":"Delete charge item","description":"Description","discard":"Discard","discardClaim":"Discard Claim","discount":"Discount","download":"Download","downloadTemplate":"Download template","draft":"Draft","editBillForm":"Edit Bill Form","editChargeItem":"Edit charge item","editItem":"Edit item","editSchema":"Edit Schema","editServiceChargeItem":"Edit Service Charge Item","eligibleBenefits":"Eligible benefits","endDate":"End date","endDatetime":"End date","endVisitAndClaim":"End visit and Process claims","enterAmount":"Enter amount","enterAnIdNumberOrPatientName":"Enter an ID number or patient name","enterAttributeDescription":"Enter attribute description","enterAttributeName":"Enter attribute name","enterAttributeRetiredReason":"Enter attribute retired reason","entered":"Entered","enteredInError":"Entered in error","enterPolicyNumber":"Enter policy number","enterPrice":"Enter price","enterReferenceNumber":"Enter ref. number","enterRegExp":"Enter regular expression","error":"Error","errored":"Errored","errorEndingVisit":"Error ending visit","errorFetchingPackages":"Error fetching packeges","errorLoadingBillServices":"Error loading bill services","errorLoadingpackages":"Error loading packages","errorLoadingPaymentModes":"Payment modes error","errorLoadingPaymentPoints":"Error loading payment points","errorOnLine":"Error on line","errorRetrievingHIESubscription":"Error retrieving HIE subscription","exemptionCategory":"Exemption category","facility":"Facility","failedBillPayment":"Bill payment failed","failure":"Error loading interventions","filterBy":"Filter by","filterTable":"Filter table","finalDiagnosis":"Final Diagnosis","formTitle":"Fill in the form details","hieVerificationFailure":"HIE verification failure","home":"Home","identifier":"Identifier","inactive":"Inactive","incompletePayment":"Incomplete payment","incompletePaymentSubtitle":"Please ensure all selected line items are fully paid, Total amount expected is {{selectedLineItemsAmountDue}}","initiatePayment":"Initiate Payment","inputSampleSchema":"Input sample schema","insuranceScheme":"Insurance scheme","insurer":"Insurer","interventionCode":"Intervention Code","interventions":"Interventions","invalidJsonError":"Invalid JSON received for the schema.","invoice":"Invoice","invoiceError":"Invoice error","invoiceNumber":"Invoice Number","invoiceStatus":"Invoice Status","invoiceSummary":"Invoice Summary","isPatientExemptedLegend":"Is patient exempted from payment?","item":"Item","items":"Items","itemsPerPage":"Items per page","itemsToBeBilled":"Items to be billed","lineItems":"Line items","listOfTabs":"List of tabs on transactions","loading":"Loading...","loadingBillingServices":"Loading billing services...","loadingData":"Loading data...","loadingDescription":"Loading","loadingInterventions":"Loading interventions","loadingSchema":"Loading schema","makeclaims":"Make Claims","makePreAuthRequests":"Make Pre Auth Request","modify":"Modify","mpesaPayment":"MPESA Payment","name":"Name","navigateBack":"Navigate back","newDeposit":"New Deposit","nextPage":"Next page","no":"No","noBenefitFound":"No benefit found","noBillDisplay":"There are no bills to display for this patient","noBillsFound":"No bills found","noBillsFoundDescription":"No bills found for this patient","noCashPoints":"No Cash Points","noCashPointsConfigured":"There are no cash points configured for this location","noDepositsFound":"No deposits found","noItemsSelected":"No items selected","noMatchingBillsToDisplay":"No matching bills to display","noMatchingItemsToDisplay":"No matching items to display","noPaymentModes":"No payment modes found","noPaymentModesSubtitle":"No payment modes found for the selected filters","noResultsSuggestion":"We couldn\'t find any matching benefit.","noSchema":"No schema available","noSchemaExemption":"No schema available add exemption schema","noTransactionHistory":"No transaction history","noTransactionHistorySubtitle":"No transaction history loaded for the selected filters","noTransactions":"No transactions found","notSearchedState":"Please search for a patient in the input above","overflowMenu":"Overflow menu","overPayment":"Over payment","overPaymentSubtitle":"Amount paid {{totalAmountTendered}} should not be greater than amount due {{selectedLineItemsAmountDue}} for selected line items","package":"Package","patient":"Patient","patientBilling":"Verifying patient bills","patientBillingAlert":"Patient Billing Alert","patientBills":"Patient Bill","patientBillsDescription":"List of patient bills","patientBillsSummary":"Patient bill summary","patientBillsSummaryDescription":"A list of all bills for this patient","patientMissingSHAId":"Patient missing SHA identification number","patientMissingSHANumber":"Patient is missing SHA number, SHA validation cannot be done, Advise patient to visit registration desk","patientName":"Patient Name","paymentHistory":"Payment History","paymentMade":"Payments already made","paymentMethod":"Payment method","paymentMethodDescription":"Payment method {{methodName}}","paymentMethodsTitle":"Payment method","paymentMode":"Payment Mode","paymentModes":"Payment Modes","paymentModeSummary":"Payment Mode Summary","paymentNotMade":"Payment not made","paymentPayment":"Bill Payment","paymentPoints":"Payment Points","payments":"Payments","paymentType":"Payment Type","Phone Number":"Phone Number","pleaseSelectItems":"Please select line items to raise a claim","policyNumber":"Policy number","preauthRequest":"Preauth requests","preAuthRequests":"Pre-auth requests","preAuthRequets":"Pre-Auth Requests","preauthStatus":"Filter by Status","preview":"Schema Preview","previousPage":"Previous page","price":"Price","prices":"Prices","printInvoice":"Print invoice","printReceipt":"Print receipt","proceedToCare":"Proceed to care","processClaim":"Process Claim","processing":"Processing...","processingPayment":"Processing Payment","processPayment":"Process Payment","provider":"Provider","providerMessage":"By clicking Proceed to care, you acknowledge that you have advised the patient to settle the bill.","providerName":"Provider Name","quantity":"Quantity","receipt":"Receipt","referenceCodes":" Reference Codes","referenceNumber":"Reference number","refundItem":"Refund item","regExp":"Regular expression","rejected":"Rejected","remove":"Remove","reopen":"Reopen","retryRequest":"Retry request","reverse":"Reverse","saveAndClose":"Save & Close","saveError":"Failed to save schema.","schemaEditor":"Exemptions Schema Editor","schemaLoadError":"Error loading schema","search":"Search","searchBenefits":"Search benefits","searchByBenefit":"Search by benefit","searchForAPatient":"Search for a patient","searchForChargeItem":"Search for charge item","searchForCommodity":"Search for commodity ","searchForConcept":"Search for concept","searchForPatient":"Search for patient","searchPlaceHolder":"Find your billables here...","searchPLaceHolder":"Search by provider or patient","searchServices":"Search services","searchThisTable":"Search this table","searchTransactions":"Search transactions table","selectAttributeFormat":"Select attribute format","selectExemptionCategory":"Select exemption category","selectInsuranceScheme":"Select insurance scheme","selectitemstobeclaimed":"Select items that are to be included in the claims","selectPaymentMethod":"Select payment method","selectPaymentMode":"Select payment mode","selectProvider":"Select Provider","sendClaim":"Pre authorization request sent successfully","sendClaimError":"Pre authorization request failed, please try later","serialNo":"Serial No.","serviceConcept":"Service Concept","serviceType":"Service Type","shaBenefits":"SHA benefits","shaFacilityLicenseNumbernRequiredDescription":"Facility license number is required to process claims. Please update facility license number details.","shaFacilityLicenseNumberRequired":"Facility license number Required","shaNo":"SHA NUMBER: ","SHIF":"Social Health Insurance Fund","shortName":"Short Name","startDate":"Start date","status":"Status","stockItem":"Stock Item","stockItemError":"Stock Item","success":"Success","successfullyCreatedPaymentPoint":"Successfully created payment point","timesheet":"Timesheet","total":"Total","totalAmount":"Total Amount","totalDeposits":"Total Deposits","totalExempted":"Total Exempted","totalPayments":"Total Payments","totalTendered":"Total Tendered","transactionHistory":"Transaction History","transactionList":"Transaction List","transactionListOptions":"Transaction list options","treatmentend":"Treatment End","treatmentstart":"Treatment Start","type":"Type","unitPrice":"Unit price","updateAllStatuses":"Update All","updateRegistration":"Update registration","updateStatus":"Update status","valuated":"Valuated","verifyingBillStatus":"Verifying bill status...","visitEnded":"Visit ended","visitEndSuccessssfully":"visit ended successfully","visitTime":"Visit time","visittype":"Visit Type","waiveBill":"Waive Bill","yes":"Yes"}')}}]);
|