import { Col, Divider, Form, Input, InputNumber, Row } from "antd"; import React from "react"; import { useTranslation } from "react-i18next"; import JobTotalsTable from "../job-totals-table/job-totals-table.component"; export default function JobsDetailFinancials({ job }) { const { t } = useTranslation(); return ( TODO This is equivalent of GST payable. TODO equivalent of other customer amount Note //TODO Remove ATP rate?

Mitchell: {JSON.stringify(job.cieca_ttl, null, "\t")}

Mine:{JSON.stringify(job.job_totals, null, "\t")}

); }