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
c452d281
Commit
c452d281
authored
Mar 04, 2021
by
d.arizona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update mlm
parent
86d08524
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 @
c452d281
...
@@ -430,7 +430,7 @@ export default class CashFlow extends Component {
...
@@ -430,7 +430,7 @@ export default class CashFlow extends Component {
if
(
tableMeta
.
rowData
[
5
]
==
"Cash at the beginning period"
)
{
if
(
tableMeta
.
rowData
[
5
]
==
"Cash at the beginning period"
)
{
// console.log(dataTable2[tableMeta.rowIndex+1])
// console.log(dataTable2[tableMeta.rowIndex+1])
// console.log(dataTable2[tableMeta.rowIndex+1][data].value)
// 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
)
forecastt
+=
Number
(
valuezzz
==
""
?
0
:
valuezzz
)
}
else
{
}
else
{
forecastt
+=
Number
(
valuezz
==
""
?
0
:
valuezz
)
forecastt
+=
Number
(
valuezz
==
""
?
0
:
valuezz
)
...
...
src/container/MonthlyReport.js
View file @
c452d281
...
@@ -629,7 +629,7 @@ export default class MonthlyReport extends Component {
...
@@ -629,7 +629,7 @@ export default class MonthlyReport extends Component {
// this.getPL(type)
// this.getPL(type)
if
(
type
!=
undefined
)
{
if
(
type
!=
undefined
)
{
// this.getCashFlow(type)
// this.getCashFlow(type)
//
this.getPL(type)
this
.
getPL
(
type
)
}
else
{
}
else
{
this
.
setState
({
loading
:
false
})
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