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
e5659dfc
Commit
e5659dfc
authored
Jul 05, 2023
by
Riri Novita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simulasi Upload
parent
233b8383
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
292 additions
and
87 deletions
+292
-87
index.js
src/api/index.js
+3
-1
Images.js
src/assets/Images.js
+1
-0
cloud-computing.png
src/assets/cloud-computing.png
+0
-0
upload-simulasi.png
src/assets/upload-simulasi.png
+0
-0
CorporateAnnualTarget.js
src/container/BudgetTahunan/CorporateAnnualTarget.js
+288
-86
No files found.
src/api/index.js
View file @
e5659dfc
...
...
@@ -209,6 +209,7 @@ const create = (type = "") => {
const
createSubmitReport
=
(
body
)
=>
api
.
post
(
'transaction/master_budget/create_submission_report'
,
body
)
const
getSubmission
=
(
body
)
=>
api
.
post
(
'transaction/master_budget/get_submission_id'
,
body
)
const
checkUploadMB
=
(
body
)
=>
api
.
post
(
'transaction/master_budget/check_import'
,
body
)
const
checkUploadMBSimulasi
=
(
body
)
=>
api
.
post
(
'transaction/master_budget/import_master_budget/other_currency_existing'
,
body
)
const
uploadMasterBudget
=
(
body
)
=>
api
.
post
(
'transaction/master_budget/import_master_budget'
,
body
)
const
validateSubmitReport
=
(
body
)
=>
api
.
post
(
'transaction/master_budget/validate_save'
,
body
)
const
countingFormula
=
(
body
)
=>
api
.
post
(
'transaction/counting_formula'
,
body
)
...
...
@@ -872,7 +873,8 @@ const create = (type = "") => {
createDownloadFile
,
getListDownload
,
downloadZipReport
,
sendEmail
sendEmail
,
checkUploadMBSimulasi
}
}
...
...
src/assets/Images.js
View file @
e5659dfc
...
...
@@ -57,6 +57,7 @@ const Images = {
dotOpen
:
require
(
'./dot-open.svg'
),
zip
:
require
(
'./zip.png'
),
warning
:
require
(
'./warning.png'
),
simulasiUpload
:
require
(
'./upload-simulasi.png'
),
}
export
default
Images
\ No newline at end of file
src/assets/cloud-computing.png
0 → 100644
View file @
e5659dfc
16 KB
src/assets/upload-simulasi.png
0 → 100644
View file @
e5659dfc
14.7 KB
src/container/BudgetTahunan/CorporateAnnualTarget.js
View file @
e5659dfc
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