Commit ebbb0e35 authored by Riri Novita's avatar Riri Novita

create LOV

parent b88bbefb
......@@ -553,6 +553,8 @@ const create = (type = "") => {
const getTypeOfInvestment = () => api.get('setting_type/get_all_setting_type_by_investment')
const validateSaveLOV = (body) => api.post('transaction/lov/monthly_report/validate_save', body)
const validateSaveLOCF = (body) => api.post('transaction/locf/monthly_report/validate_save', body)
const uploadMonthlyReportLOV = (body) => api.post('transaction/lov/monthly_report/import_monthly_report', body)
const createMonthlyReportLOV = (body) => api.post('transaction/lov/monthly_report/create_monthly_report', body)
// Superadmin Approve
......@@ -958,7 +960,9 @@ const create = (type = "") => {
uploadSimulasiROOI,
getTypeOfInvestment,
validateSaveLOCF,
validateSaveLOV
validateSaveLOV,
uploadMonthlyReportLOV,
createMonthlyReportLOV
}
}
......
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