Commit 4b8cdadc authored by faisalhamdi's avatar faisalhamdi

f.hamdi

parent 8fff5844
...@@ -263,6 +263,9 @@ const create = (type = "") => { ...@@ -263,6 +263,9 @@ const create = (type = "") => {
const getRollingOutlookTP = (body) => api.post('transaction/rolling_outlook/tax_planning/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) const createRollingOutlookTP = (body) => api.post('transaction/rolling_outlook/tax_planning/store_ro_tax_planning', body)
const getRollingOutlookCAT = (body) => api.post('transaction/cat/rolling_outlook/get_report_hierarki', body) const getRollingOutlookCAT = (body) => api.post('transaction/cat/rolling_outlook/get_report_hierarki', body)
const createRollingOutlookCAT = (body) => api.post('transaction/cat/rolling_outlook/create_rolling_outlook', body)
const checkImportRollingOutlookCAT = (body) => api.post('transaction/cat/rolling_outlook/check_import', body)
const importRollingOutlookCAT = (body) => api.post('transaction/cat/rolling_outlook/import_rolling_outlook', body)
const getSubmitRollingOutlook = (body) => api.post('transaction/rolling_outlook/get_latest_periode_submit', body) const getSubmitRollingOutlook = (body) => api.post('transaction/rolling_outlook/get_latest_periode_submit', body)
const getRollingOI = (body) => api.post('transaction/operating_indicator/rolling_outlook/get_operating_indicator_id', body) const getRollingOI = (body) => api.post('transaction/operating_indicator/rolling_outlook/get_operating_indicator_id', body)
const getHierarkiRollingOI = (body) => api.post('transaction/operating_indicator/rolling_outlook/get_report_hierarki', body) const getHierarkiRollingOI = (body) => api.post('transaction/operating_indicator/rolling_outlook/get_report_hierarki', body)
...@@ -747,6 +750,9 @@ const create = (type = "") => { ...@@ -747,6 +750,9 @@ const create = (type = "") => {
checkImportRollingOutlookBS, checkImportRollingOutlookBS,
importRollingOutlookBS, importRollingOutlookBS,
getRollingOutlookCAT, getRollingOutlookCAT,
createRollingOutlookCAT,
checkImportRollingOutlookCAT,
importRollingOutlookCAT,
createRollingOutlookPL, createRollingOutlookPL,
checkImportRollingOutlookPL, checkImportRollingOutlookPL,
importRollingOutlookPL, importRollingOutlookPL,
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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