@openmrs/esm-billing-app 1.0.2-pre.74 → 1.0.2-pre.740

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.
Files changed (196) hide show
  1. package/README.md +55 -9
  2. package/__mocks__/bills.mock.ts +12 -0
  3. package/__mocks__/react-i18next.js +6 -5
  4. package/dist/1119.js +1 -1
  5. package/dist/1146.js +1 -2
  6. package/dist/1146.js.map +1 -1
  7. package/dist/1197.js +1 -1
  8. package/dist/1856.js +1 -0
  9. package/dist/1856.js.map +1 -0
  10. package/dist/2146.js +1 -1
  11. package/dist/2177.js +2 -0
  12. package/dist/2177.js.LICENSE.txt +9 -0
  13. package/dist/2177.js.map +1 -0
  14. package/dist/2524.js +1 -0
  15. package/dist/2524.js.map +1 -0
  16. package/dist/2690.js +1 -1
  17. package/dist/3041.js +1 -0
  18. package/dist/3041.js.map +1 -0
  19. package/dist/3099.js +1 -1
  20. package/dist/3584.js +1 -1
  21. package/dist/4055.js +1 -1
  22. package/dist/4132.js +1 -1
  23. package/dist/4225.js +1 -0
  24. package/dist/4225.js.map +1 -0
  25. package/dist/4300.js +1 -1
  26. package/dist/4335.js +1 -1
  27. package/dist/4618.js +1 -1
  28. package/dist/4652.js +1 -1
  29. package/dist/4724.js +1 -0
  30. package/dist/4724.js.map +1 -0
  31. package/dist/4739.js +1 -1
  32. package/dist/4739.js.map +1 -1
  33. package/dist/4944.js +1 -1
  34. package/dist/5173.js +1 -1
  35. package/dist/5241.js +1 -1
  36. package/dist/5422.js +1 -0
  37. package/dist/5422.js.map +1 -0
  38. package/dist/5442.js +1 -1
  39. package/dist/5661.js +1 -1
  40. package/dist/6022.js +1 -1
  41. package/dist/6468.js +1 -1
  42. package/dist/6540.js +1 -1
  43. package/dist/6540.js.map +1 -1
  44. package/dist/6606.js +1 -0
  45. package/dist/6606.js.map +1 -0
  46. package/dist/6679.js +1 -1
  47. package/dist/6840.js +1 -1
  48. package/dist/6859.js +1 -1
  49. package/dist/7097.js +1 -1
  50. package/dist/7159.js +1 -1
  51. package/dist/723.js +1 -1
  52. package/dist/7452.js +2 -0
  53. package/dist/7452.js.map +1 -0
  54. package/dist/7617.js +1 -1
  55. package/dist/795.js +1 -0
  56. package/dist/8163.js +1 -1
  57. package/dist/8349.js +1 -1
  58. package/dist/8618.js +1 -1
  59. package/dist/890.js +1 -1
  60. package/dist/8930.js +2 -0
  61. package/dist/{6525.js.LICENSE.txt → 8930.js.LICENSE.txt} +16 -4
  62. package/dist/8930.js.map +1 -0
  63. package/dist/9214.js +1 -1
  64. package/dist/942.js +1 -0
  65. package/dist/942.js.map +1 -0
  66. package/dist/9538.js +1 -1
  67. package/dist/9569.js +1 -0
  68. package/dist/961.js +1 -1
  69. package/dist/961.js.map +1 -1
  70. package/dist/986.js +1 -1
  71. package/dist/9879.js +1 -1
  72. package/dist/9895.js +1 -1
  73. package/dist/9900.js +1 -1
  74. package/dist/9913.js +1 -1
  75. package/dist/main.js +1 -1
  76. package/dist/main.js.map +1 -1
  77. package/dist/openmrs-esm-billing-app.js +1 -1
  78. package/dist/openmrs-esm-billing-app.js.buildmanifest.json +381 -231
  79. package/dist/openmrs-esm-billing-app.js.map +1 -1
  80. package/dist/routes.json +1 -1
  81. package/e2e/README.md +19 -18
  82. package/e2e/specs/sample-test.spec.ts +0 -1
  83. package/package.json +10 -10
  84. package/src/bill-history/bill-history.component.tsx +17 -25
  85. package/src/bill-history/bill-history.scss +4 -94
  86. package/src/bill-history/bill-history.test.tsx +37 -78
  87. package/src/bill-item-actions/bill-item-actions.scss +0 -4
  88. package/src/bill-item-actions/{edit-bill-item.component.tsx → edit-bill-item.modal.tsx} +58 -56
  89. package/src/bill-item-actions/edit-bill-item.test.tsx +22 -24
  90. package/src/billable-services/bill-waiver/bill-selection.component.tsx +2 -2
  91. package/src/billable-services/bill-waiver/patient-bills.component.tsx +3 -3
  92. package/src/billable-services/billable-service.resource.ts +4 -3
  93. package/src/billable-services/billable-services-home.component.tsx +1 -1
  94. package/src/billable-services/billable-services.component.tsx +115 -132
  95. package/src/billable-services/billable-services.scss +3 -0
  96. package/src/billable-services/billable-services.test.tsx +2 -45
  97. package/src/billable-services/cash-point/add-cash-point.modal.tsx +168 -0
  98. package/src/billable-services/cash-point/cash-point-configuration.component.tsx +17 -192
  99. package/src/billable-services/cash-point/cash-point-configuration.scss +1 -5
  100. package/src/billable-services/create-edit/add-billable-service.component.tsx +28 -24
  101. package/src/billable-services/create-edit/add-billable-service.scss +2 -5
  102. package/src/billable-services/create-edit/add-billable-service.test.tsx +6 -6
  103. package/src/billable-services/create-edit/edit-billable-service.modal.tsx +50 -0
  104. package/src/billable-services/payment-modes/add-payment-mode.modal.tsx +121 -0
  105. package/src/billable-services/payment-modes/delete-payment-mode.modal.tsx +72 -0
  106. package/src/billable-services/payment-modes/payment-modes-config.component.tsx +125 -0
  107. package/src/billable-services/{payyment-modes → payment-modes}/payment-modes-config.scss +5 -1
  108. package/src/billing-form/billing-checkin-form.component.tsx +2 -3
  109. package/src/billing-form/billing-checkin-form.test.tsx +0 -2
  110. package/src/billing-form/billing-form.component.tsx +210 -268
  111. package/src/billing-form/billing-form.scss +143 -0
  112. package/src/billing.resource.ts +16 -19
  113. package/src/bills-table/bills-table.test.tsx +97 -53
  114. package/src/config-schema.ts +52 -18
  115. package/src/dashboard.meta.ts +4 -2
  116. package/src/helpers/functions.ts +5 -4
  117. package/src/index.ts +17 -6
  118. package/src/invoice/invoice-table.component.tsx +24 -54
  119. package/src/invoice/invoice-table.scss +1 -5
  120. package/src/invoice/invoice-table.test.tsx +21 -47
  121. package/src/invoice/invoice.component.tsx +36 -29
  122. package/src/invoice/invoice.scss +7 -4
  123. package/src/invoice/invoice.test.tsx +22 -48
  124. package/src/invoice/payments/payment-form/payment-form.component.tsx +2 -9
  125. package/src/invoice/payments/payment-form/payment-form.test.tsx +14 -46
  126. package/src/invoice/payments/payment-history/payment-history.component.tsx +6 -4
  127. package/src/invoice/payments/payment-history/payment-history.test.tsx +9 -14
  128. package/src/invoice/payments/payments.component.tsx +16 -27
  129. package/src/invoice/payments/{payments.component.test.tsx → payments.test.tsx} +24 -10
  130. package/src/invoice/payments/utils.ts +4 -22
  131. package/src/invoice/printable-invoice/print-receipt.component.tsx +3 -2
  132. package/src/invoice/printable-invoice/print-receipt.test.tsx +14 -25
  133. package/src/invoice/printable-invoice/printable-footer.component.tsx +2 -2
  134. package/src/invoice/printable-invoice/printable-footer.test.tsx +4 -13
  135. package/src/invoice/printable-invoice/printable-invoice-header.component.tsx +12 -11
  136. package/src/invoice/printable-invoice/printable-invoice-header.test.tsx +16 -14
  137. package/src/invoice/printable-invoice/printable-invoice.component.tsx +19 -33
  138. package/src/metrics-cards/metrics-cards.test.tsx +18 -5
  139. package/src/modal/require-payment-modal.test.tsx +25 -20
  140. package/src/modal/{require-payment-modal.component.tsx → require-payment.modal.tsx} +17 -18
  141. package/src/routes.json +22 -2
  142. package/src/types/index.ts +13 -12
  143. package/translations/am.json +33 -16
  144. package/translations/ar.json +33 -16
  145. package/translations/ar_SY.json +33 -16
  146. package/translations/bn.json +38 -21
  147. package/translations/de.json +33 -16
  148. package/translations/en.json +33 -16
  149. package/translations/en_US.json +187 -0
  150. package/translations/es.json +48 -31
  151. package/translations/es_MX.json +33 -16
  152. package/translations/fr.json +47 -30
  153. package/translations/he.json +33 -16
  154. package/translations/hi.json +33 -16
  155. package/translations/hi_IN.json +33 -16
  156. package/translations/id.json +180 -163
  157. package/translations/it.json +70 -53
  158. package/translations/ka.json +187 -0
  159. package/translations/km.json +33 -16
  160. package/translations/ku.json +33 -16
  161. package/translations/ky.json +33 -16
  162. package/translations/lg.json +33 -16
  163. package/translations/ne.json +33 -16
  164. package/translations/pl.json +33 -16
  165. package/translations/pt.json +33 -16
  166. package/translations/pt_BR.json +33 -16
  167. package/translations/qu.json +33 -16
  168. package/translations/ro_RO.json +182 -165
  169. package/translations/ru_RU.json +33 -16
  170. package/translations/si.json +33 -16
  171. package/translations/sw.json +33 -16
  172. package/translations/sw_KE.json +33 -16
  173. package/translations/tr.json +33 -16
  174. package/translations/tr_TR.json +33 -16
  175. package/translations/uk.json +33 -16
  176. package/translations/uz.json +33 -16
  177. package/translations/uz@Latn.json +33 -16
  178. package/translations/uz_UZ.json +33 -16
  179. package/translations/vi.json +33 -16
  180. package/translations/zh.json +33 -16
  181. package/translations/zh_CN.json +91 -74
  182. package/dist/1146.js.LICENSE.txt +0 -21
  183. package/dist/2352.js +0 -1
  184. package/dist/2352.js.map +0 -1
  185. package/dist/246.js +0 -1
  186. package/dist/246.js.map +0 -1
  187. package/dist/6525.js +0 -2
  188. package/dist/6525.js.map +0 -1
  189. package/dist/8556.js +0 -2
  190. package/dist/8556.js.map +0 -1
  191. package/dist/8638.js +0 -1
  192. package/dist/8638.js.map +0 -1
  193. package/dist/9968.js +0 -1
  194. package/dist/9968.js.map +0 -1
  195. package/src/billable-services/payyment-modes/payment-modes-config.component.tsx +0 -280
  196. /package/dist/{8556.js.LICENSE.txt → 7452.js.LICENSE.txt} +0 -0
