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
539a54b3
Commit
539a54b3
authored
Feb 02, 2021
by
d.arizona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update ratio create GG PARAH
parent
72dbb2fd
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
532 additions
and
12 deletions
+532
-12
index.js
src/api/index.js
+9
-1
BudgetTahunan.js
src/container/BudgetTahunan.js
+256
-9
MonthlyReport.js
src/container/MonthlyReport.js
+267
-2
No files found.
src/api/index.js
View file @
539a54b3
...
...
@@ -247,7 +247,11 @@ const create = (type = "") => {
const
createReportPLMB
=
(
body
)
=>
api
.
post
(
'/transaction/db_profit_loss/master_budget/create_submission_report'
,
body
)
const
createReportPLMR
=
(
body
)
=>
api
.
post
(
'/transaction/db_profit_loss/monthly_report/create_monthly_report'
,
body
)
const
getPLID
=
(
body
)
=>
api
.
post
(
'/transaction/db_profit_loss/get_profit_loss_id'
,
body
)
const
getHierarkiCreateReportFRMB
=
(
body
)
=>
api
.
post
(
'/transaction/db_ratio/master_budget/get_report_hierarki'
,
body
)
const
getHierarkiCreateReportFRMR
=
(
body
)
=>
api
.
post
(
'/transaction/db_ratio/monthly_report/get_report_hierarki'
,
body
)
const
getFRID
=
(
body
)
=>
api
.
post
(
'/transaction/db_ratio/get_ratio_id'
,
body
)
const
createReportFRMB
=
(
body
)
=>
api
.
post
(
'/transaction/db_ratio/master_budget/create_submission_report'
,
body
)
const
createReportFRMR
=
(
body
)
=>
api
.
post
(
'/transaction/db_ratio/monthly_report/create_monthly_report'
,
body
)
// const getReportPLMB = (body) => api.post('/transaction/db_profit_loss/get_report_hierarki', body)
// const getReportPLMB = (body) => api.post('/transaction/db_profit_loss/get_report_hierarki', body)
const
getReportPLMR
=
(
body
)
=>
api
.
post
(
'/transaction/db_profit_loss/monthly_report/get_report_hierarki'
,
body
)
...
...
@@ -645,7 +649,11 @@ const create = (type = "") => {
getFRID
,
getHierarkiReportHistorical
,
getHierarkiReportMTD
,
getHierarkiReportYtd
getHierarkiReportYtd
,
getHierarkiCreateReportFRMB
,
getHierarkiCreateReportFRMR
,
createReportFRMB
,
createReportFRMR
}
}
...
...
src/container/BudgetTahunan.js
View file @
539a54b3
This diff is collapsed.
Click to expand it.
src/container/MonthlyReport.js
View file @
539a54b3
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