WIP Payroll. Added line assignment & begin server side calc.

This commit is contained in:
Patrick Fic
2023-07-07 15:01:46 -07:00
parent 384153d914
commit bd7fbfff37
17 changed files with 1127 additions and 8 deletions

View File

@@ -0,0 +1,2 @@
exports.calculateLaborTotals = require("./calculate-totals").calculateLaborTotals;
exports.payall = require("./pay-all").payall;