@openmrs/esm-billing-app 1.0.2-pre.76 → 1.0.2-pre.761

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 (198) 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 -1
  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 -1
  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 +368 -262
  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} +57 -56
  89. package/src/bill-item-actions/edit-bill-item.test.tsx +22 -25
  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 +17 -9
  93. package/src/billable-services/billable-services-home.component.tsx +1 -1
  94. package/src/billable-services/billable-services.component.tsx +142 -145
  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 +18 -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 +345 -298
  101. package/src/billable-services/create-edit/add-billable-service.scss +5 -6
  102. package/src/billable-services/create-edit/add-billable-service.test.tsx +37 -36
  103. package/src/billable-services/create-edit/edit-billable-service.modal.tsx +51 -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 -4
  108. package/src/billing-form/billing-checkin-form.component.tsx +2 -3
  109. package/src/billing-form/billing-checkin-form.test.tsx +97 -24
  110. package/src/billing-form/billing-form.component.tsx +214 -269
  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 +29 -29
  125. package/src/invoice/payments/payment-form/payment-form.scss +5 -6
  126. package/src/invoice/payments/payment-form/payment-form.test.tsx +215 -67
  127. package/src/invoice/payments/payment-history/payment-history.component.tsx +6 -4
  128. package/src/invoice/payments/payment-history/payment-history.test.tsx +9 -14
  129. package/src/invoice/payments/payments.component.tsx +53 -65
  130. package/src/invoice/payments/payments.test.tsx +282 -0
  131. package/src/invoice/payments/utils.ts +5 -23
  132. package/src/invoice/printable-invoice/print-receipt.component.tsx +3 -2
  133. package/src/invoice/printable-invoice/print-receipt.test.tsx +14 -25
  134. package/src/invoice/printable-invoice/printable-footer.component.tsx +2 -2
  135. package/src/invoice/printable-invoice/printable-footer.test.tsx +4 -13
  136. package/src/invoice/printable-invoice/printable-invoice-header.component.tsx +12 -11
  137. package/src/invoice/printable-invoice/printable-invoice-header.test.tsx +16 -14
  138. package/src/invoice/printable-invoice/printable-invoice.component.tsx +19 -33
  139. package/src/metrics-cards/metrics-cards.test.tsx +18 -5
  140. package/src/modal/require-payment-modal.test.tsx +27 -22
  141. package/src/modal/{require-payment-modal.component.tsx → require-payment.modal.tsx} +17 -18
  142. package/src/routes.json +22 -2
  143. package/src/types/index.ts +26 -17
  144. package/translations/am.json +60 -18
  145. package/translations/ar.json +60 -18
  146. package/translations/ar_SY.json +60 -18
  147. package/translations/bn.json +65 -23
  148. package/translations/de.json +60 -18
  149. package/translations/en.json +60 -18
  150. package/translations/en_US.json +60 -18
  151. package/translations/es.json +60 -18
  152. package/translations/es_MX.json +60 -18
  153. package/translations/fr.json +73 -31
  154. package/translations/he.json +60 -18
  155. package/translations/hi.json +60 -18
  156. package/translations/hi_IN.json +60 -18
  157. package/translations/id.json +61 -19
  158. package/translations/it.json +96 -54
  159. package/translations/ka.json +61 -19
  160. package/translations/km.json +60 -18
  161. package/translations/ku.json +60 -18
  162. package/translations/ky.json +60 -18
  163. package/translations/lg.json +60 -18
  164. package/translations/ne.json +60 -18
  165. package/translations/pl.json +60 -18
  166. package/translations/pt.json +60 -18
  167. package/translations/pt_BR.json +60 -18
  168. package/translations/qu.json +60 -18
  169. package/translations/ro_RO.json +206 -164
  170. package/translations/ru_RU.json +60 -18
  171. package/translations/si.json +60 -18
  172. package/translations/sw.json +60 -18
  173. package/translations/sw_KE.json +60 -18
  174. package/translations/tr.json +60 -18
  175. package/translations/tr_TR.json +60 -18
  176. package/translations/uk.json +60 -18
  177. package/translations/uz.json +60 -18
  178. package/translations/uz@Latn.json +60 -18
  179. package/translations/uz_UZ.json +60 -18
  180. package/translations/vi.json +60 -18
  181. package/translations/zh.json +60 -18
  182. package/translations/zh_CN.json +117 -75
  183. package/dist/1146.js.LICENSE.txt +0 -21
  184. package/dist/2352.js +0 -1
  185. package/dist/2352.js.map +0 -1
  186. package/dist/246.js +0 -1
  187. package/dist/246.js.map +0 -1
  188. package/dist/6525.js +0 -2
  189. package/dist/6525.js.map +0 -1
  190. package/dist/8556.js +0 -2
  191. package/dist/8556.js.map +0 -1
  192. package/dist/8638.js +0 -1
  193. package/dist/8638.js.map +0 -1
  194. package/dist/9968.js +0 -1
  195. package/dist/9968.js.map +0 -1
  196. package/src/billable-services/payyment-modes/payment-modes-config.component.tsx +0 -280
  197. package/src/invoice/payments/payments.component.test.tsx +0 -121
  198. /package/dist/{8556.js.LICENSE.txt → 7452.js.LICENSE.txt} +0 -0
