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
ca6ff29e
Commit
ca6ff29e
authored
Nov 12, 2020
by
faisalhamdi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://103.44.149.204/d.arizona/tia-dev
into faisal
parents
46b452fa
f914de1d
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
818 additions
and
76 deletions
+818
-76
SubHolding.js
src/container/Laporan/SubHolding.js
+3
-3
MonthlyReport.js
src/container/MonthlyReport.js
+3
-2
TaxPlanningMR.js
src/container/MonthlyReport/TaxPlanningMR.js
+78
-71
SummaryOfTriputra.js
src/container/SummaryTriputra/SummaryOfTriputra.js
+729
-0
homeRoutes.js
src/router/homeRoutes.js
+5
-0
No files found.
src/container/Laporan/SubHolding.js
View file @
ca6ff29e
...
...
@@ -671,7 +671,7 @@ export default class SubHolding extends Component {
getOptionLabel
=
{(
option
)
=>
titleCase
(
option
.
label
)}
id
=
"typereport"
onChange
=
{(
event
,
newInputValue
)
=>
this
.
setState
({
report
:
newInputValue
,
loading
:
true
,
previewTable
:
false
},
()
=>
{
this
.
get
Submission
()
this
.
get
ReportType
()
})}
disableClearable
style
=
{{
width
:
250
}}
...
...
@@ -685,7 +685,7 @@ export default class SubHolding extends Component {
id
=
"company"
disabled
=
{
this
.
state
.
intent
===
'Home'
?
true
:
false
}
onChange
=
{(
event
,
newInputValue
)
=>
this
.
setState
({
company
:
newInputValue
,
loading
:
true
,
previewTable
:
false
},
()
=>
{
this
.
get
Submission
()
this
.
get
ReportType
()
})}
disableClearable
style
=
{{
width
:
250
}}
...
...
@@ -698,7 +698,7 @@ export default class SubHolding extends Component {
{...
this
.
state
.
listPeriode
}
id
=
"periode"
onChange
=
{(
event
,
newInputValue
)
=>
this
.
setState
({
periode
:
newInputValue
,
loading
:
true
,
previewTable
:
false
},
()
=>
{
this
.
get
Submission
()
this
.
get
ReportType
()
})}
disabled
=
{
this
.
state
.
intent
===
'Home'
?
true
:
false
}
disableClearable
...
...
src/container/MonthlyReport.js
View file @
ca6ff29e
...
...
@@ -759,9 +759,10 @@ export default class MonthlyReport extends Component {
company
=
{
this
.
state
.
company
}
revision
=
{
this
.
state
.
revisionTable
}
periode
=
{
this
.
state
.
periode
.
periode
}
submissionID
=
{
this
.
state
.
submissionID
}
// submissionID={this.state.submissionID}
monthlyReportId
=
{
this
.
state
.
monthlyReportId
}
month
=
{
this
.
state
.
month
}
// saveToMasterBudget={this.saveToMasterBudget.bind(this)}
// onClickClose={() => this.setState({ visibleTP: false, visibleBudgetTahunan: true })}
// getReport={this.getCompanyActive.bind(this)}
onClickClose
=
{()
=>
this
.
setState
({
visibleTP
:
false
,
visibleMonthlyReport
:
true
})}
/
>
...
...
src/container/MonthlyReport/TaxPlanningMR.js
View file @
ca6ff29e
This diff is collapsed.
Click to expand it.
src/container/SummaryTriputra/SummaryOfTriputra.js
0 → 100644
View file @
ca6ff29e
This diff is collapsed.
Click to expand it.
src/router/homeRoutes.js
View file @
ca6ff29e
...
...
@@ -17,6 +17,7 @@ import MonthlyReport from '../container/MonthlyReport';
import
DocumentManagement
from
'../container/DocumentManagement/DocumentManagement'
;
import
OutlookPA
from
'../container/OutlookPA'
;
import
SubHolding
from
'../container/Laporan/SubHolding'
;
import
SummaryTriputra
from
'../container/SummaryTriputra/SummaryOfTriputra'
const
routes
=
[
{
...
...
@@ -91,6 +92,10 @@ const routes = [
path
:
"/home/sub-holding"
,
main
:
SubHolding
},
{
path
:
"/home/summary-of-triputra"
,
main
:
SummaryTriputra
},
{
path
:
"*"
,
main
:
screen404
...
...
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