@openmrs/esm-billing-app 1.0.2-pre.62 → 1.0.2-pre.624
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/README.md +55 -9
- package/__mocks__/react-i18next.js +6 -5
- package/dist/1119.js +1 -1
- package/dist/1146.js +1 -0
- package/dist/1146.js.map +1 -0
- package/dist/1197.js +1 -1
- package/dist/2146.js +1 -1
- package/dist/2177.js +2 -0
- package/dist/2177.js.map +1 -0
- package/dist/2352.js +1 -0
- package/dist/2352.js.map +1 -0
- package/dist/2690.js +1 -1
- package/dist/2747.js +2 -0
- package/dist/{4817.js.LICENSE.txt → 2747.js.LICENSE.txt} +0 -10
- package/dist/2747.js.map +1 -0
- package/dist/3041.js +1 -0
- package/dist/3041.js.map +1 -0
- package/dist/3099.js +1 -1
- package/dist/3184.js +2 -0
- package/dist/3184.js.LICENSE.txt +14 -0
- package/dist/3184.js.map +1 -0
- package/dist/3584.js +1 -1
- package/dist/4055.js +1 -1
- package/dist/4132.js +1 -1
- package/dist/4225.js +1 -1
- package/dist/4225.js.map +1 -1
- package/dist/4300.js +1 -1
- package/dist/4335.js +1 -1
- package/dist/4618.js +1 -1
- package/dist/4652.js +1 -1
- package/dist/4739.js +1 -0
- package/dist/{9055.js.map → 4739.js.map} +1 -1
- package/dist/4944.js +1 -1
- package/dist/5173.js +1 -1
- package/dist/5241.js +1 -1
- package/dist/5422.js +1 -0
- package/dist/5422.js.map +1 -0
- package/dist/5442.js +1 -1
- package/dist/5661.js +1 -1
- package/dist/590.js +2 -0
- package/dist/590.js.LICENSE.txt +14 -0
- package/dist/590.js.map +1 -0
- package/dist/6022.js +1 -1
- package/dist/6468.js +1 -1
- package/dist/6540.js +1 -1
- package/dist/6540.js.map +1 -1
- package/dist/6606.js +1 -2
- package/dist/6606.js.map +1 -1
- package/dist/6679.js +1 -1
- package/dist/6840.js +1 -1
- package/dist/6859.js +1 -1
- package/dist/7097.js +1 -1
- package/dist/7159.js +1 -1
- package/dist/723.js +1 -1
- package/dist/7239.js +1 -0
- package/dist/7239.js.map +1 -0
- package/dist/7255.js +1 -1
- package/dist/7255.js.map +1 -1
- package/dist/7617.js +1 -1
- package/dist/7692.js +1 -0
- package/dist/7692.js.map +1 -0
- package/dist/7935.js +1 -0
- package/dist/7935.js.map +1 -0
- package/dist/795.js +1 -0
- package/dist/8163.js +1 -1
- package/dist/8349.js +1 -1
- package/dist/8618.js +1 -1
- package/dist/8638.js +1 -0
- package/dist/8638.js.map +1 -0
- package/dist/890.js +1 -1
- package/dist/9214.js +1 -1
- package/dist/9538.js +1 -1
- package/dist/9569.js +1 -0
- package/dist/961.js +1 -1
- package/dist/961.js.map +1 -1
- package/dist/986.js +1 -1
- package/dist/9879.js +1 -1
- package/dist/9900.js +1 -1
- package/dist/9913.js +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-billing-app.js +1 -1
- package/dist/openmrs-esm-billing-app.js.buildmanifest.json +348 -195
- package/dist/openmrs-esm-billing-app.js.map +1 -1
- package/dist/routes.json +1 -1
- package/e2e/README.md +19 -18
- package/e2e/specs/sample-test.spec.ts +0 -1
- package/jest.config.js +2 -2
- package/package.json +7 -7
- package/src/bill-history/bill-history.component.tsx +6 -12
- package/src/bill-history/bill-history.test.tsx +37 -78
- package/src/bill-item-actions/edit-bill-item.component.tsx +7 -3
- package/src/bill-item-actions/edit-bill-item.test.tsx +17 -19
- package/src/billable-services/bill-waiver/patient-bills.component.tsx +3 -3
- package/src/billable-services/billable-service.resource.ts +4 -3
- package/src/billable-services/billable-services.component.tsx +6 -5
- package/src/billable-services/billable-services.test.tsx +3 -44
- package/src/billable-services/cash-point/cash-point-configuration.component.tsx +2 -2
- package/src/billable-services/create-edit/add-billable-service.component.tsx +10 -3
- package/src/billable-services/create-edit/add-billable-service.test.tsx +6 -6
- package/src/billable-services/payyment-modes/payment-modes-config.component.tsx +1 -1
- package/src/billing-form/billing-checkin-form.component.tsx +1 -2
- package/src/billing-form/billing-checkin-form.test.tsx +0 -2
- package/src/billing-form/billing-form.component.tsx +8 -4
- package/src/billing.resource.ts +13 -9
- package/src/bills-table/bills-table.test.tsx +97 -53
- package/src/config-schema.ts +52 -18
- package/src/invoice/invoice-table.component.tsx +9 -9
- package/src/invoice/invoice-table.scss +1 -5
- package/src/invoice/invoice-table.test.tsx +24 -39
- package/src/invoice/invoice.component.tsx +8 -6
- package/src/invoice/invoice.scss +7 -4
- package/src/invoice/invoice.test.tsx +12 -47
- package/src/invoice/payments/payment-form/payment-form.test.tsx +8 -10
- package/src/invoice/payments/payment-history/payment-history.component.tsx +6 -4
- package/src/invoice/payments/payment-history/payment-history.test.tsx +9 -14
- package/src/invoice/payments/payments.component.test.tsx +20 -6
- package/src/invoice/printable-invoice/print-receipt.component.tsx +1 -1
- package/src/invoice/printable-invoice/print-receipt.test.tsx +14 -25
- package/src/invoice/printable-invoice/printable-footer.component.tsx +2 -2
- package/src/invoice/printable-invoice/printable-footer.test.tsx +4 -13
- package/src/invoice/printable-invoice/printable-invoice-header.component.tsx +5 -4
- package/src/invoice/printable-invoice/printable-invoice-header.test.tsx +11 -11
- package/src/invoice/printable-invoice/printable-invoice.component.tsx +11 -11
- package/src/metrics-cards/metrics-cards.test.tsx +18 -5
- package/src/modal/require-payment-modal.test.tsx +24 -19
- package/translations/bn.json +7 -7
- package/translations/en.json +18 -0
- package/translations/en_US.json +170 -0
- package/translations/es.json +16 -16
- package/translations/id.json +163 -163
- package/translations/it.json +43 -43
- package/translations/ka.json +170 -0
- package/translations/ro_RO.json +165 -165
- package/translations/zh_CN.json +66 -66
- package/dist/1362.js +0 -1
- package/dist/1362.js.map +0 -1
- package/dist/3029.js +0 -2
- package/dist/3029.js.LICENSE.txt +0 -7
- package/dist/3029.js.map +0 -1
- package/dist/3511.js +0 -1
- package/dist/3511.js.map +0 -1
- package/dist/4817.js +0 -2
- package/dist/4817.js.map +0 -1
- package/dist/4993.js +0 -1
- package/dist/4993.js.map +0 -1
- package/dist/6941.js +0 -1
- package/dist/6941.js.map +0 -1
- package/dist/763.js +0 -1
- package/dist/763.js.map +0 -1
- package/dist/9055.js +0 -1
- /package/dist/{6606.js.LICENSE.txt → 2177.js.LICENSE.txt} +0 -0
package/translations/it.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"actions": "
|
|
2
|
+
"actions": "Azioni",
|
|
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
7
|
"addNewService": "Add new service",
|
|
8
|
-
"addPaymentMode": "
|
|
9
|
-
"addPaymentOptions": "
|
|
8
|
+
"addPaymentMode": "Aggiungi un metodo di pagamento",
|
|
9
|
+
"addPaymentOptions": "Aggiungi un'opzione di pagamento",
|
|
10
10
|
"amount": "Amount",
|
|
11
11
|
"amountDue": "Amount Due",
|
|
12
12
|
"amountToWaiveAriaLabel": "Enter amount to waive",
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"billedItems": "Billed Items",
|
|
18
18
|
"billedTo": "Billed to",
|
|
19
19
|
"billErrorService": "Bill service error",
|
|
20
|
-
"billing": "
|
|
21
|
-
"billingForm": "
|
|
22
|
-
"billingHistory": "
|
|
23
|
-
"billingSettings": "
|
|
20
|
+
"billing": "Fatturazione",
|
|
21
|
+
"billingForm": "Modulo di fatturazione",
|
|
22
|
+
"billingHistory": "Cronologia fatturazione",
|
|
23
|
+
"billingSettings": "Impostazioni di fatturazione",
|
|
24
24
|
"billItem": "Bill item",
|
|
25
25
|
"billItems": "Bill Items",
|
|
26
26
|
"billLineItemEmpty": "This bill has no line items",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"billWaiver": "Bill waiver",
|
|
37
37
|
"billWaiverError": "Bill waiver failed {{error}}",
|
|
38
38
|
"billWaiverSuccess": "Bill waiver successful",
|
|
39
|
-
"cancel": "
|
|
39
|
+
"cancel": "Annulla",
|
|
40
40
|
"cashPointConfig": "Cash Point Config",
|
|
41
41
|
"cashPointHistory": "Cash Point History",
|
|
42
42
|
"cashPointLocation": "Cash Point Location",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"description": "Description",
|
|
57
57
|
"descriptionPlaceholder": "e.g., Used for all cash transactions",
|
|
58
58
|
"discard": "Discard",
|
|
59
|
-
"discount": "
|
|
59
|
+
"discount": "Sconto",
|
|
60
60
|
"duplicateCashPointError": "A cash point with the same name or UUID already exists. Please use a unique name and UUID.",
|
|
61
61
|
"duplicatePaymentModeError": "A payment mode with the same name already exists. Please create another payment mode",
|
|
62
62
|
"editBillableService": "Edit billable service",
|
|
@@ -66,51 +66,51 @@
|
|
|
66
66
|
"enterAmount": "Enter amount",
|
|
67
67
|
"enterConcept": "Associated concept",
|
|
68
68
|
"enterReferenceNumber": "Enter ref. number",
|
|
69
|
-
"error": "
|
|
70
|
-
"errorDeletingPaymentMode": "
|
|
69
|
+
"error": "Errore",
|
|
70
|
+
"errorDeletingPaymentMode": "Si è verificato un errore durante l'eliminazione del metodo di pagamento.",
|
|
71
71
|
"errorFetchingCashPoints": "An error occurred while fetching cash points.",
|
|
72
72
|
"errorFetchingLocations": "An error occurred while fetching locations.",
|
|
73
73
|
"errorFetchingPaymentModes": "An error occurred while fetching payment modes.",
|
|
74
74
|
"errorLoadingBillServices": "Error loading bill services",
|
|
75
75
|
"errorLoadingPaymentModes": "Payment modes error",
|
|
76
76
|
"errorSavingCashPoint": "An error occurred while saving the cash point.",
|
|
77
|
-
"errorSavingPaymentMode": "
|
|
78
|
-
"filterBy": "
|
|
79
|
-
"filterTable": "
|
|
77
|
+
"errorSavingPaymentMode": "Si è verificato un errore durante il salvataggio del metodo di pagamento.",
|
|
78
|
+
"filterBy": "Filtra per",
|
|
79
|
+
"filterTable": "Filtra tabella",
|
|
80
80
|
"grandTotal": "Grand total",
|
|
81
|
-
"home": "
|
|
82
|
-
"identifier": "
|
|
81
|
+
"home": "Pagina principale",
|
|
82
|
+
"identifier": "Identificativo",
|
|
83
83
|
"inlineLoading": "Loading bill items...",
|
|
84
84
|
"insuranceScheme": "Insurance scheme",
|
|
85
85
|
"invalidWaiverAmount": "Invalid waiver amount",
|
|
86
86
|
"invoice": "Invoice",
|
|
87
87
|
"invoiceError": "Invoice error",
|
|
88
|
-
"item": "
|
|
88
|
+
"item": "Elemento",
|
|
89
89
|
"itemsToBeBilled": "Items to be billed",
|
|
90
90
|
"launchBillForm": "Launch bill form",
|
|
91
91
|
"lineItems": "Line items",
|
|
92
92
|
"loading": "Loading data...",
|
|
93
93
|
"loadingBillingServices": "Loading billing services...",
|
|
94
|
-
"loadingDescription": "
|
|
94
|
+
"loadingDescription": "Caricamento in corso",
|
|
95
95
|
"location": "Select Location",
|
|
96
96
|
"manageBillableServices": "Manage billable services",
|
|
97
|
-
"name": "
|
|
98
|
-
"nextPage": "
|
|
97
|
+
"name": "Nome",
|
|
98
|
+
"nextPage": "Pagina successiva",
|
|
99
99
|
"noBilltoDisplay": "There are no bills to display for this patient",
|
|
100
100
|
"noMatchingBillsToDisplay": "No matching bills to display",
|
|
101
101
|
"noMatchingItemsToDisplay": "No matching items to display",
|
|
102
102
|
"noMatchingServicesToDisplay": "No matching services to display",
|
|
103
|
-
"noResultsFor": "
|
|
103
|
+
"noResultsFor": "Nessun risultato per",
|
|
104
104
|
"noResultsFound": "No results found",
|
|
105
|
-
"noServicesToDisplay": "
|
|
105
|
+
"noServicesToDisplay": "Non ci sono servizi da mostrare",
|
|
106
106
|
"ok": "OK",
|
|
107
107
|
"patientBillingAlert": "Patient Billing Alert",
|
|
108
108
|
"patientBills": "Patient bill",
|
|
109
109
|
"patientBillsDescription": "List of patient bills",
|
|
110
110
|
"patientCategory": "Patient category",
|
|
111
|
-
"paymentDetails": "
|
|
112
|
-
"paymentMethod": "
|
|
113
|
-
"paymentMethods": "
|
|
111
|
+
"paymentDetails": "Dettagli pagamento",
|
|
112
|
+
"paymentMethod": "Metodo di pagamento",
|
|
113
|
+
"paymentMethods": "Metodi di pagamento",
|
|
114
114
|
"paymentMode": "Payment Mode",
|
|
115
115
|
"paymentModeDeleted": "Payment mode was successfully deleted.",
|
|
116
116
|
"paymentModeHistory": "Payment Mode History",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"paymentModeNamePlaceholder": "e.g., Cash, Credit Card",
|
|
119
119
|
"paymentModeSaved": "Payment mode was successfully saved.",
|
|
120
120
|
"paymentModesConfig": "Payment Modes Config",
|
|
121
|
-
"payments": "
|
|
121
|
+
"payments": "Pagamenti",
|
|
122
122
|
"pleaseRequiredFields": "Please fill all required fields",
|
|
123
123
|
"policyNumber": "Policy number",
|
|
124
124
|
"postWaiver": "Post waiver",
|
|
@@ -129,24 +129,24 @@
|
|
|
129
129
|
"printBill": "Print bill",
|
|
130
130
|
"printReceipt": "Print receipt",
|
|
131
131
|
"processPayment": "Process Payment",
|
|
132
|
-
"quantity": "
|
|
133
|
-
"quantityGreaterThanZero": "
|
|
134
|
-
"quantityRequired": "
|
|
135
|
-
"referenceNumber": "
|
|
136
|
-
"save": "
|
|
137
|
-
"saveAndClose": "
|
|
138
|
-
"saving": "
|
|
132
|
+
"quantity": "Quantità",
|
|
133
|
+
"quantityGreaterThanZero": "La quantità deve essere maggiore di zero",
|
|
134
|
+
"quantityRequired": "La quantità è obbligatoria",
|
|
135
|
+
"referenceNumber": "Numero di riferimento",
|
|
136
|
+
"save": "Salva",
|
|
137
|
+
"saveAndClose": "Salva e chiudi",
|
|
138
|
+
"saving": "Salvataggio in corso",
|
|
139
139
|
"searchConcepts": "Search associated concept",
|
|
140
|
-
"searching": "
|
|
140
|
+
"searching": "Ricerca in corso",
|
|
141
141
|
"searchItems": "Search items and services",
|
|
142
142
|
"searchThisTable": "Search this table",
|
|
143
143
|
"selectBillableService": "Select a billable service...",
|
|
144
144
|
"selectCategory": "Select category",
|
|
145
|
-
"selectPatientCategory": "
|
|
146
|
-
"selectPaymentMethod": "
|
|
147
|
-
"sellingAmount": "
|
|
148
|
-
"sellingPrice": "
|
|
149
|
-
"service": "
|
|
145
|
+
"selectPatientCategory": "Seleziona categoria paziente",
|
|
146
|
+
"selectPaymentMethod": "Seleziona metodo di pagamento",
|
|
147
|
+
"sellingAmount": "Inserisci il prezzo di vendita",
|
|
148
|
+
"sellingPrice": "Prezzo di vendita",
|
|
149
|
+
"service": "Servizio",
|
|
150
150
|
"serviceMetrics": "Service Metrics",
|
|
151
151
|
"serviceName": "Service Name",
|
|
152
152
|
"serviceNameExceedsLimit": "Service Name exceeds the character limit of {{MAX_NAME_LENGTH}}.",
|
|
@@ -157,14 +157,14 @@
|
|
|
157
157
|
"shortNameExceedsLimit": "Short Name exceeds the character limit of {{MAX_NAME_LENGTH}}.",
|
|
158
158
|
"status": "Service Status",
|
|
159
159
|
"stockItem": "Stock Item",
|
|
160
|
-
"submitting": "
|
|
161
|
-
"success": "
|
|
162
|
-
"total": "
|
|
160
|
+
"submitting": "Invio in corso...",
|
|
161
|
+
"success": "Successo",
|
|
162
|
+
"total": "Totale",
|
|
163
163
|
"totalAmount": "Total Amount",
|
|
164
164
|
"totalTendered": "Total Tendered",
|
|
165
165
|
"unitPrice": "Unit price",
|
|
166
166
|
"updatedSuccessfully": "Billable service updated successfully",
|
|
167
167
|
"uuid": "UUID",
|
|
168
|
-
"visitTime": "
|
|
168
|
+
"visitTime": "Orario della visita",
|
|
169
169
|
"waiverForm": "Waiver form"
|
|
170
170
|
}
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": "ქმედებები",
|
|
3
|
+
"addBill": "Add bill item(s)",
|
|
4
|
+
"addBillableServices": "Add Billable Services",
|
|
5
|
+
"addCashPoint": "Add Cash Point",
|
|
6
|
+
"addNewBillableService": "Add new billable service",
|
|
7
|
+
"addNewService": "ახალი სერვისის დამატება",
|
|
8
|
+
"addPaymentMode": "გადახდის რეჟიმის დამატება",
|
|
9
|
+
"addPaymentOptions": "გადახდის პარამეტრის დამატება",
|
|
10
|
+
"amount": "რაოდენობა",
|
|
11
|
+
"amountDue": "რაოდენობა ახლა",
|
|
12
|
+
"amountToWaiveAriaLabel": "შეიყვანეთ უარყოფის რაოდენობა",
|
|
13
|
+
"amountToWaiveHelper": "Specify the amount to be deducted from the bill",
|
|
14
|
+
"amountToWaiveLabel": "უარყოფის რაოდენობა",
|
|
15
|
+
"billableService": "ფასიანი მომსახურება",
|
|
16
|
+
"billableServices": "ფასიანი სერვისები",
|
|
17
|
+
"billedItems": "Billed Items",
|
|
18
|
+
"billedTo": "Billed to",
|
|
19
|
+
"billErrorService": "ჩეკის სერვისის შეცდომა",
|
|
20
|
+
"billing": "ბილინგი",
|
|
21
|
+
"billingForm": "ბილინგის ფორმა",
|
|
22
|
+
"billingHistory": "ბილინგის ისტორია",
|
|
23
|
+
"billingSettings": "ბილინგის მორგება",
|
|
24
|
+
"billItem": "Bill item",
|
|
25
|
+
"billItems": "Bill Items",
|
|
26
|
+
"billLineItemEmpty": "This bill has no line items",
|
|
27
|
+
"billList": "Bill list",
|
|
28
|
+
"billMetrics": "Bill metrics",
|
|
29
|
+
"billName": " {{billName}} ",
|
|
30
|
+
"billPayment": "Bill payment",
|
|
31
|
+
"billPaymentError": "ჩეკის გადახდის შეცდომა",
|
|
32
|
+
"billPaymentRequiredMessage": "The current patient has pending bill. Advice patient to settle bill before receiving services",
|
|
33
|
+
"billServicesManagement": "Bill services management",
|
|
34
|
+
"billsList": "Bill list",
|
|
35
|
+
"billTotal": "Bill total",
|
|
36
|
+
"billWaiver": "Bill waiver",
|
|
37
|
+
"billWaiverError": "Bill waiver failed {{error}}",
|
|
38
|
+
"billWaiverSuccess": "Bill waiver successful",
|
|
39
|
+
"cancel": "გაუქმება",
|
|
40
|
+
"cashPointConfig": "Cash Point Config",
|
|
41
|
+
"cashPointHistory": "Cash Point History",
|
|
42
|
+
"cashPointLocation": "Cash Point Location",
|
|
43
|
+
"cashPointName": "Cash Point Name",
|
|
44
|
+
"cashPointNamePlaceholder": "e.g., Pharmacy Cash Point",
|
|
45
|
+
"cashPointSaved": "Cash point was successfully saved.",
|
|
46
|
+
"cashPointUuid": "Cash Point UUID",
|
|
47
|
+
"cashPointUuidPlaceholder": "შეიყვანეთ UUID",
|
|
48
|
+
"checkFilters": "Check the filters above",
|
|
49
|
+
"clearSearchInput": "ძებნის გასუფთავება",
|
|
50
|
+
"clientBalance": "კლიენტის ბალანსი",
|
|
51
|
+
"confirmDeleteMessage": "Are you sure you want to delete this payment mode? Proceed cautiously.",
|
|
52
|
+
"createdSuccessfully": "Billable service created successfully",
|
|
53
|
+
"currentPrice": "მიმდინარე ფასი",
|
|
54
|
+
"delete": "წაშლა",
|
|
55
|
+
"deletePaymentMode": "გადახდის რეჟიმის წაშლა",
|
|
56
|
+
"description": "აღწერა",
|
|
57
|
+
"descriptionPlaceholder": "e.g., Used for all cash transactions",
|
|
58
|
+
"discard": "მოცილება",
|
|
59
|
+
"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",
|
|
62
|
+
"editBillableService": "Edit billable service",
|
|
63
|
+
"editBillableServices": "Edit Billable Services",
|
|
64
|
+
"editBillLineItem": "Edit bill line item?",
|
|
65
|
+
"editThisBillItem": "Edit this bill item",
|
|
66
|
+
"enterAmount": "შეიყვანეთ რაოდენობა",
|
|
67
|
+
"enterConcept": "ასოცირებული კონცეფცია",
|
|
68
|
+
"enterReferenceNumber": "შეიყვანეთ მიმართვის ნომერი",
|
|
69
|
+
"error": "შეცდომა",
|
|
70
|
+
"errorDeletingPaymentMode": "An error occurred while deleting the payment mode.",
|
|
71
|
+
"errorFetchingCashPoints": "An error occurred while fetching cash points.",
|
|
72
|
+
"errorFetchingLocations": "An error occurred while fetching locations.",
|
|
73
|
+
"errorFetchingPaymentModes": "An error occurred while fetching payment modes.",
|
|
74
|
+
"errorLoadingBillServices": "Error loading bill services",
|
|
75
|
+
"errorLoadingPaymentModes": "გადახდის რეჟიმების შეცდომა",
|
|
76
|
+
"errorSavingCashPoint": "An error occurred while saving the cash point.",
|
|
77
|
+
"errorSavingPaymentMode": "An error occurred while saving the payment mode.",
|
|
78
|
+
"filterBy": "ფილტრის პირობა",
|
|
79
|
+
"filterTable": "ცხრილის გაფილტვრა",
|
|
80
|
+
"grandTotal": "მთლიანი ჯამი",
|
|
81
|
+
"home": "საწყისი",
|
|
82
|
+
"identifier": "იდენტიფიკატორი",
|
|
83
|
+
"inlineLoading": "Loading bill items...",
|
|
84
|
+
"insuranceScheme": "დაზღვევის სქემა",
|
|
85
|
+
"invalidWaiverAmount": "Invalid waiver amount",
|
|
86
|
+
"invoice": "ინვოისი",
|
|
87
|
+
"invoiceError": "ინვოისის შეცდომა",
|
|
88
|
+
"item": "ელემენტი",
|
|
89
|
+
"itemsToBeBilled": "Items to be billed",
|
|
90
|
+
"launchBillForm": "Launch bill form",
|
|
91
|
+
"lineItems": "Line items",
|
|
92
|
+
"loading": "მიმდინარეობს მონაცემების ჩატვირთვა...",
|
|
93
|
+
"loadingBillingServices": "ბილინგის სერვისების ჩატვირთვა...",
|
|
94
|
+
"loadingDescription": "მიმდინარეობს ჩატვირთვა",
|
|
95
|
+
"location": "აირჩიეთ მდებარეობა",
|
|
96
|
+
"manageBillableServices": "Manage billable services",
|
|
97
|
+
"name": "სახელი",
|
|
98
|
+
"nextPage": "შემდეგი გვერდი",
|
|
99
|
+
"noBilltoDisplay": "There are no bills to display for this patient",
|
|
100
|
+
"noMatchingBillsToDisplay": "No matching bills to display",
|
|
101
|
+
"noMatchingItemsToDisplay": "No matching items to display",
|
|
102
|
+
"noMatchingServicesToDisplay": "No matching services to display",
|
|
103
|
+
"noResultsFor": "შედეგების გარეშე",
|
|
104
|
+
"noResultsFound": "შედეგების გარეშე",
|
|
105
|
+
"noServicesToDisplay": "There are no services to display",
|
|
106
|
+
"ok": "დიახ",
|
|
107
|
+
"patientBillingAlert": "პაციენტის ბილინგის განგაში",
|
|
108
|
+
"patientBills": "პაციენტის ანგარიში",
|
|
109
|
+
"patientBillsDescription": "List of patient bills",
|
|
110
|
+
"patientCategory": "პაციენტის კატეგორია",
|
|
111
|
+
"paymentDetails": "გადახდის დეტალები",
|
|
112
|
+
"paymentMethod": "გადახდის მეთოდი",
|
|
113
|
+
"paymentMethods": "გადახდის მეთოდები",
|
|
114
|
+
"paymentMode": "გადახდის რეჟიმი",
|
|
115
|
+
"paymentModeDeleted": "Payment mode was successfully deleted.",
|
|
116
|
+
"paymentModeHistory": "გადახდის რეჟიმის ისტორია",
|
|
117
|
+
"paymentModeName": "გადახდის რეჟიმის სახელი",
|
|
118
|
+
"paymentModeNamePlaceholder": "მაგ: ქეში, საკრედიტო ბარათი",
|
|
119
|
+
"paymentModeSaved": "Payment mode was successfully saved.",
|
|
120
|
+
"paymentModesConfig": "გადახდის რეჟიმების მორგება",
|
|
121
|
+
"payments": "გადახდები",
|
|
122
|
+
"pleaseRequiredFields": "Please fill all required fields",
|
|
123
|
+
"policyNumber": "პოლიტიკის ნომერი",
|
|
124
|
+
"postWaiver": "უარყოფის შემდეგ",
|
|
125
|
+
"previousPage": "წინა გვერდი",
|
|
126
|
+
"price": "ერთეულის ფასი",
|
|
127
|
+
"priceIsRequired": "ფასი აუცილებელია",
|
|
128
|
+
"prices": "ფასები",
|
|
129
|
+
"printBill": "ანგარიშის დაბეჭდვა",
|
|
130
|
+
"printReceipt": "რეცეპტის დაბეჭდვა",
|
|
131
|
+
"processPayment": "გადახდის დამუშავება",
|
|
132
|
+
"quantity": "რაოდენობა",
|
|
133
|
+
"quantityGreaterThanZero": "Quantity must be greater than zero",
|
|
134
|
+
"quantityRequired": "რაოდენობა აუცილებელია",
|
|
135
|
+
"referenceNumber": "მიმართვის ნომერი",
|
|
136
|
+
"save": "შენახვა",
|
|
137
|
+
"saveAndClose": "შენახვა და დახურვა",
|
|
138
|
+
"saving": "მიმდინარეობს შენახვა",
|
|
139
|
+
"searchConcepts": "Search associated concept",
|
|
140
|
+
"searching": "მიმდინარეობს ძებნა",
|
|
141
|
+
"searchItems": "ელემენტებისა და სერვისების ძებნა",
|
|
142
|
+
"searchThisTable": "ამ ცხრილში ძებნა",
|
|
143
|
+
"selectBillableService": "Select a billable service...",
|
|
144
|
+
"selectCategory": "აირჩიეთ კატეგორია",
|
|
145
|
+
"selectPatientCategory": "აირჩიეთ პაციენტის კატეგორია",
|
|
146
|
+
"selectPaymentMethod": "აირჩიეთ გადახდის მეთოდი",
|
|
147
|
+
"sellingAmount": "შეიყვანეთ გასაყიდი ფასი",
|
|
148
|
+
"sellingPrice": "გასაყიდი ფასი",
|
|
149
|
+
"service": "სერვისი",
|
|
150
|
+
"serviceMetrics": "სერვისის მეტრიკები",
|
|
151
|
+
"serviceName": "სერვისის სახელი",
|
|
152
|
+
"serviceNameExceedsLimit": "Service Name exceeds the character limit of {{MAX_NAME_LENGTH}}.",
|
|
153
|
+
"serviceShortName": "მოკლე სახელი",
|
|
154
|
+
"servicesList": "სერვისების სია",
|
|
155
|
+
"serviceType": "სერვისის ტიპი",
|
|
156
|
+
"shortName": "მოკლე სახელი",
|
|
157
|
+
"shortNameExceedsLimit": "Short Name exceeds the character limit of {{MAX_NAME_LENGTH}}.",
|
|
158
|
+
"status": "სერვისის სტატუსი",
|
|
159
|
+
"stockItem": "მარაგის ელემენტი",
|
|
160
|
+
"submitting": "გადაცემა...",
|
|
161
|
+
"success": "წარმატებულია",
|
|
162
|
+
"total": "ჯამში",
|
|
163
|
+
"totalAmount": "რაოდენობა სულ",
|
|
164
|
+
"totalTendered": "სულ წარმოდგენილია",
|
|
165
|
+
"unitPrice": "ერთეულის ფასი",
|
|
166
|
+
"updatedSuccessfully": "Billable service updated successfully",
|
|
167
|
+
"uuid": "UUID",
|
|
168
|
+
"visitTime": "ვიზიტის დრო",
|
|
169
|
+
"waiverForm": "უარის ფორმა"
|
|
170
|
+
}
|