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
ae8ace99
Commit
ae8ace99
authored
Jan 29, 2021
by
d.arizona
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://103.44.149.204/d.arizona/tia-dev
into didam
parents
8eadbf8a
12b5e35a
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
52 additions
and
39 deletions
+52
-39
SubHolding.js
src/container/Laporan/SubHolding.js
+6
-3
TableSubHolding.js
src/container/Laporan/TableSubHolding.js
+46
-36
No files found.
src/container/Laporan/SubHolding.js
View file @
ae8ace99
...
@@ -1364,13 +1364,13 @@ export default class SubHolding extends Component {
...
@@ -1364,13 +1364,13 @@ export default class SubHolding extends Component {
item.formula,
item.formula,
item.level,
item.level,
item.description,
item.description,
item
.
balance_sheet
.
last_month
,
item.balance_sheet.
mtd_
last_month,
item.balance_sheet.mtd_actual,
item.balance_sheet.mtd_actual,
item.balance_sheet.mtd_mb,
item.balance_sheet.mtd_mb,
item.balance_sheet.percent_of_mb,
item.balance_sheet.percent_of_mb,
item.balance_sheet.mtd_ol,
item.balance_sheet.mtd_ol,
item.balance_sheet.percent_of_ol,
item.balance_sheet.percent_of_ol,
item
.
balance_sheet
.
last_year
,
item.balance_sheet.
mtd_
last_year,
item.balance_sheet.forecast_next_year,
item.balance_sheet.forecast_next_year,
item.balance_sheet.forecast_more_year,
item.balance_sheet.forecast_more_year,
item.order
item.order
...
@@ -1392,7 +1392,7 @@ export default class SubHolding extends Component {
...
@@ -1392,7 +1392,7 @@ export default class SubHolding extends Component {
item.formula,
item.formula,
item.level,
item.level,
item.description,
item.description,
item
.
balance_sheet
.
last_month
,
item.balance_sheet.
mtd_
last_month,
item.balance_sheet.mtd_actual,
item.balance_sheet.mtd_actual,
item.balance_sheet.mtd_mb,
item.balance_sheet.mtd_mb,
item.balance_sheet.percent_of_mb,
item.balance_sheet.percent_of_mb,
...
@@ -1555,6 +1555,9 @@ export default class SubHolding extends Component {
...
@@ -1555,6 +1555,9 @@ export default class SubHolding extends Component {
item.profit_loss.fy_last_year,
item.profit_loss.fy_last_year,
isNaN(persenFyLY) || persenFyLY == 'Infinity' || persenFyLY == '-Infinity'? (item.profit_loss.fy_last_year == '' || item.profit_loss.fy_last_year == 0? -0 : 0) : (item.profit_loss.fy_last_year == '' || item.profit_loss.fy_last_year == 0? persenFyLY * -100 : persenFyLY * 100),
isNaN(persenFyLY) || persenFyLY == 'Infinity' || persenFyLY == '-Infinity'? (item.profit_loss.fy_last_year == '' || item.profit_loss.fy_last_year == 0? -0 : 0) : (item.profit_loss.fy_last_year == '' || item.profit_loss.fy_last_year == 0? persenFyLY * -100 : persenFyLY * 100),
isNaN(persenFyOLMB) || persenFyOLMB == 'Infinity' || persenFyOLMB == '-Infinity'? (item.profit_loss.fy_percent_ach_ol_to_mb == '' || item.profit_loss.fy_percent_ach_ol_to_mb == 0? -0 : 0) : (item.profit_loss.fy_percent_ach_ol_to_mb == '' || item.profit_loss.fy_percent_ach_ol_to_mb == 0? persenFyOLMB * -100 : persenFyOLMB * 100),
isNaN(persenFyOLMB) || persenFyOLMB == 'Infinity' || persenFyOLMB == '-Infinity'? (item.profit_loss.fy_percent_ach_ol_to_mb == '' || item.profit_loss.fy_percent_ach_ol_to_mb == 0? -0 : 0) : (item.profit_loss.fy_percent_ach_ol_to_mb == '' || item.profit_loss.fy_percent_ach_ol_to_mb == 0? persenFyOLMB * -100 : persenFyOLMB * 100),
item.profit_loss.forecast_next_year,
item.profit_loss.forecast_more_year,
item.profit_loss.notes,
])
])
if (item.children !== null) {
if (item.children !== null) {
if (item.children.length > 0) {
if (item.children.length > 0) {
...
...
src/container/Laporan/TableSubHolding.js
View file @
ae8ace99
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