@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.
- package/README.md +55 -9
- package/__mocks__/bills.mock.ts +12 -0
- package/__mocks__/react-i18next.js +6 -5
- package/dist/1119.js +1 -1
- package/dist/1146.js +1 -2
- package/dist/1146.js.map +1 -1
- package/dist/1197.js +1 -1
- package/dist/1856.js +1 -0
- package/dist/1856.js.map +1 -0
- package/dist/2146.js +1 -1
- package/dist/2177.js +2 -0
- package/dist/2177.js.LICENSE.txt +9 -0
- package/dist/2177.js.map +1 -0
- package/dist/2524.js +1 -0
- package/dist/2524.js.map +1 -0
- package/dist/2690.js +1 -1
- package/dist/3041.js +1 -0
- package/dist/3041.js.map +1 -0
- package/dist/3099.js +1 -1
- package/dist/3584.js +1 -1
- package/dist/4055.js +1 -1
- package/dist/4132.js +1 -1
- package/dist/4225.js +1 -0
- package/dist/4225.js.map +1 -0
- 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/4724.js +1 -0
- package/dist/4724.js.map +1 -0
- package/dist/4739.js +1 -1
- package/dist/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/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 -0
- package/dist/6606.js.map +1 -0
- 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/7452.js +2 -0
- package/dist/7452.js.map +1 -0
- package/dist/7617.js +1 -1
- package/dist/795.js +1 -1
- package/dist/8163.js +1 -1
- package/dist/8349.js +1 -1
- package/dist/8618.js +1 -1
- package/dist/890.js +1 -1
- package/dist/8930.js +2 -0
- package/dist/{6525.js.LICENSE.txt → 8930.js.LICENSE.txt} +16 -4
- package/dist/8930.js.map +1 -0
- package/dist/9214.js +1 -1
- package/dist/942.js +1 -0
- package/dist/942.js.map +1 -0
- package/dist/9538.js +1 -1
- package/dist/9569.js +1 -1
- 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/9895.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 +368 -262
- 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/package.json +10 -10
- package/src/bill-history/bill-history.component.tsx +17 -25
- package/src/bill-history/bill-history.scss +4 -94
- package/src/bill-history/bill-history.test.tsx +37 -78
- package/src/bill-item-actions/bill-item-actions.scss +0 -4
- package/src/bill-item-actions/{edit-bill-item.component.tsx → edit-bill-item.modal.tsx} +57 -56
- package/src/bill-item-actions/edit-bill-item.test.tsx +22 -25
- package/src/billable-services/bill-waiver/bill-selection.component.tsx +2 -2
- package/src/billable-services/bill-waiver/patient-bills.component.tsx +3 -3
- package/src/billable-services/billable-service.resource.ts +17 -9
- package/src/billable-services/billable-services-home.component.tsx +1 -1
- package/src/billable-services/billable-services.component.tsx +142 -145
- package/src/billable-services/billable-services.scss +3 -0
- package/src/billable-services/billable-services.test.tsx +2 -45
- package/src/billable-services/cash-point/add-cash-point.modal.tsx +168 -0
- package/src/billable-services/cash-point/cash-point-configuration.component.tsx +18 -192
- package/src/billable-services/cash-point/cash-point-configuration.scss +1 -5
- package/src/billable-services/create-edit/add-billable-service.component.tsx +345 -298
- package/src/billable-services/create-edit/add-billable-service.scss +5 -6
- package/src/billable-services/create-edit/add-billable-service.test.tsx +37 -36
- package/src/billable-services/create-edit/edit-billable-service.modal.tsx +51 -0
- package/src/billable-services/payment-modes/add-payment-mode.modal.tsx +121 -0
- package/src/billable-services/payment-modes/delete-payment-mode.modal.tsx +72 -0
- package/src/billable-services/payment-modes/payment-modes-config.component.tsx +125 -0
- package/src/billable-services/{payyment-modes → payment-modes}/payment-modes-config.scss +5 -4
- package/src/billing-form/billing-checkin-form.component.tsx +2 -3
- package/src/billing-form/billing-checkin-form.test.tsx +97 -24
- package/src/billing-form/billing-form.component.tsx +214 -269
- package/src/billing-form/billing-form.scss +143 -0
- package/src/billing.resource.ts +16 -19
- package/src/bills-table/bills-table.test.tsx +97 -53
- package/src/config-schema.ts +52 -18
- package/src/dashboard.meta.ts +4 -2
- package/src/helpers/functions.ts +5 -4
- package/src/index.ts +17 -6
- package/src/invoice/invoice-table.component.tsx +24 -54
- package/src/invoice/invoice-table.scss +1 -5
- package/src/invoice/invoice-table.test.tsx +21 -47
- package/src/invoice/invoice.component.tsx +36 -29
- package/src/invoice/invoice.scss +7 -4
- package/src/invoice/invoice.test.tsx +22 -48
- package/src/invoice/payments/payment-form/payment-form.component.tsx +29 -29
- package/src/invoice/payments/payment-form/payment-form.scss +5 -6
- package/src/invoice/payments/payment-form/payment-form.test.tsx +215 -67
- 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.tsx +53 -65
- package/src/invoice/payments/payments.test.tsx +282 -0
- package/src/invoice/payments/utils.ts +5 -23
- package/src/invoice/printable-invoice/print-receipt.component.tsx +3 -2
- 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 +12 -11
- package/src/invoice/printable-invoice/printable-invoice-header.test.tsx +16 -14
- package/src/invoice/printable-invoice/printable-invoice.component.tsx +19 -33
- package/src/metrics-cards/metrics-cards.test.tsx +18 -5
- package/src/modal/require-payment-modal.test.tsx +27 -22
- package/src/modal/{require-payment-modal.component.tsx → require-payment.modal.tsx} +17 -18
- package/src/routes.json +22 -2
- package/src/types/index.ts +26 -17
- package/translations/am.json +60 -18
- package/translations/ar.json +60 -18
- package/translations/ar_SY.json +60 -18
- package/translations/bn.json +65 -23
- package/translations/de.json +60 -18
- package/translations/en.json +60 -18
- package/translations/en_US.json +60 -18
- package/translations/es.json +60 -18
- package/translations/es_MX.json +60 -18
- package/translations/fr.json +73 -31
- package/translations/he.json +60 -18
- package/translations/hi.json +60 -18
- package/translations/hi_IN.json +60 -18
- package/translations/id.json +61 -19
- package/translations/it.json +96 -54
- package/translations/ka.json +61 -19
- package/translations/km.json +60 -18
- package/translations/ku.json +60 -18
- package/translations/ky.json +60 -18
- package/translations/lg.json +60 -18
- package/translations/ne.json +60 -18
- package/translations/pl.json +60 -18
- package/translations/pt.json +60 -18
- package/translations/pt_BR.json +60 -18
- package/translations/qu.json +60 -18
- package/translations/ro_RO.json +206 -164
- package/translations/ru_RU.json +60 -18
- package/translations/si.json +60 -18
- package/translations/sw.json +60 -18
- package/translations/sw_KE.json +60 -18
- package/translations/tr.json +60 -18
- package/translations/tr_TR.json +60 -18
- package/translations/uk.json +60 -18
- package/translations/uz.json +60 -18
- package/translations/uz@Latn.json +60 -18
- package/translations/uz_UZ.json +60 -18
- package/translations/vi.json +60 -18
- package/translations/zh.json +60 -18
- package/translations/zh_CN.json +117 -75
- package/dist/1146.js.LICENSE.txt +0 -21
- package/dist/2352.js +0 -1
- package/dist/2352.js.map +0 -1
- package/dist/246.js +0 -1
- package/dist/246.js.map +0 -1
- package/dist/6525.js +0 -2
- package/dist/6525.js.map +0 -1
- package/dist/8556.js +0 -2
- package/dist/8556.js.map +0 -1
- package/dist/8638.js +0 -1
- package/dist/8638.js.map +0 -1
- package/dist/9968.js +0 -1
- package/dist/9968.js.map +0 -1
- package/src/billable-services/payyment-modes/payment-modes-config.component.tsx +0 -280
- package/src/invoice/payments/payments.component.test.tsx +0 -121
- /package/dist/{8556.js.LICENSE.txt → 7452.js.LICENSE.txt} +0 -0
package/translations/hi_IN.json
CHANGED
|
@@ -1,19 +1,31 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
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",
|
|
11
|
+
"addPaymentMethod": "Add payment method",
|
|
8
12
|
"addPaymentMode": "Add Payment Mode",
|
|
13
|
+
"addPaymentOption": "Add payment option",
|
|
9
14
|
"addPaymentOptions": "Add payment option",
|
|
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",
|
|
@@ -29,43 +41,48 @@
|
|
|
29
41
|
"billName": " {{billName}} ",
|
|
30
42
|
"billPayment": "Bill payment",
|
|
31
43
|
"billPaymentError": "Bill payment error",
|
|
32
|
-
"billPaymentRequiredMessage": "The current patient has pending bill.
|
|
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
|
-
"
|
|
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
74
|
"discount": "Discount",
|
|
60
|
-
"
|
|
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": "Enter amount",
|
|
67
81
|
"enterConcept": "Associated concept",
|
|
68
|
-
"enterReferenceNumber": "Enter
|
|
82
|
+
"enterReferenceNumber": "Enter reference number",
|
|
83
|
+
"enterSellingPrice": "Enter selling price",
|
|
84
|
+
"enterServiceName": "Enter service name",
|
|
85
|
+
"enterServiceShortName": "Enter service short name",
|
|
69
86
|
"error": "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": "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
96
|
"errorSavingPaymentMode": "An error occurred while saving the payment mode.",
|
|
78
97
|
"filterBy": "Filter by",
|
|
@@ -80,19 +99,27 @@
|
|
|
80
99
|
"grandTotal": "Grand total",
|
|
81
100
|
"home": "Home",
|
|
82
101
|
"identifier": "Identifier",
|
|
83
|
-
"inlineLoading": "Loading bill items...",
|
|
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",
|
|
109
|
+
"invoiceNumber": "Invoice #",
|
|
110
|
+
"invoiceStatus": "Invoice Status",
|
|
88
111
|
"item": "Item",
|
|
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...",
|
|
118
|
+
"loadingBillItems": "Loading bill items",
|
|
119
|
+
"loadingData": "Loading data",
|
|
94
120
|
"loadingDescription": "Loading",
|
|
95
121
|
"location": "Select Location",
|
|
122
|
+
"locationRequired": "Location is required",
|
|
96
123
|
"manageBillableServices": "Manage billable services",
|
|
97
124
|
"name": "Name",
|
|
98
125
|
"nextPage": "Next page",
|
|
@@ -101,23 +128,27 @@
|
|
|
101
128
|
"noMatchingItemsToDisplay": "No matching items to display",
|
|
102
129
|
"noMatchingServicesToDisplay": "No matching services to display",
|
|
103
130
|
"noResultsFor": "No results for",
|
|
104
|
-
"
|
|
105
|
-
"noServicesToDisplay": "There are no services to display",
|
|
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",
|
|
137
|
+
"paymentAmountCannotExceedAmountDue": "Payment amount cannot exceed amount due",
|
|
111
138
|
"paymentDetails": "Payment Details",
|
|
112
139
|
"paymentMethod": "Payment method",
|
|
113
140
|
"paymentMethods": "Payment methods",
|
|
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",
|
|
150
|
+
"paymentOptionRequired": "At least one payment option is required",
|
|
151
|
+
"paymentProcessedSuccessfully": "Payment processed successfully",
|
|
121
152
|
"payments": "Payments",
|
|
122
153
|
"pleaseRequiredFields": "Please fill all required fields",
|
|
123
154
|
"policyNumber": "Policy number",
|
|
@@ -125,46 +156,57 @@
|
|
|
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
165
|
"quantity": "Quantity",
|
|
133
|
-
"quantityGreaterThanZero": "Quantity must be greater than zero",
|
|
134
166
|
"quantityRequired": "Quantity is required",
|
|
135
167
|
"referenceNumber": "Reference number",
|
|
136
|
-
"
|
|
168
|
+
"remove": "Remove",
|
|
169
|
+
"removePaymentMethod": "Remove payment method",
|
|
137
170
|
"saveAndClose": "Save and close",
|
|
171
|
+
"saveBill": "Save Bill",
|
|
138
172
|
"saving": "Saving",
|
|
139
173
|
"searchConcepts": "Search associated concept",
|
|
140
174
|
"searching": "Searching",
|
|
141
175
|
"searchItems": "Search items and services",
|
|
142
176
|
"searchThisTable": "Search this table",
|
|
143
177
|
"selectBillableService": "Select a billable service...",
|
|
144
|
-
"
|
|
178
|
+
"selectedItems": "Selected Items",
|
|
179
|
+
"selectLocation": "Select Location",
|
|
145
180
|
"selectPatientCategory": "Select patient category",
|
|
146
181
|
"selectPaymentMethod": "Select payment method",
|
|
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
186
|
"sellingPrice": "Selling Price",
|
|
149
|
-
"service": "Service",
|
|
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
199
|
"submitting": "Submitting...",
|
|
161
200
|
"success": "Success",
|
|
162
201
|
"total": "Total",
|
|
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",
|
|
208
|
+
"uuidRequired": "UUID is required",
|
|
209
|
+
"validationError": "Validation Error",
|
|
168
210
|
"visitTime": "Visit time",
|
|
169
211
|
"waiverForm": "Waiver form"
|
|
170
212
|
}
|
package/translations/id.json
CHANGED
|
@@ -1,19 +1,31 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"action": "Action",
|
|
3
|
+
"add": "Add",
|
|
3
4
|
"addBill": "Tambahkan beberapa item tagihan",
|
|
4
5
|
"addBillableServices": "Tambahkan Layanan Berbayar",
|
|
5
6
|
"addCashPoint": "Tambahkan Kasir",
|
|
6
7
|
"addNewBillableService": "Tambahkan layanan berbayar baru",
|
|
8
|
+
"addNewCashPoint": "Add New Cash Point",
|
|
9
|
+
"addNewPaymentMode": "Add New Payment Mode",
|
|
7
10
|
"addNewService": "Tambahkan layanan baru",
|
|
11
|
+
"addPaymentMethod": "Add payment method",
|
|
8
12
|
"addPaymentMode": "Tambahkan Metode Pembayaran",
|
|
13
|
+
"addPaymentOption": "Add payment option",
|
|
9
14
|
"addPaymentOptions": "Tambahkan opsi pembayaran",
|
|
10
15
|
"amount": "Jumlah",
|
|
11
16
|
"amountDue": "Jumlah Tagihan",
|
|
17
|
+
"amountMustBePositive": "Amount must be greater than 0",
|
|
18
|
+
"amountRequired": "Amount is required",
|
|
19
|
+
"amountTendered": "Amount Tendered",
|
|
12
20
|
"amountToWaiveAriaLabel": "Masukkan jumlah yang akan dibebaskan",
|
|
13
21
|
"amountToWaiveHelper": "Tentukan jumlah yang akan dikurangi dari tagihan",
|
|
14
22
|
"amountToWaiveLabel": "Jumlah yang Dibebaskan",
|
|
23
|
+
"associatedConcept": "Associated concept",
|
|
15
24
|
"billableService": "Layanan berbayar",
|
|
16
25
|
"billableServices": "Layanan Berbayar",
|
|
26
|
+
"billableServices__lower": "billable services",
|
|
27
|
+
"billAmount": "Bill amount",
|
|
28
|
+
"billCode": "Bill code",
|
|
17
29
|
"billedItems": "Item Tertagih",
|
|
18
30
|
"billedTo": "Ditagih ke",
|
|
19
31
|
"billErrorService": "Kesalahan layanan tagihan",
|
|
@@ -29,43 +41,48 @@
|
|
|
29
41
|
"billName": " {{billName}} ",
|
|
30
42
|
"billPayment": "Pembayaran tagihan",
|
|
31
43
|
"billPaymentError": "Kesalahan pembayaran tagihan",
|
|
32
|
-
"billPaymentRequiredMessage": "
|
|
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": "Manajemen layanan tagihan",
|
|
34
48
|
"billsList": "Daftar tagihan",
|
|
35
49
|
"billTotal": "Total tagihan",
|
|
36
50
|
"billWaiver": "Pembebasan tagihan",
|
|
37
51
|
"billWaiverError": "Gagal membebaskan tagihan {{error}}",
|
|
38
52
|
"billWaiverSuccess": "Pembebasan tagihan berhasil",
|
|
39
|
-
"cancel": "Batal",
|
|
40
53
|
"cashPointConfig": "Konfigurasi Kasir",
|
|
41
54
|
"cashPointHistory": "Riwayat Kasir",
|
|
42
55
|
"cashPointLocation": "Lokasi Kasir",
|
|
43
56
|
"cashPointName": "Nama Kasir",
|
|
44
57
|
"cashPointNamePlaceholder": "contoh: Kasir Farmasi",
|
|
58
|
+
"cashPointNameRequired": "Cash Point Name is required",
|
|
45
59
|
"cashPointSaved": "Kasir berhasil disimpan.",
|
|
46
60
|
"cashPointUuid": "UUID Kasir",
|
|
47
61
|
"cashPointUuidPlaceholder": "Masukkan UUID",
|
|
48
62
|
"checkFilters": "Periksa filter di atas",
|
|
49
|
-
"clearSearchInput": "Hapus pencarian",
|
|
50
|
-
"clientBalance": "Saldo Klien",
|
|
51
63
|
"confirmDeleteMessage": "Apakah Anda yakin ingin menghapus metode pembayaran ini? Lanjutkan dengan hati-hati.",
|
|
52
64
|
"createdSuccessfully": "Layanan berbayar berhasil dibuat",
|
|
53
65
|
"currentPrice": "Harga saat ini",
|
|
54
|
-
"
|
|
66
|
+
"date": "Date",
|
|
67
|
+
"dateAndTime": "Date And Time",
|
|
68
|
+
"dateOfPayment": "Date of payment",
|
|
55
69
|
"deletePaymentMode": "Hapus Metode Pembayaran",
|
|
70
|
+
"deleting": "Deleting",
|
|
56
71
|
"description": "Deskripsi",
|
|
57
72
|
"descriptionPlaceholder": "contoh: Digunakan untuk semua transaksi tunai",
|
|
58
73
|
"discard": "Buang",
|
|
59
74
|
"discount": "Diskon",
|
|
60
|
-
"
|
|
61
|
-
"duplicatePaymentModeError": "Metode pembayaran dengan nama yang sama sudah ada. Harap buat metode pembayaran lain",
|
|
75
|
+
"discountAmount": "Discount Amount",
|
|
62
76
|
"editBillableService": "Edit layanan berbayar",
|
|
63
77
|
"editBillableServices": "Edit Layanan Berbayar",
|
|
64
78
|
"editBillLineItem": "Edit item tagihan?",
|
|
65
79
|
"editThisBillItem": "Edit item tagihan ini",
|
|
66
80
|
"enterAmount": "Masukkan jumlah",
|
|
67
81
|
"enterConcept": "Konsep terkait",
|
|
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": "Kesalahan",
|
|
70
87
|
"errorDeletingPaymentMode": "Terjadi kesalahan saat menghapus metode pembayaran.",
|
|
71
88
|
"errorFetchingCashPoints": "Terjadi kesalahan saat mengambil data kasir.",
|
|
@@ -73,6 +90,8 @@
|
|
|
73
90
|
"errorFetchingPaymentModes": "Terjadi kesalahan saat mengambil metode pembayaran.",
|
|
74
91
|
"errorLoadingBillServices": "Kesalahan memuat layanan tagihan",
|
|
75
92
|
"errorLoadingPaymentModes": "Kesalahan metode pembayaran",
|
|
93
|
+
"errorPrintingInvoice": "Error printing invoice",
|
|
94
|
+
"errorProcessingPayment": "Error processing payment",
|
|
76
95
|
"errorSavingCashPoint": "Terjadi kesalahan saat menyimpan kasir.",
|
|
77
96
|
"errorSavingPaymentMode": "Terjadi kesalahan saat menyimpan metode pembayaran.",
|
|
78
97
|
"filterBy": "Filter berdasarkan",
|
|
@@ -80,19 +99,27 @@
|
|
|
80
99
|
"grandTotal": "Total keseluruhan",
|
|
81
100
|
"home": "Beranda",
|
|
82
101
|
"identifier": "Identifikasi",
|
|
83
|
-
"inlineLoading": "Memuat item tagihan...",
|
|
84
102
|
"insuranceScheme": "Skema asuransi",
|
|
103
|
+
"invalidUuidFormat": "Invalid UUID format",
|
|
85
104
|
"invalidWaiverAmount": "Jumlah pembebasan tidak valid",
|
|
105
|
+
"inventoryItem": "Inventory item",
|
|
86
106
|
"invoice": "Faktur",
|
|
107
|
+
"invoiceDate": "Invoice date",
|
|
87
108
|
"invoiceError": "Kesalahan faktur",
|
|
109
|
+
"invoiceNumber": "Invoice #",
|
|
110
|
+
"invoiceStatus": "Invoice Status",
|
|
88
111
|
"item": "Item",
|
|
89
112
|
"itemsToBeBilled": "Item yang akan ditagih",
|
|
90
113
|
"launchBillForm": "Buka formulir tagihan",
|
|
91
114
|
"lineItems": "Item baris",
|
|
92
115
|
"loading": "Memuat data...",
|
|
116
|
+
"loadingBillInfo": "Loading bill information...",
|
|
93
117
|
"loadingBillingServices": "Memuat layanan penagihan...",
|
|
118
|
+
"loadingBillItems": "Loading bill items",
|
|
119
|
+
"loadingData": "Loading data",
|
|
94
120
|
"loadingDescription": "Memuat",
|
|
95
121
|
"location": "Pilih Lokasi",
|
|
122
|
+
"locationRequired": "Location is required",
|
|
96
123
|
"manageBillableServices": "Kelola layanan berbayar",
|
|
97
124
|
"name": "Nama",
|
|
98
125
|
"nextPage": "Halaman berikutnya",
|
|
@@ -101,23 +128,27 @@
|
|
|
101
128
|
"noMatchingItemsToDisplay": "Tidak ada item yang cocok untuk ditampilkan",
|
|
102
129
|
"noMatchingServicesToDisplay": "Tidak ada layanan yang cocok untuk ditampilkan",
|
|
103
130
|
"noResultsFor": "Tidak ada hasil untuk",
|
|
104
|
-
"
|
|
105
|
-
"noServicesToDisplay": "Tidak ada layanan untuk ditampilkan",
|
|
131
|
+
"number": "No",
|
|
106
132
|
"ok": "OK",
|
|
107
133
|
"patientBillingAlert": "Peringatan Penagihan Pasien",
|
|
108
134
|
"patientBills": "Tagihan pasien",
|
|
109
135
|
"patientBillsDescription": "Daftar tagihan pasien",
|
|
110
136
|
"patientCategory": "Kategori pasien",
|
|
137
|
+
"paymentAmountCannotExceedAmountDue": "Payment amount cannot exceed amount due",
|
|
111
138
|
"paymentDetails": "Detail Pembayaran",
|
|
112
139
|
"paymentMethod": "Metode pembayaran",
|
|
113
140
|
"paymentMethods": "Metode pembayaran",
|
|
114
141
|
"paymentMode": "Metode Pembayaran",
|
|
115
142
|
"paymentModeDeleted": "Metode pembayaran berhasil dihapus.",
|
|
116
143
|
"paymentModeHistory": "Riwayat Metode Pembayaran",
|
|
117
|
-
"paymentModeName": "
|
|
144
|
+
"paymentModeName": "Payment Mode Name: {{paymentModeName}}",
|
|
118
145
|
"paymentModeNamePlaceholder": "contoh: Tunai, Kartu Kredit",
|
|
146
|
+
"paymentModeNameRequired": "Payment Mode Name is required",
|
|
147
|
+
"paymentModeRequired": "Payment mode is required",
|
|
119
148
|
"paymentModeSaved": "Metode pembayaran berhasil disimpan.",
|
|
120
149
|
"paymentModesConfig": "Konfigurasi Metode Pembayaran",
|
|
150
|
+
"paymentOptionRequired": "At least one payment option is required",
|
|
151
|
+
"paymentProcessedSuccessfully": "Payment processed successfully",
|
|
121
152
|
"payments": "Pembayaran",
|
|
122
153
|
"pleaseRequiredFields": "Harap isi semua bidang yang wajib diisi",
|
|
123
154
|
"policyNumber": "Nomor polis",
|
|
@@ -125,46 +156,57 @@
|
|
|
125
156
|
"previousPage": "Halaman sebelumnya",
|
|
126
157
|
"price": "Harga Satuan",
|
|
127
158
|
"priceIsRequired": "Harga wajib diisi",
|
|
159
|
+
"priceMustBeGreaterThanZero": "Price must be greater than 0",
|
|
160
|
+
"priceMustBeValidPositiveNumber": "Price must be a valid positive number",
|
|
128
161
|
"prices": "Harga",
|
|
129
162
|
"printBill": "Cetak tagihan",
|
|
130
163
|
"printReceipt": "Cetak struk",
|
|
131
164
|
"processPayment": "Proses Pembayaran",
|
|
132
165
|
"quantity": "Kuantitas",
|
|
133
|
-
"quantityGreaterThanZero": "Kuantitas harus lebih besar dari nol",
|
|
134
166
|
"quantityRequired": "Kuantitas wajib diisi",
|
|
135
167
|
"referenceNumber": "Nomor referensi",
|
|
136
|
-
"
|
|
168
|
+
"remove": "Remove",
|
|
169
|
+
"removePaymentMethod": "Remove payment method",
|
|
137
170
|
"saveAndClose": "Simpan dan tutup",
|
|
171
|
+
"saveBill": "Save Bill",
|
|
138
172
|
"saving": "Menyimpan",
|
|
139
173
|
"searchConcepts": "Cari konsep terkait",
|
|
140
174
|
"searching": "Mencari",
|
|
141
175
|
"searchItems": "Cari item dan layanan",
|
|
142
176
|
"searchThisTable": "Cari di tabel ini",
|
|
143
177
|
"selectBillableService": "Pilih layanan berbayar...",
|
|
144
|
-
"
|
|
178
|
+
"selectedItems": "Selected Items",
|
|
179
|
+
"selectLocation": "Select Location",
|
|
145
180
|
"selectPatientCategory": "Pilih kategori pasien",
|
|
146
181
|
"selectPaymentMethod": "Pilih metode pembayaran",
|
|
147
|
-
"
|
|
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": "Harga Jual",
|
|
149
|
-
"service": "Layanan",
|
|
150
187
|
"serviceMetrics": "Metrik Layanan",
|
|
151
188
|
"serviceName": "Nama Layanan",
|
|
152
189
|
"serviceNameExceedsLimit": "Nama Layanan melebihi batas karakter {{MAX_NAME_LENGTH}}.",
|
|
190
|
+
"serviceNameRequired": "Service name is required",
|
|
153
191
|
"serviceShortName": "Nama Pendek",
|
|
154
192
|
"servicesList": "Daftar layanan",
|
|
193
|
+
"serviceStatus": "Service Status",
|
|
155
194
|
"serviceType": "Jenis Layanan",
|
|
195
|
+
"serviceTypeRequired": "Service type is required",
|
|
156
196
|
"shortName": "Nama Pendek",
|
|
157
197
|
"shortNameExceedsLimit": "Nama Pendek melebihi batas karakter {{MAX_NAME_LENGTH}}.",
|
|
158
198
|
"status": "Status Layanan",
|
|
159
|
-
"stockItem": "Item Stok",
|
|
160
199
|
"submitting": "Mengirim...",
|
|
161
200
|
"success": "Berhasil",
|
|
162
201
|
"total": "Total",
|
|
163
202
|
"totalAmount": "Jumlah Total",
|
|
164
203
|
"totalTendered": "Total Dibayarkan",
|
|
165
204
|
"unitPrice": "Harga satuan",
|
|
205
|
+
"unitPriceHelperText": "This is the unit price for this item.",
|
|
166
206
|
"updatedSuccessfully": "Layanan berbayar berhasil diperbarui",
|
|
167
207
|
"uuid": "UUID",
|
|
208
|
+
"uuidRequired": "UUID is required",
|
|
209
|
+
"validationError": "Validation Error",
|
|
168
210
|
"visitTime": "Waktu kunjungan",
|
|
169
211
|
"waiverForm": "Formulir pembebasan"
|
|
170
212
|
}
|