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
6cb87fa0
Commit
6cb87fa0
authored
Apr 09, 2026
by
Hardiansyah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tambah parameter in CFRO
parent
b8fa1044
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
CashFlowRO.js
src/container/RollingOutlook/CashFlowRO.js
+2
-1
RollingOutlook.js
src/container/RollingOutlook/RollingOutlook.js
+1
-0
No files found.
src/container/RollingOutlook/CashFlowRO.js
View file @
6cb87fa0
...
@@ -377,7 +377,8 @@ export default class CashFlow extends Component {
...
@@ -377,7 +377,8 @@ export default class CashFlow extends Component {
"status"
:
"submitted"
,
"status"
:
"submitted"
,
"quartal"
:
this
.
props
.
quarter
,
"quartal"
:
this
.
props
.
quarter
,
"currency_id"
:
this
.
props
.
defaultCurrency
.
id
,
"currency_id"
:
this
.
props
.
defaultCurrency
.
id
,
"cash_flow"
:
dbcf
"cash_flow"
:
dbcf
,
"master_report_type_id"
:
this
.
props
?.
master_report_type_id
}
}
console
.
log
(
dbcf
)
console
.
log
(
dbcf
)
console
.
log
(
JSON
.
stringify
(
payload
))
console
.
log
(
JSON
.
stringify
(
payload
))
...
...
src/container/RollingOutlook/RollingOutlook.js
View file @
6cb87fa0
...
@@ -2734,6 +2734,7 @@ export default class RollingOutlook extends Component {
...
@@ -2734,6 +2734,7 @@ export default class RollingOutlook extends Component {
refresh
=
{
this
.
getRollingOutlookID
.
bind
(
this
)}
refresh
=
{
this
.
getRollingOutlookID
.
bind
(
this
)}
status
=
{
this
.
state
.
status
}
status
=
{
this
.
state
.
status
}
lastStatus
=
{
this
.
getLastStatus
()}
lastStatus
=
{
this
.
getLastStatus
()}
master_report_type_id
=
{
this
.
getActiveMasterReportTypeId
()}
quarter
=
{
this
.
state
.
quarter
.
value
}
quarter
=
{
this
.
state
.
quarter
.
value
}
isApprover
=
{
this
.
state
.
isApprover
}
isApprover
=
{
this
.
state
.
isApprover
}
prevRevision
=
{
this
.
state
.
isSubmit
?
this
.
state
.
prevRevision
:
true
}
prevRevision
=
{
this
.
state
.
isSubmit
?
this
.
state
.
prevRevision
:
true
}
...
...
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