Commit e6998687 authored by Rifka Kurnia's avatar Rifka Kurnia

Merge branch 'rifka' into 'master'

create bs rolling outlook

See merge request !1243
parents 747ac531 74f6bf31
......@@ -243,6 +243,7 @@ const create = (type = "") => {
// Rolling Outlook
const getRollingOutlookID = (body) => api.post('transaction/rolling_outlook/get_rolling_outlook_id', body)
const getRollingOutlookBS = (body) => api.post('transaction/balance_sheet/rolling_outlook/get_report_hierarki', body)
const createRollingOutlookBS = (body) => api.post('transaction/balance_sheet/rolling_outlook/create_rolling_outlook', body)
const getRollingOutlookPL = (body) => api.post('transaction/profit_loss/rolling_outlook/get_report_hierarki', body)
......@@ -695,6 +696,7 @@ const create = (type = "") => {
getHierarkiCronJobMRRatio,
getRollingOutlookID,
getRollingOutlookBS,
createRollingOutlookBS,
getAllMasterDataCat,
getParentItemReport,
saveMasterDataCat,
......
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