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
149022c6
Commit
149022c6
authored
Oct 17, 2023
by
Riri Novita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update download
parent
d2270d1e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
5 deletions
+10
-5
BudgetTahunan.js
src/container/BudgetTahunan/BudgetTahunan.js
+2
-1
MonthlyReport.js
src/container/MonthlyReport/MonthlyReport.js
+2
-1
OperatingIndicator.js
src/container/OperatingIndicator/OperatingIndicator.js
+2
-1
OutlookPA.js
src/container/OutlookPA/OutlookPA.js
+2
-1
RollingOutlook.js
src/container/RollingOutlook/RollingOutlook.js
+2
-1
No files found.
src/container/BudgetTahunan/BudgetTahunan.js
View file @
149022c6
...
...
@@ -2520,7 +2520,8 @@ export default class BudgetTahunan extends Component {
"report_id"
:
selectReport
,
"month"
:
""
,
"quartal"
:
""
,
"type_report_name"
:
"Master Budget"
"type_report_name"
:
"Master Budget"
,
"currency_id"
:
defaultCurrency
.
id
}
// console.log(payload);
api
.
create
().
createDownloadFile
(
payload
).
then
((
response
)
=>
{
...
...
src/container/MonthlyReport/MonthlyReport.js
View file @
149022c6
...
...
@@ -2311,7 +2311,8 @@ export default class MonthlyReport extends Component {
"report_id"
:
selectReport
,
"month"
:
month
?
String
(
month
.
month_id
).
toString
()
:
""
,
"quartal"
:
""
,
"type_report_name"
:
"Monthly Report"
"type_report_name"
:
"Monthly Report"
,
"currency_id"
:
defaultCurrency
.
id
}
console
.
log
(
payload
);
api
.
create
().
createDownloadFile
(
payload
).
then
((
response
)
=>
{
...
...
src/container/OperatingIndicator/OperatingIndicator.js
View file @
149022c6
...
...
@@ -658,7 +658,8 @@ export default class OperatingIndicator extends Component {
"report_id"
:
selectReport
,
"month"
:
""
,
"quartal"
:
""
,
"type_report_name"
:
"Operating Indicator"
"type_report_name"
:
"Operating Indicator"
,
"currency_id"
:
defaultCurrency
.
id
}
console
.
log
(
payload
);
api
.
create
().
createDownloadFile
(
payload
).
then
((
response
)
=>
{
...
...
src/container/OutlookPA/OutlookPA.js
View file @
149022c6
...
...
@@ -1545,7 +1545,8 @@ export default class OutlookPA extends Component {
"report_id"
:
selectReport
,
"month"
:
""
,
"quartal"
:
""
,
"type_report_name"
:
"Outlook PA"
"type_report_name"
:
"Outlook PA"
,
"currency_id"
:
defaultCurrency
.
id
}
console
.
log
(
payload
);
api
.
create
().
createDownloadFile
(
payload
).
then
((
response
)
=>
{
...
...
src/container/RollingOutlook/RollingOutlook.js
View file @
149022c6
...
...
@@ -1560,7 +1560,8 @@ export default class RollingOutlook extends Component {
"report_id"
:
selectReport
,
"month"
:
""
,
"quartal"
:
quarter
?
quarter
.
value
:
""
,
"type_report_name"
:
"Rolling Outlook"
"type_report_name"
:
"Rolling Outlook"
,
"currency_id"
:
defaultCurrency
.
id
}
console
.
log
(
payload
);
api
.
create
().
createDownloadFile
(
payload
).
then
((
response
)
=>
{
...
...
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