Skip to content

add: bsb & account for staff bank details #82

add: bsb & account for staff bank details

add: bsb & account for staff bank details #82

Triggered via push April 5, 2024 06:25
Status Failure
Total duration 33s
Artifacts

node.js.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
build (18.x): src/configs/zustore/adminStore.ts#L15
Type '{ dashboard: number; clients: number; orders: number; worklogs: number; calendar: number; staff: number; setting: number; uid: string; first_name: string; last_name: string; role: string; hr: number; }' is missing the following properties from type '{ hr: number; role: string; bsb: string; dashboard: number; clients: number; orders: number; worklogs: number; calendar: number; staff: number; setting: number; uid: string; first_name: string; last_name: string; account: string; }': bsb, account
build (18.x): src/pageComponents/modals/mPayslip/FormContent.tsx#L28
'onSubmit' is declared but its value is never read.
build (18.x): src/pageComponents/pdfTemplates/payslip/template1/TableRows.tsx#L5
'plusAB' is declared but its value is never read.
build (18.x): src/pageComponents/pdfTemplates/payslip/template1/template.tsx#L4
All imports in import declaration are unused.
build (18.x): src/pageComponents/pdfTemplates/payslip/template1/template.tsx#L9
'TableFooter' is declared but its value is never read.
build (18.x): src/pageComponents/pdfTemplates/payslip/template1/template.tsx#L11
'PayHeader' is declared but its value is never read.
build (18.x): src/pageComponents/pdfTemplates/payslip/template1/template.tsx#L12
'PayRows' is declared but its value is never read.
build (18.x): src/pageComponents/pdfTemplates/payslip/template1/template.tsx#L16
'useStaffWLStore' is declared but its value is never read.
build (18.x)
Process completed with exit code 2.
build (18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.