WIP Payroll.
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
@@ -2729,6 +2729,7 @@
|
||||
"commit": "Commit Tickets ({{count}})",
|
||||
"commitone": "Commit",
|
||||
"enter": "Enter New Time Ticket",
|
||||
"payall": "Pay All",
|
||||
"printemployee": "Print Time Tickets",
|
||||
"uncommit": "Uncommit"
|
||||
},
|
||||
|
||||
@@ -2729,6 +2729,7 @@
|
||||
"commit": "",
|
||||
"commitone": "",
|
||||
"enter": "",
|
||||
"payall": "",
|
||||
"printemployee": "",
|
||||
"uncommit": ""
|
||||
},
|
||||
|
||||
@@ -2729,6 +2729,7 @@
|
||||
"commit": "",
|
||||
"commitone": "",
|
||||
"enter": "",
|
||||
"payall": "",
|
||||
"printemployee": "",
|
||||
"uncommit": ""
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user