@@ -0,0 +1,187 @@
1
+ {
2
+ "action": "Action",
3
+ "addBill": "Add bill item(s)",
4
+ "addBillableServices": "Add Billable Services",
5
+ "addCashPoint": "Add Cash Point",
6
+ "addNewBillableService": "Add new billable service",
7
+ "addNewCashPoint": "Add New Cash Point",
8
+ "addNewPaymentMode": "Add New Payment Mode",
9
+ "addNewService": "ახალი სერვისის დამატება",
10
+ "addPaymentMode": "გადახდის რეჟიმის დამატება",
11
+ "addPaymentOptions": "გადახდის პარამეტრის დამატება",
12
+ "amount": "რაოდენობა",
13
+ "amountDue": "რაოდენობა ახლა",
14
+ "amountTendered": "Amount Tendered",
15
+ "amountToWaiveAriaLabel": "შეიყვანეთ უარყოფის რაოდენობა",
16
+ "amountToWaiveHelper": "Specify the amount to be deducted from the bill",
17
+ "amountToWaiveLabel": "უარყოფის რაოდენობა",
18
+ "billableService": "ფასიანი მომსახურება",
19
+ "billableServices": "ფასიანი სერვისები",
20
+ "billableServices__lower": "billable services",
21
+ "billAmount": "Bill amount",
22
+ "billCode": "Bill code",
23
+ "billedItems": "Billed Items",
24
+ "billedTo": "Billed to",
25
+ "billErrorService": "ჩეკის სერვისის შეცდომა",
26
+ "billing": "ბილინგი",
27
+ "billingForm": "ბილინგის ფორმა",
28
+ "billingHistory": "ბილინგის ისტორია",
29
+ "billingSettings": "ბილინგის მორგება",
30
+ "billItem": "Bill item",
31
+ "billItems": "Bill Items",
32
+ "billLineItemEmpty": "This bill has no line items",
33
+ "billList": "Bill list",
34
+ "billMetrics": "Bill metrics",
35
+ "billName": " {{billName}} ",
36
+ "billPayment": "Bill payment",
37
+ "billPaymentError": "ჩეკის გადახდის შეცდომა",
38
+ "billPaymentRequiredMessage": "The current patient has a pending bill. Advise the patient to settle the bill before receiving services",
39
+ "billProcessingError": "Bill processing error",
40
+ "billProcessingSuccess": "Bill processing has been successful",
41
+ "billServicesManagement": "Bill services management",
42
+ "billsList": "Bill list",
43
+ "billTotal": "Bill total",
44
+ "billWaiver": "Bill waiver",
45
+ "billWaiverError": "Bill waiver failed {{error}}",
46
+ "billWaiverSuccess": "Bill waiver successful",
47
+ "cashPointConfig": "Cash Point Config",
48
+ "cashPointHistory": "Cash Point History",
49
+ "cashPointLocation": "Cash Point Location",
50
+ "cashPointName": "Cash Point Name",
51
+ "cashPointNamePlaceholder": "e.g., Pharmacy Cash Point",
52
+ "cashPointNameRequired": "Cash Point Name is required",
53
+ "cashPointSaved": "Cash point was successfully saved.",
54
+ "cashPointUuid": "Cash Point UUID",
55
+ "cashPointUuidPlaceholder": "შეიყვანეთ UUID",
56
+ "checkFilters": "Check the filters above",
57
+ "confirmDeleteMessage": "Are you sure you want to delete this payment mode? Proceed cautiously.",
58
+ "createdSuccessfully": "Billable service created successfully",
59
+ "currentPrice": "მიმდინარე ფასი",
60
+ "date": "Date",
61
+ "dateAndTime": "Date And Time",
62
+ "dateOfPayment": "Date of payment",
63
+ "deletePaymentMode": "გადახდის რეჟიმის წაშლა",
64
+ "deleting": "Deleting",
65
+ "description": "აღწერა",
66
+ "descriptionPlaceholder": "e.g., Used for all cash transactions",
67
+ "discard": "მოცილება",
68
+ "discount": "ფასდაკლება",
69
+ "discountAmount": "Discount Amount",
70
+ "editBillableService": "Edit billable service",
71
+ "editBillableServices": "Edit Billable Services",
72
+ "editBillLineItem": "Edit bill line item?",
73
+ "editThisBillItem": "Edit this bill item",
74
+ "enterAmount": "შეიყვანეთ რაოდენობა",
75
+ "enterConcept": "ასოცირებული კონცეფცია",
76
+ "enterReferenceNumber": "შეიყვანეთ მიმართვის ნომერი",
77
+ "error": "შეცდომა",
78
+ "errorDeletingPaymentMode": "An error occurred while deleting the payment mode.",
79
+ "errorFetchingCashPoints": "An error occurred while fetching cash points.",
80
+ "errorFetchingLocations": "An error occurred while fetching locations.",
81
+ "errorFetchingPaymentModes": "An error occurred while fetching payment modes.",
82
+ "errorLoadingBillServices": "Error loading bill services",
83
+ "errorLoadingPaymentModes": "გადახდის რეჟიმების შეცდომა",
84
+ "errorPrintingInvoice": "Error printing invoice",
85
+ "errorSavingCashPoint": "An error occurred while saving the cash point.",
86
+ "errorSavingPaymentMode": "An error occurred while saving the payment mode.",
87
+ "filterBy": "ფილტრის პირობა",
88
+ "filterTable": "ცხრილის გაფილტვრა",
89
+ "grandTotal": "მთლიანი ჯამი",
90
+ "home": "საწყისი",
91
+ "identifier": "იდენტიფიკატორი",
92
+ "insuranceScheme": "დაზღვევის სქემა",
93
+ "invalidUuidFormat": "Invalid UUID format",
94
+ "invalidWaiverAmount": "Invalid waiver amount",
95
+ "inventoryItem": "Inventory item",
96
+ "invoice": "ინვოისი",
97
+ "invoiceDate": "Invoice date",
98
+ "invoiceError": "ინვოისის შეცდომა",
99
+ "invoiceNumber": "Invoice #",
100
+ "invoiceStatus": "Invoice Status",
101
+ "item": "ელემენტი",
102
+ "itemsToBeBilled": "Items to be billed",
103
+ "launchBillForm": "Launch bill form",
104
+ "lineItems": "Line items",
105
+ "loading": "მიმდინარეობს მონაცემების ჩატვირთვა...",
106
+ "loadingBillInfo": "Loading bill information...",
107
+ "loadingBillingServices": "ბილინგის სერვისების ჩატვირთვა...",
108
+ "loadingBillItems": "Loading bill items",
109
+ "loadingData": "Loading data",
110
+ "loadingDescription": "მიმდინარეობს ჩატვირთვა",
111
+ "location": "აირჩიეთ მდებარეობა",
112
+ "locationRequired": "Location is required",
113
+ "manageBillableServices": "Manage billable services",
114
+ "name": "სახელი",
115
+ "nextPage": "შემდეგი გვერდი",
116
+ "noBilltoDisplay": "There are no bills to display for this patient",
117
+ "noMatchingBillsToDisplay": "No matching bills to display",
118
+ "noMatchingItemsToDisplay": "No matching items to display",
119
+ "noMatchingServicesToDisplay": "No matching services to display",
120
+ "noResultsFor": "შედეგების გარეშე",
121
+ "number": "No",
122
+ "ok": "დიახ",
123
+ "patientBillingAlert": "პაციენტის ბილინგის განგაში",
124
+ "patientBills": "პაციენტის ანგარიში",
125
+ "patientBillsDescription": "List of patient bills",
126
+ "patientCategory": "პაციენტის კატეგორია",
127
+ "paymentDetails": "გადახდის დეტალები",
128
+ "paymentMethod": "გადახდის მეთოდი",
129
+ "paymentMethods": "გადახდის მეთოდები",
130
+ "paymentMode": "გადახდის რეჟიმი",
131
+ "paymentModeDeleted": "Payment mode was successfully deleted.",
132
+ "paymentModeHistory": "გადახდის რეჟიმის ისტორია",
133
+ "paymentModeName": "გადახდის რეჟიმის სახელი",
134
+ "paymentModeNamePlaceholder": "მაგ: ქეში, საკრედიტო ბარათი",
135
+ "paymentModeNameRequired": "Payment Mode Name is required",
136
+ "paymentModeSaved": "Payment mode was successfully saved.",
137
+ "paymentModesConfig": "გადახდის რეჟიმების მორგება",
138
+ "payments": "გადახდები",
139
+ "pleaseRequiredFields": "Please fill all required fields",
140
+ "policyNumber": "პოლიტიკის ნომერი",
141
+ "postWaiver": "უარყოფის შემდეგ",
142
+ "previousPage": "წინა გვერდი",
143
+ "price": "ერთეულის ფასი",
144
+ "priceIsRequired": "ფასი აუცილებელია",
145
+ "prices": "ფასები",
146
+ "printBill": "ანგარიშის დაბეჭდვა",
147
+ "printReceipt": "რეცეპტის დაბეჭდვა",
148
+ "processPayment": "გადახდის დამუშავება",
149
+ "quantity": "რაოდენობა",
150
+ "quantityRequired": "რაოდენობა აუცილებელია",
151
+ "referenceNumber": "მიმართვის ნომერი",
152
+ "saveAndClose": "შენახვა და დახურვა",
153
+ "saveBill": "Save Bill",
154
+ "saving": "მიმდინარეობს შენახვა",
155
+ "searchConcepts": "Search associated concept",
156
+ "searching": "მიმდინარეობს ძებნა",
157
+ "searchItems": "ელემენტებისა და სერვისების ძებნა",
158
+ "searchThisTable": "ამ ცხრილში ძებნა",
159
+ "selectBillableService": "Select a billable service...",
160
+ "selectLocation": "Select Location",
161
+ "selectPatientCategory": "აირჩიეთ პაციენტის კატეგორია",
162
+ "selectPaymentMethod": "აირჩიეთ გადახდის მეთოდი",
163
+ "sellingAmount": "შეიყვანეთ გასაყიდი ფასი",
164
+ "sellingPrice": "გასაყიდი ფასი",
165
+ "serviceMetrics": "სერვისის მეტრიკები",
166
+ "serviceName": "სერვისის სახელი",
167
+ "serviceNameExceedsLimit": "Service Name exceeds the character limit of {{MAX_NAME_LENGTH}}.",
168
+ "serviceShortName": "მოკლე სახელი",
169
+ "servicesList": "სერვისების სია",
170
+ "serviceStatus": "Service Status",
171
+ "serviceType": "სერვისის ტიპი",
172
+ "shortName": "მოკლე სახელი",
173
+ "shortNameExceedsLimit": "Short Name exceeds the character limit of {{MAX_NAME_LENGTH}}.",
174
+ "status": "სერვისის სტატუსი",
175
+ "submitting": "გადაცემა...",
176
+ "success": "წარმატებულია",
177
+ "total": "ჯამში",
178
+ "totalAmount": "რაოდენობა სულ",
179
+ "totalTendered": "სულ წარმოდგენილია",
180
+ "unitPrice": "ერთეულის ფასი",
181
+ "unitPriceHelperText": "This is the unit price for this item.",
182
+ "updatedSuccessfully": "Billable service updated successfully",
183
+ "uuid": "UUID",
184
+ "uuidRequired": "UUID is required",
185
+ "visitTime": "ვიზიტის დრო",
186
+ "waiverForm": "უარის ფორმა"
187
+ }
@@ -1,19 +1,25 @@
1
1
  {
2
- "actions": "Actions",
2
+ "action": "Action",
3
3
  "addBill": "Add bill item(s)",
4
4
  "addBillableServices": "Add Billable Services",
5
5
  "addCashPoint": "Add Cash Point",
6
6
  "addNewBillableService": "Add new billable service",
7
+ "addNewCashPoint": "Add New Cash Point",
8
+ "addNewPaymentMode": "Add New Payment Mode",
7
9
  "addNewService": "Add new service",
8
10
  "addPaymentMode": "Add Payment Mode",
9
11
  "addPaymentOptions": "Add payment option",
10
12
  "amount": "Amount",
11
13
  "amountDue": "Amount Due",
14
+ "amountTendered": "Amount Tendered",
12
15
  "amountToWaiveAriaLabel": "Enter amount to waive",
13
16
  "amountToWaiveHelper": "Specify the amount to be deducted from the bill",
14
17
  "amountToWaiveLabel": "Amount to Waive",
15
18
  "billableService": "Billable service",
16
19
  "billableServices": "Billable Services",
20
+ "billableServices__lower": "billable services",
21
+ "billAmount": "Bill amount",
22
+ "billCode": "Bill code",
17
23
  "billedItems": "Billed Items",
18
24
  "billedTo": "Billed to",
19
25
  "billErrorService": "Bill service error",
@@ -29,36 +35,38 @@
29
35
  "billName": " {{billName}} ",
30
36
  "billPayment": "Bill payment",
31
37
  "billPaymentError": "Bill payment error",
32
- "billPaymentRequiredMessage": "The current patient has pending bill. Advice patient to settle bill before receiving services",
38
+ "billPaymentRequiredMessage": "The current patient has a pending bill. Advise the patient to settle the bill before receiving services",
39
+ "billProcessingError": "Bill processing error",
40
+ "billProcessingSuccess": "Bill processing has been successful",
33
41
  "billServicesManagement": "Bill services management",
34
42
  "billsList": "Bill list",
35
43
  "billTotal": "Bill total",
36
44
  "billWaiver": "Bill waiver",
37
45
  "billWaiverError": "Bill waiver failed {{error}}",
38
46
  "billWaiverSuccess": "Bill waiver successful",
39
- "cancel": "Cancel",
40
47
  "cashPointConfig": "Cash Point Config",
41
48
  "cashPointHistory": "Cash Point History",
42
49
  "cashPointLocation": "Cash Point Location",
43
50
  "cashPointName": "Cash Point Name",
44
51
  "cashPointNamePlaceholder": "e.g., Pharmacy Cash Point",
52
+ "cashPointNameRequired": "Cash Point Name is required",
45
53
  "cashPointSaved": "Cash point was successfully saved.",
46
54
  "cashPointUuid": "Cash Point UUID",
47
55
  "cashPointUuidPlaceholder": "Enter UUID",
48
56
  "checkFilters": "Check the filters above",
49
- "clearSearchInput": "Clear search input",
50
- "clientBalance": "Client Balance",
51
57
  "confirmDeleteMessage": "Are you sure you want to delete this payment mode? Proceed cautiously.",
52
58
  "createdSuccessfully": "Billable service created successfully",
53
59
  "currentPrice": "Current price",
54
- "delete": "Delete",
60
+ "date": "Date",
61
+ "dateAndTime": "Date And Time",
62
+ "dateOfPayment": "Date of payment",
55
63
  "deletePaymentMode": "Delete Payment Mode",
64
+ "deleting": "Deleting",
56
65
  "description": "Description",
57
66
  "descriptionPlaceholder": "e.g., Used for all cash transactions",
58
67
  "discard": "Discard",
59
68
  "discount": "Discount",
60
- "duplicateCashPointError": "A cash point with the same name or UUID already exists. Please use a unique name and UUID.",
61
- "duplicatePaymentModeError": "A payment mode with the same name already exists. Please create another payment mode",
69
+ "discountAmount": "Discount Amount",
62
70
  "editBillableService": "Edit billable service",
63
71
  "editBillableServices": "Edit Billable Services",
64
72
  "editBillLineItem": "Edit bill line item?",
@@ -73,6 +81,7 @@
73
81
  "errorFetchingPaymentModes": "An error occurred while fetching payment modes.",
74
82
  "errorLoadingBillServices": "Error loading bill services",
75
83
  "errorLoadingPaymentModes": "Payment modes error",
84
+ "errorPrintingInvoice": "Error printing invoice",
76
85
  "errorSavingCashPoint": "An error occurred while saving the cash point.",
77
86
  "errorSavingPaymentMode": "An error occurred while saving the payment mode.",
78
87
  "filterBy": "Filter by",
@@ -80,19 +89,27 @@
80
89
  "grandTotal": "Grand total",
81
90
  "home": "Home",
82
91
  "identifier": "Identifier",
83
- "inlineLoading": "Loading bill items...",
84
92
  "insuranceScheme": "Insurance scheme",
93
+ "invalidUuidFormat": "Invalid UUID format",
85
94
  "invalidWaiverAmount": "Invalid waiver amount",
95
+ "inventoryItem": "Inventory item",
86
96
  "invoice": "Invoice",
97
+ "invoiceDate": "Invoice date",
87
98
  "invoiceError": "Invoice error",
99
+ "invoiceNumber": "Invoice #",
100
+ "invoiceStatus": "Invoice Status",
88
101
  "item": "Item",
89
102
  "itemsToBeBilled": "Items to be billed",
90
103
  "launchBillForm": "Launch bill form",
91
104
  "lineItems": "Line items",
92
105
  "loading": "Loading data...",
106
+ "loadingBillInfo": "Loading bill information...",
93
107
  "loadingBillingServices": "Loading billing services...",
108
+ "loadingBillItems": "Loading bill items",
109
+ "loadingData": "Loading data",
94
110
  "loadingDescription": "Loading",
95
111
  "location": "Select Location",
112
+ "locationRequired": "Location is required",
96
113
  "manageBillableServices": "Manage billable services",
97
114
  "name": "Name",
98
115
  "nextPage": "Next page",
@@ -101,8 +118,7 @@
101
118
  "noMatchingItemsToDisplay": "No matching items to display",
102
119
  "noMatchingServicesToDisplay": "No matching services to display",
103
120
  "noResultsFor": "No results for",
104
- "noResultsFound": "No results found",
105
- "noServicesToDisplay": "There are no services to display",
121
+ "number": "No",
106
122
  "ok": "OK",
107
123
  "patientBillingAlert": "Patient Billing Alert",
108
124
  "patientBills": "Patient bill",
@@ -116,6 +132,7 @@
116
132
  "paymentModeHistory": "Payment Mode History",
117
133
  "paymentModeName": "Payment Mode Name",
118
134
  "paymentModeNamePlaceholder": "e.g., Cash, Credit Card",
135
+ "paymentModeNameRequired": "Payment Mode Name is required",
119
136
  "paymentModeSaved": "Payment mode was successfully saved.",
120
137
  "paymentModesConfig": "Payment Modes Config",
121
138
  "payments": "Payments",
@@ -130,41 +147,41 @@
130
147
  "printReceipt": "Print receipt",
131
148
  "processPayment": "Process Payment",
132
149
  "quantity": "Quantity",
133
- "quantityGreaterThanZero": "Quantity must be greater than zero",
134
150
  "quantityRequired": "Quantity is required",
135
151
  "referenceNumber": "Reference number",
136
- "save": "Save",
137
152
  "saveAndClose": "Save and close",
153
+ "saveBill": "Save Bill",
138
154
  "saving": "Saving",
139
155
  "searchConcepts": "Search associated concept",
140
156
  "searching": "Searching",
141
157
  "searchItems": "Search items and services",
142
158
  "searchThisTable": "Search this table",
143
159
  "selectBillableService": "Select a billable service...",
144
- "selectCategory": "Select category",
160
+ "selectLocation": "Select Location",
145
161
  "selectPatientCategory": "Select patient category",
146
162
  "selectPaymentMethod": "Select payment method",
147
163
  "sellingAmount": "Enter selling price",
148
164
  "sellingPrice": "Selling Price",
149
- "service": "Service",
150
165
  "serviceMetrics": "Service Metrics",
151
166
  "serviceName": "Service Name",
152
167
  "serviceNameExceedsLimit": "Service Name exceeds the character limit of {{MAX_NAME_LENGTH}}.",
153
168
  "serviceShortName": "Short Name",
154
169
  "servicesList": "Services list",
170
+ "serviceStatus": "Service Status",
155
171
  "serviceType": "Service Type",
156
172
  "shortName": "Short Name",
157
173
  "shortNameExceedsLimit": "Short Name exceeds the character limit of {{MAX_NAME_LENGTH}}.",
158
174
  "status": "Service Status",
159
- "stockItem": "Stock Item",
160
175
  "submitting": "Submitting...",
161
176
  "success": "Success",
162
177
  "total": "Total",
163
178
  "totalAmount": "Total Amount",
164
179
  "totalTendered": "Total Tendered",
165
180
  "unitPrice": "Unit price",
181
+ "unitPriceHelperText": "This is the unit price for this item.",
166
182
  "updatedSuccessfully": "Billable service updated successfully",
167
183
  "uuid": "UUID",
184
+ "uuidRequired": "UUID is required",
168
185
  "visitTime": "Visit time",
169
186
  "waiverForm": "Waiver form"
170
187
  }
