Establish working version of pay all and labor calculations.

This commit is contained in:
Patrick Fic
2023-07-17 14:58:28 -07:00
parent dd085be5c7
commit c214168dcd
8 changed files with 389 additions and 334 deletions

View File

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