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
42124b78
Commit
42124b78
authored
Mar 04, 2021
by
Dida Adams Arizona
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'GGMAC' into 'master'
Ggmac See merge request
!1254
parents
c540b6a5
31929b94
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CashFlow.js
src/container/BudgetTahunan/CashFlow.js
+1
-1
MonthlyReport.js
src/container/MonthlyReport.js
+1
-1
No files found.
src/container/BudgetTahunan/CashFlow.js
View file @
42124b78
...
...
@@ -430,7 +430,7 @@ export default class CashFlow extends Component {
if
(
tableMeta
.
rowData
[
5
]
==
"Cash at the beginning period"
)
{
// console.log(dataTable2[tableMeta.rowIndex+1])
// console.log(dataTable2[tableMeta.rowIndex+1][data].value)
let
valuezzz
=
dataTable2
[
tableMeta
.
rowIndex
+
1
][
data
].
value
let
valuezzz
=
dataTable2
[
tableMeta
.
rowIndex
][
7
].
value
forecastt
+=
Number
(
valuezzz
==
""
?
0
:
valuezzz
)
}
else
{
forecastt
+=
Number
(
valuezz
==
""
?
0
:
valuezz
)
...
...
src/container/MonthlyReport.js
View file @
42124b78
...
...
@@ -629,7 +629,7 @@ export default class MonthlyReport extends Component {
// this.getPL(type)
if
(
type
!=
undefined
)
{
// this.getCashFlow(type)
//
this.getPL(type)
this
.
getPL
(
type
)
}
else
{
this
.
setState
({
loading
:
false
})
}
...
...
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