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
2560585b
Commit
2560585b
authored
Nov 16, 2020
by
Riri Novita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
monthly pl
parent
f29d5cde
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
679 additions
and
211 deletions
+679
-211
index.js
src/api/index.js
+4
-0
MonthlyReport.js
src/container/MonthlyReport.js
+2
-1
ProfitLossMR.js
src/container/MonthlyReport/ProfitLossMR.js
+351
-118
TableSummaryTriputra.js
src/container/SummaryTriputra/TableSummaryTriputra.js
+322
-92
No files found.
src/api/index.js
View file @
2560585b
...
...
@@ -256,6 +256,9 @@ const create = (type = "") => {
const
getHierarkiMontlyReportBS
=
(
body
)
=>
api
.
post
(
'transaction/monthly_report_bs/get_report_hierarki'
,
body
)
const
getHierarkiMontlyReportOI
=
(
body
)
=>
api
.
post
(
'transaction/monthly_report_oi/get_report_hierarki'
,
body
)
// MonthlyPL
const
getHierarkiMontlyReportPL
=
(
body
)
=>
api
.
post
(
'transaction/monthly_report_pl/get_report_hierarki'
,
body
)
//Template
const
downloadTemplate
=
(
fileName
,
fileType
)
=>
api
.
get
(
`attachment/download_file?fileName=
${
fileName
}
&&fileType=
${
fileType
}
`
)
...
...
@@ -444,6 +447,7 @@ const create = (type = "") => {
getMonthlyReportID
,
getReportHierarkiFR
,
getDetailHierarkiCF
,
getHierarkiMontlyReportPL
}
}
...
...
src/container/MonthlyReport.js
View file @
2560585b
...
...
@@ -761,7 +761,8 @@ export default class MonthlyReport extends Component {
company
=
{
this
.
state
.
company
}
revision
=
{
this
.
state
.
revisionTable
}
periode
=
{
this
.
state
.
periode
.
periode
}
submissionID
=
{
this
.
state
.
submissionID
}
monthlyReportId
=
{
this
.
state
.
monthlyReportId
}
month
=
{
this
.
state
.
month
}
// saveToMasterBudget={this.saveToMasterBudget.bind(this)}
onClickClose
=
{()
=>
this
.
setState
({
visiblePL
:
false
,
visibleMonthlyReport
:
true
})}
// getReport={this.getCompanyActive.bind(this)}
...
...
src/container/MonthlyReport/ProfitLossMR.js
View file @
2560585b
This diff is collapsed.
Click to expand it.
src/container/SummaryTriputra/TableSummaryTriputra.js
View file @
2560585b
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