Commit 4dcb72c8 authored by Riri Novita's avatar Riri Novita

Merge branch 'riri' into 'master'

index js

See merge request !1013
parents 4f91a297 297dba55
...@@ -238,7 +238,8 @@ const create = (type = "") => { ...@@ -238,7 +238,8 @@ const create = (type = "") => {
const getReportBSMR = (body) => api.post('/transaction/db_balance_sheet/monthly_report/get_report_hierarki', body) 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 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 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 //CASH FLOW
...@@ -585,7 +586,8 @@ const create = (type = "") => { ...@@ -585,7 +586,8 @@ const create = (type = "") => {
getReportBSMR, getReportBSMR,
getReportPLDetailMB, getReportPLDetailMB,
getReportPLDetailMR, 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