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
4c97688c
Commit
4c97688c
authored
Dec 07, 2020
by
r.kurnia
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://103.44.149.204/d.arizona/tia-dev
into rifka
parents
97d03709
5339593b
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1324 additions
and
483 deletions
+1324
-483
index.js
src/api/index.js
+2
-0
BalanceSheetMR.js
src/container/MonthlyReport/BalanceSheetMR.js
+3
-6
FixedAssetsMovementMR.js
src/container/MonthlyReport/FixedAssetsMovementMR.js
+2
-2
ListOfCreditFacilities.js
src/container/MonthlyReport/ListOfCreditFacilities.js
+1317
-475
No files found.
src/api/index.js
View file @
4c97688c
...
...
@@ -271,6 +271,7 @@ const create = (type = "") => {
const
uploadAttachmentMonthly
=
(
body
)
=>
api
.
post
(
'transaction/monthly_report/upload_attachment'
,
body
)
const
deleteAttachmentMonthly
=
(
id
)
=>
api
.
post
(
`transaction/monthly_report/delete_attachment/
${
id
}
`
)
const
createMonthlyReportBS
=
(
body
)
=>
api
.
post
(
'transaction/monthly_report_bs/create_monthly_report'
,
body
)
const
createMonthlyReportLOCF
=
(
body
)
=>
api
.
post
(
'transaction/monthly_report_locf/create_monthly_report'
,
body
)
const
createMonthlyReportTP
=
(
body
)
=>
api
.
post
(
'transaction/monthly_report_tp/create_monthly_report'
,
body
)
const
createMonthlyReportFAM
=
(
body
)
=>
api
.
post
(
'transaction/monthly_report/fam/create_monthly_report'
,
body
)
const
createMonthlyReportOI
=
(
body
)
=>
api
.
post
(
'transaction/monthly_report_oi/create_monthly_report'
,
body
)
...
...
@@ -419,6 +420,7 @@ const create = (type = "") => {
deleteDocument
,
createSubmitReport
,
createMonthlyReportBS
,
createMonthlyReportLOCF
,
createMonthlyReportTP
,
createMonthlyReportPL
,
createMonthlyReportFAM
,
...
...
src/container/MonthlyReport/BalanceSheetMR.js
View file @
4c97688c
...
...
@@ -360,7 +360,7 @@ export default class BalanceSheetMR extends Component {
})
})
let
body
=
{
"monthly_report_id"
:
this
.
props
.
submissionID
,
"monthly_report_id"
:
this
.
props
.
monthlyReportId
,
"company_id"
:
this
.
props
.
company
.
company_id
,
"periode"
:
this
.
props
.
periode
,
"report_id"
:
this
.
props
.
report_id
,
...
...
@@ -415,7 +415,7 @@ export default class BalanceSheetMR extends Component {
})
})
let
payload
=
{
"monthly_report_id"
:
this
.
props
.
submissionID
,
"monthly_report_id"
:
this
.
props
.
monthlyReportId
,
"company_id"
:
this
.
props
.
company
.
company_id
,
"periode"
:
this
.
props
.
periode
,
"report_id"
:
this
.
props
.
report_id
,
...
...
@@ -434,10 +434,7 @@ export default class BalanceSheetMR extends Component {
})
}
}
else
{
this
.
setState
({
loading
:
false
},
()
=>
{
this
.
getSubmission
()
document
.
body
.
style
.
overflow
=
'unset'
;
})
this
.
setState
({
loading
:
false
})
}
})
}
...
...
src/container/MonthlyReport/FixedAssetsMovementMR.js
View file @
4c97688c
...
...
@@ -312,7 +312,7 @@ export default class FixedAssetsMovementMR extends Component {
})
})
let
body
=
{
"monthly_report_id"
:
this
.
props
.
submissionID
,
"monthly_report_id"
:
this
.
props
.
monthlyReportId
,
"company_id"
:
this
.
props
.
company
.
company_id
,
"periode"
:
this
.
props
.
periode
,
"report_id"
:
this
.
props
.
report_id
,
...
...
@@ -363,7 +363,7 @@ export default class FixedAssetsMovementMR extends Component {
})
})
let
payload
=
{
"monthly_report_id"
:
this
.
props
.
submissionID
,
"monthly_report_id"
:
this
.
props
.
monthlyReportId
,
"company_id"
:
this
.
props
.
company
.
company_id
,
"periode"
:
this
.
props
.
periode
,
"report_id"
:
this
.
props
.
report_id
,
...
...
src/container/MonthlyReport/ListOfCreditFacilities.js
View file @
4c97688c
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