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
d1a2556f
Commit
d1a2556f
authored
Oct 05, 2023
by
Riri Novita
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev/riri' into 'ENV-DEV'
Fixing Issue UAT See merge request
!2052
parents
2156322c
af827e20
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
50 additions
and
50 deletions
+50
-50
BalanceSheet.js
src/container/BudgetTahunan/BalanceSheet.js
+1
-1
ProfitLossMR.js
src/container/MonthlyReport/ProfitLossMR.js
+27
-27
TaxPlanningMR.js
src/container/MonthlyReport/TaxPlanningMR.js
+22
-22
No files found.
src/container/BudgetTahunan/BalanceSheet.js
View file @
d1a2556f
...
...
@@ -167,7 +167,7 @@ export default class BalanceSheet extends Component {
this
.
props
.
status
===
'CLOSED'
?
Number
(
item
.
balance_sheet
.
march
)
:
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
),
this
.
props
.
status
===
'CLOSED'
?
Number
(
item
.
balance_sheet
.
april
)
:
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
),
this
.
props
.
status
===
'CLOSED'
?
Number
(
item
.
balance_sheet
.
may
)
:
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
),
this
.
props
.
status
===
'CLOSED'
?
Number
(
item
.
balance_sheet
.
june
)
:
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
),
this
.
props
.
status
===
'CLOSED'
?
Number
(
item
.
balance_sheet
.
june
)
:
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
),
this
.
props
.
status
===
'CLOSED'
?
Number
(
item
.
balance_sheet
.
july
)
:
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
),
this
.
props
.
status
===
'CLOSED'
?
Number
(
item
.
balance_sheet
.
august
)
:
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
),
this
.
props
.
status
===
'CLOSED'
?
Number
(
item
.
balance_sheet
.
september
)
:
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
),
...
...
src/container/MonthlyReport/ProfitLossMR.js
View file @
d1a2556f
This diff is collapsed.
Click to expand it.
src/container/MonthlyReport/TaxPlanningMR.js
View file @
d1a2556f
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