add quick menu, header table

This commit is contained in:
2024-08-29 09:31:49 +07:00
parent b5babbfeac
commit 087bb1dc47
9 changed files with 624 additions and 5 deletions

View File

@@ -0,0 +1,46 @@
var CustomMessages = {
en: {
message: {
filter: {
date: "Date",
noreg: "No. Reg / Name",
group: "Customer Group",
},
table: {
title: "TOTAL PATIENTS",
h_no: "NO",
h_orderr: "ORDER/JANJI HASIL",
h_pasien: "PATIENT",
h_status: "STATUS ORDER",
h_sample: "SAMP. COLLECT",
h_proces: "PROCESS",
h_resver: "RESULT VERIF",
h_resval: "RESULT VALID",
h_printt: "PRINT",
},
dobage: "Date of Birth and Age",
},
},
id: {
message: {
filter: {
date: "Tanggal",
noreg: "No. Reg / Nama",
group: "Kel. Pelanggan",
},
table: {
title: "TOTAL PASIEN",
h_no: "NO",
h_orderr: "ORDER/JANJI HASIL",
h_pasien: "PASIEN",
h_status: "STATUS ORDER",
h_sample: "SAMP. COLLECT",
h_proces: "PROSES",
h_resver: "RESULT VERIF",
h_resval: "RESULT VALID",
h_printt: "PRINT",
},
dobage: "Tanggal Lahir dan Umur",
},
},
};