@openmrs/esm-billing-app 1.0.2-pre.74 → 1.0.2-pre.749
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 -0
- 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 -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/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 +381 -231
- 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} +58 -56
- package/src/bill-item-actions/edit-bill-item.test.tsx +22 -24
- 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 +4 -3
- package/src/billable-services/billable-services-home.component.tsx +1 -1
- package/src/billable-services/billable-services.component.tsx +115 -132
- 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 +17 -192
- package/src/billable-services/cash-point/cash-point-configuration.scss +1 -5
- package/src/billable-services/create-edit/add-billable-service.component.tsx +28 -24
- package/src/billable-services/create-edit/add-billable-service.scss +2 -5
- package/src/billable-services/create-edit/add-billable-service.test.tsx +6 -6
- package/src/billable-services/create-edit/edit-billable-service.modal.tsx +50 -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 -1
- package/src/billing-form/billing-checkin-form.component.tsx +2 -3
- package/src/billing-form/billing-checkin-form.test.tsx +0 -2
- package/src/billing-form/billing-form.component.tsx +210 -268
- 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 +2 -9
- package/src/invoice/payments/payment-form/payment-form.test.tsx +14 -46
- 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 +16 -27
- package/src/invoice/payments/{payments.component.test.tsx → payments.test.tsx} +24 -10
- package/src/invoice/payments/utils.ts +4 -22
- 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 +25 -20
- 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 +13 -12
- package/translations/am.json +33 -16
- package/translations/ar.json +33 -16
- package/translations/ar_SY.json +33 -16
- package/translations/bn.json +38 -21
- package/translations/de.json +33 -16
- package/translations/en.json +33 -16
- package/translations/en_US.json +187 -0
- package/translations/es.json +48 -31
- package/translations/es_MX.json +33 -16
- package/translations/fr.json +47 -30
- package/translations/he.json +33 -16
- package/translations/hi.json +33 -16
- package/translations/hi_IN.json +33 -16
- package/translations/id.json +180 -163
- package/translations/it.json +70 -53
- package/translations/ka.json +187 -0
- package/translations/km.json +33 -16
- package/translations/ku.json +33 -16
- package/translations/ky.json +33 -16
- package/translations/lg.json +33 -16
- package/translations/ne.json +33 -16
- package/translations/pl.json +33 -16
- package/translations/pt.json +33 -16
- package/translations/pt_BR.json +33 -16
- package/translations/qu.json +33 -16
- package/translations/ro_RO.json +182 -165
- package/translations/ru_RU.json +33 -16
- package/translations/si.json +33 -16
- package/translations/sw.json +33 -16
- package/translations/sw_KE.json +33 -16
- package/translations/tr.json +33 -16
- package/translations/tr_TR.json +33 -16
- package/translations/uk.json +33 -16
- package/translations/uz.json +33 -16
- package/translations/uz@Latn.json +33 -16
- package/translations/uz_UZ.json +33 -16
- package/translations/vi.json +33 -16
- package/translations/zh.json +33 -16
- package/translations/zh_CN.json +91 -74
- 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/dist/{8556.js.LICENSE.txt → 7452.js.LICENSE.txt} +0 -0
package/translations/id.json
CHANGED
|
@@ -1,170 +1,187 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"addBill": "
|
|
4
|
-
"addBillableServices": "
|
|
5
|
-
"addCashPoint": "
|
|
6
|
-
"addNewBillableService": "
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
2
|
+
"action": "Action",
|
|
3
|
+
"addBill": "Tambahkan beberapa item tagihan",
|
|
4
|
+
"addBillableServices": "Tambahkan Layanan Berbayar",
|
|
5
|
+
"addCashPoint": "Tambahkan Kasir",
|
|
6
|
+
"addNewBillableService": "Tambahkan layanan berbayar baru",
|
|
7
|
+
"addNewCashPoint": "Add New Cash Point",
|
|
8
|
+
"addNewPaymentMode": "Add New Payment Mode",
|
|
9
|
+
"addNewService": "Tambahkan layanan baru",
|
|
10
|
+
"addPaymentMode": "Tambahkan Metode Pembayaran",
|
|
11
|
+
"addPaymentOptions": "Tambahkan opsi pembayaran",
|
|
12
|
+
"amount": "Jumlah",
|
|
13
|
+
"amountDue": "Jumlah Tagihan",
|
|
14
|
+
"amountTendered": "Amount Tendered",
|
|
15
|
+
"amountToWaiveAriaLabel": "Masukkan jumlah yang akan dibebaskan",
|
|
16
|
+
"amountToWaiveHelper": "Tentukan jumlah yang akan dikurangi dari tagihan",
|
|
17
|
+
"amountToWaiveLabel": "Jumlah yang Dibebaskan",
|
|
18
|
+
"billableService": "Layanan berbayar",
|
|
19
|
+
"billableServices": "Layanan Berbayar",
|
|
20
|
+
"billableServices__lower": "billable services",
|
|
21
|
+
"billAmount": "Bill amount",
|
|
22
|
+
"billCode": "Bill code",
|
|
23
|
+
"billedItems": "Item Tertagih",
|
|
24
|
+
"billedTo": "Ditagih ke",
|
|
25
|
+
"billErrorService": "Kesalahan layanan tagihan",
|
|
26
|
+
"billing": "Penagihan",
|
|
27
|
+
"billingForm": "Formulir penagihan",
|
|
28
|
+
"billingHistory": "Riwayat Penagihan",
|
|
29
|
+
"billingSettings": "Pengaturan Penagihan",
|
|
30
|
+
"billItem": "Item tagihan",
|
|
31
|
+
"billItems": "Item Tagihan",
|
|
32
|
+
"billLineItemEmpty": "Tagihan ini tidak memiliki item",
|
|
33
|
+
"billList": "Daftar tagihan",
|
|
34
|
+
"billMetrics": "Metrik tagihan",
|
|
29
35
|
"billName": " {{billName}} ",
|
|
30
|
-
"billPayment": "
|
|
31
|
-
"billPaymentError": "
|
|
32
|
-
"billPaymentRequiredMessage": "The current patient has pending bill.
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"confirmDeleteMessage": "
|
|
52
|
-
"createdSuccessfully": "
|
|
53
|
-
"currentPrice": "
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
36
|
+
"billPayment": "Pembayaran tagihan",
|
|
37
|
+
"billPaymentError": "Kesalahan pembayaran tagihan",
|
|
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": "Manajemen layanan tagihan",
|
|
42
|
+
"billsList": "Daftar tagihan",
|
|
43
|
+
"billTotal": "Total tagihan",
|
|
44
|
+
"billWaiver": "Pembebasan tagihan",
|
|
45
|
+
"billWaiverError": "Gagal membebaskan tagihan {{error}}",
|
|
46
|
+
"billWaiverSuccess": "Pembebasan tagihan berhasil",
|
|
47
|
+
"cashPointConfig": "Konfigurasi Kasir",
|
|
48
|
+
"cashPointHistory": "Riwayat Kasir",
|
|
49
|
+
"cashPointLocation": "Lokasi Kasir",
|
|
50
|
+
"cashPointName": "Nama Kasir",
|
|
51
|
+
"cashPointNamePlaceholder": "contoh: Kasir Farmasi",
|
|
52
|
+
"cashPointNameRequired": "Cash Point Name is required",
|
|
53
|
+
"cashPointSaved": "Kasir berhasil disimpan.",
|
|
54
|
+
"cashPointUuid": "UUID Kasir",
|
|
55
|
+
"cashPointUuidPlaceholder": "Masukkan UUID",
|
|
56
|
+
"checkFilters": "Periksa filter di atas",
|
|
57
|
+
"confirmDeleteMessage": "Apakah Anda yakin ingin menghapus metode pembayaran ini? Lanjutkan dengan hati-hati.",
|
|
58
|
+
"createdSuccessfully": "Layanan berbayar berhasil dibuat",
|
|
59
|
+
"currentPrice": "Harga saat ini",
|
|
60
|
+
"date": "Date",
|
|
61
|
+
"dateAndTime": "Date And Time",
|
|
62
|
+
"dateOfPayment": "Date of payment",
|
|
63
|
+
"deletePaymentMode": "Hapus Metode Pembayaran",
|
|
64
|
+
"deleting": "Deleting",
|
|
65
|
+
"description": "Deskripsi",
|
|
66
|
+
"descriptionPlaceholder": "contoh: Digunakan untuk semua transaksi tunai",
|
|
67
|
+
"discard": "Buang",
|
|
68
|
+
"discount": "Diskon",
|
|
69
|
+
"discountAmount": "Discount Amount",
|
|
70
|
+
"editBillableService": "Edit layanan berbayar",
|
|
71
|
+
"editBillableServices": "Edit Layanan Berbayar",
|
|
72
|
+
"editBillLineItem": "Edit item tagihan?",
|
|
73
|
+
"editThisBillItem": "Edit item tagihan ini",
|
|
74
|
+
"enterAmount": "Masukkan jumlah",
|
|
75
|
+
"enterConcept": "Konsep terkait",
|
|
76
|
+
"enterReferenceNumber": "Masukkan nomor referensi",
|
|
77
|
+
"error": "Kesalahan",
|
|
78
|
+
"errorDeletingPaymentMode": "Terjadi kesalahan saat menghapus metode pembayaran.",
|
|
79
|
+
"errorFetchingCashPoints": "Terjadi kesalahan saat mengambil data kasir.",
|
|
80
|
+
"errorFetchingLocations": "Terjadi kesalahan saat mengambil data lokasi.",
|
|
81
|
+
"errorFetchingPaymentModes": "Terjadi kesalahan saat mengambil metode pembayaran.",
|
|
82
|
+
"errorLoadingBillServices": "Kesalahan memuat layanan tagihan",
|
|
83
|
+
"errorLoadingPaymentModes": "Kesalahan metode pembayaran",
|
|
84
|
+
"errorPrintingInvoice": "Error printing invoice",
|
|
85
|
+
"errorSavingCashPoint": "Terjadi kesalahan saat menyimpan kasir.",
|
|
86
|
+
"errorSavingPaymentMode": "Terjadi kesalahan saat menyimpan metode pembayaran.",
|
|
87
|
+
"filterBy": "Filter berdasarkan",
|
|
88
|
+
"filterTable": "Filter tabel",
|
|
89
|
+
"grandTotal": "Total keseluruhan",
|
|
90
|
+
"home": "Beranda",
|
|
91
|
+
"identifier": "Identifikasi",
|
|
92
|
+
"insuranceScheme": "Skema asuransi",
|
|
93
|
+
"invalidUuidFormat": "Invalid UUID format",
|
|
94
|
+
"invalidWaiverAmount": "Jumlah pembebasan tidak valid",
|
|
95
|
+
"inventoryItem": "Inventory item",
|
|
96
|
+
"invoice": "Faktur",
|
|
97
|
+
"invoiceDate": "Invoice date",
|
|
98
|
+
"invoiceError": "Kesalahan faktur",
|
|
99
|
+
"invoiceNumber": "Invoice #",
|
|
100
|
+
"invoiceStatus": "Invoice Status",
|
|
88
101
|
"item": "Item",
|
|
89
|
-
"itemsToBeBilled": "
|
|
90
|
-
"launchBillForm": "
|
|
91
|
-
"lineItems": "
|
|
92
|
-
"loading": "
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
102
|
+
"itemsToBeBilled": "Item yang akan ditagih",
|
|
103
|
+
"launchBillForm": "Buka formulir tagihan",
|
|
104
|
+
"lineItems": "Item baris",
|
|
105
|
+
"loading": "Memuat data...",
|
|
106
|
+
"loadingBillInfo": "Loading bill information...",
|
|
107
|
+
"loadingBillingServices": "Memuat layanan penagihan...",
|
|
108
|
+
"loadingBillItems": "Loading bill items",
|
|
109
|
+
"loadingData": "Loading data",
|
|
110
|
+
"loadingDescription": "Memuat",
|
|
111
|
+
"location": "Pilih Lokasi",
|
|
112
|
+
"locationRequired": "Location is required",
|
|
113
|
+
"manageBillableServices": "Kelola layanan berbayar",
|
|
114
|
+
"name": "Nama",
|
|
115
|
+
"nextPage": "Halaman berikutnya",
|
|
116
|
+
"noBilltoDisplay": "Tidak ada tagihan untuk ditampilkan untuk pasien ini",
|
|
117
|
+
"noMatchingBillsToDisplay": "Tidak ada tagihan yang cocok untuk ditampilkan",
|
|
118
|
+
"noMatchingItemsToDisplay": "Tidak ada item yang cocok untuk ditampilkan",
|
|
119
|
+
"noMatchingServicesToDisplay": "Tidak ada layanan yang cocok untuk ditampilkan",
|
|
120
|
+
"noResultsFor": "Tidak ada hasil untuk",
|
|
121
|
+
"number": "No",
|
|
106
122
|
"ok": "OK",
|
|
107
|
-
"patientBillingAlert": "
|
|
108
|
-
"patientBills": "
|
|
109
|
-
"patientBillsDescription": "
|
|
110
|
-
"patientCategory": "
|
|
111
|
-
"paymentDetails": "
|
|
112
|
-
"paymentMethod": "
|
|
113
|
-
"paymentMethods": "
|
|
114
|
-
"paymentMode": "
|
|
115
|
-
"paymentModeDeleted": "
|
|
116
|
-
"paymentModeHistory": "
|
|
117
|
-
"paymentModeName": "
|
|
118
|
-
"paymentModeNamePlaceholder": "
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"quantityRequired": "
|
|
135
|
-
"referenceNumber": "
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"saving": "
|
|
139
|
-
"searchConcepts": "
|
|
140
|
-
"searching": "
|
|
141
|
-
"searchItems": "
|
|
142
|
-
"searchThisTable": "
|
|
143
|
-
"selectBillableService": "
|
|
144
|
-
"
|
|
145
|
-
"selectPatientCategory": "
|
|
146
|
-
"selectPaymentMethod": "
|
|
147
|
-
"sellingAmount": "
|
|
148
|
-
"sellingPrice": "
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
"serviceType": "
|
|
156
|
-
"shortName": "
|
|
157
|
-
"shortNameExceedsLimit": "
|
|
158
|
-
"status": "
|
|
159
|
-
"
|
|
160
|
-
"
|
|
161
|
-
"success": "Success",
|
|
123
|
+
"patientBillingAlert": "Peringatan Penagihan Pasien",
|
|
124
|
+
"patientBills": "Tagihan pasien",
|
|
125
|
+
"patientBillsDescription": "Daftar tagihan pasien",
|
|
126
|
+
"patientCategory": "Kategori pasien",
|
|
127
|
+
"paymentDetails": "Detail Pembayaran",
|
|
128
|
+
"paymentMethod": "Metode pembayaran",
|
|
129
|
+
"paymentMethods": "Metode pembayaran",
|
|
130
|
+
"paymentMode": "Metode Pembayaran",
|
|
131
|
+
"paymentModeDeleted": "Metode pembayaran berhasil dihapus.",
|
|
132
|
+
"paymentModeHistory": "Riwayat Metode Pembayaran",
|
|
133
|
+
"paymentModeName": "Nama Metode Pembayaran",
|
|
134
|
+
"paymentModeNamePlaceholder": "contoh: Tunai, Kartu Kredit",
|
|
135
|
+
"paymentModeNameRequired": "Payment Mode Name is required",
|
|
136
|
+
"paymentModeSaved": "Metode pembayaran berhasil disimpan.",
|
|
137
|
+
"paymentModesConfig": "Konfigurasi Metode Pembayaran",
|
|
138
|
+
"payments": "Pembayaran",
|
|
139
|
+
"pleaseRequiredFields": "Harap isi semua bidang yang wajib diisi",
|
|
140
|
+
"policyNumber": "Nomor polis",
|
|
141
|
+
"postWaiver": "Posting pembebasan",
|
|
142
|
+
"previousPage": "Halaman sebelumnya",
|
|
143
|
+
"price": "Harga Satuan",
|
|
144
|
+
"priceIsRequired": "Harga wajib diisi",
|
|
145
|
+
"prices": "Harga",
|
|
146
|
+
"printBill": "Cetak tagihan",
|
|
147
|
+
"printReceipt": "Cetak struk",
|
|
148
|
+
"processPayment": "Proses Pembayaran",
|
|
149
|
+
"quantity": "Kuantitas",
|
|
150
|
+
"quantityRequired": "Kuantitas wajib diisi",
|
|
151
|
+
"referenceNumber": "Nomor referensi",
|
|
152
|
+
"saveAndClose": "Simpan dan tutup",
|
|
153
|
+
"saveBill": "Save Bill",
|
|
154
|
+
"saving": "Menyimpan",
|
|
155
|
+
"searchConcepts": "Cari konsep terkait",
|
|
156
|
+
"searching": "Mencari",
|
|
157
|
+
"searchItems": "Cari item dan layanan",
|
|
158
|
+
"searchThisTable": "Cari di tabel ini",
|
|
159
|
+
"selectBillableService": "Pilih layanan berbayar...",
|
|
160
|
+
"selectLocation": "Select Location",
|
|
161
|
+
"selectPatientCategory": "Pilih kategori pasien",
|
|
162
|
+
"selectPaymentMethod": "Pilih metode pembayaran",
|
|
163
|
+
"sellingAmount": "Masukkan harga jual",
|
|
164
|
+
"sellingPrice": "Harga Jual",
|
|
165
|
+
"serviceMetrics": "Metrik Layanan",
|
|
166
|
+
"serviceName": "Nama Layanan",
|
|
167
|
+
"serviceNameExceedsLimit": "Nama Layanan melebihi batas karakter {{MAX_NAME_LENGTH}}.",
|
|
168
|
+
"serviceShortName": "Nama Pendek",
|
|
169
|
+
"servicesList": "Daftar layanan",
|
|
170
|
+
"serviceStatus": "Service Status",
|
|
171
|
+
"serviceType": "Jenis Layanan",
|
|
172
|
+
"shortName": "Nama Pendek",
|
|
173
|
+
"shortNameExceedsLimit": "Nama Pendek melebihi batas karakter {{MAX_NAME_LENGTH}}.",
|
|
174
|
+
"status": "Status Layanan",
|
|
175
|
+
"submitting": "Mengirim...",
|
|
176
|
+
"success": "Berhasil",
|
|
162
177
|
"total": "Total",
|
|
163
|
-
"totalAmount": "Total
|
|
164
|
-
"totalTendered": "Total
|
|
165
|
-
"unitPrice": "
|
|
166
|
-
"
|
|
178
|
+
"totalAmount": "Jumlah Total",
|
|
179
|
+
"totalTendered": "Total Dibayarkan",
|
|
180
|
+
"unitPrice": "Harga satuan",
|
|
181
|
+
"unitPriceHelperText": "This is the unit price for this item.",
|
|
182
|
+
"updatedSuccessfully": "Layanan berbayar berhasil diperbarui",
|
|
167
183
|
"uuid": "UUID",
|
|
168
|
-
"
|
|
169
|
-
"
|
|
184
|
+
"uuidRequired": "UUID is required",
|
|
185
|
+
"visitTime": "Waktu kunjungan",
|
|
186
|
+
"waiverForm": "Formulir pembebasan"
|
|
170
187
|
}
|
package/translations/it.json
CHANGED
|
@@ -1,26 +1,32 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
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
|
-
"addPaymentMode": "
|
|
9
|
-
"addPaymentOptions": "
|
|
10
|
+
"addPaymentMode": "Aggiungi un metodo di pagamento",
|
|
11
|
+
"addPaymentOptions": "Aggiungi un'opzione di pagamento",
|
|
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",
|
|
20
|
-
"billing": "
|
|
21
|
-
"billingForm": "
|
|
22
|
-
"billingHistory": "
|
|
23
|
-
"billingSettings": "
|
|
26
|
+
"billing": "Fatturazione",
|
|
27
|
+
"billingForm": "Modulo di fatturazione",
|
|
28
|
+
"billingHistory": "Cronologia fatturazione",
|
|
29
|
+
"billingSettings": "Impostazioni di fatturazione",
|
|
24
30
|
"billItem": "Bill item",
|
|
25
31
|
"billItems": "Bill Items",
|
|
26
32
|
"billLineItemEmpty": "This bill has no line items",
|
|
@@ -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.
|
|
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
|
-
"
|
|
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
|
-
"discount": "
|
|
60
|
-
"
|
|
61
|
-
"duplicatePaymentModeError": "A payment mode with the same name already exists. Please create another payment mode",
|
|
68
|
+
"discount": "Sconto",
|
|
69
|
+
"discountAmount": "Discount Amount",
|
|
62
70
|
"editBillableService": "Edit billable service",
|
|
63
71
|
"editBillableServices": "Edit Billable Services",
|
|
64
72
|
"editBillLineItem": "Edit bill line item?",
|
|
@@ -66,59 +74,68 @@
|
|
|
66
74
|
"enterAmount": "Enter amount",
|
|
67
75
|
"enterConcept": "Associated concept",
|
|
68
76
|
"enterReferenceNumber": "Enter ref. number",
|
|
69
|
-
"error": "
|
|
70
|
-
"errorDeletingPaymentMode": "
|
|
77
|
+
"error": "Errore",
|
|
78
|
+
"errorDeletingPaymentMode": "Si è verificato un errore durante l'eliminazione del metodo di pagamento.",
|
|
71
79
|
"errorFetchingCashPoints": "An error occurred while fetching cash points.",
|
|
72
80
|
"errorFetchingLocations": "An error occurred while fetching locations.",
|
|
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
|
-
"errorSavingPaymentMode": "
|
|
78
|
-
"filterBy": "
|
|
79
|
-
"filterTable": "
|
|
86
|
+
"errorSavingPaymentMode": "Si è verificato un errore durante il salvataggio del metodo di pagamento.",
|
|
87
|
+
"filterBy": "Filtra per",
|
|
88
|
+
"filterTable": "Filtra tabella",
|
|
80
89
|
"grandTotal": "Grand total",
|
|
81
|
-
"home": "
|
|
82
|
-
"identifier": "
|
|
83
|
-
"inlineLoading": "Loading bill items...",
|
|
90
|
+
"home": "Pagina principale",
|
|
91
|
+
"identifier": "Identificativo",
|
|
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",
|
|
88
|
-
"
|
|
99
|
+
"invoiceNumber": "Invoice #",
|
|
100
|
+
"invoiceStatus": "Invoice Status",
|
|
101
|
+
"item": "Elemento",
|
|
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...",
|
|
94
|
-
"
|
|
108
|
+
"loadingBillItems": "Loading bill items",
|
|
109
|
+
"loadingData": "Loading data",
|
|
110
|
+
"loadingDescription": "Caricamento in corso",
|
|
95
111
|
"location": "Select Location",
|
|
112
|
+
"locationRequired": "Location is required",
|
|
96
113
|
"manageBillableServices": "Manage billable services",
|
|
97
|
-
"name": "
|
|
98
|
-
"nextPage": "
|
|
114
|
+
"name": "Nome",
|
|
115
|
+
"nextPage": "Pagina successiva",
|
|
99
116
|
"noBilltoDisplay": "There are no bills to display for this patient",
|
|
100
117
|
"noMatchingBillsToDisplay": "No matching bills to display",
|
|
101
118
|
"noMatchingItemsToDisplay": "No matching items to display",
|
|
102
119
|
"noMatchingServicesToDisplay": "No matching services to display",
|
|
103
|
-
"noResultsFor": "
|
|
104
|
-
"
|
|
105
|
-
"noServicesToDisplay": "There are no services to display",
|
|
120
|
+
"noResultsFor": "Nessun risultato per",
|
|
121
|
+
"number": "No",
|
|
106
122
|
"ok": "OK",
|
|
107
123
|
"patientBillingAlert": "Patient Billing Alert",
|
|
108
124
|
"patientBills": "Patient bill",
|
|
109
125
|
"patientBillsDescription": "List of patient bills",
|
|
110
126
|
"patientCategory": "Patient category",
|
|
111
|
-
"paymentDetails": "
|
|
112
|
-
"paymentMethod": "
|
|
113
|
-
"paymentMethods": "
|
|
127
|
+
"paymentDetails": "Dettagli pagamento",
|
|
128
|
+
"paymentMethod": "Metodo di pagamento",
|
|
129
|
+
"paymentMethods": "Metodi di pagamento",
|
|
114
130
|
"paymentMode": "Payment Mode",
|
|
115
131
|
"paymentModeDeleted": "Payment mode was successfully deleted.",
|
|
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
|
-
"payments": "
|
|
138
|
+
"payments": "Pagamenti",
|
|
122
139
|
"pleaseRequiredFields": "Please fill all required fields",
|
|
123
140
|
"policyNumber": "Policy number",
|
|
124
141
|
"postWaiver": "Post waiver",
|
|
@@ -129,42 +146,42 @@
|
|
|
129
146
|
"printBill": "Print bill",
|
|
130
147
|
"printReceipt": "Print receipt",
|
|
131
148
|
"processPayment": "Process Payment",
|
|
132
|
-
"quantity": "
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"saving": "Saving",
|
|
149
|
+
"quantity": "Quantità",
|
|
150
|
+
"quantityRequired": "La quantità è obbligatoria",
|
|
151
|
+
"referenceNumber": "Numero di riferimento",
|
|
152
|
+
"saveAndClose": "Salva e chiudi",
|
|
153
|
+
"saveBill": "Save Bill",
|
|
154
|
+
"saving": "Salvataggio in corso",
|
|
139
155
|
"searchConcepts": "Search associated concept",
|
|
140
|
-
"searching": "
|
|
156
|
+
"searching": "Ricerca in corso",
|
|
141
157
|
"searchItems": "Search items and services",
|
|
142
158
|
"searchThisTable": "Search this table",
|
|
143
159
|
"selectBillableService": "Select a billable service...",
|
|
144
|
-
"
|
|
145
|
-
"selectPatientCategory": "
|
|
146
|
-
"selectPaymentMethod": "
|
|
147
|
-
"sellingAmount": "
|
|
148
|
-
"sellingPrice": "
|
|
149
|
-
"service": "Service",
|
|
160
|
+
"selectLocation": "Select Location",
|
|
161
|
+
"selectPatientCategory": "Seleziona categoria paziente",
|
|
162
|
+
"selectPaymentMethod": "Seleziona metodo di pagamento",
|
|
163
|
+
"sellingAmount": "Inserisci il prezzo di vendita",
|
|
164
|
+
"sellingPrice": "Prezzo di vendita",
|
|
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
|
-
"
|
|
160
|
-
"
|
|
161
|
-
"
|
|
162
|
-
"total": "Total",
|
|
175
|
+
"submitting": "Invio in corso...",
|
|
176
|
+
"success": "Successo",
|
|
177
|
+
"total": "Totale",
|
|
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",
|
|
168
|
-
"
|
|
184
|
+
"uuidRequired": "UUID is required",
|
|
185
|
+
"visitTime": "Orario della visita",
|
|
169
186
|
"waiverForm": "Waiver form"
|
|
170
187
|
}
|