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
73e8675b
Commit
73e8675b
authored
Jul 25, 2023
by
Riri Novita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
balikin code simulasi MB
parent
4fb1c8bf
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
160 additions
and
1256 deletions
+160
-1256
BalanceSheet.js
src/container/BudgetTahunan/BalanceSheet.js
+64
-328
BudgetTahunan.js
src/container/BudgetTahunan/BudgetTahunan.js
+66
-110
CashFlow.js
src/container/BudgetTahunan/CashFlow.js
+4
-27
CorporateAnnualTarget.js
src/container/BudgetTahunan/CorporateAnnualTarget.js
+26
-534
FixedAssetsMovement.js
src/container/BudgetTahunan/FixedAssetsMovement.js
+0
-257
No files found.
src/container/BudgetTahunan/BalanceSheet.js
View file @
73e8675b
This diff is collapsed.
Click to expand it.
src/container/BudgetTahunan/BudgetTahunan.js
View file @
73e8675b
This diff is collapsed.
Click to expand it.
src/container/BudgetTahunan/CashFlow.js
View file @
73e8675b
...
@@ -336,7 +336,7 @@ export default class CashFlow extends Component {
...
@@ -336,7 +336,7 @@ export default class CashFlow extends Component {
this
.
setState
({
alert
:
false
})
this
.
setState
({
alert
:
false
})
}
}
olahDataCashFlow
(
dataTable2
,
trigger
)
{
olahDataCashFlow
(
dataTable2
)
{
console
.
log
(
dataTable2
)
console
.
log
(
dataTable2
)
let
listCF
=
[]
let
listCF
=
[]
dataTable2
.
map
((
item
,
index
)
=>
{
dataTable2
.
map
((
item
,
index
)
=>
{
...
@@ -373,10 +373,10 @@ export default class CashFlow extends Component {
...
@@ -373,10 +373,10 @@ export default class CashFlow extends Component {
})
})
console
.
log
(
listCF
)
console
.
log
(
listCF
)
this
.
createCashFlow
(
listCF
,
trigger
)
this
.
createCashFlow
(
listCF
)
}
}
createCashFlow
(
dbcf
,
trigger
)
{
createCashFlow
(
dbcf
)
{
let
payload
=
{
let
payload
=
{
"submission_id"
:
this
.
props
.
submissionID
,
"submission_id"
:
this
.
props
.
submissionID
,
"company_id"
:
this
.
props
.
company
.
company_id
,
"company_id"
:
this
.
props
.
company
.
company_id
,
...
@@ -388,7 +388,7 @@ export default class CashFlow extends Component {
...
@@ -388,7 +388,7 @@ export default class CashFlow extends Component {
}
}
console
.
log
(
dbcf
)
console
.
log
(
dbcf
)
console
.
log
(
JSON
.
stringify
(
payload
))
console
.
log
(
JSON
.
stringify
(
payload
))
this
.
props
.
createCashFlow
(
payload
,
trigger
)
this
.
props
.
createCashFlow
(
payload
)
// this.props.onClickClose()
// this.props.onClickClose()
}
}
...
@@ -3340,29 +3340,6 @@ export default class CashFlow extends Component {
...
@@ -3340,29 +3340,6 @@ export default class CashFlow extends Component {
<
/button
>
<
/button
>
<
/div
>
<
/div
>
<
div
className
=
"col-2"
style
=
{{
display
:
'flex'
,
justifyContent
:
'flex-end'
,
maxWidth
:
'100%'
}}
>
<
div
className
=
"col-2"
style
=
{{
display
:
'flex'
,
justifyContent
:
'flex-end'
,
maxWidth
:
'100%'
}}
>
<
button
type
=
"button"
// disabled={this.state.buttonError}
onClick
=
{()
=>
// this.state.buttonError ?
// this.setState({ alert: true, messageAlert: 'Data is not complete !', tipeAlert: 'warning' })
// :
this
.
state
.
handleDoubleClick
==
1
?
null
:
this
.
setState
({
handleDoubleClick
:
1
},
()
=>
{
this
.
olahDataCashFlow
(
dataTable2
,
"simulasi"
)
})}
style
=
{{
backgroundColor
:
'transparent'
,
cursor
:
this
.
state
.
buttonError
===
true
?
'default'
:
'pointer'
,
borderColor
:
'transparent'
,
outline
:
'none'
,
marginRight
:
15
}}
>
<
div
style
=
{{
backgroundColor
:
'#cd5c5c'
,
width
:
105
,
height
:
25
,
borderRadius
:
3
,
justifyContent
:
'center'
,
display
:
'flex'
,
alignItems
:
'center'
}}
>
<
Typography
style
=
{{
fontSize
:
'11px'
,
color
:
'#fff'
,
textAlign
:
'center'
}}
>
Save
Data
Simulasi
<
/Typography
>
<
/div
>
<
/button
>
{
this
.
props
.
isApprover
===
true
||
dataTable2
.
length
==
0
?
null
:
{
this
.
props
.
isApprover
===
true
||
dataTable2
.
length
==
0
?
null
:
(
!
this
.
props
.
truelyApprover
)
&&
(
this
.
props
.
lastStatus
===
'SUBMIT'
||
this
.
props
.
lastStatus
===
'REVISION'
)
&&
this
.
props
.
prevRevision
===
false
&&
(
this
.
props
.
status
===
'revision'
||
this
.
props
.
status
===
'not-yet'
||
this
.
props
.
status
===
'draft'
||
this
.
props
.
status
===
'submitted'
)
?
(
!
this
.
props
.
truelyApprover
)
&&
(
this
.
props
.
lastStatus
===
'SUBMIT'
||
this
.
props
.
lastStatus
===
'REVISION'
)
&&
this
.
props
.
prevRevision
===
false
&&
(
this
.
props
.
status
===
'revision'
||
this
.
props
.
status
===
'not-yet'
||
this
.
props
.
status
===
'draft'
||
this
.
props
.
status
===
'submitted'
)
?
<
button
<
button
...
...
src/container/BudgetTahunan/CorporateAnnualTarget.js
View file @
73e8675b
This diff is collapsed.
Click to expand it.
src/container/BudgetTahunan/FixedAssetsMovement.js
View file @
73e8675b
This diff is collapsed.
Click to expand it.
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