Commit ee725aba authored by Riri Novita's avatar Riri Novita

Parameter Setting Currency USD

parent 8083f146
......@@ -184,6 +184,7 @@ const create = (type = "") => {
const uploadParameter = (body) => api.post('/setting/import_setting', body)
const searchParameter = (body) => api.post('setting/search_setting', body)
const deleteParameter = (id) => api.post(`setting/delete_setting/${id}`)
const getDataReport = () => api.get('type_report/get_all_type_report')
// MASTER DATA - CAT
const getAllMasterDataCat = () => api.get('item_report_company/get_all_item_report_company')
......@@ -608,6 +609,7 @@ const create = (type = "") => {
getDetailReportMB,
deleteUnitBisnis,
deleteParameter,
getDataReport,
deletePerusahaan,
deleteReportItems,
getCarfmDocumentBySubmenu,
......
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