Commit b0faafcb authored by Deni Rinaldi's avatar Deni Rinaldi

Merge branch 'rifka' into 'master'

hierarki monthly tp

See merge request !664
parents 58b33e5a eb858944
......@@ -255,6 +255,7 @@ const create = (type = "") => {
const getMonthlyReportID = (body) => api.post('transaction/monthly_report_bs/get_monthly_report_id', body)
const getHierarkiMontlyReportBS = (body) => api.post('transaction/monthly_report_bs/get_report_hierarki', body)
const getHierarkiMontlyReportOI = (body) => api.post('transaction/monthly_report_oi/get_report_hierarki', body)
const getHierarkiMontlyReportTP = (body) => api.post('transaction/monthly_report_tp/get_report_hierarki', body)
//Template
const downloadTemplate = (fileName, fileType) => api.get(`attachment/download_file?fileName=${fileName}&&fileType=${fileType}`)
......@@ -439,6 +440,7 @@ const create = (type = "") => {
getDashboardUser,
getHierarkiMontlyReportBS,
getHierarkiMontlyReportOI,
getHierarkiMontlyReportTP,
getDetailReportCF,
getReportHierarkiPL,
getMonthlyReportID,
......
......@@ -777,7 +777,6 @@ export default class MonthlyReport extends Component {
company={this.state.company}
revision={this.state.revisionTable}
periode={this.state.periode.periode}
// submissionID={this.state.submissionID}
monthlyReportId={this.state.monthlyReportId}
month={this.state.month}
// saveToMasterBudget={this.saveToMasterBudget.bind(this)}
......
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