You are here: home » autocount_pos » possqlquery

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'