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
00221fd1
Commit
00221fd1
authored
Mar 23, 2021
by
r.kurnia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tptptptp
parent
0a55af29
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
80 additions
and
240 deletions
+80
-240
index.js
src/api/index.js
+4
-0
TaxPlanningRO.js
src/container/RollingOutlook/TaxPlanningRO.js
+76
-240
No files found.
src/api/index.js
View file @
00221fd1
...
@@ -262,6 +262,8 @@ const create = (type = "") => {
...
@@ -262,6 +262,8 @@ const create = (type = "") => {
const
importRollingOutlookPL
=
(
body
)
=>
api
.
post
(
'transaction/profit_loss/rolling_outlook/import_rolling_outlook'
,
body
)
const
importRollingOutlookPL
=
(
body
)
=>
api
.
post
(
'transaction/profit_loss/rolling_outlook/import_rolling_outlook'
,
body
)
const
getRollingOutlookTP
=
(
body
)
=>
api
.
post
(
'transaction/tax_planning/rolling_outlook/get_report_hierarki'
,
body
)
const
getRollingOutlookTP
=
(
body
)
=>
api
.
post
(
'transaction/tax_planning/rolling_outlook/get_report_hierarki'
,
body
)
const
createRollingOutlookTP
=
(
body
)
=>
api
.
post
(
'transaction/tax_planning/rolling_outlook/create_rolling_outlook'
,
body
)
const
createRollingOutlookTP
=
(
body
)
=>
api
.
post
(
'transaction/tax_planning/rolling_outlook/create_rolling_outlook'
,
body
)
const
checkImportRollingOutlookTP
=
(
body
)
=>
api
.
post
(
'transaction/tax_planning/rolling_outlook/check_import'
,
body
)
const
importRollingOutlookTP
=
(
body
)
=>
api
.
post
(
'transaction/tax_planning/rolling_outlook/import_rolling_outlook'
,
body
)
const
getRollingOutlookCAT
=
(
body
)
=>
api
.
post
(
'transaction/cat/rolling_outlook/get_report_hierarki'
,
body
)
const
getRollingOutlookCAT
=
(
body
)
=>
api
.
post
(
'transaction/cat/rolling_outlook/get_report_hierarki'
,
body
)
const
createRollingOutlookCAT
=
(
body
)
=>
api
.
post
(
'transaction/cat/rolling_outlook/create_rolling_outlook'
,
body
)
const
createRollingOutlookCAT
=
(
body
)
=>
api
.
post
(
'transaction/cat/rolling_outlook/create_rolling_outlook'
,
body
)
const
checkImportRollingOutlookCAT
=
(
body
)
=>
api
.
post
(
'transaction/cat/rolling_outlook/check_import'
,
body
)
const
checkImportRollingOutlookCAT
=
(
body
)
=>
api
.
post
(
'transaction/cat/rolling_outlook/check_import'
,
body
)
...
@@ -730,6 +732,8 @@ const create = (type = "") => {
...
@@ -730,6 +732,8 @@ const create = (type = "") => {
createRollingOutlookBS
,
createRollingOutlookBS
,
getRollingOutlookTP
,
getRollingOutlookTP
,
createRollingOutlookTP
,
createRollingOutlookTP
,
checkImportRollingOutlookTP
,
importRollingOutlookTP
,
getAllMasterDataCat
,
getAllMasterDataCat
,
getParentItemReport
,
getParentItemReport
,
saveMasterDataCat
,
saveMasterDataCat
,
...
...
src/container/RollingOutlook/TaxPlanningRO.js
View file @
00221fd1
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