Mass Approve Labor Transactions?

Does anyone know a way to mass approve labor transactions? We appear to have jobs that won’t close and are sitting in the job closing exception tracker because they include un-approved labor transactions. Our labor transactions are all approved on save, except occasionally someone will need to edit and then forgets to click “approve”. It is very tedious to go back to each of these and try to find the transaction that needs to be approved.

Thank you,
Lisa

I do this with a UBAQ

3 Likes

I have a BAQ I use to FIND bad entries… but I never took the time to turn it into an updateable BAQ/Dashboard. Perhaps you could take it to the next level.

Its just a simple BAQ against LaborDtl, showing whatever pertinent columns you want/need.

You’re just looking for any entries that aren’t approved (TimeStatus <> “A”)

Table criteria
TimeStatus <> “A” (approved)
ClockInDate <> Today (otherwise you’ll see a bunch of “entered” time records for active work)

2 Likes