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
a1545e65
Commit
a1545e65
authored
Apr 04, 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
f4a5a1a0
a4d59990
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
247 additions
and
94 deletions
+247
-94
SubHolding.js
src/container/Laporan/SubHolding.js
+100
-2
TableSubHolding.js
src/container/Laporan/TableSubHolding.js
+147
-92
No files found.
src/container/Laporan/SubHolding.js
View file @
a1545e65
...
...
@@ -1760,7 +1760,19 @@ export default class SubHolding extends Component {
item
.
order
,
item
.
condition_it_should_be
,
item
.
condition_if_wrong
,
item
.
cash_flow
.
forecast_formula
==
null
?
[]
:
item
.
cash_flow
.
forecast_formula
item
.
cash_flow
.
forecast_formula
==
null
?
[]
:
item
.
cash_flow
.
forecast_formula
,
item
.
cash_flow
.
olpa_january
,
item
.
cash_flow
.
olpa_february
,
item
.
cash_flow
.
olpa_march
,
item
.
cash_flow
.
olpa_april
,
item
.
cash_flow
.
olpa_may
,
item
.
cash_flow
.
olpa_june
,
item
.
cash_flow
.
olpa_july
,
item
.
cash_flow
.
olpa_august
,
item
.
cash_flow
.
olpa_september
,
item
.
cash_flow
.
olpa_october
,
item
.
cash_flow
.
olpa_november
,
item
.
cash_flow
.
olpa_december
,
])
}
if
(
item
.
children
!==
null
)
{
...
...
@@ -1798,7 +1810,19 @@ export default class SubHolding extends Component {
item
.
order
,
item
.
condition_it_should_be
,
item
.
condition_if_wrong
,
item
.
cash_flow
.
forecast_formula
==
null
?
[]
:
item
.
cash_flow
.
forecast_formula
item
.
cash_flow
.
forecast_formula
==
null
?
[]
:
item
.
cash_flow
.
forecast_formula
,
item
.
cash_flow
.
olpa_january
,
item
.
cash_flow
.
olpa_february
,
item
.
cash_flow
.
olpa_march
,
item
.
cash_flow
.
olpa_april
,
item
.
cash_flow
.
olpa_may
,
item
.
cash_flow
.
olpa_june
,
item
.
cash_flow
.
olpa_july
,
item
.
cash_flow
.
olpa_august
,
item
.
cash_flow
.
olpa_september
,
item
.
cash_flow
.
olpa_october
,
item
.
cash_flow
.
olpa_november
,
item
.
cash_flow
.
olpa_december
,
])
if
(
item
.
children
!==
null
)
{
if
(
item
.
children
.
length
>
0
)
{
...
...
@@ -1825,6 +1849,7 @@ export default class SubHolding extends Component {
}
else
{
this
.
setState
({
alert
:
true
,
messageAlert
:
response
.
problem
,
tipeAlert
:
'error'
,
loading
:
false
})
}
console
.
log
(
dataTable
);
})
})
}
else
{
...
...
@@ -2631,6 +2656,43 @@ export default class SubHolding extends Component {
items
.
cash_flow
.
october
,
items
.
cash_flow
.
november
,
items
.
cash_flow
.
december
,
items
.
cash_flow
.
q1_january
,
items
.
cash_flow
.
q1_february
,
items
.
cash_flow
.
q1_march
,
items
.
cash_flow
.
q1_april
,
items
.
cash_flow
.
q1_may
,
items
.
cash_flow
.
q1_june
,
items
.
cash_flow
.
q1_july
,
items
.
cash_flow
.
q1_august
,
items
.
cash_flow
.
q1_september
,
items
.
cash_flow
.
q1_october
,
items
.
cash_flow
.
q1_november
,
items
.
cash_flow
.
q1_december
,
items
.
cash_flow
.
q2_january
,
items
.
cash_flow
.
q2_february
,
items
.
cash_flow
.
q2_march
,
items
.
cash_flow
.
q2_april
,
items
.
cash_flow
.
q2_may
,
items
.
cash_flow
.
q2_june
,
items
.
cash_flow
.
q2_july
,
items
.
cash_flow
.
q2_august
,
items
.
cash_flow
.
q2_september
,
items
.
cash_flow
.
q2_october
,
items
.
cash_flow
.
q2_november
,
items
.
cash_flow
.
q2_december
,
items
.
cash_flow
.
q3_january
,
items
.
cash_flow
.
q3_february
,
items
.
cash_flow
.
q3_march
,
items
.
cash_flow
.
q3_april
,
items
.
cash_flow
.
q3_may
,
items
.
cash_flow
.
q3_june
,
items
.
cash_flow
.
q3_july
,
items
.
cash_flow
.
q3_august
,
items
.
cash_flow
.
q3_september
,
items
.
cash_flow
.
q3_october
,
items
.
cash_flow
.
q3_november
,
items
.
cash_flow
.
q3_december
,
])
}
if
(
items
.
children
!==
null
)
{
...
...
@@ -2655,6 +2717,42 @@ export default class SubHolding extends Component {
item
.
cash_flow
.
october
,
item
.
cash_flow
.
november
,
item
.
cash_flow
.
december
,
item
.
cash_flow
.
q1_january
,
item
.
cash_flow
.
q1_february
,
item
.
cash_flow
.
q1_march
,
item
.
cash_flow
.
q1_april
,
item
.
cash_flow
.
q1_may
,
item
.
cash_flow
.
q1_june
,
item
.
cash_flow
.
q1_july
,
item
.
cash_flow
.
q1_august
,
item
.
cash_flow
.
q1_september
,
item
.
cash_flow
.
q1_october
,
item
.
cash_flow
.
q1_november
,
item
.
cash_flow
.
q1_december
,
item
.
cash_flow
.
q2_january
,
item
.
cash_flow
.
q2_february
,
item
.
cash_flow
.
q2_march
,
item
.
cash_flow
.
q2_april
,
item
.
cash_flow
.
q2_may
,
item
.
cash_flow
.
q2_june
,
item
.
cash_flow
.
q2_july
,
item
.
cash_flow
.
q2_august
,
item
.
cash_flow
.
q2_september
,
item
.
cash_flow
.
q2_october
,
item
.
cash_flow
.
q2_november
,
item
.
cash_flow
.
q2_december
,
item
.
cash_flow
.
q3_january
,
item
.
cash_flow
.
q3_february
,
item
.
cash_flow
.
q3_march
,
item
.
cash_flow
.
q3_april
,
item
.
cash_flow
.
q3_may
,
item
.
cash_flow
.
q3_june
,
item
.
cash_flow
.
q3_july
,
item
.
cash_flow
.
q3_august
,
item
.
cash_flow
.
q3_september
,
item
.
cash_flow
.
q3_october
,
item
.
cash_flow
.
q3_november
,
item
.
cash_flow
.
q3_december
,
])
if
(
item
.
children
!==
null
)
{
...
...
src/container/Laporan/TableSubHolding.js
View file @
a1545e65
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