Commit 9b42aa4d authored by rifkaki's avatar rifkaki

olpa & ro tp

parent 9ec25f0b
......@@ -255,6 +255,7 @@ const create = (type = "") => {
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)
const getRollingOutlookTP = (body) => api.post('transaction/rolling_outlook/tax_planning/get_report_hierarki', body)
const createRollingOutlookTP = (body) => api.post('transaction/rolling_outlook/tax_planning/store_ro_tax_planning', body)
//REPORT NEW
......@@ -710,6 +711,7 @@ const create = (type = "") => {
getRollingOutlookBS,
createRollingOutlookBS,
getRollingOutlookTP,
createRollingOutlookTP,
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