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.
instr(ucase({job.CCMasterID}),"L")=0 and
(
{job.CCMasterID} in {?BegJob} to {?EndJob} and
{jobcost.JCChargeClass} = 9 and
(
(
{job.ccdatesetup} <= {?AsOfDate} and cstr({jobstatus.ccopenjob})="true" and
{jobcost.jcstartdate}<={?AsOfDate} and cstr({jobstatus.jcchargesok})="true"
)
or
(
cstr({jobstatus.ccopenjob})="false" and {jobpart.ccinvoicedate}>{?AsOfDate} and
{job.ccdatesetup} <= {?AsOfDate} and {jobcost.jcstartdate}<={?AsOfDate} and
cstr({jobstatus.jcchargesok})="true"
)
) and {jobcost.posted} =true
)