@@ -1,19 +1,25 @@
1
1
  {
2
- "actions": "Actions",
2
+ "action": "Action",
3
3
  "addBill": "Add bill item(s)",
4
4
  "addBillableServices": "Add Billable Services",
5
5
  "addCashPoint": "Add Cash Point",
6
6
  "addNewBillableService": "Add new billable service",
7
+ "addNewCashPoint": "Add New Cash Point",
8
+ "addNewPaymentMode": "Add New Payment Mode",
7
9
  "addNewService": "Add new service",
8
10
  "addPaymentMode": "Add Payment Mode",
9
11
  "addPaymentOptions": "Add payment option",
10
12
  "amount": "Amount",
11
13
  "amountDue": "Amount Due",
14
+ "amountTendered": "Amount Tendered",
12
15
  "amountToWaiveAriaLabel": "Enter amount to waive",
13
16
  "amountToWaiveHelper": "Specify the amount to be deducted from the bill",
14
17
  "amountToWaiveLabel": "Amount to Waive",
15
18
  "billableService": "Billable service",
16
19
  "billableServices": "Billable Services",
20
+ "billableServices__lower": "billable services",
21
+ "billAmount": "Bill amount",
22
+ "billCode": "Bill code",
17
23
  "billedItems": "Billed Items",
18
24
  "billedTo": "Billed to",
19
25
  "billErrorService": "Bill service error",
@@ -29,36 +35,38 @@
29
35
  "billName": " {{billName}} ",
30
36
  "billPayment": "Bill payment",
31
37
  "billPaymentError": "Bill payment error",
32
- "billPaymentRequiredMessage": "The current patient has pending bill. Advice patient to settle bill before receiving services",
38
+ "billPaymentRequiredMessage": "The current patient has a pending bill. Advise the patient to settle the bill before receiving services",
39
+ "billProcessingError": "Bill processing error",
40
+ "billProcessingSuccess": "Bill processing has been successful",
33
41
  "billServicesManagement": "Bill services management",
34
42
  "billsList": "Bill list",
35
43
  "billTotal": "Bill total",
36
44
  "billWaiver": "Bill waiver",
37
45
  "billWaiverError": "Bill waiver failed {{error}}",
38
46
  "billWaiverSuccess": "Bill waiver successful",
39
- "cancel": "Cancel",
40
47
  "cashPointConfig": "Cash Point Config",
41
48
  "cashPointHistory": "Cash Point History",
42
49
  "cashPointLocation": "Cash Point Location",
43
50
  "cashPointName": "Cash Point Name",
44
51
  "cashPointNamePlaceholder": "e.g., Pharmacy Cash Point",
52
+ "cashPointNameRequired": "Cash Point Name is required",
45
53
  "cashPointSaved": "Cash point was successfully saved.",
46
54
  "cashPointUuid": "Cash Point UUID",
47
55
  "cashPointUuidPlaceholder": "Enter UUID",
48
56
  "checkFilters": "Check the filters above",
49
- "clearSearchInput": "Clear search input",
50
- "clientBalance": "Client Balance",
51
57
  "confirmDeleteMessage": "Are you sure you want to delete this payment mode? Proceed cautiously.",
52
58
  "createdSuccessfully": "Billable service created successfully",
53
59
  "currentPrice": "Current price",
54
- "delete": "Delete",
60
+ "date": "Date",
61
+ "dateAndTime": "Date And Time",
62
+ "dateOfPayment": "Date of payment",
55
63
  "deletePaymentMode": "Delete Payment Mode",
64
+ "deleting": "Deleting",
56
65
  "description": "Description",
57
66
  "descriptionPlaceholder": "e.g., Used for all cash transactions",
58
67
  "discard": "Discard",
59
68
  "discount": "Discount",
60
- "duplicateCashPointError": "A cash point with the same name or UUID already exists. Please use a unique name and UUID.",
61
- "duplicatePaymentModeError": "A payment mode with the same name already exists. Please create another payment mode",
69
+ "discountAmount": "Discount Amount",
62
70
  "editBillableService": "Edit billable service",
63
71
  "editBillableServices": "Edit Billable Services",
64
72
  "editBillLineItem": "Edit bill line item?",
@@ -73,6 +81,7 @@
73
81
  "errorFetchingPaymentModes": "An error occurred while fetching payment modes.",
74
82
  "errorLoadingBillServices": "Error loading bill services",
75
83
  "errorLoadingPaymentModes": "Payment modes error",
84
+ "errorPrintingInvoice": "Error printing invoice",
76
85
  "errorSavingCashPoint": "An error occurred while saving the cash point.",
77
86
  "errorSavingPaymentMode": "An error occurred while saving the payment mode.",
78
87
  "filterBy": "Filter by",
@@ -80,19 +89,27 @@
80
89
  "grandTotal": "Grand total",
81
90
  "home": "Home",
82
91
  "identifier": "Identifier",
83
- "inlineLoading": "Loading bill items...",
84
92
  "insuranceScheme": "Insurance scheme",
93
+ "invalidUuidFormat": "Invalid UUID format",
85
94
  "invalidWaiverAmount": "Invalid waiver amount",
95
+ "inventoryItem": "Inventory item",
86
96
  "invoice": "Invoice",
97
+ "invoiceDate": "Invoice date",
87
98
  "invoiceError": "Invoice error",
99
+ "invoiceNumber": "Invoice #",
100
+ "invoiceStatus": "Invoice Status",
88
101
  "item": "Item",
89
102
  "itemsToBeBilled": "Items to be billed",
90
103
  "launchBillForm": "Launch bill form",
91
104
  "lineItems": "Line items",
92
105
  "loading": "Loading data...",
106
+ "loadingBillInfo": "Loading bill information...",
93
107
  "loadingBillingServices": "Loading billing services...",
108
+ "loadingBillItems": "Loading bill items",
109
+ "loadingData": "Loading data",
94
110
  "loadingDescription": "Loading",
95
111
  "location": "Select Location",
112
+ "locationRequired": "Location is required",
96
113
  "manageBillableServices": "Manage billable services",
97
114
  "name": "Name",
98
115
  "nextPage": "Next page",
@@ -101,8 +118,7 @@
101
118
  "noMatchingItemsToDisplay": "No matching items to display",
102
119
  "noMatchingServicesToDisplay": "No matching services to display",
103
120
  "noResultsFor": "No results for",
104
- "noResultsFound": "No results found",
105
- "noServicesToDisplay": "There are no services to display",
121
+ "number": "No",
106
122
  "ok": "OK",
107
123
  "patientBillingAlert": "Patient Billing Alert",
108
124
  "patientBills": "Patient bill",
@@ -116,6 +132,7 @@
116
132
  "paymentModeHistory": "Payment Mode History",
117
133
  "paymentModeName": "Payment Mode Name",
118
134
  "paymentModeNamePlaceholder": "e.g., Cash, Credit Card",
135
+ "paymentModeNameRequired": "Payment Mode Name is required",
119
136
  "paymentModeSaved": "Payment mode was successfully saved.",
120
137
  "paymentModesConfig": "Payment Modes Config",
121
138
  "payments": "Payments",
@@ -130,41 +147,41 @@
130
147
  "printReceipt": "Print receipt",
131
148
  "processPayment": "Process Payment",
132
149
  "quantity": "Quantity",
133
- "quantityGreaterThanZero": "Quantity must be greater than zero",
134
150
  "quantityRequired": "Quantity is required",
135
151
  "referenceNumber": "Reference number",
136
- "save": "Save",
137
152
  "saveAndClose": "Save and close",
153
+ "saveBill": "Save Bill",
138
154
  "saving": "Saving",
139
155
  "searchConcepts": "Search associated concept",
140
156
  "searching": "Searching",
141
157
  "searchItems": "Search items and services",
142
158
  "searchThisTable": "Search this table",
143
159
  "selectBillableService": "Select a billable service...",
144
- "selectCategory": "Select category",
160
+ "selectLocation": "Select Location",
145
161
  "selectPatientCategory": "Select patient category",
146
162
  "selectPaymentMethod": "Select payment method",
147
163
  "sellingAmount": "Enter selling price",
148
164
  "sellingPrice": "Selling Price",
149
- "service": "Service",
150
165
  "serviceMetrics": "Service Metrics",
151
166
  "serviceName": "Service Name",
152
167
  "serviceNameExceedsLimit": "Service Name exceeds the character limit of {{MAX_NAME_LENGTH}}.",
153
168
  "serviceShortName": "Short Name",
154
169
  "servicesList": "Services list",
170
+ "serviceStatus": "Service Status",
155
171
  "serviceType": "Service Type",
156
172
  "shortName": "Short Name",
157
173
  "shortNameExceedsLimit": "Short Name exceeds the character limit of {{MAX_NAME_LENGTH}}.",
158
174
  "status": "Service Status",
159
- "stockItem": "Stock Item",
160
175
  "submitting": "Submitting...",
161
176
  "success": "Success",
162
177
  "total": "Total",
163
178
  "totalAmount": "Total Amount",
164
179
  "totalTendered": "Total Tendered",
165
180
  "unitPrice": "Unit price",
181
+ "unitPriceHelperText": "This is the unit price for this item.",
166
182
  "updatedSuccessfully": "Billable service updated successfully",
167
183
  "uuid": "UUID",
184
+ "uuidRequired": "UUID is required",
168
185
  "visitTime": "Visit time",
169
186
  "waiverForm": "Waiver form"
170
187
  }