Commit 297dba55 authored by Riri Novita's avatar Riri Novita

index js

parent 4f91a297
......@@ -238,7 +238,8 @@ const create = (type = "") => {
const getReportBSMR = (body) => api.post('/transaction/db_balance_sheet/monthly_report/get_report_hierarki', body)
const getReportPLDetailMB = (body) => api.post('/transaction/db_profit_loss_detail/master_budget/get_report_hierarki', body)
const getReportPLDetailMR = (body) => api.post('/transaction/db_profit_loss_detail/monthly_report/get_report_hierarki', body)
const getReportPLMB = (body) => api.post('/transaction/db_report_detail/get_report_hierarki', body)
const getReportPLMB = (body) => api.post('/transaction/db_profit_loss/master_budget/get_report_hierarki', body)
const getReportPLMR = (body) => api.post('/transaction/db_profit_loss/monthly_report/get_report_hierarki', body)
//CASH FLOW
......@@ -585,7 +586,8 @@ const create = (type = "") => {
getReportBSMR,
getReportPLDetailMB,
getReportPLDetailMR,
getReportPLMB
getReportPLMB,
getReportPLMR
}
}
......
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