Feature/SendtoFo

This commit is contained in:
2024-08-28 09:02:07 +07:00
parent 6d96653c6d
commit e423fc3cca
9 changed files with 535 additions and 4 deletions

42
send-to-fo/language.js Normal file
View File

@@ -0,0 +1,42 @@
var CustomMessages = {
en: {
message: {
search:{
date: "Tanggal",
noReg: "No Reg / Nama",
customerGroup: "Kel. Pelanggan",
},
toolbalTitle: "PASIEN",
tableListPatient: {
noreg: "NO. REG",
name: "NAME",
},
report:{
selfservice: "Ambil Sendiri",
patientAddress: "Alamat Pasien",
senderAddress: "Alamat Pengirim"
},
send:"Serahkan",
},
},
id: {
message: {
search:{
date: "Date",
noReg: "No Reg / Name",
customerGroup: "Customer Group",
},
toolbalTitle: "PASIEN",
tableListPatient: {
noreg: "NO. REG",
name: "NAMA",
},
report:{
selfservice: "SelfService",
patientAddress: "Patient Address",
senderAddress: "Sender Address",
send: "Send",
}
},
},
};