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
e7d662b1
Commit
e7d662b1
authored
Apr 07, 2021
by
d.arizona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
e4e3fd1b
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2309 additions
and
73 deletions
+2309
-73
index.js
src/api/index.js
+5
-1
OutlookPA.js
src/container/OutlookPA.js
+175
-72
CashFlowOLPA.js
src/container/OutlookPA/CashFlowOLPA.js
+2129
-0
No files found.
src/api/index.js
View file @
e7d662b1
...
...
@@ -358,6 +358,8 @@ const create = (type = "") => {
const
approvalSubmissionOLPA
=
(
body
)
=>
api
.
post
(
'transaction/outlook_pa/approval_outlook'
,
body
)
const
checkApproverOLPA
=
()
=>
api
.
get
(
'transaction/outlook_pa/is_approver'
)
const
createPeriodeRevisionOLPA
=
(
body
)
=>
api
.
post
(
'transaction/outlook_pa/create_periode_revision'
,
body
)
const
getHierarkiCFOLPA
=
(
body
)
=>
api
.
post
(
'transaction/cash_flow/outlook_pa/get_report_hierarki'
,
body
)
const
createCFOLPA
=
(
body
)
=>
api
.
post
(
'transaction/cash_flow/outlook_pa/create_outlook_report'
,
body
)
// Monthly
const
getMonthlyReport
=
(
body
)
=>
api
.
post
(
'transaction/monthly_report/get_all_report'
,
body
)
...
...
@@ -786,7 +788,9 @@ const create = (type = "") => {
createPeriodeRevisionRO
,
historyApprovalRO
,
getRollingOutlookCF
,
createRollingOutlookCF
createRollingOutlookCF
,
getHierarkiCFOLPA
,
createCFOLPA
}
}
...
...
src/container/OutlookPA.js
View file @
e7d662b1
This diff is collapsed.
Click to expand it.
src/container/OutlookPA/CashFlowOLPA.js
0 → 100644
View file @
e7d662b1
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