Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Tia-dev
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dida Adams Arizona
Tia-dev
Commits
60c6eba1
Commit
60c6eba1
authored
Mar 23, 2021
by
faisalhamdi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://103.44.149.204/d.arizona/tia-dev
into faisal
parents
4b8cdadc
cb404c2e
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
505 additions
and
216 deletions
+505
-216
index.js
src/api/index.js
+4
-4
DashboardCAT.js
src/container/Laporan/DashboardCAT.js
+35
-5
SubHolding.js
src/container/Laporan/SubHolding.js
+31
-4
OperatingIndicatorMR.js
src/container/MonthlyReport/OperatingIndicatorMR.js
+6
-1
OperatingIndicator.js
src/container/OprIndicator/OperatingIndicator.js
+2
-2
RollingOutlook.js
src/container/RollingOutlook.js
+6
-2
BalanceSheetRO.js
src/container/RollingOutlook/BalanceSheetRO.js
+29
-7
OperatingIndicatorRO.js
src/container/RollingOutlook/OperatingIndicatorRO.js
+33
-16
TaxPlanningRO.js
src/container/RollingOutlook/TaxPlanningRO.js
+359
-175
No files found.
src/api/index.js
View file @
60c6eba1
...
@@ -241,7 +241,7 @@ const create = (type = "") => {
...
@@ -241,7 +241,7 @@ const create = (type = "") => {
const
getLastestUpdateMROI
=
(
body
)
=>
api
.
post
(
'transaction/operating_indicator/monthly_report/get_latest_update'
,
body
)
const
getLastestUpdateMROI
=
(
body
)
=>
api
.
post
(
'transaction/operating_indicator/monthly_report/get_latest_update'
,
body
)
// Rolling Outlook
// Rolling Outlook
const
getRollingOutlookID
=
(
body
)
=>
api
.
post
(
'transaction/rolling_outlook/get_
monthly_report
_id'
,
body
)
const
getRollingOutlookID
=
(
body
)
=>
api
.
post
(
'transaction/rolling_outlook/get_
rolling_outlook
_id'
,
body
)
const
getRollingOutlookAttachment
=
(
body
)
=>
api
.
post
(
'transaction/rolling_outlook/get_report_attachment'
,
body
)
const
getRollingOutlookAttachment
=
(
body
)
=>
api
.
post
(
'transaction/rolling_outlook/get_report_attachment'
,
body
)
const
uploadRollingOutlookAttachment
=
(
body
)
=>
api
.
post
(
'transaction/rolling_outlook/upload_attachment'
,
body
)
const
uploadRollingOutlookAttachment
=
(
body
)
=>
api
.
post
(
'transaction/rolling_outlook/upload_attachment'
,
body
)
const
deleteRollingOutlookAttachment
=
(
body
)
=>
api
.
post
(
`transaction/rolling_outlook/delete_attachment/
${
body
}
`
)
const
deleteRollingOutlookAttachment
=
(
body
)
=>
api
.
post
(
`transaction/rolling_outlook/delete_attachment/
${
body
}
`
)
...
@@ -273,8 +273,7 @@ const create = (type = "") => {
...
@@ -273,8 +273,7 @@ const create = (type = "") => {
const
getLastestUpdateROOI
=
(
body
)
=>
api
.
post
(
'transaction/operating_indicator/rolling_outlook/get_latest_update'
,
body
)
const
getLastestUpdateROOI
=
(
body
)
=>
api
.
post
(
'transaction/operating_indicator/rolling_outlook/get_latest_update'
,
body
)
const
checkUploadRollingOutlookOI
=
(
body
)
=>
api
.
post
(
'transaction/operating_indicator/rolling_outlook/check_import'
,
body
)
const
checkUploadRollingOutlookOI
=
(
body
)
=>
api
.
post
(
'transaction/operating_indicator/rolling_outlook/check_import'
,
body
)
const
uploadRollingOutlookOI
=
(
body
)
=>
api
.
post
(
'transaction/operating_indicator/rolling_outlook/import_rolling_outlook'
,
body
)
const
uploadRollingOutlookOI
=
(
body
)
=>
api
.
post
(
'transaction/operating_indicator/rolling_outlook/import_rolling_outlook'
,
body
)
const
submitRollingOutlook
=
(
body
)
=>
api
.
post
(
'transaction/rolling_outlook/submit_rolling_outlook'
,
body
)
//REPORT NEW
//REPORT NEW
const
getAllReportBS
=
(
body
)
=>
api
.
post
(
'/transaction/db_balance_sheet/get_report_hierarki'
,
body
)
const
getAllReportBS
=
(
body
)
=>
api
.
post
(
'/transaction/db_balance_sheet/get_report_hierarki'
,
body
)
...
@@ -762,7 +761,8 @@ const create = (type = "") => {
...
@@ -762,7 +761,8 @@ const create = (type = "") => {
createRollingOI
,
createRollingOI
,
getLastestUpdateROOI
,
getLastestUpdateROOI
,
checkUploadRollingOutlookOI
,
checkUploadRollingOutlookOI
,
uploadRollingOutlookOI
uploadRollingOutlookOI
,
submitRollingOutlook
}
}
}
}
...
...
src/container/Laporan/DashboardCAT.js
View file @
60c6eba1
...
@@ -422,7 +422,7 @@ export default class DashboardCAT extends Component {
...
@@ -422,7 +422,7 @@ export default class DashboardCAT extends Component {
<
Typography
style
=
{{
fontSize
:
'16px'
,
color
:
'white'
}}
>
Dashboard
CAT
Report
<
/Typography
>
<
Typography
style
=
{{
fontSize
:
'16px'
,
color
:
'white'
}}
>
Dashboard
CAT
Report
<
/Typography
>
<
/div
>
<
/div
>
<
div
style
=
{{
padding
:
20
}}
>
<
div
style
=
{{
padding
:
20
}}
>
<
div
style
=
{{
marginTop
:
0
}}
>
<
div
style
=
{{
marginTop
:
0
,
display
:
'flex'
}}
>
<
Autocomplete
<
Autocomplete
{...
this
.
state
.
listCompany
}
{...
this
.
state
.
listCompany
}
id
=
"month"
id
=
"month"
...
@@ -449,8 +449,6 @@ export default class DashboardCAT extends Component {
...
@@ -449,8 +449,6 @@ export default class DashboardCAT extends Component {
renderInput
=
{(
params
)
=>
<
TextField
{...
params
}
label
=
"Company"
margin
=
"normal"
style
=
{{
marginTop
:
7
}}
/>
}
renderInput
=
{(
params
)
=>
<
TextField
{...
params
}
label
=
"Company"
margin
=
"normal"
style
=
{{
marginTop
:
7
}}
/>
}
value
=
{
this
.
state
.
company
}
value
=
{
this
.
state
.
company
}
/
>
/
>
<
/div
>
<
div
style
=
{{
marginTop
:
20
}}
>
<
Autocomplete
<
Autocomplete
{...
this
.
state
.
listPeriode
}
{...
this
.
state
.
listPeriode
}
id
=
"month"
id
=
"month"
...
@@ -462,8 +460,6 @@ export default class DashboardCAT extends Component {
...
@@ -462,8 +460,6 @@ export default class DashboardCAT extends Component {
renderInput
=
{(
params
)
=>
<
TextField
{...
params
}
label
=
"Periode"
margin
=
"normal"
style
=
{{
marginTop
:
7
}}
/>
}
renderInput
=
{(
params
)
=>
<
TextField
{...
params
}
label
=
"Periode"
margin
=
"normal"
style
=
{{
marginTop
:
7
}}
/>
}
value
=
{
this
.
state
.
periode
}
value
=
{
this
.
state
.
periode
}
/
>
/
>
<
/div
>
<
div
style
=
{{
marginTop
:
20
}}
>
<
Autocomplete
<
Autocomplete
{...
this
.
state
.
listMonth
}
{...
this
.
state
.
listMonth
}
id
=
"month"
id
=
"month"
...
@@ -484,6 +480,40 @@ export default class DashboardCAT extends Component {
...
@@ -484,6 +480,40 @@ export default class DashboardCAT extends Component {
value
=
{
this
.
state
.
month
}
value
=
{
this
.
state
.
month
}
/
>
/
>
<
/div
>
<
/div
>
{
/* <div style={{ marginTop: 20 }}>
<Autocomplete
{...this.state.listPeriode}
id="month"
onChange={(event, newInputValue) => this.setState({ periode: newInputValue, loading: true }, () => {
this.getDasboardCAT()
})}
disableClearable
style={{ maxWidth: 250, marginRight: 20 }}
renderInput={(params) => <TextField {...params} label="Periode" margin="normal" style={{ marginTop: 7 }} />}
value={this.state.periode}
/>
</div> */
}
{
/* <div style={{ marginTop: 20 }}>
<Autocomplete
{...this.state.listMonth}
id="month"
onChange={(event, newInputValue) => this.setState({ month: newInputValue, loading: true }, () => {
let index = this.state.listMonth.options.findIndex((val) => val.month_id == this.state.month.month_id)
let selectedMonth = []
this.state.listMonth.options.map((item, indexs) => {
if (indexs <= index) {
selectedMonth.push(item.month_value)
}
})
this.setState({ selectedMonth })
this.getDasboardCAT()
})}
disableClearable
style={{ maxWidth: 250, marginRight: 20 }}
renderInput={(params) => <TextField {...params} label="Month" margin="normal" style={{ marginTop: 7 }} />}
value={this.state.month}
/>
</div> */
}
<
/div
>
<
/div
>
{
!
this
.
state
.
loading
&&
<
div
className
=
"padding-20px"
style
=
{{
display
:
'flex'
}}
>
{
!
this
.
state
.
loading
&&
<
div
className
=
"padding-20px"
style
=
{{
display
:
'flex'
}}
>
...
...
src/container/Laporan/SubHolding.js
View file @
60c6eba1
...
@@ -3159,6 +3159,20 @@ export default class SubHolding extends Component {
...
@@ -3159,6 +3159,20 @@ export default class SubHolding extends Component {
renderInput
=
{(
params
)
=>
<
TextField
{...
params
}
label
=
"Report Type"
margin
=
"normal"
style
=
{{
marginTop
:
7
}}
/>
}
renderInput
=
{(
params
)
=>
<
TextField
{...
params
}
label
=
"Report Type"
margin
=
"normal"
style
=
{{
marginTop
:
7
}}
/>
}
value
=
{
this
.
state
.
report
}
value
=
{
this
.
state
.
report
}
/
>
/
>
<
Autocomplete
{...
this
.
state
.
listPeriode
}
id
=
"periode"
onChange
=
{(
event
,
newInputValue
)
=>
this
.
setState
({
periode
:
newInputValue
,
loading
:
true
,
previewTable
:
false
},
()
=>
{
this
.
getReportType
()
})}
disabled
=
{
this
.
state
.
intent
===
'Home'
?
true
:
false
}
disableClearable
style
=
{{
width
:
250
,
marginLeft
:
20
}}
renderInput
=
{(
params
)
=>
<
TextField
{...
params
}
label
=
"Period"
margin
=
"normal"
style
=
{{
marginTop
:
7
}}
/>
}
value
=
{
this
.
state
.
periode
}
/
>
<
/div
>
<
/div
>
<
div
style
=
{{
marginTop
:
15
,
display
:
'flex'
}}
>
<
div
style
=
{{
marginTop
:
15
,
display
:
'flex'
}}
>
<
Autocomplete
<
Autocomplete
...
@@ -3173,6 +3187,19 @@ export default class SubHolding extends Component {
...
@@ -3173,6 +3187,19 @@ export default class SubHolding extends Component {
renderInput
=
{(
params
)
=>
<
TextField
{...
params
}
label
=
"Company"
margin
=
"normal"
style
=
{{
marginTop
:
7
}}
/>
}
renderInput
=
{(
params
)
=>
<
TextField
{...
params
}
label
=
"Company"
margin
=
"normal"
style
=
{{
marginTop
:
7
}}
/>
}
value
=
{
this
.
state
.
company
}
value
=
{
this
.
state
.
company
}
/
>
/
>
{
this
.
state
.
report
!=
null
?
String
(
this
.
state
.
report
.
label
).
toLocaleLowerCase
().
includes
(
'summary'
)
?
<
Autocomplete
{...
this
.
state
.
listMonths
}
// getOptionLabel={(option) => titleCase(option.label)}
id
=
"months"
onChange
=
{(
event
,
newInputValue
)
=>
this
.
setState
({
month
:
newInputValue
,
loading
:
true
,
previewTable
:
false
},
()
=>
{
this
.
getReportType
()
})}
disableClearable
style
=
{{
width
:
250
,
marginLeft
:
20
}}
renderInput
=
{(
params
)
=>
<
TextField
{...
params
}
label
=
"Months"
margin
=
"normal"
style
=
{{
marginTop
:
7
}}
/>
}
value
=
{
this
.
state
.
month
}
/> : null : null
}
{
/* {this.state.report != null ? String(this.state.report.label).toLocaleLowerCase().includes('summary') ? <Autocomplete
{
/* {this.state.report != null ? String(this.state.report.label).toLocaleLowerCase().includes('summary') ? <Autocomplete
{...this.state.listUom}
{...this.state.listUom}
// getOptionLabel={(option) => titleCase(option.label)}
// getOptionLabel={(option) => titleCase(option.label)}
...
@@ -3186,7 +3213,7 @@ export default class SubHolding extends Component {
...
@@ -3186,7 +3213,7 @@ export default class SubHolding extends Component {
value={this.state.uom}
value={this.state.uom}
/> : null : null} */
}
/> : null : null} */
}
<
/div
>
<
/div
>
<
div
style
=
{{
marginTop
:
15
,
display
:
'flex'
}}
>
{
/*
<div style={{ marginTop: 15, display: 'flex' }}>
<Autocomplete
<Autocomplete
{...this.state.listPeriode}
{...this.state.listPeriode}
id="periode"
id="periode"
...
@@ -3201,7 +3228,7 @@ export default class SubHolding extends Component {
...
@@ -3201,7 +3228,7 @@ export default class SubHolding extends Component {
/>}
/>}
value={this.state.periode}
value={this.state.periode}
/>
/>
<
/div
>
</div>
*/
}
{
this
.
state
.
report
!=
null
?
String
(
this
.
state
.
report
.
label
).
toLocaleLowerCase
().
includes
(
'quarterly'
)
?
<
div
style
=
{{
marginTop
:
15
,
display
:
'flex'
}}
>
{
this
.
state
.
report
!=
null
?
String
(
this
.
state
.
report
.
label
).
toLocaleLowerCase
().
includes
(
'quarterly'
)
?
<
div
style
=
{{
marginTop
:
15
,
display
:
'flex'
}}
>
<
Autocomplete
<
Autocomplete
{...
this
.
state
.
listQuarter
}
{...
this
.
state
.
listQuarter
}
...
@@ -3216,7 +3243,7 @@ export default class SubHolding extends Component {
...
@@ -3216,7 +3243,7 @@ export default class SubHolding extends Component {
value
=
{
this
.
state
.
quarter
}
value
=
{
this
.
state
.
quarter
}
/>
/>
<
/div> : null : null
}
<
/div> : null : null
}
{
this
.
state
.
report
!=
null
?
String
(
this
.
state
.
report
.
label
).
toLocaleLowerCase
().
includes
(
'summary'
)
?
<
div
style
=
{{
marginTop
:
15
,
display
:
'flex'
}}
>
{
/* {
this.state.report != null ? String(this.state.report.label).toLocaleLowerCase().includes('summary') ? <div style={{ marginTop: 15, display: 'flex' }}>
<Autocomplete
<Autocomplete
{...this.state.listMonths}
{...this.state.listMonths}
// getOptionLabel={(option) => titleCase(option.label)}
// getOptionLabel={(option) => titleCase(option.label)}
...
@@ -3229,7 +3256,7 @@ export default class SubHolding extends Component {
...
@@ -3229,7 +3256,7 @@ export default class SubHolding extends Component {
renderInput={(params) => <TextField {...params} label="Months" margin="normal" style={{ marginTop: 7 }} />}
renderInput={(params) => <TextField {...params} label="Months" margin="normal" style={{ marginTop: 7 }} />}
value={this.state.month}
value={this.state.month}
/>
/>
<
/div> : null : null
}
</div> : null : null}
*/
}
<
/div
>
<
/div
>
<
div
>
<
div
>
<
div
style
=
{{
display
:
'flex'
,
justifyContent
:
'space-between'
,
padding
:
'0px 20px 10px 20px'
}}
>
<
div
style
=
{{
display
:
'flex'
,
justifyContent
:
'space-between'
,
padding
:
'0px 20px 10px 20px'
}}
>
...
...
src/container/MonthlyReport/OperatingIndicatorMR.js
View file @
60c6eba1
...
@@ -81,8 +81,13 @@ export default class OperatingIndicatorMR extends Component {
...
@@ -81,8 +81,13 @@ export default class OperatingIndicatorMR extends Component {
handleViewOnly
()
{
handleViewOnly
()
{
let
checkCreate
=
this
.
props
.
permission
.
create
let
checkCreate
=
this
.
props
.
permission
.
create
let
checkEdit
=
this
.
props
.
permission
.
edit
let
checkEdit
=
this
.
props
.
permission
.
edit
let
checkStatus
=
true
this
.
setState
({
viewOnly
:
checkCreate
&&
checkEdit
})
if
(
String
(
this
.
props
.
data
.
status
).
toLocaleUpperCase
()
===
'CLOSED'
)
{
checkStatus
=
false
}
this
.
setState
({
viewOnly
:
checkCreate
&&
checkEdit
&&
checkStatus
})
}
}
handleGetFor
(
type
)
{
handleGetFor
(
type
)
{
...
...
src/container/OprIndicator/OperatingIndicator.js
View file @
60c6eba1
...
@@ -333,7 +333,7 @@ export default class OperatingIndicator extends Component {
...
@@ -333,7 +333,7 @@ export default class OperatingIndicator extends Component {
String
(
item
[
1
]).
toLocaleLowerCase
().
includes
(
'dec'
)
?
12
:
null
String
(
item
[
1
]).
toLocaleLowerCase
().
includes
(
'dec'
)
?
12
:
null
this
.
setState
({
this
.
setState
({
statusDetail
:
String
(
item
[
2
]).
toLocaleLowerCase
(),
statusDetail
:
String
(
item
[
2
]).
toLocaleLowerCase
(),
dataDetail
:
{
...
this
.
state
.
dataReport
[
index
],
periode
:
this
.
state
.
periode
.
periode
,
operatingIndID
:
this
.
state
.
operatingIndID
,
company
:
this
.
state
.
company
},
dataDetail
:
{
...
this
.
state
.
dataReport
[
index
],
periode
:
this
.
state
.
periode
.
periode
,
operatingIndID
:
this
.
state
.
operatingIndID
,
company
:
this
.
state
.
company
,
status
:
item
[
2
]
},
visibleOperatingIndicator
:
false
,
visibleOperatingIndicator
:
false
,
visibleDetailOpt
:
false
,
visibleDetailOpt
:
false
,
visibleDetailMonthly
:
true
,
visibleDetailMonthly
:
true
,
...
@@ -348,7 +348,7 @@ export default class OperatingIndicator extends Component {
...
@@ -348,7 +348,7 @@ export default class OperatingIndicator extends Component {
String
(
item
[
1
]).
toLocaleLowerCase
().
includes
(
'q3'
)
?
"q3"
:
null
String
(
item
[
1
]).
toLocaleLowerCase
().
includes
(
'q3'
)
?
"q3"
:
null
this
.
setState
({
this
.
setState
({
statusDetail
:
String
(
item
[
2
]).
toLocaleLowerCase
(),
statusDetail
:
String
(
item
[
2
]).
toLocaleLowerCase
(),
dataDetail
:
{
...
this
.
state
.
dataReport
[
index
],
periode
:
this
.
state
.
periode
.
periode
,
operatingIndID
:
this
.
state
.
operatingIndID
,
company
:
this
.
state
.
company
},
dataDetail
:
{
...
this
.
state
.
dataReport
[
index
],
periode
:
this
.
state
.
periode
.
periode
,
operatingIndID
:
this
.
state
.
operatingIndID
,
company
:
this
.
state
.
company
,
status
:
item
[
2
]
},
visibleOperatingIndicator
:
false
,
visibleOperatingIndicator
:
false
,
visibleDetailOpt
:
false
,
visibleDetailOpt
:
false
,
visibleDetailMonthly
:
false
,
visibleDetailMonthly
:
false
,
...
...
src/container/RollingOutlook.js
View file @
60c6eba1
...
@@ -481,7 +481,7 @@ export default class RollingOutlook extends Component {
...
@@ -481,7 +481,7 @@ export default class RollingOutlook extends Component {
console
.
log
(
this
.
state
.
dataForRevision
);
console
.
log
(
this
.
state
.
dataForRevision
);
this
.
state
.
dataForRevision
.
map
(
i
=>
{
this
.
state
.
dataForRevision
.
map
(
i
=>
{
if
(
i
.
report_name
===
item
)
{
if
(
i
.
report_name
===
item
)
{
if
(
i
.
revision
!
==
revision
)
{
if
(
i
.
revision
==
revision
)
{
this
.
setState
({
prevRevision
:
true
})
this
.
setState
({
prevRevision
:
true
})
}
else
{
}
else
{
this
.
setState
({
prevRevision
:
false
})
this
.
setState
({
prevRevision
:
false
})
...
@@ -660,7 +660,7 @@ export default class RollingOutlook extends Component {
...
@@ -660,7 +660,7 @@ export default class RollingOutlook extends Component {
let
body
=
{
let
body
=
{
rolling_outlook_id
:
this
.
state
.
rollingOutlookID
rolling_outlook_id
:
this
.
state
.
rollingOutlookID
}
}
api
.
create
().
submit
MasterBudget
(
body
).
then
(
response
=>
{
api
.
create
().
submit
RollingOutlook
(
body
).
then
(
response
=>
{
console
.
log
(
response
);
console
.
log
(
response
);
if
(
response
.
data
)
{
if
(
response
.
data
)
{
if
(
response
.
data
.
status
===
"Success"
)
{
if
(
response
.
data
.
status
===
"Success"
)
{
...
@@ -1267,6 +1267,8 @@ export default class RollingOutlook extends Component {
...
@@ -1267,6 +1267,8 @@ export default class RollingOutlook extends Component {
isApprover
=
{
this
.
state
.
isApprover
}
isApprover
=
{
this
.
state
.
isApprover
}
quarter
=
{
this
.
state
.
quarter
.
value
}
quarter
=
{
this
.
state
.
quarter
.
value
}
prevRevision
=
{
this
.
state
.
isSubmit
?
this
.
state
.
prevRevision
:
true
}
prevRevision
=
{
this
.
state
.
isSubmit
?
this
.
state
.
prevRevision
:
true
}
status
=
{
this
.
state
.
status
}
lastStatus
=
{
this
.
state
.
lastStatus
}
/
>
/
>
)}
)}
...
@@ -1285,6 +1287,8 @@ export default class RollingOutlook extends Component {
...
@@ -1285,6 +1287,8 @@ export default class RollingOutlook extends Component {
quarter
=
{
this
.
state
.
quarter
.
value
}
quarter
=
{
this
.
state
.
quarter
.
value
}
isApprover
=
{
this
.
state
.
isApprover
}
isApprover
=
{
this
.
state
.
isApprover
}
prevRevision
=
{
this
.
state
.
isSubmit
?
this
.
state
.
prevRevision
:
true
}
prevRevision
=
{
this
.
state
.
isSubmit
?
this
.
state
.
prevRevision
:
true
}
status
=
{
this
.
state
.
status
}
lastStatus
=
{
this
.
state
.
lastStatus
}
/
>
/
>
)}
)}
...
...
src/container/RollingOutlook/BalanceSheetRO.js
View file @
60c6eba1
...
@@ -96,7 +96,15 @@ export default class BalanceSheetRO extends Component {
...
@@ -96,7 +96,15 @@ export default class BalanceSheetRO extends Component {
}
else
{
}
else
{
checkStatus
=
false
checkStatus
=
false
}
}
// console.log(this.props.isApprover);
// console.log(this.props.lastStatus);
// console.log(this.props.prevRevision);
// console.log(this.props.status);
// console.log(!checkApprover);
// console.log(checkLastStatus);
// console.log(checkStatus);
// console.log(checkPrevRev);
this
.
setState
({
viewOnly
:
!
checkApprover
&&
checkLastStatus
&&
checkStatus
&&
checkPrevRev
})
this
.
setState
({
viewOnly
:
!
checkApprover
&&
checkLastStatus
&&
checkStatus
&&
checkPrevRev
})
}
}
...
@@ -254,6 +262,9 @@ export default class BalanceSheetRO extends Component {
...
@@ -254,6 +262,9 @@ export default class BalanceSheetRO extends Component {
a
.
download
=
'Template Rolling Outlook Balance Sheet.xlsx'
;
a
.
download
=
'Template Rolling Outlook Balance Sheet.xlsx'
;
a
.
click
();
a
.
click
();
}
}
setTimeout
(()
=>
{
this
.
setState
({
loading
:
false
})
},
500
);
}
}
async
downloadAllData
()
{
async
downloadAllData
()
{
...
@@ -264,7 +275,6 @@ export default class BalanceSheetRO extends Component {
...
@@ -264,7 +275,6 @@ export default class BalanceSheetRO extends Component {
`
${
process
.
env
.
REACT_APP_URL_MAIN_BE
}
/public/transaction/balance_sheet/rolling_outlook/export_rolling_outlook?rolling_outlook_id=
${
this
.
props
.
rollingOutlookID
===
null
?
""
:
this
.
props
.
rollingOutlookID
}
&&report_id=
${
this
.
props
.
report_id
}
&&company_id=
${
this
.
props
.
company
.
company_id
}
&&year=
${
this
.
props
.
periode
}
&&revision=
${
this
.
props
.
revision
}
&&quartal=
${
this
.
props
.
quarter
}
`
`
${
process
.
env
.
REACT_APP_URL_MAIN_BE
}
/public/transaction/balance_sheet/rolling_outlook/export_rolling_outlook?rolling_outlook_id=
${
this
.
props
.
rollingOutlookID
===
null
?
""
:
this
.
props
.
rollingOutlookID
}
&&report_id=
${
this
.
props
.
report_id
}
&&company_id=
${
this
.
props
.
company
.
company_id
}
&&year=
${
this
.
props
.
periode
}
&&revision=
${
this
.
props
.
revision
}
&&quartal=
${
this
.
props
.
quarter
}
`
)
)
res
=
await
res
.
blob
()
res
=
await
res
.
blob
()
this
.
setState
({
loading
:
false
})
if
(
res
.
size
>
0
)
{
if
(
res
.
size
>
0
)
{
let
url
=
window
.
URL
.
createObjectURL
(
res
);
let
url
=
window
.
URL
.
createObjectURL
(
res
);
let
a
=
document
.
createElement
(
'a'
);
let
a
=
document
.
createElement
(
'a'
);
...
@@ -272,6 +282,9 @@ export default class BalanceSheetRO extends Component {
...
@@ -272,6 +282,9 @@ export default class BalanceSheetRO extends Component {
a
.
download
=
'Rolling Outlook Balance Sheet.xlsx'
;
a
.
download
=
'Rolling Outlook Balance Sheet.xlsx'
;
a
.
click
();
a
.
click
();
}
}
setTimeout
(()
=>
{
this
.
setState
({
loading
:
false
})
},
500
);
}
}
handleGetFor
(
type
)
{
handleGetFor
(
type
)
{
...
@@ -2827,9 +2840,7 @@ export default class BalanceSheetRO extends Component {
...
@@ -2827,9 +2840,7 @@ export default class BalanceSheetRO extends Component {
}}
}}
onClick
=
{()
=>
onClick
=
{()
=>
this
.
setState
({
loading
:
true
},
()
=>
{
this
.
setState
({
loading
:
true
},
()
=>
{
setTimeout
(()
=>
{
this
.
downloadAllData
()
this
.
downloadAllData
()
},
100
);
})}
})}
>
>
<
img
src
=
{
Images
.
download
}
/
>
<
img
src
=
{
Images
.
download
}
/
>
...
@@ -2846,7 +2857,9 @@ export default class BalanceSheetRO extends Component {
...
@@ -2846,7 +2857,9 @@ export default class BalanceSheetRO extends Component {
borderColor
:
'transparent'
,
borderColor
:
'transparent'
,
margin
:
5
margin
:
5
}}
}}
onClick
=
{()
=>
this
.
downloadTemplate
()}
onClick
=
{()
=>
this
.
setState
({
loading
:
true
},
()
=>
{
this
.
downloadTemplate
()
})}
>
>
<
img
src
=
{
Images
.
template
}
/
>
<
img
src
=
{
Images
.
template
}
/
>
<
/button
>
<
/button
>
...
@@ -2860,7 +2873,14 @@ export default class BalanceSheetRO extends Component {
...
@@ -2860,7 +2873,14 @@ export default class BalanceSheetRO extends Component {
borderColor
:
'transparent'
,
borderColor
:
'transparent'
,
margin
:
5
margin
:
5
}}
}}
onClick
=
{()
=>
this
.
setState
({
visibleUpload
:
true
})}
onClick
=
{()
=>
this
.
setState
({
loading
:
true
},
()
=>
{
setTimeout
(()
=>
{
this
.
setState
({
loading
:
false
,
visibleUpload
:
true
})
},
300
);
})}
>
>
<
img
src
=
{
Images
.
upload
}
/
>
<
img
src
=
{
Images
.
upload
}
/
>
<
/button
>
<
/button
>
...
@@ -3062,7 +3082,9 @@ export default class BalanceSheetRO extends Component {
...
@@ -3062,7 +3082,9 @@ export default class BalanceSheetRO extends Component {
type
=
"button"
type
=
"button"
onClick
=
{()
=>
this
.
setState
({
loading
:
true
},
()
=>
{
onClick
=
{()
=>
this
.
setState
({
loading
:
true
},
()
=>
{
setTimeout
(()
=>
{
setTimeout
(()
=>
{
this
.
props
.
onClickClose
()
this
.
setState
({
visibleBSRO
:
true
,
visibleUpload
:
false
},
()
=>
{
this
.
handleGetFor
(
'edit'
)
})
},
100
);
},
100
);
})}
})}
style
=
{{
style
=
{{
...
...
src/container/RollingOutlook/OperatingIndicatorRO.js
View file @
60c6eba1
...
@@ -69,8 +69,15 @@ export default class OperatingIndicatorRO extends Component {
...
@@ -69,8 +69,15 @@ export default class OperatingIndicatorRO extends Component {
handleViewOnly
()
{
handleViewOnly
()
{
let
checkCreate
=
this
.
props
.
permission
.
create
let
checkCreate
=
this
.
props
.
permission
.
create
let
checkEdit
=
this
.
props
.
permission
.
edit
let
checkEdit
=
this
.
props
.
permission
.
edit
let
checkStatus
=
true
this
.
setState
({
viewOnly
:
checkCreate
&&
checkEdit
})
console
.
log
(
this
.
props
.
data
.
status
);
if
(
String
(
this
.
props
.
data
.
status
).
toLocaleUpperCase
()
===
'CLOSED'
)
{
checkStatus
=
false
}
console
.
log
(
checkStatus
);
this
.
setState
({
viewOnly
:
checkCreate
&&
checkEdit
&&
checkStatus
})
}
}
handleGetFor
(
type
)
{
handleGetFor
(
type
)
{
...
@@ -814,7 +821,7 @@ export default class OperatingIndicatorRO extends Component {
...
@@ -814,7 +821,7 @@ export default class OperatingIndicatorRO extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
value
=
{
Number
(
handleParent
(
tableMeta
)).
toFixed
(
1
)}
value
=
{
value
===
"0"
?
""
:
Number
(
handleParent
(
tableMeta
)).
toFixed
(
1
)}
disabled
=
{
true
}
disabled
=
{
true
}
decimalScale
=
{
1
}
decimalScale
=
{
1
}
/
>
/
>
...
@@ -833,7 +840,7 @@ export default class OperatingIndicatorRO extends Component {
...
@@ -833,7 +840,7 @@ export default class OperatingIndicatorRO extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
value
=
{
Number
(
handleFormula
(
tableMeta
)).
toFixed
(
1
)}
value
=
{
value
===
"0"
?
""
:
Number
(
handleFormula
(
tableMeta
)).
toFixed
(
1
)}
disabled
=
{
true
}
disabled
=
{
true
}
decimalScale
=
{
1
}
decimalScale
=
{
1
}
onBlur
=
{(
event
)
=>
{
onBlur
=
{(
event
)
=>
{
...
@@ -854,7 +861,8 @@ export default class OperatingIndicatorRO extends Component {
...
@@ -854,7 +861,8 @@ export default class OperatingIndicatorRO extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
value
=
{
Number
(
value
).
toFixed
(
1
)}
// value={Number(value).toFixed(1)}
value
=
{
value
===
"0"
?
""
:
Number
(
value
).
toFixed
(
1
)}
decimalScale
=
{
1
}
decimalScale
=
{
1
}
disabled
=
{
true
}
disabled
=
{
true
}
// disabled={!this.props.permission.create || !this.props.permission.edit || !this.props.isSubmit}
// disabled={!this.props.permission.create || !this.props.permission.edit || !this.props.isSubmit}
...
@@ -864,7 +872,8 @@ export default class OperatingIndicatorRO extends Component {
...
@@ -864,7 +872,8 @@ export default class OperatingIndicatorRO extends Component {
/
>
/
>
}
}
/
>
/
>
<
/div>
)
<
/div
>
)
}
}
<
/div
>
<
/div
>
)
)
...
@@ -908,7 +917,7 @@ export default class OperatingIndicatorRO extends Component {
...
@@ -908,7 +917,7 @@ export default class OperatingIndicatorRO extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
value
=
{
Number
(
handleParent
(
tableMeta
)).
toFixed
(
1
)}
value
=
{
value
===
"0"
?
""
:
Number
(
handleParent
(
tableMeta
)).
toFixed
(
1
)}
disabled
=
{
true
}
disabled
=
{
true
}
decimalScale
=
{
1
}
decimalScale
=
{
1
}
/
>
/
>
...
@@ -927,7 +936,7 @@ export default class OperatingIndicatorRO extends Component {
...
@@ -927,7 +936,7 @@ export default class OperatingIndicatorRO extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
value
=
{
Number
(
handleFormula
(
tableMeta
)).
toFixed
(
1
)}
value
=
{
value
===
"0"
?
""
:
Number
(
handleFormula
(
tableMeta
)).
toFixed
(
1
)}
disabled
=
{
true
}
disabled
=
{
true
}
decimalScale
=
{
1
}
decimalScale
=
{
1
}
onBlur
=
{(
event
)
=>
{
onBlur
=
{(
event
)
=>
{
...
@@ -948,7 +957,8 @@ export default class OperatingIndicatorRO extends Component {
...
@@ -948,7 +957,8 @@ export default class OperatingIndicatorRO extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
value
=
{
Number
(
value
).
toFixed
(
1
)}
// value={Number(value).toFixed(1)}
value
=
{
value
===
"0"
?
""
:
Number
(
value
).
toFixed
(
1
)}
decimalScale
=
{
1
}
decimalScale
=
{
1
}
disabled
=
{
true
}
disabled
=
{
true
}
// disabled={!this.props.permission.create || !this.props.permission.edit || !this.props.isSubmit}
// disabled={!this.props.permission.create || !this.props.permission.edit || !this.props.isSubmit}
...
@@ -958,7 +968,8 @@ export default class OperatingIndicatorRO extends Component {
...
@@ -958,7 +968,8 @@ export default class OperatingIndicatorRO extends Component {
/
>
/
>
}
}
/
>
/
>
<
/div>
)
<
/div
>
)
}
}
<
/div
>
<
/div
>
)
)
...
@@ -1001,7 +1012,7 @@ export default class OperatingIndicatorRO extends Component {
...
@@ -1001,7 +1012,7 @@ export default class OperatingIndicatorRO extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
value
=
{
Number
(
handleParent
(
tableMeta
)).
toFixed
(
1
)}
value
=
{
value
===
"0"
?
""
:
Number
(
handleParent
(
tableMeta
)).
toFixed
(
1
)}
disabled
=
{
true
}
disabled
=
{
true
}
decimalScale
=
{
1
}
decimalScale
=
{
1
}
/
>
/
>
...
@@ -1020,7 +1031,7 @@ export default class OperatingIndicatorRO extends Component {
...
@@ -1020,7 +1031,7 @@ export default class OperatingIndicatorRO extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
value
=
{
Number
(
handleFormula
(
tableMeta
)).
toFixed
(
1
)}
value
=
{
value
===
"0"
?
""
:
Number
(
handleFormula
(
tableMeta
)).
toFixed
(
1
)}
disabled
=
{
true
}
disabled
=
{
true
}
decimalScale
=
{
1
}
decimalScale
=
{
1
}
onBlur
=
{(
event
)
=>
{
onBlur
=
{(
event
)
=>
{
...
@@ -1041,7 +1052,8 @@ export default class OperatingIndicatorRO extends Component {
...
@@ -1041,7 +1052,8 @@ export default class OperatingIndicatorRO extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
value
=
{
Number
(
value
).
toFixed
(
1
)}
value
=
{
value
===
"0"
?
""
:
Number
(
value
).
toFixed
(
1
)}
// value={Number(value).toFixed(1)}
decimalScale
=
{
1
}
decimalScale
=
{
1
}
disabled
=
{
true
}
disabled
=
{
true
}
// disabled={!this.props.permission.create || !this.props.permission.edit || !this.props.isSubmit}
// disabled={!this.props.permission.create || !this.props.permission.edit || !this.props.isSubmit}
...
@@ -1051,7 +1063,8 @@ export default class OperatingIndicatorRO extends Component {
...
@@ -1051,7 +1063,8 @@ export default class OperatingIndicatorRO extends Component {
/
>
/
>
}
}
/
>
/
>
<
/div>
)
<
/div
>
)
}
}
<
/div
>
<
/div
>
)
)
...
@@ -2045,7 +2058,11 @@ export default class OperatingIndicatorRO extends Component {
...
@@ -2045,7 +2058,11 @@ export default class OperatingIndicatorRO extends Component {
borderColor
:
'transparent'
,
borderColor
:
'transparent'
,
margin
:
5
margin
:
5
}}
}}
onClick
=
{()
=>
this
.
downloadTemplate
()}
onClick
=
{()
=>
{
// this.setState({loading: true}, () => {
this
.
downloadTemplate
()
// })
}}
>
>
<
img
src
=
{
Images
.
template
}
/
>
<
img
src
=
{
Images
.
template
}
/
>
<
/button
>
<
/button
>
...
@@ -2120,7 +2137,7 @@ export default class OperatingIndicatorRO extends Component {
...
@@ -2120,7 +2137,7 @@ export default class OperatingIndicatorRO extends Component {
<
/button
>
<
/button
>
<
/div
>
<
/div
>
{
!
this
.
state
.
emptyData
&&
(
this
.
props
.
permission
.
create
||
this
.
props
.
permission
.
edit
)
&&
<
div
className
=
"col-2"
style
=
{{
display
:
'flex'
,
justifyContent
:
'flex-end'
,
maxWidth
:
'100%'
,
paddingRight
:
2
}}
>
{
!
this
.
state
.
emptyData
&&
(
this
.
props
.
permission
.
create
||
this
.
props
.
permission
.
edit
)
&&
<
div
className
=
"col-2"
style
=
{{
display
:
'flex'
,
justifyContent
:
'flex-end'
,
maxWidth
:
'100%'
,
paddingRight
:
2
}}
>
{
this
.
state
.
get_for
==
'view'
&&
this
.
state
.
viewOnly
&&
{
this
.
state
.
get_for
==
'view'
&&
<
button
<
button
type
=
"button"
type
=
"button"
onClick
=
{()
=>
{
onClick
=
{()
=>
{
...
@@ -2354,7 +2371,7 @@ export default class OperatingIndicatorRO extends Component {
...
@@ -2354,7 +2371,7 @@ export default class OperatingIndicatorRO extends Component {
this
.
setState
({
uploadStatus
:
'idle'
,
percentage
:
'0'
})
this
.
setState
({
uploadStatus
:
'idle'
,
percentage
:
'0'
})
}}
}}
onUpload
=
{()
=>
{
onUpload
=
{()
=>
{
String
(
this
.
state
.
judulColumn
).
includes
(
"TEMPLATE"
)
&&
String
(
this
.
state
.
judulColumn
).
includes
(
"UPLOAD"
)
&&
String
(
this
.
state
.
judul
).
includes
(
"ROLLING"
)
&&
String
(
this
.
state
.
judul
).
includes
(
"OUTLOOK"
)
&&
String
(
this
.
state
.
judul
).
includes
(
"OPERATING"
)
&&
String
(
this
.
state
.
judul
).
includes
(
"INDICATOR"
)
?
String
(
this
.
state
.
judulColumn
).
includes
(
"TEMPLATE"
)
&&
String
(
this
.
state
.
judulColumn
).
includes
(
"UPLOAD"
)
&&
String
(
this
.
state
.
judul
).
includes
(
"ROLLING"
)
&&
String
(
this
.
state
.
judul
).
includes
(
"OUTLOOK"
)
&&
String
(
this
.
state
.
judul
).
includes
(
String
(
this
.
props
.
quartal
).
toLocaleUpperCase
())
&&
String
(
this
.
state
.
judul
).
includes
(
"OPERATING"
)
&&
String
(
this
.
state
.
judul
).
includes
(
"INDICATOR"
)
?
this
.
checkUpload
()
:
this
.
checkUpload
()
:
this
.
setState
({
alert
:
true
,
messageAlert
:
"Invalid Template"
,
tipeAlert
:
'warning'
})
this
.
setState
({
alert
:
true
,
messageAlert
:
"Invalid Template"
,
tipeAlert
:
'warning'
})
}}
}}
...
...
src/container/RollingOutlook/TaxPlanningRO.js
View file @
60c6eba1
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment