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
84e7b513
Commit
84e7b513
authored
Mar 01, 2021
by
Riri Novita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ROPL
parent
774159cd
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
888 additions
and
37 deletions
+888
-37
index.js
src/api/index.js
+4
-1
RollingOutlook.js
src/container/RollingOutlook.js
+6
-0
ProfitLossRO.js
src/container/RollingOutlook/ProfitLossRO.js
+878
-36
No files found.
src/api/index.js
View file @
84e7b513
...
...
@@ -240,8 +240,10 @@ const create = (type = "") => {
const
getReportHierarkiPL
=
(
body
)
=>
api
.
post
(
'transaction/db_profit_loss_detail/get_report_hierarki'
,
body
)
const
getLastestUpdateMROI
=
(
body
)
=>
api
.
post
(
'transaction/operating_indicator/monthly_report/get_latest_update'
,
body
)
// Rolling Outlook
const
getRollingOutlookID
=
(
body
)
=>
api
.
post
(
'transaction/rolling_outlook/get_rolling_outlook_id'
,
body
)
const
getRollingOutlookBS
=
(
body
)
=>
api
.
post
(
'transaction/balance_sheet/rolling_outlook/get_report_hierarki'
,
body
)
const
getRollingOutlookPL
=
(
body
)
=>
api
.
post
(
'transaction/profit_loss/rolling_outlook/get_report_hierarki'
,
body
)
//REPORT NEW
...
...
@@ -699,7 +701,8 @@ const create = (type = "") => {
getDetailMasterDataCat
,
deleteMasterDataCat
,
getListChildDashboardCAT
,
getDashboardCATDetail
getDashboardCATDetail
,
getRollingOutlookPL
}
}
...
...
src/container/RollingOutlook.js
View file @
84e7b513
...
...
@@ -1215,7 +1215,13 @@ export default class RollingOutlook extends Component {
{
this
.
state
.
visiblePL
&&
(
<
ProfitLossRO
width
=
{
this
.
props
.
width
}
height
=
{
this
.
props
.
height
}
open
=
{
this
.
props
.
open
}
report_id
=
{
this
.
state
.
report_id
}
company
=
{
this
.
state
.
company
}
revision
=
{
this
.
state
.
revisionTable
}
periode
=
{
this
.
state
.
periode
.
periode
}
rollingOutlookID
=
{
this
.
state
.
rollingOutlookID
}
onClickClose
=
{()
=>
this
.
setState
({
visiblePL
:
false
,
visibleRollingOutlook
:
true
})}
/
>
)}
...
...
src/container/RollingOutlook/ProfitLossRO.js
View file @
84e7b513
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