Commit e5659dfc authored by Riri Novita's avatar Riri Novita

Simulasi Upload

parent 233b8383
......@@ -209,6 +209,7 @@ const create = (type = "") => {
const createSubmitReport = (body) => api.post('transaction/master_budget/create_submission_report', body)
const getSubmission = (body) => api.post('transaction/master_budget/get_submission_id', body)
const checkUploadMB = (body) => api.post('transaction/master_budget/check_import', body)
const checkUploadMBSimulasi = (body) => api.post('transaction/master_budget/import_master_budget/other_currency_existing', body)
const uploadMasterBudget = (body) => api.post('transaction/master_budget/import_master_budget', body)
const validateSubmitReport = (body) => api.post('transaction/master_budget/validate_save', body)
const countingFormula = (body) => api.post('transaction/counting_formula', body)
......@@ -872,7 +873,8 @@ const create = (type = "") => {
createDownloadFile,
getListDownload,
downloadZipReport,
sendEmail
sendEmail,
checkUploadMBSimulasi
}
}
......
......@@ -57,6 +57,7 @@ const Images = {
dotOpen: require('./dot-open.svg'),
zip: require('./zip.png'),
warning: require('./warning.png'),
simulasiUpload: require('./upload-simulasi.png'),
}
export default Images
\ No newline at end of file
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