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
7234215f
Commit
7234215f
authored
Oct 05, 2020
by
EKSAD
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Outlook PA List
parent
1ed47489
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1319 additions
and
1 deletion
+1319
-1
OutlookPA.js
src/container/OutlookPA.js
+1313
-0
BalanceSheet.js
src/container/OutlookPA/BalanceSheet.js
+0
-0
ProfitLoss.js
src/container/OutlookPA/ProfitLoss.js
+0
-0
TaxPlanning.js
src/container/OutlookPA/TaxPlanning.js
+0
-0
Array.js
src/library/Array.js
+1
-1
homeRoutes.js
src/router/homeRoutes.js
+5
-0
No files found.
src/container/OutlookPA.js
0 → 100644
View file @
7234215f
This diff is collapsed.
Click to expand it.
src/container/OutlookPA/BalanceSheet.js
0 → 100644
View file @
7234215f
src/container/OutlookPA/ProfitLoss.js
0 → 100644
View file @
7234215f
src/container/OutlookPA/TaxPlanning.js
0 → 100644
View file @
7234215f
src/library/Array.js
View file @
7234215f
...
...
@@ -28,7 +28,7 @@ const arraySide = [
{
img
:
Images
.
outlookperformance
,
label
:
'Outlook Performance Appraisal'
,
path
:
'
beranda
'
,
path
:
'
outlook-performance
'
,
subItem
:
null
},
{
...
...
src/router/homeRoutes.js
View file @
7234215f
...
...
@@ -12,6 +12,7 @@ import ReportItems from '../container/MasterData/ReportItems'
import
DashboardCAT
from
'../container/Laporan/DashboardCAT'
import
BudgetTahunan
from
'../container/BudgetTahunan'
;
import
RollingOutlook
from
'../container/RollingOutlook'
;
import
OutlookPA
from
'../container/OutlookPA'
;
import
OperatingIndicator
from
'../container/OprIndicator/OperatingIndicator'
import
MonthlyReport
from
'../container/MonthlyReport'
;
import
DocumentManagement
from
'../container/DocumentManagement/DocumentManagement'
;
...
...
@@ -37,6 +38,10 @@ const routes = [
path
:
"/home/master-budget"
,
main
:
BudgetTahunan
},
{
path
:
"/home/outlook-performance"
,
main
:
OutlookPA
},
{
path
:
"/home/rolling-outlook"
,
main
:
RollingOutlook
...
...
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