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
6e90b9ac
Commit
6e90b9ac
authored
Mar 20, 2021
by
faisalhamdi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CatREV
parent
211a05c7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2116 additions
and
121 deletions
+2116
-121
index.js
src/api/index.js
+3
-1
RollingOutlook.js
src/container/RollingOutlook.js
+9
-0
CatRevision.js
src/container/RollingOutlook/CatRevision.js
+2104
-120
No files found.
src/api/index.js
View file @
6e90b9ac
...
...
@@ -256,6 +256,7 @@ const create = (type = "") => {
const
getRollingOutlookPL
=
(
body
)
=>
api
.
post
(
'transaction/profit_loss/rolling_outlook/get_report_hierarki'
,
body
)
const
getRollingOutlookTP
=
(
body
)
=>
api
.
post
(
'transaction/rolling_outlook/tax_planning/get_report_hierarki'
,
body
)
const
createRollingOutlookTP
=
(
body
)
=>
api
.
post
(
'transaction/rolling_outlook/tax_planning/store_ro_tax_planning'
,
body
)
const
getRollingOutlookCAT
=
(
body
)
=>
api
.
post
(
'transaction/cat/rolling_outlook/get_report_hierarki'
,
body
)
//REPORT NEW
...
...
@@ -728,7 +729,8 @@ const create = (type = "") => {
getRollingOutlookRevision
,
getRollingOutlookIsApprover
,
checkImportRollingOutlookBS
,
importRollingOutlookBS
importRollingOutlookBS
,
getRollingOutlookCAT
}
}
...
...
src/container/RollingOutlook.js
View file @
6e90b9ac
...
...
@@ -1295,8 +1295,17 @@ export default class RollingOutlook extends Component {
{
this
.
state
.
visibleCAT
&&
(
<
CatRevision
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
}
refresh
=
{
this
.
getRollingOutlookID
.
bind
(
this
)}
onClickClose
=
{()
=>
this
.
setState
({
visibleCAT
:
false
,
visibleRollingOutlook
:
true
})}
isApprover
=
{
'false'
}
quarter
=
{
this
.
state
.
quarter
.
value
}
/
>
)}
...
...
src/container/RollingOutlook/CatRevision.js
View file @
6e90b9ac
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