This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ===POS SQL Query=== select submiteinvoice,createdtime ,* from pos where createdtime >='20250101' and SubmitEInvoice='F' \\ update pos set SubmitEInvoice ='T' where createdtime >='20250101' and SubmitEInvoice='F'