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
cfe47d0a
Commit
cfe47d0a
authored
Jul 05, 2023
by
Riri Novita
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev/riri' into 'ENV-DEV'
Update Simulasi Upload See merge request
!1863
parents
9a34c80b
3f5f34c6
Changes
8
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
816 additions
and
688 deletions
+816
-688
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
ProfitLoss.js
src/container/BudgetTahunan/ProfitLoss.js
+1
-1
CreateParameter.js
src/container/MasterData/Parameter/CreateParameter.js
+2
-2
TaxPlanningRO.js
src/container/RollingOutlook/TaxPlanningRO.js
+521
-598
No files found.
src/api/index.js
View file @
cfe47d0a
...
...
@@ -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 @
cfe47d0a
...
...
@@ -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 @
cfe47d0a
16 KB
src/assets/upload-simulasi.png
0 → 100644
View file @
cfe47d0a
14.7 KB
src/container/BudgetTahunan/CorporateAnnualTarget.js
View file @
cfe47d0a
This diff is collapsed.
Click to expand it.
src/container/BudgetTahunan/ProfitLoss.js
View file @
cfe47d0a
...
...
@@ -3304,7 +3304,7 @@ export default class ProfitLoss extends Component {
marginRight
:
20
,
borderRadius
:
9
}}
onClick
=
{()
=>
this
.
setState
({
visibleAlertSave
:
false
,
handleDoubleClick
:
0
})}
onClick
=
{()
=>
this
.
setState
({
visibleAlertSave
:
false
,
handleDoubleClick
:
0
,
loading
:
false
})}
>
<
div
style
=
{{
backgroundColor
:
'#fff'
,
width
:
105
,
height
:
30
,
borderRadius
:
9
,
justifyContent
:
'center'
,
display
:
'flex'
,
alignItems
:
'center'
,
border
:
'solid 1px #3549609e'
}}
>
<
Typography
style
=
{{
fontSize
:
'15px'
,
color
:
'#354960'
,
textAlign
:
'center'
}}
>
Close
<
/Typography
>
...
...
src/container/MasterData/Parameter/CreateParameter.js
View file @
cfe47d0a
...
...
@@ -822,7 +822,7 @@ export default class CreateParameter extends Component {
<
TextField
style
=
{{
width
:
'100%'
}}
id
=
"value"
label
=
"Value"
label
=
{
this
.
state
.
enableReportName
?
"Value IDR mn"
:
"Value"
}
value
=
{
this
.
state
.
tempData
===
null
?
''
:
this
.
state
.
tempData
.
value
}
inputProps
=
{{
min
:
0
,
...
...
@@ -1259,7 +1259,7 @@ export default class CreateParameter extends Component {
<
TextField
style
=
{{
width
:
'100%'
}}
id
=
"value"
label
=
"Value"
label
=
{
this
.
state
.
enableReportName
?
"Value IDR mn"
:
"Value"
}
value
=
{
this
.
state
.
value
}
inputProps
=
{{
min
:
0
,
...
...
src/container/RollingOutlook/TaxPlanningRO.js
View file @
cfe47d0a
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