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
f6420b1c
Commit
f6420b1c
authored
Apr 01, 2021
by
faisalhamdi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update hirarki bsro!
parent
e259ce82
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
24 deletions
+24
-24
BalanceSheetRO.js
src/container/RollingOutlook/BalanceSheetRO.js
+24
-24
No files found.
src/container/RollingOutlook/BalanceSheetRO.js
View file @
f6420b1c
...
...
@@ -205,18 +205,18 @@ export default class BalanceSheetRO extends Component {
item.level,
item.description,
item.balance_sheet.total_last_year === "" ? "0" : item.balance_sheet.total_last_year,
item
.
balance_sheet
.
january
===
""
?
"0"
:
item
.
balance_sheet
.
january
,
item
.
balance_sheet
.
february
===
""
?
"0"
:
item
.
balance_sheet
.
february
,
item
.
balance_sheet
.
march
===
""
?
"0"
:
item
.
balance_sheet
.
march
,
item
.
balance_sheet
.
april
===
""
?
"0"
:
item
.
balance_sheet
.
april
,
item
.
balance_sheet
.
may
===
""
?
"0"
:
item
.
balance_sheet
.
may
,
item
.
balance_sheet
.
june
===
""
?
"0"
:
item
.
balance_sheet
.
june
,
item
.
balance_sheet
.
july
===
""
?
"0"
:
item
.
balance_sheet
.
july
,
item
.
balance_sheet
.
august
===
""
?
"0"
:
item
.
balance_sheet
.
august
,
item
.
balance_sheet
.
september
===
""
?
"0"
:
item
.
balance_sheet
.
september
,
item
.
balance_sheet
.
october
===
""
?
"0"
:
item
.
balance_sheet
.
october
,
item
.
balance_sheet
.
november
===
""
?
"0"
:
item
.
balance_sheet
.
november
,
item
.
balance_sheet
.
december
===
""
?
"0"
:
item
.
balance_sheet
.
december
,
item.
type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.january, formula: item.balance_sheet.january_formula } : Number(item.balance_sheet.january).toFixed(1)
,
item.
type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.february, formula: item.balance_sheet.february_formula } : Number(item.balance_sheet.february).toFixed(1)
,
item.
type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.march, formula: item.balance_sheet.march_formula } : Number(item.balance_sheet.march).toFixed(1)
,
item.
type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.april, formula: item.balance_sheet.april_formula } : Number(item.balance_sheet.april).toFixed(1)
,
item.
type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.may, formula: item.balance_sheet.may_formula } : Number(item.balance_sheet.may).toFixed(1)
,
item.
type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.june, formula: item.balance_sheet.june_formula } : Number(item.balance_sheet.june).toFixed(1)
,
item.
type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.july, formula: item.balance_sheet.july_formula } : Number(item.balance_sheet.july).toFixed(1)
,
item.
type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.august, formula: item.balance_sheet.august_formula } : Number(item.balance_sheet.august).toFixed(1)
,
item.
type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.september, formula: item.balance_sheet.september_formula } : Number(item.balance_sheet.september).toFixed(1)
,
item.
type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.october, formula: item.balance_sheet.october_formula } : Number(item.balance_sheet.october).toFixed(1)
,
item.
type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.november, formula: item.balance_sheet.november_formula } : Number(item.balance_sheet.november).toFixed(1)
,
item.
type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.december, formula: item.balance_sheet.december_formula } : Number(item.balance_sheet.december).toFixed(1)
,
item.balance_sheet.total_current_year === "" ? "0" : item.balance_sheet.total_current_year,
item.order,
item.condition_it_should_be,
...
...
@@ -240,18 +240,18 @@ export default class BalanceSheetRO extends Component {
item.level,
item.description,
item.balance_sheet.total_last_year === "" ? "0" : item.balance_sheet.total_last_year,
item
.
balance_sheet
.
january
===
""
?
"0"
:
item
.
balance_sheet
.
january
,
item
.
balance_sheet
.
february
===
""
?
"0"
:
item
.
balance_sheet
.
february
,
item
.
balance_sheet
.
march
===
""
?
"0"
:
item
.
balance_sheet
.
march
,
item
.
balance_sheet
.
april
===
""
?
"0"
:
item
.
balance_sheet
.
april
,
item
.
balance_sheet
.
may
===
""
?
"0"
:
item
.
balance_sheet
.
may
,
item
.
balance_sheet
.
june
===
""
?
"0"
:
item
.
balance_sheet
.
june
,
item
.
balance_sheet
.
july
===
""
?
"0"
:
item
.
balance_sheet
.
july
,
item
.
balance_sheet
.
august
===
""
?
"0"
:
item
.
balance_sheet
.
august
,
item
.
balance_sheet
.
september
===
""
?
"0"
:
item
.
balance_sheet
.
september
,
item
.
balance_sheet
.
october
===
""
?
"0"
:
item
.
balance_sheet
.
october
,
item
.
balance_sheet
.
november
===
""
?
"0"
:
item
.
balance_sheet
.
november
,
item
.
balance_sheet
.
december
===
""
?
"0"
:
item
.
balance_sheet
.
december
,
item.
type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.january, formula: item.balance_sheet.january_formula } : Number(item.balance_sheet.january).toFixed(1)
,
item.
type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.february, formula: item.balance_sheet.february_formula } : Number(item.balance_sheet.february).toFixed(1)
,
item.
type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.march, formula: item.balance_sheet.march_formula } : Number(item.balance_sheet.march).toFixed(1)
,
item.
type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.april, formula: item.balance_sheet.april_formula } : Number(item.balance_sheet.april).toFixed(1)
,
item.
type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.may, formula: item.balance_sheet.may_formula } : Number(item.balance_sheet.may).toFixed(1)
,
item.
type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.june, formula: item.balance_sheet.june_formula } : Number(item.balance_sheet.june).toFixed(1)
,
item.
type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.july, formula: item.balance_sheet.july_formula } : Number(item.balance_sheet.july).toFixed(1)
,
item.
type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.august, formula: item.balance_sheet.august_formula } : Number(item.balance_sheet.august).toFixed(1)
,
item.
type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.september, formula: item.balance_sheet.september_formula } : Number(item.balance_sheet.september).toFixed(1)
,
item.
type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.october, formula: item.balance_sheet.october_formula } : Number(item.balance_sheet.october).toFixed(1)
,
item.
type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.november, formula: item.balance_sheet.november_formula } : Number(item.balance_sheet.november).toFixed(1)
,
item.
type_report_id == 5 || item.type_report_id == 6 ? { value: item.balance_sheet.december, formula: item.balance_sheet.december_formula } : Number(item.balance_sheet.december).toFixed(1)
,
item.balance_sheet.total_current_year === "" ? "0" : item.balance_sheet.total_current_year,
item.order,
item.condition_it_should_be,
...
...
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