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
4aa84a78
Commit
4aa84a78
authored
Nov 27, 2020
by
Deni Rinaldi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
isu rounding
parent
91b59427
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1282 additions
and
1282 deletions
+1282
-1282
FixedAssetsMovement.js
src/container/BudgetTahunan/FixedAssetsMovement.js
+15
-15
ProfitLoss.js
src/container/BudgetTahunan/ProfitLoss.js
+1255
-1255
TaxPlanning.js
src/container/BudgetTahunan/TaxPlanning.js
+12
-12
No files found.
src/container/BudgetTahunan/FixedAssetsMovement.js
View file @
4aa84a78
...
@@ -332,21 +332,21 @@ export default class FixedAssetsMovement extends Component {
...
@@ -332,21 +332,21 @@ export default class FixedAssetsMovement extends Component {
item
.
level
,
item
.
level
,
item
.
item_report
,
item
.
item_report
,
item
.
total_actual_before
,
item
.
total_actual_before
,
item
.
type_report_id
==
5
||
item
.
type_report_id
==
6
?
{
value
:
item
.
january
,
formula
:
item
.
january_formula
}
:
item
.
january
,
item
.
type_report_id
==
5
||
item
.
type_report_id
==
6
?
{
value
:
item
.
january
,
formula
:
item
.
january_formula
}
:
Number
(
item
.
january
).
toFixed
(
1
)
,
item
.
type_report_id
==
5
||
item
.
type_report_id
==
6
?
{
value
:
item
.
february
,
formula
:
item
.
february_formula
}
:
item
.
february
,
item
.
type_report_id
==
5
||
item
.
type_report_id
==
6
?
{
value
:
item
.
february
,
formula
:
item
.
february_formula
}
:
Number
(
item
.
february
).
toFixed
(
1
)
,
item
.
type_report_id
==
5
||
item
.
type_report_id
==
6
?
{
value
:
item
.
march
,
formula
:
item
.
march_formula
}
:
item
.
march
,
item
.
type_report_id
==
5
||
item
.
type_report_id
==
6
?
{
value
:
item
.
march
,
formula
:
item
.
march_formula
}
:
Number
(
item
.
march
).
toFixed
(
1
)
,
item
.
type_report_id
==
5
||
item
.
type_report_id
==
6
?
{
value
:
item
.
april
,
formula
:
item
.
april_formula
}
:
item
.
april
,
item
.
type_report_id
==
5
||
item
.
type_report_id
==
6
?
{
value
:
item
.
april
,
formula
:
item
.
april_formula
}
:
Number
(
item
.
april
).
toFixed
(
1
)
,
item
.
type_report_id
==
5
||
item
.
type_report_id
==
6
?
{
value
:
item
.
may
,
formula
:
item
.
may_formula
}
:
item
.
may
,
item
.
type_report_id
==
5
||
item
.
type_report_id
==
6
?
{
value
:
item
.
may
,
formula
:
item
.
may_formula
}
:
Number
(
item
.
may
).
toFixed
(
1
)
,
item
.
type_report_id
==
5
||
item
.
type_report_id
==
6
?
{
value
:
item
.
june
,
formula
:
item
.
june_formula
}
:
item
.
june
,
item
.
type_report_id
==
5
||
item
.
type_report_id
==
6
?
{
value
:
item
.
june
,
formula
:
item
.
june_formula
}
:
Number
(
item
.
june
).
toFixed
(
1
)
,
item
.
type_report_id
==
5
||
item
.
type_report_id
==
6
?
{
value
:
item
.
july
,
formula
:
item
.
july_formula
}
:
item
.
july
,
item
.
type_report_id
==
5
||
item
.
type_report_id
==
6
?
{
value
:
item
.
july
,
formula
:
item
.
july_formula
}
:
Number
(
item
.
july
).
toFixed
(
1
)
,
item
.
type_report_id
==
5
||
item
.
type_report_id
==
6
?
{
value
:
item
.
august
,
formula
:
item
.
august_formula
}
:
item
.
august
,
item
.
type_report_id
==
5
||
item
.
type_report_id
==
6
?
{
value
:
item
.
august
,
formula
:
item
.
august_formula
}
:
Number
(
item
.
august
).
toFixed
(
1
)
,
item
.
type_report_id
==
5
||
item
.
type_report_id
==
6
?
{
value
:
item
.
september
,
formula
:
item
.
september_formula
}
:
item
.
september
,
item
.
type_report_id
==
5
||
item
.
type_report_id
==
6
?
{
value
:
item
.
september
,
formula
:
item
.
september_formula
}
:
Number
(
item
.
september
).
toFixed
(
1
)
,
item
.
type_report_id
==
5
||
item
.
type_report_id
==
6
?
{
value
:
item
.
october
,
formula
:
item
.
october_formula
}
:
item
.
october
,
item
.
type_report_id
==
5
||
item
.
type_report_id
==
6
?
{
value
:
item
.
october
,
formula
:
item
.
october_formula
}
:
Number
(
item
.
october
).
toFixed
(
1
)
,
item
.
type_report_id
==
5
||
item
.
type_report_id
==
6
?
{
value
:
item
.
november
,
formula
:
item
.
november_formula
}
:
item
.
november
,
item
.
type_report_id
==
5
||
item
.
type_report_id
==
6
?
{
value
:
item
.
november
,
formula
:
item
.
november_formula
}
:
Number
(
item
.
november
).
toFixed
(
1
)
,
item
.
type_report_id
==
5
||
item
.
type_report_id
==
6
?
{
value
:
item
.
december
,
formula
:
item
.
december_formula
}
:
item
.
december
,
item
.
type_report_id
==
5
||
item
.
type_report_id
==
6
?
{
value
:
item
.
december
,
formula
:
item
.
december_formula
}
:
Number
(
item
.
december
).
toFixed
(
1
)
,
item
.
total_current_year
,
Number
(
item
.
total_current_year
).
toFixed
(
1
)
,
item
.
total_next_year
,
Number
(
item
.
total_next_year
).
toFixed
(
1
)
,
item
.
total_more_year
,
Number
(
item
.
total_more_year
).
toFixed
(
1
)
,
item
.
orders
,
item
.
orders
,
item
.
forecast_formula
,
item
.
forecast_formula
,
item
.
before_formula
,
item
.
before_formula
,
...
...
src/container/BudgetTahunan/ProfitLoss.js
View file @
4aa84a78
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/container/BudgetTahunan/TaxPlanning.js
View file @
4aa84a78
...
@@ -483,18 +483,18 @@ export default class TaxPlanning extends Component {
...
@@ -483,18 +483,18 @@ export default class TaxPlanning extends Component {
// {tbc: item.formula.tbc, fcp: item.formula.fcp, tbf: item.formula.tbf},
// {tbc: item.formula.tbc, fcp: item.formula.fcp, tbf: item.formula.tbf},
item
.
level
,
item
.
level
,
item
.
item_report
,
item
.
item_report
,
{
tbc
:
item
.
type_report_id
.
tbc
==
5
||
item
.
type_report_id
.
tbc
==
6
||
item
.
type_report_id
.
tbc
==
7
?
{
value
:
item
.
january
.
tbc
,
formula
:
item
.
january_formula
}
:
item
.
january
.
tbc
,
fcp
:
item
.
type_report_id
.
fcp
==
5
||
item
.
type_report_id
.
fcp
==
6
||
item
.
type_report_id
.
fcp
==
7
||
item
.
type_report_id
.
fcp
==
7
?
{
value
:
item
.
january
.
fcp
,
formula
:
item
.
january_formula
}
:
item
.
january
.
fcp
,
tbf
:
item
.
type_report_id
.
tbf
==
5
||
item
.
type_report_id
.
tbf
==
6
||
item
.
type_report_id
.
tbf
==
7
||
item
.
type_report_id
.
tbf
==
7
?
{
value
:
item
.
january
.
tbf
,
formula
:
item
.
january_formula
}
:
item
.
january
.
tbf
},
{
tbc
:
item
.
type_report_id
.
tbc
==
5
||
item
.
type_report_id
.
tbc
==
6
||
item
.
type_report_id
.
tbc
==
7
?
{
value
:
item
.
january
.
tbc
,
formula
:
item
.
january_formula
}
:
Number
(
item
.
january
.
tbc
).
toFixed
(
1
),
fcp
:
item
.
type_report_id
.
fcp
==
5
||
item
.
type_report_id
.
fcp
==
6
||
item
.
type_report_id
.
fcp
==
7
||
item
.
type_report_id
.
fcp
==
7
?
{
value
:
item
.
january
.
fcp
,
formula
:
item
.
january_formula
}
:
Number
(
item
.
january
.
fcp
).
toFixed
(
1
),
tbf
:
item
.
type_report_id
.
tbf
==
5
||
item
.
type_report_id
.
tbf
==
6
||
item
.
type_report_id
.
tbf
==
7
||
item
.
type_report_id
.
tbf
==
7
?
{
value
:
item
.
january
.
tbf
,
formula
:
item
.
january_formula
}
:
Number
(
item
.
january
.
tbf
).
toFixed
(
1
)
},
{
tbc
:
item
.
type_report_id
.
tbc
==
5
||
item
.
type_report_id
.
tbc
==
6
||
item
.
type_report_id
.
tbc
==
7
?
{
value
:
item
.
february
.
tbc
,
formula
:
item
.
february_formula
}
:
item
.
february
.
tbc
,
fcp
:
item
.
type_report_id
.
fcp
==
5
||
item
.
type_report_id
.
fcp
==
6
||
item
.
type_report_id
.
fcp
==
7
?
{
value
:
item
.
february
.
fcp
,
formula
:
item
.
february_formula
}
:
item
.
february
.
fcp
,
tbf
:
item
.
type_report_id
.
tbf
==
5
||
item
.
type_report_id
.
tbf
==
6
||
item
.
type_report_id
.
tbf
==
7
?
{
value
:
item
.
february
.
tbf
,
formula
:
item
.
february_formula
}
:
item
.
february
.
tbf
},
{
tbc
:
item
.
type_report_id
.
tbc
==
5
||
item
.
type_report_id
.
tbc
==
6
||
item
.
type_report_id
.
tbc
==
7
?
{
value
:
item
.
february
.
tbc
,
formula
:
item
.
february_formula
}
:
Number
(
item
.
february
.
tbc
).
toFixed
(
1
),
fcp
:
item
.
type_report_id
.
fcp
==
5
||
item
.
type_report_id
.
fcp
==
6
||
item
.
type_report_id
.
fcp
==
7
?
{
value
:
item
.
february
.
fcp
,
formula
:
item
.
february_formula
}
:
Number
(
item
.
february
.
fcp
).
toFixed
(
1
),
tbf
:
item
.
type_report_id
.
tbf
==
5
||
item
.
type_report_id
.
tbf
==
6
||
item
.
type_report_id
.
tbf
==
7
?
{
value
:
item
.
february
.
tbf
,
formula
:
item
.
february_formula
}
:
Number
(
item
.
february
.
tbf
).
toFixed
(
1
)
},
{
tbc
:
item
.
type_report_id
.
tbc
==
5
||
item
.
type_report_id
.
tbc
==
6
||
item
.
type_report_id
.
tbc
==
7
?
{
value
:
item
.
march
.
tbc
,
formula
:
item
.
march_formula
}
:
item
.
march
.
tbc
,
fcp
:
item
.
type_report_id
.
fcp
==
5
||
item
.
type_report_id
.
fcp
==
6
||
item
.
type_report_id
.
fcp
==
7
?
{
value
:
item
.
march
.
fcp
,
formula
:
item
.
march_formula
}
:
item
.
march
.
fcp
,
tbf
:
item
.
type_report_id
.
tbf
==
5
||
item
.
type_report_id
.
tbf
==
6
||
item
.
type_report_id
.
tbf
==
7
?
{
value
:
item
.
march
.
tbf
,
formula
:
item
.
march_formula
}
:
item
.
march
.
tbf
},
{
tbc
:
item
.
type_report_id
.
tbc
==
5
||
item
.
type_report_id
.
tbc
==
6
||
item
.
type_report_id
.
tbc
==
7
?
{
value
:
item
.
march
.
tbc
,
formula
:
item
.
march_formula
}
:
Number
(
item
.
march
.
tbc
).
toFixed
(
1
),
fcp
:
item
.
type_report_id
.
fcp
==
5
||
item
.
type_report_id
.
fcp
==
6
||
item
.
type_report_id
.
fcp
==
7
?
{
value
:
item
.
march
.
fcp
,
formula
:
item
.
march_formula
}
:
Number
(
item
.
march
.
fcp
).
toFixed
(
1
),
tbf
:
item
.
type_report_id
.
tbf
==
5
||
item
.
type_report_id
.
tbf
==
6
||
item
.
type_report_id
.
tbf
==
7
?
{
value
:
item
.
march
.
tbf
,
formula
:
item
.
march_formula
}
:
Number
(
item
.
march
.
tbf
).
toFixed
(
1
)
},
{
tbc
:
item
.
type_report_id
.
tbc
==
5
||
item
.
type_report_id
.
tbc
==
6
||
item
.
type_report_id
.
tbc
==
7
?
{
value
:
item
.
april
.
tbc
,
formula
:
item
.
april_formula
}
:
item
.
april
.
tbc
,
fcp
:
item
.
type_report_id
.
fcp
==
5
||
item
.
type_report_id
.
fcp
==
6
||
item
.
type_report_id
.
fcp
==
7
?
{
value
:
item
.
april
.
fcp
,
formula
:
item
.
april_formula
}
:
item
.
april
.
fcp
,
tbf
:
item
.
type_report_id
.
tbf
==
5
||
item
.
type_report_id
.
tbf
==
6
||
item
.
type_report_id
.
tbf
==
7
?
{
value
:
item
.
april
.
tbf
,
formula
:
item
.
april_formula
}
:
item
.
april
.
tbf
},
{
tbc
:
item
.
type_report_id
.
tbc
==
5
||
item
.
type_report_id
.
tbc
==
6
||
item
.
type_report_id
.
tbc
==
7
?
{
value
:
item
.
april
.
tbc
,
formula
:
item
.
april_formula
}
:
Number
(
item
.
april
.
tbc
).
toFixed
(
1
),
fcp
:
item
.
type_report_id
.
fcp
==
5
||
item
.
type_report_id
.
fcp
==
6
||
item
.
type_report_id
.
fcp
==
7
?
{
value
:
item
.
april
.
fcp
,
formula
:
item
.
april_formula
}
:
Number
(
item
.
april
.
fcp
).
toFixed
(
1
),
tbf
:
item
.
type_report_id
.
tbf
==
5
||
item
.
type_report_id
.
tbf
==
6
||
item
.
type_report_id
.
tbf
==
7
?
{
value
:
item
.
april
.
tbf
,
formula
:
item
.
april_formula
}
:
Number
(
item
.
april
.
tbf
).
toFixed
(
1
)
},
{
tbc
:
item
.
type_report_id
.
tbc
==
5
||
item
.
type_report_id
.
tbc
==
6
||
item
.
type_report_id
.
tbc
==
7
?
{
value
:
item
.
may
.
tbc
,
formula
:
item
.
may_formula
}
:
item
.
may
.
tbc
,
fcp
:
item
.
type_report_id
.
fcp
==
5
||
item
.
type_report_id
.
fcp
==
6
||
item
.
type_report_id
.
fcp
==
7
?
{
value
:
item
.
may
.
fcp
,
formula
:
item
.
may_formula
}
:
item
.
may
.
fcp
,
tbf
:
item
.
type_report_id
.
tbf
==
5
||
item
.
type_report_id
.
tbf
==
6
||
item
.
type_report_id
.
tbf
==
7
?
{
value
:
item
.
may
.
tbf
,
formula
:
item
.
may_formula
}
:
item
.
may
.
tbf
},
{
tbc
:
item
.
type_report_id
.
tbc
==
5
||
item
.
type_report_id
.
tbc
==
6
||
item
.
type_report_id
.
tbc
==
7
?
{
value
:
item
.
may
.
tbc
,
formula
:
item
.
may_formula
}
:
Number
(
item
.
may
.
tbc
).
toFixed
(
1
),
fcp
:
item
.
type_report_id
.
fcp
==
5
||
item
.
type_report_id
.
fcp
==
6
||
item
.
type_report_id
.
fcp
==
7
?
{
value
:
item
.
may
.
fcp
,
formula
:
item
.
may_formula
}
:
Number
(
item
.
may
.
fcp
).
toFixed
(
1
),
tbf
:
item
.
type_report_id
.
tbf
==
5
||
item
.
type_report_id
.
tbf
==
6
||
item
.
type_report_id
.
tbf
==
7
?
{
value
:
item
.
may
.
tbf
,
formula
:
item
.
may_formula
}
:
Number
(
item
.
may
.
tbf
).
toFixed
(
1
)
},
{
tbc
:
item
.
type_report_id
.
tbc
==
5
||
item
.
type_report_id
.
tbc
==
6
||
item
.
type_report_id
.
tbc
==
7
?
{
value
:
item
.
june
.
tbc
,
formula
:
item
.
june_formula
}
:
item
.
june
.
tbc
,
fcp
:
item
.
type_report_id
.
fcp
==
5
||
item
.
type_report_id
.
fcp
==
6
||
item
.
type_report_id
.
fcp
==
7
?
{
value
:
item
.
june
.
fcp
,
formula
:
item
.
june_formula
}
:
item
.
june
.
fcp
,
tbf
:
item
.
type_report_id
.
tbf
==
5
||
item
.
type_report_id
.
tbf
==
6
||
item
.
type_report_id
.
tbf
==
7
?
{
value
:
item
.
june
.
tbf
,
formula
:
item
.
june_formula
}
:
item
.
june
.
tbf
},
{
tbc
:
item
.
type_report_id
.
tbc
==
5
||
item
.
type_report_id
.
tbc
==
6
||
item
.
type_report_id
.
tbc
==
7
?
{
value
:
item
.
june
.
tbc
,
formula
:
item
.
june_formula
}
:
Number
(
item
.
june
.
tbc
).
toFixed
(
1
),
fcp
:
item
.
type_report_id
.
fcp
==
5
||
item
.
type_report_id
.
fcp
==
6
||
item
.
type_report_id
.
fcp
==
7
?
{
value
:
item
.
june
.
fcp
,
formula
:
item
.
june_formula
}
:
Number
(
item
.
june
.
fcp
).
toFixed
(
1
),
tbf
:
item
.
type_report_id
.
tbf
==
5
||
item
.
type_report_id
.
tbf
==
6
||
item
.
type_report_id
.
tbf
==
7
?
{
value
:
item
.
june
.
tbf
,
formula
:
item
.
june_formula
}
:
Number
(
item
.
june
.
tbf
).
toFixed
(
1
)
},
{
tbc
:
item
.
type_report_id
.
tbc
==
5
||
item
.
type_report_id
.
tbc
==
6
||
item
.
type_report_id
.
tbc
==
7
?
{
value
:
item
.
july
.
tbc
,
formula
:
item
.
july_formula
}
:
item
.
july
.
tbc
,
fcp
:
item
.
type_report_id
.
fcp
==
5
||
item
.
type_report_id
.
fcp
==
6
||
item
.
type_report_id
.
fcp
==
7
?
{
value
:
item
.
july
.
fcp
,
formula
:
item
.
july_formula
}
:
item
.
july
.
fcp
,
tbf
:
item
.
type_report_id
.
tbf
==
5
||
item
.
type_report_id
.
tbf
==
6
||
item
.
type_report_id
.
tbf
==
7
?
{
value
:
item
.
july
.
tbf
,
formula
:
item
.
july_formula
}
:
item
.
july
.
tbf
},
{
tbc
:
item
.
type_report_id
.
tbc
==
5
||
item
.
type_report_id
.
tbc
==
6
||
item
.
type_report_id
.
tbc
==
7
?
{
value
:
item
.
july
.
tbc
,
formula
:
item
.
july_formula
}
:
Number
(
item
.
july
.
tbc
).
toFixed
(
1
),
fcp
:
item
.
type_report_id
.
fcp
==
5
||
item
.
type_report_id
.
fcp
==
6
||
item
.
type_report_id
.
fcp
==
7
?
{
value
:
item
.
july
.
fcp
,
formula
:
item
.
july_formula
}
:
Number
(
item
.
july
.
fcp
).
toFixed
(
1
),
tbf
:
item
.
type_report_id
.
tbf
==
5
||
item
.
type_report_id
.
tbf
==
6
||
item
.
type_report_id
.
tbf
==
7
?
{
value
:
item
.
july
.
tbf
,
formula
:
item
.
july_formula
}
:
Number
(
item
.
july
.
tbf
).
toFixed
(
1
)
},
{
tbc
:
item
.
type_report_id
.
tbc
==
5
||
item
.
type_report_id
.
tbc
==
6
||
item
.
type_report_id
.
tbc
==
7
?
{
value
:
item
.
august
.
tbc
,
formula
:
item
.
august_formula
}
:
item
.
august
.
tbc
===
null
?
"0"
:
item
.
august
.
tbc
===
""
?
"0"
:
item
.
august
.
tbc
,
fcp
:
item
.
type_report_id
.
fcp
==
5
||
item
.
type_report_id
.
fcp
==
6
||
item
.
type_report_id
.
fcp
==
7
?
{
value
:
item
.
august
.
fcp
,
formula
:
item
.
august_formula
}
:
item
.
august
.
fcp
,
tbf
:
item
.
type_report_id
.
tbf
==
5
||
item
.
type_report_id
.
tbf
==
6
||
item
.
type_report_id
.
tbf
==
7
?
{
value
:
item
.
august
.
tbf
,
formula
:
item
.
august_formula
}
:
item
.
august
.
tbf
},
{
tbc
:
item
.
type_report_id
.
tbc
==
5
||
item
.
type_report_id
.
tbc
==
6
||
item
.
type_report_id
.
tbc
==
7
?
{
value
:
item
.
august
.
tbc
,
formula
:
item
.
august_formula
}
:
item
.
august
.
tbc
===
null
?
"0"
:
item
.
august
.
tbc
===
""
?
"0"
:
Number
(
item
.
august
.
tbc
).
toFixed
(
1
),
fcp
:
item
.
type_report_id
.
fcp
==
5
||
item
.
type_report_id
.
fcp
==
6
||
item
.
type_report_id
.
fcp
==
7
?
{
value
:
item
.
august
.
fcp
,
formula
:
item
.
august_formula
}
:
Number
(
item
.
august
.
fcp
).
toFixed
(
1
),
tbf
:
item
.
type_report_id
.
tbf
==
5
||
item
.
type_report_id
.
tbf
==
6
||
item
.
type_report_id
.
tbf
==
7
?
{
value
:
item
.
august
.
tbf
,
formula
:
item
.
august_formula
}
:
Number
(
item
.
august
.
tbf
).
toFixed
(
1
)
},
{
tbc
:
item
.
type_report_id
.
tbc
==
5
||
item
.
type_report_id
.
tbc
==
6
||
item
.
type_report_id
.
tbc
==
7
?
{
value
:
item
.
september
.
tbc
,
formula
:
item
.
september_formula
}
:
item
.
september
.
tbc
,
fcp
:
item
.
type_report_id
.
fcp
==
5
||
item
.
type_report_id
.
fcp
==
6
||
item
.
type_report_id
.
fcp
==
7
?
{
value
:
item
.
september
.
fcp
,
formula
:
item
.
september_formula
}
:
item
.
september
.
fcp
,
tbf
:
item
.
type_report_id
.
tbf
==
5
||
item
.
type_report_id
.
tbf
==
6
||
item
.
type_report_id
.
tbf
==
7
?
{
value
:
item
.
september
.
tbf
,
formula
:
item
.
september_formula
}
:
item
.
september
.
tbf
},
{
tbc
:
item
.
type_report_id
.
tbc
==
5
||
item
.
type_report_id
.
tbc
==
6
||
item
.
type_report_id
.
tbc
==
7
?
{
value
:
item
.
september
.
tbc
,
formula
:
item
.
september_formula
}
:
Number
(
item
.
september
.
tbc
).
toFixed
(
1
),
fcp
:
item
.
type_report_id
.
fcp
==
5
||
item
.
type_report_id
.
fcp
==
6
||
item
.
type_report_id
.
fcp
==
7
?
{
value
:
item
.
september
.
fcp
,
formula
:
item
.
september_formula
}
:
Number
(
item
.
september
.
fcp
).
toFixed
(
1
),
tbf
:
item
.
type_report_id
.
tbf
==
5
||
item
.
type_report_id
.
tbf
==
6
||
item
.
type_report_id
.
tbf
==
7
?
{
value
:
item
.
september
.
tbf
,
formula
:
item
.
september_formula
}
:
Number
(
item
.
september
.
tbf
).
toFixed
(
1
)
},
{
tbc
:
item
.
type_report_id
.
tbc
==
5
||
item
.
type_report_id
.
tbc
==
6
||
item
.
type_report_id
.
tbc
==
7
?
{
value
:
item
.
october
.
tbc
,
formula
:
item
.
october_formula
}
:
item
.
october
.
tbc
,
fcp
:
item
.
type_report_id
.
fcp
==
5
||
item
.
type_report_id
.
fcp
==
6
||
item
.
type_report_id
.
fcp
==
7
?
{
value
:
item
.
october
.
fcp
,
formula
:
item
.
october_formula
}
:
item
.
october
.
fcp
,
tbf
:
item
.
type_report_id
.
tbf
==
5
||
item
.
type_report_id
.
tbf
==
6
||
item
.
type_report_id
.
tbf
==
7
?
{
value
:
item
.
october
.
tbf
,
formula
:
item
.
october_formula
}
:
item
.
october
.
tbf
},
{
tbc
:
item
.
type_report_id
.
tbc
==
5
||
item
.
type_report_id
.
tbc
==
6
||
item
.
type_report_id
.
tbc
==
7
?
{
value
:
item
.
october
.
tbc
,
formula
:
item
.
october_formula
}
:
Number
(
item
.
october
.
tbc
).
toFixed
(
1
),
fcp
:
item
.
type_report_id
.
fcp
==
5
||
item
.
type_report_id
.
fcp
==
6
||
item
.
type_report_id
.
fcp
==
7
?
{
value
:
item
.
october
.
fcp
,
formula
:
item
.
october_formula
}
:
Number
(
item
.
october
.
fcp
).
toFixed
(
1
),
tbf
:
item
.
type_report_id
.
tbf
==
5
||
item
.
type_report_id
.
tbf
==
6
||
item
.
type_report_id
.
tbf
==
7
?
{
value
:
item
.
october
.
tbf
,
formula
:
item
.
october_formula
}
:
Number
(
item
.
october
.
tbf
).
toFixed
(
1
)
},
{
tbc
:
item
.
type_report_id
.
tbc
==
5
||
item
.
type_report_id
.
tbc
==
6
||
item
.
type_report_id
.
tbc
==
7
?
{
value
:
item
.
november
.
tbc
,
formula
:
item
.
november_formula
}
:
item
.
november
.
tbc
,
fcp
:
item
.
type_report_id
.
fcp
==
5
||
item
.
type_report_id
.
fcp
==
6
||
item
.
type_report_id
.
fcp
==
7
?
{
value
:
item
.
november
.
fcp
,
formula
:
item
.
november_formula
}
:
item
.
november
.
fcp
,
tbf
:
item
.
type_report_id
.
tbf
==
5
||
item
.
type_report_id
.
tbf
==
6
||
item
.
type_report_id
.
tbf
==
7
?
{
value
:
item
.
november
.
tbf
,
formula
:
item
.
november_formula
}
:
item
.
november
.
tbf
},
{
tbc
:
item
.
type_report_id
.
tbc
==
5
||
item
.
type_report_id
.
tbc
==
6
||
item
.
type_report_id
.
tbc
==
7
?
{
value
:
item
.
november
.
tbc
,
formula
:
item
.
november_formula
}
:
Number
(
item
.
november
.
tbc
).
toFixed
(
1
),
fcp
:
item
.
type_report_id
.
fcp
==
5
||
item
.
type_report_id
.
fcp
==
6
||
item
.
type_report_id
.
fcp
==
7
?
{
value
:
item
.
november
.
fcp
,
formula
:
item
.
november_formula
}
:
Number
(
item
.
november
.
fcp
).
toFixed
(
1
),
tbf
:
item
.
type_report_id
.
tbf
==
5
||
item
.
type_report_id
.
tbf
==
6
||
item
.
type_report_id
.
tbf
==
7
?
{
value
:
item
.
november
.
tbf
,
formula
:
item
.
november_formula
}
:
Number
(
item
.
november
.
tbf
).
toFixed
(
1
)
},
{
tbc
:
item
.
type_report_id
.
tbc
==
5
||
item
.
type_report_id
.
tbc
==
6
||
item
.
type_report_id
.
tbc
==
7
?
{
value
:
item
.
december
.
tbc
,
formula
:
item
.
december_formula
}
:
item
.
december
.
tbc
,
fcp
:
item
.
type_report_id
.
fcp
==
5
||
item
.
type_report_id
.
fcp
==
6
||
item
.
type_report_id
.
fcp
==
7
?
{
value
:
item
.
december
.
fcp
,
formula
:
item
.
december_formula
}
:
item
.
december
.
fcp
,
tbf
:
item
.
type_report_id
.
tbf
==
5
||
item
.
type_report_id
.
tbf
==
6
||
item
.
type_report_id
.
tbf
==
7
?
{
value
:
item
.
december
.
tbf
,
formula
:
item
.
december_formula
}
:
item
.
december
.
tbf
},
{
tbc
:
item
.
type_report_id
.
tbc
==
5
||
item
.
type_report_id
.
tbc
==
6
||
item
.
type_report_id
.
tbc
==
7
?
{
value
:
item
.
december
.
tbc
,
formula
:
item
.
december_formula
}
:
Number
(
item
.
december
.
tbc
).
toFixed
(
1
),
fcp
:
item
.
type_report_id
.
fcp
==
5
||
item
.
type_report_id
.
fcp
==
6
||
item
.
type_report_id
.
fcp
==
7
?
{
value
:
item
.
december
.
fcp
,
formula
:
item
.
december_formula
}
:
Number
(
item
.
december
.
fcp
).
toFixed
(
1
),
tbf
:
item
.
type_report_id
.
tbf
==
5
||
item
.
type_report_id
.
tbf
==
6
||
item
.
type_report_id
.
tbf
==
7
?
{
value
:
item
.
december
.
tbf
,
formula
:
item
.
december_formula
}
:
Number
(
item
.
december
.
tbf
).
toFixed
(
1
)
},
item
.
total_current_year
,
item
.
total_current_year
,
{
{
tbc
:
Number
(
item
.
type_report_id
.
tbc
)
===
3
&&
item
.
total_next_year
.
tbc
===
""
?
"0"
:
item
.
total_next_year
.
tbc
,
tbc
:
Number
(
item
.
type_report_id
.
tbc
)
===
3
&&
item
.
total_next_year
.
tbc
===
""
?
"0"
:
item
.
total_next_year
.
tbc
,
...
...
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