@@ -1,26 +1,38 @@
1
1
  {
2
- "actions": "Actions",
2
+ "action": "Action",
3
+ "add": "Add",
3
4
  "addBill": "Add bill item(s)",
4
5
  "addBillableServices": "Add Billable Services",
5
6
  "addCashPoint": "Add Cash Point",
6
7
  "addNewBillableService": "Add new billable service",
8
+ "addNewCashPoint": "Add New Cash Point",
9
+ "addNewPaymentMode": "Add New Payment Mode",
7
10
  "addNewService": "Add new service",
8
- "addPaymentMode": "Add Payment Mode",
9
- "addPaymentOptions": "Add payment option",
11
+ "addPaymentMethod": "Add payment method",
12
+ "addPaymentMode": "Aggiungi un metodo di pagamento",
13
+ "addPaymentOption": "Add payment option",
14
+ "addPaymentOptions": "Aggiungi un'opzione di pagamento",
10
15
  "amount": "Amount",
11
16
  "amountDue": "Amount Due",
17
+ "amountMustBePositive": "Amount must be greater than 0",
18
+ "amountRequired": "Amount is required",
19
+ "amountTendered": "Amount Tendered",
12
20
  "amountToWaiveAriaLabel": "Enter amount to waive",
13
21
  "amountToWaiveHelper": "Specify the amount to be deducted from the bill",
14
22
  "amountToWaiveLabel": "Amount to Waive",
23
+ "associatedConcept": "Associated concept",
15
24
  "billableService": "Billable service",
16
25
  "billableServices": "Billable Services",
26
+ "billableServices__lower": "billable services",
27
+ "billAmount": "Bill amount",
28
+ "billCode": "Bill code",
17
29
  "billedItems": "Billed Items",
18
30
  "billedTo": "Billed to",
19
31
  "billErrorService": "Bill service error",
20
- "billing": "Billing",
21
- "billingForm": "Billing form",
22
- "billingHistory": "Billing History",
23
- "billingSettings": "Billing Settings",
32
+ "billing": "Fatturazione",
33
+ "billingForm": "Modulo di fatturazione",
34
+ "billingHistory": "Cronologia fatturazione",
35
+ "billingSettings": "Impostazioni di fatturazione",
24
36
  "billItem": "Bill item",
25
37
  "billItems": "Bill Items",
26
38
  "billLineItemEmpty": "This bill has no line items",
@@ -29,142 +41,172 @@
29
41
  "billName": " {{billName}} ",
30
42
  "billPayment": "Bill payment",
31
43
  "billPaymentError": "Bill payment error",
32
- "billPaymentRequiredMessage": "The current patient has pending bill. Advice patient to settle bill before receiving services",
44
+ "billPaymentRequiredMessage": "The current patient has a pending bill. Advise the patient to settle the bill before receiving services",
45
+ "billProcessingError": "Bill processing error",
46
+ "billProcessingSuccess": "Bill processing has been successful",
33
47
  "billServicesManagement": "Bill services management",
34
48
  "billsList": "Bill list",
35
49
  "billTotal": "Bill total",
36
50
  "billWaiver": "Bill waiver",
37
51
  "billWaiverError": "Bill waiver failed {{error}}",
38
52
  "billWaiverSuccess": "Bill waiver successful",
39
- "cancel": "Cancel",
40
53
  "cashPointConfig": "Cash Point Config",
41
54
  "cashPointHistory": "Cash Point History",
42
55
  "cashPointLocation": "Cash Point Location",
43
56
  "cashPointName": "Cash Point Name",
44
57
  "cashPointNamePlaceholder": "e.g., Pharmacy Cash Point",
58
+ "cashPointNameRequired": "Cash Point Name is required",
45
59
  "cashPointSaved": "Cash point was successfully saved.",
46
60
  "cashPointUuid": "Cash Point UUID",
47
61
  "cashPointUuidPlaceholder": "Enter UUID",
48
62
  "checkFilters": "Check the filters above",
49
- "clearSearchInput": "Clear search input",
50
- "clientBalance": "Client Balance",
51
63
  "confirmDeleteMessage": "Are you sure you want to delete this payment mode? Proceed cautiously.",
52
64
  "createdSuccessfully": "Billable service created successfully",
53
65
  "currentPrice": "Current price",
54
- "delete": "Delete",
66
+ "date": "Date",
67
+ "dateAndTime": "Date And Time",
68
+ "dateOfPayment": "Date of payment",
55
69
  "deletePaymentMode": "Delete Payment Mode",
70
+ "deleting": "Deleting",
56
71
  "description": "Description",
57
72
  "descriptionPlaceholder": "e.g., Used for all cash transactions",
58
73
  "discard": "Discard",
59
- "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",
74
+ "discount": "Sconto",
75
+ "discountAmount": "Discount Amount",
62
76
  "editBillableService": "Edit billable service",
63
77
  "editBillableServices": "Edit Billable Services",
64
78
  "editBillLineItem": "Edit bill line item?",
65
79
  "editThisBillItem": "Edit this bill item",
66
80
  "enterAmount": "Enter amount",
67
81
  "enterConcept": "Associated concept",
68
- "enterReferenceNumber": "Enter ref. number",
69
- "error": "Error",
70
- "errorDeletingPaymentMode": "An error occurred while deleting the payment mode.",
82
+ "enterReferenceNumber": "Enter reference number",
83
+ "enterSellingPrice": "Enter selling price",
84
+ "enterServiceName": "Enter service name",
85
+ "enterServiceShortName": "Enter service short name",
86
+ "error": "Errore",
87
+ "errorDeletingPaymentMode": "Si è verificato un errore durante l'eliminazione del metodo di pagamento.",
71
88
  "errorFetchingCashPoints": "An error occurred while fetching cash points.",
72
89
  "errorFetchingLocations": "An error occurred while fetching locations.",
73
90
  "errorFetchingPaymentModes": "An error occurred while fetching payment modes.",
74
91
  "errorLoadingBillServices": "Error loading bill services",
75
92
  "errorLoadingPaymentModes": "Payment modes error",
93
+ "errorPrintingInvoice": "Error printing invoice",
94
+ "errorProcessingPayment": "Error processing payment",
76
95
  "errorSavingCashPoint": "An error occurred while saving the cash point.",
77
- "errorSavingPaymentMode": "An error occurred while saving the payment mode.",
78
- "filterBy": "Filter by",
79
- "filterTable": "Filter table",
96
+ "errorSavingPaymentMode": "Si è verificato un errore durante il salvataggio del metodo di pagamento.",
97
+ "filterBy": "Filtra per",
98
+ "filterTable": "Filtra tabella",
80
99
  "grandTotal": "Grand total",
81
- "home": "Home",
82
- "identifier": "Identifier",
83
- "inlineLoading": "Loading bill items...",
100
+ "home": "Pagina principale",
101
+ "identifier": "Identificativo",
84
102
  "insuranceScheme": "Insurance scheme",
103
+ "invalidUuidFormat": "Invalid UUID format",
85
104
  "invalidWaiverAmount": "Invalid waiver amount",
105
+ "inventoryItem": "Inventory item",
86
106
  "invoice": "Invoice",
107
+ "invoiceDate": "Invoice date",
87
108
  "invoiceError": "Invoice error",
88
- "item": "Item",
109
+ "invoiceNumber": "Invoice #",
110
+ "invoiceStatus": "Invoice Status",
111
+ "item": "Elemento",
89
112
  "itemsToBeBilled": "Items to be billed",
90
113
  "launchBillForm": "Launch bill form",
91
114
  "lineItems": "Line items",
92
115
  "loading": "Loading data...",
116
+ "loadingBillInfo": "Loading bill information...",
93
117
  "loadingBillingServices": "Loading billing services...",
94
- "loadingDescription": "Loading",
118
+ "loadingBillItems": "Loading bill items",
119
+ "loadingData": "Loading data",
120
+ "loadingDescription": "Caricamento in corso",
95
121
  "location": "Select Location",
122
+ "locationRequired": "Location is required",
96
123
  "manageBillableServices": "Manage billable services",
97
- "name": "Name",
98
- "nextPage": "Next page",
124
+ "name": "Nome",
125
+ "nextPage": "Pagina successiva",
99
126
  "noBilltoDisplay": "There are no bills to display for this patient",
100
127
  "noMatchingBillsToDisplay": "No matching bills to display",
101
128
  "noMatchingItemsToDisplay": "No matching items to display",
102
129
  "noMatchingServicesToDisplay": "No matching services to display",
103
- "noResultsFor": "No results for",
104
- "noResultsFound": "No results found",
105
- "noServicesToDisplay": "There are no services to display",
130
+ "noResultsFor": "Nessun risultato per",
131
+ "number": "No",
106
132
  "ok": "OK",
107
133
  "patientBillingAlert": "Patient Billing Alert",
108
134
  "patientBills": "Patient bill",
109
135
  "patientBillsDescription": "List of patient bills",
110
136
  "patientCategory": "Patient category",
111
- "paymentDetails": "Payment Details",
112
- "paymentMethod": "Payment method",
113
- "paymentMethods": "Payment methods",
137
+ "paymentAmountCannotExceedAmountDue": "Payment amount cannot exceed amount due",
138
+ "paymentDetails": "Dettagli pagamento",
139
+ "paymentMethod": "Metodo di pagamento",
140
+ "paymentMethods": "Metodi di pagamento",
114
141
  "paymentMode": "Payment Mode",
115
142
  "paymentModeDeleted": "Payment mode was successfully deleted.",
116
143
  "paymentModeHistory": "Payment Mode History",
117
- "paymentModeName": "Payment Mode Name",
144
+ "paymentModeName": "Payment Mode Name: {{paymentModeName}}",
118
145
  "paymentModeNamePlaceholder": "e.g., Cash, Credit Card",
146
+ "paymentModeNameRequired": "Payment Mode Name is required",
147
+ "paymentModeRequired": "Payment mode is required",
119
148
  "paymentModeSaved": "Payment mode was successfully saved.",
120
149
  "paymentModesConfig": "Payment Modes Config",
121
- "payments": "Payments",
150
+ "paymentOptionRequired": "At least one payment option is required",
151
+ "paymentProcessedSuccessfully": "Payment processed successfully",
152
+ "payments": "Pagamenti",
122
153
  "pleaseRequiredFields": "Please fill all required fields",
123
154
  "policyNumber": "Policy number",
124
155
  "postWaiver": "Post waiver",
125
156
  "previousPage": "Previous page",
126
157
  "price": "Unit Price",
127
158
  "priceIsRequired": "Price is required",
159
+ "priceMustBeGreaterThanZero": "Price must be greater than 0",
160
+ "priceMustBeValidPositiveNumber": "Price must be a valid positive number",
128
161
  "prices": "Prices",
129
162
  "printBill": "Print bill",
130
163
  "printReceipt": "Print receipt",
131
164
  "processPayment": "Process Payment",
132
- "quantity": "Quantity",
133
- "quantityGreaterThanZero": "Quantity must be greater than zero",
134
- "quantityRequired": "Quantity is required",
135
- "referenceNumber": "Reference number",
136
- "save": "Save",
137
- "saveAndClose": "Save and close",
138
- "saving": "Saving",
165
+ "quantity": "Quantità",
166
+ "quantityRequired": "La quantità è obbligatoria",
167
+ "referenceNumber": "Numero di riferimento",
168
+ "remove": "Remove",
169
+ "removePaymentMethod": "Remove payment method",
170
+ "saveAndClose": "Salva e chiudi",
171
+ "saveBill": "Save Bill",
172
+ "saving": "Salvataggio in corso",
139
173
  "searchConcepts": "Search associated concept",
140
- "searching": "Searching",
174
+ "searching": "Ricerca in corso",
141
175
  "searchItems": "Search items and services",
142
176
  "searchThisTable": "Search this table",
143
177
  "selectBillableService": "Select a billable service...",
144
- "selectCategory": "Select category",
145
- "selectPatientCategory": "Select patient category",
146
- "selectPaymentMethod": "Select payment method",
178
+ "selectedItems": "Selected Items",
179
+ "selectLocation": "Select Location",
180
+ "selectPatientCategory": "Seleziona categoria paziente",
181
+ "selectPaymentMethod": "Seleziona metodo di pagamento",
182
+ "selectPaymentMethodRequired": "Please select a payment method for all items",
183
+ "selectPaymentMode": "Select payment mode",
184
+ "selectServiceType": "Select service type",
147
185
  "sellingAmount": "Enter selling price",
148
- "sellingPrice": "Selling Price",
149
- "service": "Service",
186
+ "sellingPrice": "Prezzo di vendita",
150
187
  "serviceMetrics": "Service Metrics",
151
188
  "serviceName": "Service Name",
152
189
  "serviceNameExceedsLimit": "Service Name exceeds the character limit of {{MAX_NAME_LENGTH}}.",
190
+ "serviceNameRequired": "Service name is required",
153
191
  "serviceShortName": "Short Name",
154
192
  "servicesList": "Services list",
193
+ "serviceStatus": "Service Status",
155
194
  "serviceType": "Service Type",
195
+ "serviceTypeRequired": "Service type is required",
156
196
  "shortName": "Short Name",
157
197
  "shortNameExceedsLimit": "Short Name exceeds the character limit of {{MAX_NAME_LENGTH}}.",
158
198
  "status": "Service Status",
159
- "stockItem": "Stock Item",
160
- "submitting": "Submitting...",
161
- "success": "Success",
162
- "total": "Total",
199
+ "submitting": "Invio in corso...",
200
+ "success": "Successo",
201
+ "total": "Totale",
163
202
  "totalAmount": "Total Amount",
164
203
  "totalTendered": "Total Tendered",
165
204
  "unitPrice": "Unit price",
205
+ "unitPriceHelperText": "This is the unit price for this item.",
166
206
  "updatedSuccessfully": "Billable service updated successfully",
167
207
  "uuid": "UUID",
168
- "visitTime": "Visit time",
208
+ "uuidRequired": "UUID is required",
209
+ "validationError": "Validation Error",
210
+ "visitTime": "Orario della visita",
169
211
  "waiverForm": "Waiver form"
170
212
  }
