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
31f2fa02
Commit
31f2fa02
authored
Sep 03, 2020
by
EKSAD
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
budget PL
parent
7735adee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1273 additions
and
87 deletions
+1273
-87
BudgetTahunan.js
src/container/BudgetTahunan.js
+4
-0
ProfitLoss.js
src/container/BudgetTahunan/ProfitLoss.js
+1269
-87
No files found.
src/container/BudgetTahunan.js
View file @
31f2fa02
...
@@ -570,7 +570,11 @@ export default class BudgetTahunan extends Component {
...
@@ -570,7 +570,11 @@ export default class BudgetTahunan extends Component {
{
this
.
state
.
visiblePL
&&
(
{
this
.
state
.
visiblePL
&&
(
<
ProfitLoss
<
ProfitLoss
report_id
=
{
this
.
state
.
report_id
}
report_id
=
{
this
.
state
.
report_id
}
height
=
{
this
.
props
.
height
}
width
=
{
this
.
props
.
width
}
company
=
{
this
.
state
.
company
}
company
=
{
this
.
state
.
company
}
revision
=
{
this
.
state
.
revisionTable
}
periode
=
{
this
.
state
.
periode
.
periode
}
onClickClose
=
{()
=>
this
.
setState
({
visiblePL
:
false
,
visibleBudgetTahunan
:
true
})}
onClickClose
=
{()
=>
this
.
setState
({
visiblePL
:
false
,
visibleBudgetTahunan
:
true
})}
/
>
/
>
...
...
src/container/BudgetTahunan/ProfitLoss.js
View file @
31f2fa02
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