WIP Payroll.

This commit is contained in:
Patrick Fic
2023-07-21 10:04:44 -07:00
parent 756d97a9cb
commit 8dfcda6c5e
7 changed files with 43 additions and 3 deletions

View File

@@ -215,9 +215,10 @@ export function PayrollLaborAllocationsTable({
await axios.post("/payroll/payall", {
jobid: jobId,
});
if (refetch) refetch();
}}
>
(TODO: Add Label) Pay All
{t("timetickets.actions.payall")}
</Button>
<Button
onClick={async () => {