@@ -1,19 +1,31 @@
1
1
  {
2
- "actions": "ქმედებები",
2
+ "action": "Action",
3
+ "add": "Add",
3
4
  "addBill": "Add bill item(s)",
4
5
  "addBillableServices": "Add Billable Services",
5
6
  "addCashPoint": "Add Cash Point",
6
7
  "addNewBillableService": "Add new billable service",
8
+ "addNewCashPoint": "Add New Cash Point",
9
+ "addNewPaymentMode": "Add New Payment Mode",
7
10
  "addNewService": "ახალი სერვისის დამატება",
11
+ "addPaymentMethod": "Add payment method",
8
12
  "addPaymentMode": "გადახდის რეჟიმის დამატება",
13
+ "addPaymentOption": "Add payment option",
9
14
  "addPaymentOptions": "გადახდის პარამეტრის დამატება",
10
15
  "amount": "რაოდენობა",
11
16
  "amountDue": "რაოდენობა ახლა",
17
+ "amountMustBePositive": "Amount must be greater than 0",
18
+ "amountRequired": "Amount is required",
19
+ "amountTendered": "Amount Tendered",
12
20
  "amountToWaiveAriaLabel": "შეიყვანეთ უარყოფის რაოდენობა",
13
21
  "amountToWaiveHelper": "Specify the amount to be deducted from the bill",
14
22
  "amountToWaiveLabel": "უარყოფის რაოდენობა",
23
+ "associatedConcept": "Associated concept",
15
24
  "billableService": "ფასიანი მომსახურება",
16
25
  "billableServices": "ფასიანი სერვისები",
26
+ "billableServices__lower": "billable services",
27
+ "billAmount": "Bill amount",
28
+ "billCode": "Bill code",
17
29
  "billedItems": "Billed Items",
18
30
  "billedTo": "Billed to",
19
31
  "billErrorService": "ჩეკის სერვისის შეცდომა",
@@ -29,43 +41,48 @@
29
41
  "billName": " {{billName}} ",
30
42
  "billPayment": "Bill payment",
31
43
  "billPaymentError": "ჩეკის გადახდის შეცდომა",
32
- "billPaymentRequiredMessage": "The current patient has pending bill. Advice patient to settle bill before receiving services",
44
+ "billPaymentRequiredMessage": "The current patient has a pending bill. Advise the patient to settle the bill before receiving services",
45
+ "billProcessingError": "Bill processing error",
46
+ "billProcessingSuccess": "Bill processing has been successful",
33
47
  "billServicesManagement": "Bill services management",
34
48
  "billsList": "Bill list",
35
49
  "billTotal": "Bill total",
36
50
  "billWaiver": "Bill waiver",
37
51
  "billWaiverError": "Bill waiver failed {{error}}",
38
52
  "billWaiverSuccess": "Bill waiver successful",
39
- "cancel": "გაუქმება",
40
53
  "cashPointConfig": "Cash Point Config",
41
54
  "cashPointHistory": "Cash Point History",
42
55
  "cashPointLocation": "Cash Point Location",
43
56
  "cashPointName": "Cash Point Name",
44
57
  "cashPointNamePlaceholder": "e.g., Pharmacy Cash Point",
58
+ "cashPointNameRequired": "Cash Point Name is required",
45
59
  "cashPointSaved": "Cash point was successfully saved.",
46
60
  "cashPointUuid": "Cash Point UUID",
47
61
  "cashPointUuidPlaceholder": "შეიყვანეთ UUID",
48
62
  "checkFilters": "Check the filters above",
49
- "clearSearchInput": "ძებნის გასუფთავება",
50
- "clientBalance": "კლიენტის ბალანსი",
51
63
  "confirmDeleteMessage": "Are you sure you want to delete this payment mode? Proceed cautiously.",
52
64
  "createdSuccessfully": "Billable service created successfully",
53
65
  "currentPrice": "მიმდინარე ფასი",
54
- "delete": "წაშლა",
66
+ "date": "Date",
67
+ "dateAndTime": "Date And Time",
68
+ "dateOfPayment": "Date of payment",
55
69
  "deletePaymentMode": "გადახდის რეჟიმის წაშლა",
70
+ "deleting": "Deleting",
56
71
  "description": "აღწერა",
57
72
  "descriptionPlaceholder": "e.g., Used for all cash transactions",
58
73
  "discard": "მოცილება",
59
74
  "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",
75
+ "discountAmount": "Discount Amount",
62
76
  "editBillableService": "Edit billable service",
63
77
  "editBillableServices": "Edit Billable Services",
64
78
  "editBillLineItem": "Edit bill line item?",
65
79
  "editThisBillItem": "Edit this bill item",
66
80
  "enterAmount": "შეიყვანეთ რაოდენობა",
67
81
  "enterConcept": "ასოცირებული კონცეფცია",
68
- "enterReferenceNumber": "შეიყვანეთ მიმართვის ნომერი",
82
+ "enterReferenceNumber": "Enter reference number",
83
+ "enterSellingPrice": "Enter selling price",
84
+ "enterServiceName": "Enter service name",
85
+ "enterServiceShortName": "Enter service short name",
69
86
  "error": "შეცდომა",
70
87
  "errorDeletingPaymentMode": "An error occurred while deleting the payment mode.",
71
88
  "errorFetchingCashPoints": "An error occurred while fetching cash points.",
@@ -73,6 +90,8 @@
73
90
  "errorFetchingPaymentModes": "An error occurred while fetching payment modes.",
74
91
  "errorLoadingBillServices": "Error loading bill services",
75
92
  "errorLoadingPaymentModes": "გადახდის რეჟიმების შეცდომა",
93
+ "errorPrintingInvoice": "Error printing invoice",
94
+ "errorProcessingPayment": "Error processing payment",
76
95
  "errorSavingCashPoint": "An error occurred while saving the cash point.",
77
96
  "errorSavingPaymentMode": "An error occurred while saving the payment mode.",
78
97
  "filterBy": "ფილტრის პირობა",
@@ -80,19 +99,27 @@
80
99
  "grandTotal": "მთლიანი ჯამი",
81
100
  "home": "საწყისი",
82
101
  "identifier": "იდენტიფიკატორი",
83
- "inlineLoading": "Loading bill items...",
84
102
  "insuranceScheme": "დაზღვევის სქემა",
103
+ "invalidUuidFormat": "Invalid UUID format",
85
104
  "invalidWaiverAmount": "Invalid waiver amount",
105
+ "inventoryItem": "Inventory item",
86
106
  "invoice": "ინვოისი",
107
+ "invoiceDate": "Invoice date",
87
108
  "invoiceError": "ინვოისის შეცდომა",
109
+ "invoiceNumber": "Invoice #",
110
+ "invoiceStatus": "Invoice Status",
88
111
  "item": "ელემენტი",
89
112
  "itemsToBeBilled": "Items to be billed",
90
113
  "launchBillForm": "Launch bill form",
91
114
  "lineItems": "Line items",
92
115
  "loading": "მიმდინარეობს მონაცემების ჩატვირთვა...",
116
+ "loadingBillInfo": "Loading bill information...",
93
117
  "loadingBillingServices": "ბილინგის სერვისების ჩატვირთვა...",
118
+ "loadingBillItems": "Loading bill items",
119
+ "loadingData": "Loading data",
94
120
  "loadingDescription": "მიმდინარეობს ჩატვირთვა",
95
121
  "location": "აირჩიეთ მდებარეობა",
122
+ "locationRequired": "Location is required",
96
123
  "manageBillableServices": "Manage billable services",
97
124
  "name": "სახელი",
98
125
  "nextPage": "შემდეგი გვერდი",
@@ -101,23 +128,27 @@
101
128
  "noMatchingItemsToDisplay": "No matching items to display",
102
129
  "noMatchingServicesToDisplay": "No matching services to display",
103
130
  "noResultsFor": "შედეგების გარეშე",
104
- "noResultsFound": "შედეგების გარეშე",
105
- "noServicesToDisplay": "There are no services to display",
131
+ "number": "No",
106
132
  "ok": "დიახ",
107
133
  "patientBillingAlert": "პაციენტის ბილინგის განგაში",
108
134
  "patientBills": "პაციენტის ანგარიში",
109
135
  "patientBillsDescription": "List of patient bills",
110
136
  "patientCategory": "პაციენტის კატეგორია",
137
+ "paymentAmountCannotExceedAmountDue": "Payment amount cannot exceed amount due",
111
138
  "paymentDetails": "გადახდის დეტალები",
112
139
  "paymentMethod": "გადახდის მეთოდი",
113
140
  "paymentMethods": "გადახდის მეთოდები",
114
141
  "paymentMode": "გადახდის რეჟიმი",
115
142
  "paymentModeDeleted": "Payment mode was successfully deleted.",
116
143
  "paymentModeHistory": "გადახდის რეჟიმის ისტორია",
117
- "paymentModeName": "გადახდის რეჟიმის სახელი",
144
+ "paymentModeName": "Payment Mode Name: {{paymentModeName}}",
118
145
  "paymentModeNamePlaceholder": "მაგ: ქეში, საკრედიტო ბარათი",
146
+ "paymentModeNameRequired": "Payment Mode Name is required",
147
+ "paymentModeRequired": "Payment mode is required",
119
148
  "paymentModeSaved": "Payment mode was successfully saved.",
120
149
  "paymentModesConfig": "გადახდის რეჟიმების მორგება",
150
+ "paymentOptionRequired": "At least one payment option is required",
151
+ "paymentProcessedSuccessfully": "Payment processed successfully",
121
152
  "payments": "გადახდები",
122
153
  "pleaseRequiredFields": "Please fill all required fields",
123
154
  "policyNumber": "პოლიტიკის ნომერი",
@@ -125,46 +156,57 @@
125
156
  "previousPage": "წინა გვერდი",
126
157
  "price": "ერთეულის ფასი",
127
158
  "priceIsRequired": "ფასი აუცილებელია",
159
+ "priceMustBeGreaterThanZero": "Price must be greater than 0",
160
+ "priceMustBeValidPositiveNumber": "Price must be a valid positive number",
128
161
  "prices": "ფასები",
129
162
  "printBill": "ანგარიშის დაბეჭდვა",
130
163
  "printReceipt": "რეცეპტის დაბეჭდვა",
131
164
  "processPayment": "გადახდის დამუშავება",
132
165
  "quantity": "რაოდენობა",
133
- "quantityGreaterThanZero": "Quantity must be greater than zero",
134
166
  "quantityRequired": "რაოდენობა აუცილებელია",
135
167
  "referenceNumber": "მიმართვის ნომერი",
136
- "save": "შენახვა",
168
+ "remove": "Remove",
169
+ "removePaymentMethod": "Remove payment method",
137
170
  "saveAndClose": "შენახვა და დახურვა",
171
+ "saveBill": "Save Bill",
138
172
  "saving": "მიმდინარეობს შენახვა",
139
173
  "searchConcepts": "Search associated concept",
140
174
  "searching": "მიმდინარეობს ძებნა",
141
175
  "searchItems": "ელემენტებისა და სერვისების ძებნა",
142
176
  "searchThisTable": "ამ ცხრილში ძებნა",
143
177
  "selectBillableService": "Select a billable service...",
144
- "selectCategory": "აირჩიეთ კატეგორია",
178
+ "selectedItems": "Selected Items",
179
+ "selectLocation": "Select Location",
145
180
  "selectPatientCategory": "აირჩიეთ პაციენტის კატეგორია",
146
181
  "selectPaymentMethod": "აირჩიეთ გადახდის მეთოდი",
147
- "sellingAmount": "შეიყვანეთ გასაყიდი ფასი",
182
+ "selectPaymentMethodRequired": "Please select a payment method for all items",
183
+ "selectPaymentMode": "Select payment mode",
184
+ "selectServiceType": "Select service type",
185
+ "sellingAmount": "Enter selling price",
148
186
  "sellingPrice": "გასაყიდი ფასი",
149
- "service": "სერვისი",
150
187
  "serviceMetrics": "სერვისის მეტრიკები",
151
188
  "serviceName": "სერვისის სახელი",
152
189
  "serviceNameExceedsLimit": "Service Name exceeds the character limit of {{MAX_NAME_LENGTH}}.",
190
+ "serviceNameRequired": "Service name is required",
153
191
  "serviceShortName": "მოკლე სახელი",
154
192
  "servicesList": "სერვისების სია",
193
+ "serviceStatus": "Service Status",
155
194
  "serviceType": "სერვისის ტიპი",
195
+ "serviceTypeRequired": "Service type is required",
156
196
  "shortName": "მოკლე სახელი",
157
197
  "shortNameExceedsLimit": "Short Name exceeds the character limit of {{MAX_NAME_LENGTH}}.",
158
198
  "status": "სერვისის სტატუსი",
159
- "stockItem": "მარაგის ელემენტი",
160
199
  "submitting": "გადაცემა...",
161
200
  "success": "წარმატებულია",
162
201
  "total": "ჯამში",
163
202
  "totalAmount": "რაოდენობა სულ",
164
203
  "totalTendered": "სულ წარმოდგენილია",
165
204
  "unitPrice": "ერთეულის ფასი",
205
+ "unitPriceHelperText": "This is the unit price for this item.",
166
206
  "updatedSuccessfully": "Billable service updated successfully",
167
207
  "uuid": "UUID",
208
+ "uuidRequired": "UUID is required",
209
+ "validationError": "Validation Error",
168
210
  "visitTime": "ვიზიტის დრო",
169
211
  "waiverForm": "უარის ფორმა"
170
212
  }