BOD-62 WIP total calculations. PST rates is still missing.

This commit is contained in:
Patrick Fic
2020-04-07 17:06:34 -07:00
parent 6bf9ba5be0
commit ed9b2a57fb
18 changed files with 366 additions and 71 deletions

View File

@@ -48,7 +48,6 @@ export default function JobsDetailFinancials({ job }) {
<InputNumber />
</Form.Item>
<Divider />
Totals Table
<Form.Item
label={t("jobs.fields.labor_rate_desc")}
name='labor_rate_desc'>
@@ -125,7 +124,7 @@ export default function JobsDetailFinancials({ job }) {
<InputNumber />
</Form.Item>
</Col>
<Col offset={2} span={10}>
<Col offset={1} span={12}>
<JobTotalsTableContainer jobId={job.id} />
</Col>
</Row>