import { Divider, Form, Input, InputNumber, Row, Col } from "antd"; import React from "react"; import { useTranslation } from "react-i18next"; import JobTotalsTableContainer from "../job-totals-table/job-totals-table.container"; 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? ); }