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
cf0f2890
Commit
cf0f2890
authored
Nov 23, 2020
by
Deni Rinaldi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'rifka' into 'master'
tp-mr & ro See merge request
!680
parents
3838bdb2
b4b82c87
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7333 additions
and
33 deletions
+7333
-33
TaxPlanningMR.js
src/container/MonthlyReport/TaxPlanningMR.js
+154
-33
RollingOutlook.js
src/container/RollingOutlook.js
+17
-0
TaxPlanningRO.js
src/container/RollingOutlook/TaxPlanningRO.js
+7162
-0
No files found.
src/container/MonthlyReport/TaxPlanningMR.js
View file @
cf0f2890
This diff is collapsed.
Click to expand it.
src/container/RollingOutlook.js
View file @
cf0f2890
...
...
@@ -15,6 +15,7 @@ import { DatePicker } from '@material-ui/pickers';
import
moment
from
'moment'
;
import
BalanceSheetRO
from
'./RollingOutlook/BalanceSheetRO'
;
import
ProfitLossRO
from
'./RollingOutlook/ProfitLossRO'
;
import
TaxPlanningRO
from
'./RollingOutlook/TaxPlanningRO'
;
var
ct
=
require
(
"../library/CustomTable"
);
const
getMuiTheme
=
()
=>
createMuiTheme
(
ct
.
customTable
());
...
...
@@ -1200,6 +1201,22 @@ export default class RollingOutlook extends Component {
/
>
)}
{
this
.
state
.
visibleTP
&&
(
<
TaxPlanningRO
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
}
submissionID
=
{
this
.
state
.
submissionID
}
onClickClose
=
{()
=>
this
.
setState
({
visibleTP
:
false
,
visibleRollingOutlook
:
true
})}
status
=
{
this
.
state
.
status
}
lastStatus
=
{
this
.
state
.
lastStatus
}
/
>
)}
{
this
.
state
.
visibleRevision
&&
(
<
div
className
=
"test app-popup-show"
>
...
...
src/container/RollingOutlook/TaxPlanningRO.js
0 → 100644
View file @
cf0f2890
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