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
128b5ee3
Commit
128b5ee3
authored
Nov 18, 2020
by
Deni Rinaldi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'riri' into 'master'
samery See merge request
!671
parents
bc03aeef
646f25cd
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
434 additions
and
148 deletions
+434
-148
RollingOutlook.js
src/container/RollingOutlook.js
+9
-0
ProfitLossRO.js
src/container/RollingOutlook/ProfitLossRO.js
+408
-0
TableSummaryTriputra.js
src/container/SummaryTriputra/TableSummaryTriputra.js
+17
-148
No files found.
src/container/RollingOutlook.js
View file @
128b5ee3
...
...
@@ -14,6 +14,7 @@ import PropagateLoader from "react-spinners/PropagateLoader"
import
{
DatePicker
}
from
'@material-ui/pickers'
;
import
moment
from
'moment'
;
import
BalanceSheetRO
from
'./RollingOutlook/BalanceSheetRO'
;
import
ProfitLossRO
from
'./RollingOutlook/ProfitLossRO'
;
var
ct
=
require
(
"../library/CustomTable"
);
const
getMuiTheme
=
()
=>
createMuiTheme
(
ct
.
customTable
());
...
...
@@ -1191,6 +1192,14 @@ export default class RollingOutlook extends Component {
/
>
)}
{
this
.
state
.
visiblePL
&&
(
<
ProfitLossRO
width
=
{
this
.
props
.
width
}
open
=
{
this
.
props
.
open
}
onClickClose
=
{()
=>
this
.
setState
({
visiblePL
:
false
,
visibleRollingOutlook
:
true
})}
/
>
)}
{
this
.
state
.
visibleRevision
&&
(
<
div
className
=
"test app-popup-show"
>
...
...
src/container/RollingOutlook/ProfitLossRO.js
0 → 100644
View file @
128b5ee3
This diff is collapsed.
Click to expand it.
src/container/SummaryTriputra/TableSummaryTriputra.js
View file @
128b5ee3
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