| @@ -70,7 +70,7 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { | |||||
| <Grid container > | <Grid container > | ||||
| <Grid item xs={6} md={6} sx={{ml:-5, textAlign: "right" }}> | <Grid item xs={6} md={6} sx={{ml:-5, textAlign: "right" }}> | ||||
| <FormLabel sx={{ color: "#000000" }}> | <FormLabel sx={{ color: "#000000" }}> | ||||
| Transaction No.: | |||||
| Payment No.: | |||||
| </FormLabel> | </FormLabel> | ||||
| </Grid> | </Grid> | ||||
| <Grid item xs={6} md={5} sx={{ml:5, textAlign: "left" }}> | <Grid item xs={6} md={5} sx={{ml:5, textAlign: "left" }}> | ||||
| @@ -84,7 +84,7 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { | |||||
| <Grid container > | <Grid container > | ||||
| <Grid item xs={6} md={6} sx={{ml:-5, textAlign: "right" }}> | <Grid item xs={6} md={6} sx={{ml:-5, textAlign: "right" }}> | ||||
| <FormLabel sx={{ color: "#000000" }}> | <FormLabel sx={{ color: "#000000" }}> | ||||
| Transaction Date: | |||||
| Payment Date: | |||||
| </FormLabel> | </FormLabel> | ||||
| </Grid> | </Grid> | ||||
| <Grid item xs={6} md={5} sx={{ml:5, textAlign: "left" }}> | <Grid item xs={6} md={5} sx={{ml:5, textAlign: "left" }}> | ||||
| @@ -98,7 +98,7 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { | |||||
| <Grid container > | <Grid container > | ||||
| <Grid item xs={6} md={6} sx={{ml:-5, textAlign: "right" }}> | <Grid item xs={6} md={6} sx={{ml:-5, textAlign: "right" }}> | ||||
| <FormLabel sx={{ color: "#000000" }}> | <FormLabel sx={{ color: "#000000" }}> | ||||
| Transaction Time: | |||||
| Payment Time: | |||||
| </FormLabel> | </FormLabel> | ||||
| </Grid> | </Grid> | ||||
| <Grid item xs={6} md={5} sx={{ml:5, textAlign: "left" }}> | <Grid item xs={6} md={5} sx={{ml:5, textAlign: "left" }}> | ||||
| @@ -80,7 +80,7 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { | |||||
| <Grid container spacing={5} > | <Grid container spacing={5} > | ||||
| <Grid item xs={6} md={6} sx={{ textAlign: "right" }}> | <Grid item xs={6} md={6} sx={{ textAlign: "right" }}> | ||||
| <FormLabel sx={{ fontSize: "16px", color: "#000000" }}> | <FormLabel sx={{ fontSize: "16px", color: "#000000" }}> | ||||
| <FormattedMessage id="transactionNo" />: | |||||
| <FormattedMessage id="paymentNo" />: | |||||
| </FormLabel> | </FormLabel> | ||||
| </Grid> | </Grid> | ||||
| <Grid item xs={6} md={6} sx={{ textAlign: "left" }}> | <Grid item xs={6} md={6} sx={{ textAlign: "left" }}> | ||||
| @@ -94,7 +94,7 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { | |||||
| <Grid container spacing={5}> | <Grid container spacing={5}> | ||||
| <Grid item xs={6} md={6} sx={{textAlign: "right" }}> | <Grid item xs={6} md={6} sx={{textAlign: "right" }}> | ||||
| <FormLabel sx={{ fontSize: "16px", color: "#000000" }}> | <FormLabel sx={{ fontSize: "16px", color: "#000000" }}> | ||||
| <FormattedMessage id="transactionDate" />: | |||||
| <FormattedMessage id="paymentDate" />: | |||||
| </FormLabel> | </FormLabel> | ||||
| </Grid> | </Grid> | ||||
| <Grid item xs={6} md={6} sx={{textAlign: "left" }}> | <Grid item xs={6} md={6} sx={{textAlign: "left" }}> | ||||
| @@ -108,7 +108,7 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { | |||||
| <Grid container spacing={5}> | <Grid container spacing={5}> | ||||
| <Grid item xs={6} md={6} sx={{ textAlign: "right" }}> | <Grid item xs={6} md={6} sx={{ textAlign: "right" }}> | ||||
| <FormLabel sx={{ fontSize: "16px", color: "#000000" }}> | <FormLabel sx={{ fontSize: "16px", color: "#000000" }}> | ||||
| <FormattedMessage id="transactionTime" />: | |||||
| <FormattedMessage id="paymentTime" />: | |||||
| </FormLabel> | </FormLabel> | ||||
| </Grid> | </Grid> | ||||
| <Grid item xs={6} md={6} sx={{textAlign: "left" }}> | <Grid item xs={6} md={6} sx={{textAlign: "left" }}> | ||||
| @@ -136,7 +136,7 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { | |||||
| <Grid container spacing={5} > | <Grid container spacing={5} > | ||||
| <Grid item xs={6} md={6} sx={{ textAlign: "right" }}> | <Grid item xs={6} md={6} sx={{ textAlign: "right" }}> | ||||
| <FormLabel sx={{ fontSize: "16px", color: "#000000" }}> | <FormLabel sx={{ fontSize: "16px", color: "#000000" }}> | ||||
| <FormattedMessage id="payTotalDeatail"/>: | |||||
| <FormattedMessage id="payDeatail"/>: | |||||
| </FormLabel> | </FormLabel> | ||||
| </Grid> | </Grid> | ||||
| <Grid item xs={6} md={6} sx={{textAlign: "left" }}> | <Grid item xs={6} md={6} sx={{textAlign: "left" }}> | ||||
| @@ -150,7 +150,7 @@ const PaymentDetails = ({ formData,doPrint,onDownload }) => { | |||||
| <Grid container spacing={5} > | <Grid container spacing={5} > | ||||
| <Grid item xs={6} md={6} sx={{ textAlign: "right" }}> | <Grid item xs={6} md={6} sx={{ textAlign: "right" }}> | ||||
| <FormLabel sx={{ fontSize: "16px", color: "#000000" }}> | <FormLabel sx={{ fontSize: "16px", color: "#000000" }}> | ||||
| <FormattedMessage id="payMethod"/>: | |||||
| <FormattedMessage id="epayMethod"/>: | |||||
| </FormLabel> | </FormLabel> | ||||
| </Grid> | </Grid> | ||||
| <Grid item xs={6} md={6} sx={{textAlign: "left" }}> | <Grid item xs={6} md={6} sx={{textAlign: "left" }}> | ||||
| @@ -323,9 +323,11 @@ | |||||
| "payConfirm": "Confirm payment", | "payConfirm": "Confirm payment", | ||||
| "payCancel": "Cancel payment", | "payCancel": "Cancel payment", | ||||
| "payTotalDeatail": "Total Payment Amount", | "payTotalDeatail": "Total Payment Amount", | ||||
| "payDeatail": "Total Amount", | |||||
| "payTotal": "Total", | "payTotal": "Total", | ||||
| "payDetail": "Payment Details", | "payDetail": "Payment Details", | ||||
| "payMethod": "Payment method", | "payMethod": "Payment method", | ||||
| "epayMethod": " e-Payment Method", | |||||
| "selectPaymentMethod": "Please select a payment method", | "selectPaymentMethod": "Please select a payment method", | ||||
| "payReceipt": "Payment receipt", | "payReceipt": "Payment receipt", | ||||
| "contactPerson": "Contact Person", | "contactPerson": "Contact Person", | ||||
| @@ -393,9 +395,9 @@ | |||||
| "singleCol":"Single Column", | "singleCol":"Single Column", | ||||
| "doubleCol":"Double Column", | "doubleCol":"Double Column", | ||||
| "transactionNo": "Transaction number", | |||||
| "transactionDate": "Transaction Date", | |||||
| "transactionTime": "Transaction Time", | |||||
| "paymentNo": "Payment No.", | |||||
| "paymentDate": "Payment Date", | |||||
| "paymentTime": "Payment Time", | |||||
| "paymentRefCode": "Payment Reference Number", | "paymentRefCode": "Payment Reference Number", | ||||
| "paymentInfoRecord": "Payment Notice Record", | "paymentInfoRecord": "Payment Notice Record", | ||||
| @@ -316,9 +316,11 @@ | |||||
| "payConfirm": "确认付款", | "payConfirm": "确认付款", | ||||
| "payCancel": "取消付款", | "payCancel": "取消付款", | ||||
| "payTotalDeatail": "付款总额", | "payTotalDeatail": "付款总额", | ||||
| "payDeatail": "总额", | |||||
| "payTotal": "付款总额", | "payTotal": "付款总额", | ||||
| "payDetail": "付款详情", | "payDetail": "付款详情", | ||||
| "payMethod": "付款方式", | "payMethod": "付款方式", | ||||
| "epayMethod": "电子付款方法", | |||||
| "selectPaymentMethod": "请选择付款方式", | "selectPaymentMethod": "请选择付款方式", | ||||
| "payReceipt": "付款收据", | "payReceipt": "付款收据", | ||||
| "contactPerson": "联络人", | "contactPerson": "联络人", | ||||
| @@ -386,9 +388,9 @@ | |||||
| "singleCol":"一格位", | "singleCol":"一格位", | ||||
| "doubleCol":"二格位", | "doubleCol":"二格位", | ||||
| "transactionNo": "交易号码", | |||||
| "transactionDate": "交易日期", | |||||
| "transactionTime": "交易时间", | |||||
| "paymentNo": "付款编号", | |||||
| "paymentDate": "付款日期", | |||||
| "paymentTime": "付款时间", | |||||
| "paymentRefCode": "付款参考号码", | "paymentRefCode": "付款参考号码", | ||||
| "paymentInfoRecord": "缴款通知记录", | "paymentInfoRecord": "缴款通知记录", | ||||
| @@ -319,9 +319,11 @@ | |||||
| "payConfirm": "確認付款", | "payConfirm": "確認付款", | ||||
| "payCancel": "取消付款", | "payCancel": "取消付款", | ||||
| "payTotalDeatail": "付款總額", | "payTotalDeatail": "付款總額", | ||||
| "payDeatail": "總額", | |||||
| "payTotal": "付款總額", | "payTotal": "付款總額", | ||||
| "payDetail": "付款詳情", | "payDetail": "付款詳情", | ||||
| "payMethod": "付款方式", | "payMethod": "付款方式", | ||||
| "epayMethod": "電子付款方法", | |||||
| "selectPaymentMethod": "請選擇付款方式", | "selectPaymentMethod": "請選擇付款方式", | ||||
| "payReceipt": "付款收據", | "payReceipt": "付款收據", | ||||
| "contactPerson": "聯絡人", | "contactPerson": "聯絡人", | ||||
| @@ -389,9 +391,9 @@ | |||||
| "singleCol":"一格位", | "singleCol":"一格位", | ||||
| "doubleCol":"二格位", | "doubleCol":"二格位", | ||||
| "transactionNo": "交易號碼", | |||||
| "transactionDate": "交易日期", | |||||
| "transactionTime": "交易時間", | |||||
| "paymentNo": "付款編號", | |||||
| "paymentDate": "付款日期", | |||||
| "paymentTime": "付款時間", | |||||
| "paymentRefCode": "付款參考號碼", | "paymentRefCode": "付款參考號碼", | ||||
| "paymentInfoRecord": "繳款通知記錄", | "paymentInfoRecord": "繳款通知記錄", | ||||