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
b8fa1044
Commit
b8fa1044
authored
Apr 09, 2026
by
Hardiansyah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tambah filter
parent
31e77635
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
4 deletions
+19
-4
BalanceSheetRO.js
src/container/RollingOutlook/BalanceSheetRO.js
+2
-1
CorporateAnnualTargetRO.js
src/container/RollingOutlook/CorporateAnnualTargetRO.js
+2
-1
ProfitLossRO.js
src/container/RollingOutlook/ProfitLossRO.js
+2
-1
RollingOutlook.js
src/container/RollingOutlook/RollingOutlook.js
+11
-0
TaxPlanningRO.js
src/container/RollingOutlook/TaxPlanningRO.js
+2
-1
No files found.
src/container/RollingOutlook/BalanceSheetRO.js
View file @
b8fa1044
...
@@ -394,7 +394,8 @@ export default class BalanceSheetRO extends Component {
...
@@ -394,7 +394,8 @@ export default class BalanceSheetRO extends Component {
"quartal"
:
this
.
props
.
quarter
,
"quartal"
:
this
.
props
.
quarter
,
"status"
:
type
,
"status"
:
type
,
"currency_id"
:
this
.
props
.
defaultCurrency
.
id
,
"currency_id"
:
this
.
props
.
defaultCurrency
.
id
,
"balance_sheet"
:
data
"balance_sheet"
:
data
,
"master_report_type_id"
:
this
.
props
?.
master_report_type_id
}
}
console
.
log
(
payload
);
console
.
log
(
payload
);
api
.
create
(
'UPLOAD'
).
createRollingOutlookBS
(
payload
).
then
(
response
=>
{
api
.
create
(
'UPLOAD'
).
createRollingOutlookBS
(
payload
).
then
(
response
=>
{
...
...
src/container/RollingOutlook/CorporateAnnualTargetRO.js
View file @
b8fa1044
...
@@ -462,7 +462,8 @@ export default class CorporateAnnualTargetRO extends Component {
...
@@ -462,7 +462,8 @@ export default class CorporateAnnualTargetRO extends Component {
"quartal"
:
this
.
props
.
quarter
,
"quartal"
:
this
.
props
.
quarter
,
"currency_id"
:
this
.
props
.
defaultCurrency
.
id
,
"currency_id"
:
this
.
props
.
defaultCurrency
.
id
,
"status"
:
type
,
"status"
:
type
,
"cat"
:
data
"cat"
:
data
,
"master_report_type_id"
:
this
.
props
?.
master_report_type_id
}
}
// console.log(JSON.stringify(payload));
// console.log(JSON.stringify(payload));
api
.
create
(
'UPLOAD'
).
createRollingOutlookCAT
(
payload
).
then
(
response
=>
{
api
.
create
(
'UPLOAD'
).
createRollingOutlookCAT
(
payload
).
then
(
response
=>
{
...
...
src/container/RollingOutlook/ProfitLossRO.js
View file @
b8fa1044
...
@@ -419,7 +419,8 @@ export default class ProfitLossROO extends Component {
...
@@ -419,7 +419,8 @@ export default class ProfitLossROO extends Component {
"currency_id"
:
this
.
props
.
defaultCurrency
.
id
,
"currency_id"
:
this
.
props
.
defaultCurrency
.
id
,
"quartal"
:
this
.
props
.
quarter
,
"quartal"
:
this
.
props
.
quarter
,
"status"
:
type
,
"status"
:
type
,
"profit_loss"
:
data
"profit_loss"
:
data
,
"master_report_type_id"
:
this
.
props
?.
master_report_type_id
}
}
console
.
log
(
"backToRollingOutlook payload"
,
payload
);
console
.
log
(
"backToRollingOutlook payload"
,
payload
);
// console.log(JSON.stringify(payload));
// console.log(JSON.stringify(payload));
...
...
src/container/RollingOutlook/RollingOutlook.js
View file @
b8fa1044
...
@@ -1757,6 +1757,13 @@ export default class RollingOutlook extends Component {
...
@@ -1757,6 +1757,13 @@ export default class RollingOutlook extends Component {
return
tableKey
===
'CAT'
?
lastStatusCat
:
lastStatus
return
tableKey
===
'CAT'
?
lastStatusCat
:
lastStatus
}
}
getActiveMasterReportTypeId
=
()
=>
{
const
{
tableKey
,
rowDataFinance
,
rowDataCAT
}
=
this
.
state
const
mstIdFinance
=
rowDataFinance
?.
length
>
0
&&
rowDataFinance
[
0
]?.
master_report_type_id
const
mstIdCAT
=
rowDataCAT
?.
length
>
0
&&
rowDataCAT
[
0
]?.
master_report_type_id
return
tableKey
===
'CAT'
?
mstIdCAT
:
mstIdFinance
}
getSubmissionObj
=
(
tableKeyParam
)
=>
{
getSubmissionObj
=
(
tableKeyParam
)
=>
{
const
{
const
{
tableKey
,
tableKey
,
...
@@ -2661,6 +2668,7 @@ export default class RollingOutlook extends Component {
...
@@ -2661,6 +2668,7 @@ export default class RollingOutlook extends Component {
prevRevision
=
{
this
.
state
.
isSubmit
?
this
.
state
.
prevRevision
:
true
}
prevRevision
=
{
this
.
state
.
isSubmit
?
this
.
state
.
prevRevision
:
true
}
status
=
{
this
.
state
.
status
}
status
=
{
this
.
state
.
status
}
lastStatus
=
{
this
.
getLastStatus
()}
lastStatus
=
{
this
.
getLastStatus
()}
master_report_type_id
=
{
this
.
getActiveMasterReportTypeId
()}
/
>
/
>
)}
)}
...
@@ -2683,6 +2691,7 @@ export default class RollingOutlook extends Component {
...
@@ -2683,6 +2691,7 @@ export default class RollingOutlook extends Component {
prevRevision
=
{
this
.
state
.
isSubmit
?
this
.
state
.
prevRevision
:
true
}
prevRevision
=
{
this
.
state
.
isSubmit
?
this
.
state
.
prevRevision
:
true
}
status
=
{
this
.
state
.
status
}
status
=
{
this
.
state
.
status
}
lastStatus
=
{
this
.
getLastStatus
()}
lastStatus
=
{
this
.
getLastStatus
()}
master_report_type_id
=
{
this
.
getActiveMasterReportTypeId
()}
/
>
/
>
)}
)}
...
@@ -2702,6 +2711,7 @@ export default class RollingOutlook extends Component {
...
@@ -2702,6 +2711,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
}
...
@@ -2751,6 +2761,7 @@ export default class RollingOutlook extends Component {
...
@@ -2751,6 +2761,7 @@ export default class RollingOutlook extends Component {
status
=
{
this
.
state
.
status
}
status
=
{
this
.
state
.
status
}
lastStatus
=
{
this
.
getLastStatus
()}
lastStatus
=
{
this
.
getLastStatus
()}
PLBSFAMSubmitted
=
{
this
.
getLastStatus
()
===
'APPROVED'
?
true
:
false
}
PLBSFAMSubmitted
=
{
this
.
getLastStatus
()
===
'APPROVED'
?
true
:
false
}
master_report_type_id
=
{
this
.
getActiveMasterReportTypeId
()}
/
>
/
>
)}
)}
...
...
src/container/RollingOutlook/TaxPlanningRO.js
View file @
b8fa1044
...
@@ -411,7 +411,8 @@ export default class TaxPlanning extends Component {
...
@@ -411,7 +411,8 @@ export default class TaxPlanning extends Component {
"revision"
:
0
,
"revision"
:
0
,
"quartal"
:
this
.
props
.
quarter
,
"quartal"
:
this
.
props
.
quarter
,
"currency_id"
:
this
.
props
.
defaultCurrency
.
id
,
"currency_id"
:
this
.
props
.
defaultCurrency
.
id
,
"tax_planning"
:
data
"tax_planning"
:
data
,
"master_report_type_id"
:
this
.
props
?.
master_report_type_id
}
}
// this.props.saveToMasterBudget(payload)
// this.props.saveToMasterBudget(payload)
// this.props.onClickClose()
// this.props.onClickClose()
...
...
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