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
be083e31
Commit
be083e31
authored
Dec 14, 2020
by
d.arizona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
apdet
parent
9e958691
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1054 additions
and
406 deletions
+1054
-406
index.js
src/api/index.js
+8
-2
MonthlyReport.js
src/container/MonthlyReport.js
+3
-4
ListOfCreditFacilities.js
src/container/MonthlyReport/ListOfCreditFacilities.js
+1043
-400
No files found.
src/api/index.js
View file @
be083e31
...
@@ -289,6 +289,9 @@ const create = (type = "") => {
...
@@ -289,6 +289,9 @@ const create = (type = "") => {
const
validateSubmitReportBS
=
(
body
)
=>
api
.
post
(
'transaction/monthly_report_bs/validate_save'
,
body
)
const
validateSubmitReportBS
=
(
body
)
=>
api
.
post
(
'transaction/monthly_report_bs/validate_save'
,
body
)
const
validateSubmitReportMR
=
(
body
)
=>
api
.
post
(
'transaction/monthly_report/validate_save'
,
body
)
const
validateSubmitReportMR
=
(
body
)
=>
api
.
post
(
'transaction/monthly_report/validate_save'
,
body
)
const
validateSubmitReportMRTP
=
(
body
)
=>
api
.
post
(
'transaction/monthly_report_tp/validate_save'
,
body
)
const
validateSubmitReportMRTP
=
(
body
)
=>
api
.
post
(
'transaction/monthly_report_tp/validate_save'
,
body
)
const
getPerBSiMontlyReportLOCF
=
(
body
)
=>
api
.
post
(
'transaction/monthly_report_locf/get_per_bs'
,
body
)
const
checkUploadMonthlyReportLOCF
=
(
body
)
=>
api
.
post
(
'transaction/monthly_report_locf/check_import'
,
body
)
const
uploadMonthlyReportLOCF
=
(
body
)
=>
api
.
post
(
'transaction/monthly_report_locf/import_monthly_report'
,
body
)
// MonthlyPL
// MonthlyPL
const
getHierarkiMontlyReportPL
=
(
body
)
=>
api
.
post
(
'transaction/monthly_report_pl/get_report_hierarki'
,
body
)
const
getHierarkiMontlyReportPL
=
(
body
)
=>
api
.
post
(
'transaction/monthly_report_pl/get_report_hierarki'
,
body
)
...
@@ -522,7 +525,10 @@ const create = (type = "") => {
...
@@ -522,7 +525,10 @@ const create = (type = "") => {
validateSubmitReportMR
,
validateSubmitReportMR
,
validateSubmitReportMRTP
,
validateSubmitReportMRTP
,
validateSubmitReportBS
,
validateSubmitReportBS
,
validateSubmitReportPL
validateSubmitReportPL
,
getPerBSiMontlyReportLOCF
,
checkUploadMonthlyReportLOCF
,
uploadMonthlyReportLOCF
}
}
}
}
...
...
src/container/MonthlyReport.js
View file @
be083e31
...
@@ -1206,10 +1206,9 @@ export default class MonthlyReport extends Component {
...
@@ -1206,10 +1206,9 @@ export default class MonthlyReport extends Component {
periode
=
{
this
.
state
.
periode
.
periode
}
periode
=
{
this
.
state
.
periode
.
periode
}
monthlyReportId
=
{
this
.
state
.
monthlyReportId
}
monthlyReportId
=
{
this
.
state
.
monthlyReportId
}
month
=
{
this
.
state
.
month
}
month
=
{
this
.
state
.
month
}
status
=
{
"not-yet"
}
saveToMonthlyReport
=
{
this
.
saveToMonthlyReport
.
bind
(
this
)}
prevRevision
=
{
false
}
onClickClose
=
{()
=>
this
.
setState
({
visibleLOCF
:
false
,
visibleMonthlyReport
:
true
})}
lastStatus
=
{
'SUBMIT'
}
isApprover
=
{
this
.
state
.
isApprover
}
isAprrover
=
{
false
}
/
>
/
>
)}
)}
...
...
src/container/MonthlyReport/ListOfCreditFacilities.js
View file @
be083e31
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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