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 () => {

View File

@@ -2729,6 +2729,7 @@
"commit": "Commit Tickets ({{count}})",
"commitone": "Commit",
"enter": "Enter New Time Ticket",
"payall": "Pay All",
"printemployee": "Print Time Tickets",
"uncommit": "Uncommit"
},

View File

@@ -2729,6 +2729,7 @@
"commit": "",
"commitone": "",
"enter": "",
"payall": "",
"printemployee": "",
"uncommit": ""
},

View File

@@ -2729,6 +2729,7 @@
"commit": "",
"commitone": "",
"enter": "",
"payall": "",
"printemployee": "",
"uncommit": ""
},