Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
...
WHERE ((opdetm.order_no Not Like '5%')
AND (ceratem.currency_type='YR')
AND (opheadm.invoice_date>={ts '2005-01-01 00:00:00'})
AND (ceratem.currency_year='05'))
AND opheadm.customer = slcustm.customer
AND opdetm.order_no = opheadm.order_no
AND slcustm.currency = ceratem.currency_code
AND stockm.product = opdetm.product
AND stockm.warehouse = opdetm.warehouse
...