Commit 770b74bd authored by faisalhamdi's avatar faisalhamdi

update api/index

parent f660923a
......@@ -254,6 +254,7 @@ const create = (type = "") => {
const getReportFRMB = (body) => api.post('/transaction/summary_ratio/master_budget/get_report_hierarki', body)
const getReportFRMR = (body) => api.post('/transaction/summary_ratio/monthly_report/get_report_hierarki', body)
const getReportFRLastMR = (body) => api.post('/transaction/summary_ratio/monthly_report_last_year/get_report_hierarki', body)
const getReportBSSuma = (body) => api.post('/transaction/summary/balance_sheet/get_report_hierarki', body)
//CASH FLOW
......@@ -617,7 +618,8 @@ const create = (type = "") => {
getAllReportOI,
getReportFRMB,
getReportFRMR,
getReportFRLastMR
getReportFRLastMR,
getReportBSSuma
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment