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
de013ba5
Commit
de013ba5
authored
Oct 17, 2023
by
Riri Novita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update lagi
parent
b6d9f5bc
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
BudgetTahunan.js
src/container/BudgetTahunan/BudgetTahunan.js
+1
-1
MonthlyReport.js
src/container/MonthlyReport/MonthlyReport.js
+1
-1
OperatingIndicator.js
src/container/OperatingIndicator/OperatingIndicator.js
+1
-1
OutlookPA.js
src/container/OutlookPA/OutlookPA.js
+1
-1
RollingOutlook.js
src/container/RollingOutlook/RollingOutlook.js
+1
-1
No files found.
src/container/BudgetTahunan/BudgetTahunan.js
View file @
de013ba5
...
@@ -2513,7 +2513,7 @@ export default class BudgetTahunan extends Component {
...
@@ -2513,7 +2513,7 @@ export default class BudgetTahunan extends Component {
}
}
handleDownloadReport
(
tableMeta
)
{
handleDownloadReport
(
tableMeta
)
{
let
{
selectReport
,
company
,
periode
,
month
}
=
this
.
state
let
{
selectReport
,
company
,
periode
,
month
,
defaultCurrency
}
=
this
.
state
let
payload
=
{
let
payload
=
{
"company_id"
:
company
.
company_id
,
"company_id"
:
company
.
company_id
,
"year"
:
periode
.
periode
,
"year"
:
periode
.
periode
,
...
...
src/container/MonthlyReport/MonthlyReport.js
View file @
de013ba5
...
@@ -2304,7 +2304,7 @@ export default class MonthlyReport extends Component {
...
@@ -2304,7 +2304,7 @@ export default class MonthlyReport extends Component {
}
}
handleDownloadReport
(
tableMeta
)
{
handleDownloadReport
(
tableMeta
)
{
let
{
selectReport
,
company
,
periode
,
month
}
=
this
.
state
let
{
selectReport
,
company
,
periode
,
month
,
defaultCurrency
}
=
this
.
state
let
payload
=
{
let
payload
=
{
"company_id"
:
company
.
company_id
,
"company_id"
:
company
.
company_id
,
"year"
:
periode
.
periode
,
"year"
:
periode
.
periode
,
...
...
src/container/OperatingIndicator/OperatingIndicator.js
View file @
de013ba5
...
@@ -651,7 +651,7 @@ export default class OperatingIndicator extends Component {
...
@@ -651,7 +651,7 @@ export default class OperatingIndicator extends Component {
}
}
handleDownloadReport
(
tableMeta
)
{
handleDownloadReport
(
tableMeta
)
{
let
{
selectReport
,
company
,
periode
,
month
}
=
this
.
state
let
{
selectReport
,
company
,
periode
,
month
,
}
=
this
.
state
let
payload
=
{
let
payload
=
{
"company_id"
:
company
.
company_id
,
"company_id"
:
company
.
company_id
,
"year"
:
periode
.
periode
,
"year"
:
periode
.
periode
,
...
...
src/container/OutlookPA/OutlookPA.js
View file @
de013ba5
...
@@ -1538,7 +1538,7 @@ export default class OutlookPA extends Component {
...
@@ -1538,7 +1538,7 @@ export default class OutlookPA extends Component {
}
}
handleDownloadReport
(
tableMeta
)
{
handleDownloadReport
(
tableMeta
)
{
let
{
selectReport
,
company
,
periode
,
month
}
=
this
.
state
let
{
selectReport
,
company
,
periode
,
month
,
defaultCurrency
}
=
this
.
state
let
payload
=
{
let
payload
=
{
"company_id"
:
company
.
company_id
,
"company_id"
:
company
.
company_id
,
"year"
:
periode
.
periode
,
"year"
:
periode
.
periode
,
...
...
src/container/RollingOutlook/RollingOutlook.js
View file @
de013ba5
...
@@ -1553,7 +1553,7 @@ export default class RollingOutlook extends Component {
...
@@ -1553,7 +1553,7 @@ export default class RollingOutlook extends Component {
}
}
handleDownloadReport
(
tableMeta
)
{
handleDownloadReport
(
tableMeta
)
{
let
{
selectReport
,
company
,
periode
,
quarter
}
=
this
.
state
let
{
selectReport
,
company
,
periode
,
quarter
,
defaultCurrency
}
=
this
.
state
let
payload
=
{
let
payload
=
{
"company_id"
:
company
.
company_id
,
"company_id"
:
company
.
company_id
,
"year"
:
periode
.
periode
,
"year"
:
periode
.
periode
,
...
...
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