|
|
|
@ -104,7 +104,7 @@ const DashboardBOD = (props) => {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const getInvoiceOutstanding = async () => { |
|
|
|
|
const URL = `${BASE_OSPRO}/api/dashboard/get-invoice-outstanding` |
|
|
|
|
const URL = `${BASE_OSPRO}/api/dashboard/get-invoice-outstanding/${moment().format('YYYY')}/${company_id}/${all_project}/${hierarchy}` |
|
|
|
|
const result = await axios.get(URL, HEADER).then(res => res).catch(err => err.response) |
|
|
|
|
const content = "Get Project Invoice vs Cash In."; |
|
|
|
|
|
|
|
|
|