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
c816f14d
Commit
c816f14d
authored
Mar 25, 2021
by
Riri Novita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nyusahin
parent
a56277bd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
871 additions
and
1292 deletions
+871
-1292
index.js
src/api/index.js
+3
-1
CashFlowRO.js
src/container/RollingOutlook/CashFlowRO.js
+868
-1291
No files found.
src/api/index.js
View file @
c816f14d
...
...
@@ -280,6 +280,7 @@ const create = (type = "") => {
const
uploadRollingOutlookOI
=
(
body
)
=>
api
.
post
(
'transaction/operating_indicator/rolling_outlook/import_rolling_outlook'
,
body
)
const
submitRollingOutlook
=
(
body
)
=>
api
.
post
(
'transaction/rolling_outlook/submit_rolling_outlook'
,
body
)
const
getRollingOutlookCompanySubmitted
=
(
body
)
=>
api
.
post
(
'transaction/rolling_outlook/get_company_submitted'
,
body
)
const
getRollingOutlookCF
=
(
body
)
=>
api
.
post
(
'transaction/cash_flow/rolling_outlook/get_report_hierarki'
,
body
)
//REPORT NEW
const
getAllReportBS
=
(
body
)
=>
api
.
post
(
'/transaction/db_balance_sheet/get_report_hierarki'
,
body
)
...
...
@@ -776,7 +777,8 @@ const create = (type = "") => {
createPeriodeRevisionOLPA
,
approvalRolling
,
createPeriodeRevisionRO
,
historyApprovalRO
historyApprovalRO
,
getRollingOutlookCF
}
}
...
...
src/container/RollingOutlook/CashFlowRO.js
View file @
c816f14d
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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