Commit 6c96458c authored by Faisal Hamdi's avatar Faisal Hamdi

Merge branch 'faisal' into 'master'

CatREV!

See merge request !1303
parents 644d4c0a f2ac3d17
......@@ -262,6 +262,7 @@ const create = (type = "") => {
const importRollingOutlookPL = (body) => api.post('transaction/profit_loss/rolling_outlook/import_rolling_outlook', 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 getRollingOutlookCAT = (body) => api.post('transaction/cat/rolling_outlook/get_report_hierarki', 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 getHierarkiRollingOI = (body) => api.post('transaction/operating_indicator/rolling_outlook/get_report_hierarki', body)
......@@ -745,6 +746,7 @@ const create = (type = "") => {
deleteAttachmentRO,
checkImportRollingOutlookBS,
importRollingOutlookBS,
getRollingOutlookCAT,
createRollingOutlookPL,
checkImportRollingOutlookPL,
importRollingOutlookPL,
......
......@@ -1311,8 +1311,17 @@ export default class RollingOutlook extends Component {
{this.state.visibleCAT && (
<CatRevision
width={this.props.width}
height={this.props.height}
open={this.props.open}
report_id={this.state.report_id}
company={this.state.company}
revision={this.state.revisionTable}
periode={this.state.periode.periode}
rollingOutlookID={this.state.rollingOutlookID}
refresh={this.getRollingOutlookID.bind(this)}
onClickClose={() => this.setState({ visibleCAT: false, visibleRollingOutlook: true })}
isApprover={'false'}
quarter={this.state.quarter.value}
/>
)}
......
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