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
dcc5c400
Commit
dcc5c400
authored
Aug 11, 2020
by
Deni Rinaldi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
otorisasi
parent
10e3007d
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
38 additions
and
7 deletions
+38
-7
Images.js
src/assets/Images.js
+1
-0
check.svg
src/assets/check.svg
+7
-0
BalanceSheet.js
src/container/BudgetTahunan/BalanceSheet.js
+4
-4
Profile.js
src/container/Profile.js
+26
-3
No files found.
src/assets/Images.js
View file @
dcc5c400
...
@@ -18,6 +18,7 @@ const Images = {
...
@@ -18,6 +18,7 @@ const Images = {
green
:
require
(
'./green.svg'
),
green
:
require
(
'./green.svg'
),
red
:
require
(
'./red.svg'
),
red
:
require
(
'./red.svg'
),
ceklis
:
require
(
'./ceklis.png'
),
ceklis
:
require
(
'./ceklis.png'
),
check
:
require
(
'./check.svg'
),
approval
:
require
(
'./approval.svg'
),
approval
:
require
(
'./approval.svg'
),
template
:
require
(
'./template.svg'
),
template
:
require
(
'./template.svg'
),
upload
:
require
(
'./upload.svg'
),
upload
:
require
(
'./upload.svg'
),
...
...
src/assets/check.svg
0 → 100644
View file @
dcc5c400
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"16"
height=
"16"
viewBox=
"0 0 16 16"
>
<g
fill=
"none"
fill-rule=
"evenodd"
transform=
"translate(-4 -4)"
>
<path
d=
"M0 0H24V24H0z"
/>
<rect
width=
"15"
height=
"15"
x=
"4.5"
y=
"4.5"
fill=
"#47B6AD"
stroke=
"#47B6AD"
rx=
"3"
/>
<path
stroke=
"#FFF"
stroke-linecap=
"round"
stroke-linejoin=
"round"
stroke-width=
"2"
d=
"M15.8 9L10.605 14.423 8 11.711"
/>
</g>
</svg>
src/container/BudgetTahunan/BalanceSheet.js
View file @
dcc5c400
...
@@ -15,7 +15,7 @@ const style = {
...
@@ -15,7 +15,7 @@ const style = {
};
};
const
style2
=
{
const
style2
=
{
position
:
"sticky"
,
position
:
"sticky"
,
left
:
4
48
,
left
:
4
20
,
background
:
"white"
,
background
:
"white"
,
zIndex
:
101
zIndex
:
101
};
};
...
@@ -56,7 +56,7 @@ export default class BalanceSheet extends Component {
...
@@ -56,7 +56,7 @@ export default class BalanceSheet extends Component {
setCellProps
:
()
=>
({
setCellProps
:
()
=>
({
style
:
{
style
:
{
position
:
"sticky"
,
position
:
"sticky"
,
left
:
4
48
,
left
:
4
20
,
background
:
"white"
,
background
:
"white"
,
zIndex
:
101
zIndex
:
101
}
}
...
@@ -253,7 +253,7 @@ export default class BalanceSheet extends Component {
...
@@ -253,7 +253,7 @@ export default class BalanceSheet extends Component {
[
"Trade Receivables - Third Party"
,
"142,668"
,
"77,480"
],
[
"Trade Receivables - Third Party"
,
"142,668"
,
"77,480"
],
]
]
return
(
return
(
<
div
style
=
{{
flex
:
1
,
backgroundColor
:
'#f8f8f8'
}}
>
<
div
style
=
{{
height
:
this
.
props
.
height
,
backgroundColor
:
'#f8f8f8'
,
marginBottom
:
100
,
minHeight
:
1000
}}
>
<
div
style
=
{{
height
:
78
,
backgroundColor
:
'#354960'
,
flex
:
1
,
display
:
'flex'
,
alignItems
:
'center'
,
paddingLeft
:
20
}}
>
<
div
style
=
{{
height
:
78
,
backgroundColor
:
'#354960'
,
flex
:
1
,
display
:
'flex'
,
alignItems
:
'center'
,
paddingLeft
:
20
}}
>
<
Typography
style
=
{{
fontSize
:
'16px'
,
color
:
'white'
}}
>
Pengajuan
Budget
Tahunan
<
/Typography
>
<
Typography
style
=
{{
fontSize
:
'16px'
,
color
:
'white'
}}
>
Pengajuan
Budget
Tahunan
<
/Typography
>
<
/div
>
<
/div
>
...
@@ -269,7 +269,7 @@ export default class BalanceSheet extends Component {
...
@@ -269,7 +269,7 @@ export default class BalanceSheet extends Component {
<
Typography
style
=
{{
fontSize
:
'11px'
,
color
:
'#4b4b4b'
}}
>
in
IDR
mn
<
/Typography
>
<
Typography
style
=
{{
fontSize
:
'11px'
,
color
:
'#4b4b4b'
}}
>
in
IDR
mn
<
/Typography
>
<
/div
>
<
/div
>
<
div
style
=
{{
marginTop
:
20
,
width
:
1350
}}
>
<
div
style
=
{{
marginTop
:
20
,
width
:
'100%'
}}
>
<
MuiThemeProvider
theme
=
{
getMuiTheme
()}
>
<
MuiThemeProvider
theme
=
{
getMuiTheme
()}
>
<
MUIDataTable
<
MUIDataTable
data
=
{
dataTable
}
data
=
{
dataTable
}
...
...
src/container/Profile.js
View file @
dcc5c400
import
React
,
{
Component
}
from
'react'
;
import
React
,
{
Component
}
from
'react'
;
import
{
Typography
,
AppBar
,
Tabs
,
Tab
,
TextField
}
from
'@material-ui/core'
;
import
{
Typography
,
AppBar
,
Tabs
,
Tab
,
TextField
}
from
'@material-ui/core'
;
import
HomePage
from
'./HomePage'
;
import
HomePage
from
'./HomePage'
;
import
Images
from
'../assets/Images'
;
export
default
class
Profile
extends
Component
{
export
default
class
Profile
extends
Component
{
constructor
(
props
)
{
constructor
(
props
)
{
...
@@ -14,7 +15,7 @@ export default class Profile extends Component {
...
@@ -14,7 +15,7 @@ export default class Profile extends Component {
}
}
render
()
{
render
()
{
return
(
return
(
<
div
style
=
{{
flex
:
1
}}
>
<
div
style
=
{{
height
:
this
.
props
.
height
,
backgroundColor
:
'#f8f8f8'
,
marginBottom
:
100
,
minHeight
:
1000
}}
>
<
div
style
=
{{
height
:
203
,
backgroundColor
:
'#354960'
,
flex
:
1
,
display
:
'flex'
,
alignItems
:
'flex-end'
,
padding
:
20
}}
>
<
div
style
=
{{
height
:
203
,
backgroundColor
:
'#354960'
,
flex
:
1
,
display
:
'flex'
,
alignItems
:
'flex-end'
,
padding
:
20
}}
>
<
div
style
=
{{
display
:
'flex'
,
alignItems
:
'center'
}}
>
<
div
style
=
{{
display
:
'flex'
,
alignItems
:
'center'
}}
>
<
div
style
=
{{
height
:
72
,
width
:
72
,
backgroundColor
:
'white'
,
borderRadius
:
40
,
marginRight
:
20
}}
/
>
<
div
style
=
{{
height
:
72
,
width
:
72
,
backgroundColor
:
'white'
,
borderRadius
:
40
,
marginRight
:
20
}}
/
>
...
@@ -67,8 +68,30 @@ export default class Profile extends Component {
...
@@ -67,8 +68,30 @@ export default class Profile extends Component {
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
/div>
:
<
/div>
:
<
div
style
=
{{
padding
:
20
,
marginTop
:
10
,
marginBottom
:
100
}}
>
<
div
style
=
{{
width
:
432
,
borderRadius
:
6
,
boxShadow
:
'0 1px 4px 0 rgba(0, 0, 0, 0.25)'
}}
>
<
div
style
=
{{
width
:
'100%'
,
height
:
64
,
backgroundColor
:
'#354960'
,
display
:
'flex'
,
paddingLeft
:
20
,
borderTopLeftRadius
:
6
,
borderTopRightRadius
:
6
,
alignItems
:
'center'
}}
>
<
Typography
style
=
{{
fontSize
:
'13px'
,
color
:
'white'
,
fontWeight
:
'bold'
}}
>
Otorisasi
Perusahaan
<
/Typography
>
<
/div
>
<
div
style
=
{{
padding
:
20
}}
>
<
div
style
=
{{
padding
:
20
}}
>
ini
tab
1
<
div
style
=
{{
display
:
'flex'
}}
>
<
img
src
=
{
Images
.
check
}
style
=
{{
marginRight
:
10
}}
/
>
<
Typography
style
=
{{
fontSize
:
14
,
opacity
:
.
5
,
color
:
'#4b4b4b'
}}
>
Agro
PersadaTriputra
<
/Typography
>
<
/div
>
<
div
style
=
{{
display
:
'flex'
,
marginTop
:
20
}}
>
<
img
src
=
{
Images
.
check
}
style
=
{{
marginRight
:
10
}}
/
>
<
Typography
style
=
{{
fontSize
:
14
,
opacity
:
.
5
,
color
:
'#4b4b4b'
}}
>
Dharma
Group
<
/Typography
>
<
/div
>
<
div
style
=
{{
display
:
'flex'
,
marginTop
:
20
,
paddingLeft
:
20
}}
>
<
img
src
=
{
Images
.
check
}
style
=
{{
marginRight
:
10
}}
/
>
<
Typography
style
=
{{
fontSize
:
14
,
opacity
:
.
5
,
color
:
'#4b4b4b'
}}
>
Dharma
Polimetal
<
/Typography
>
<
/div
>
<
div
style
=
{{
display
:
'flex'
,
marginTop
:
20
,
paddingLeft
:
20
}}
>
<
img
src
=
{
Images
.
check
}
style
=
{{
marginRight
:
10
}}
/
>
<
Typography
style
=
{{
fontSize
:
14
,
opacity
:
.
5
,
color
:
'#4b4b4b'
}}
>
Dharma
Poliplast
<
/Typography
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
}
}
<
/div
>
<
/div
>
...
...
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