Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
2023-261
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gamage G.G.I.V.M
2023-261
Commits
0329a5ff
Commit
0329a5ff
authored
May 24, 2023
by
Imesh Dilshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changes
parent
dc7e0e6e
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
167 deletions
+9
-167
src/app/components/auth/login/login.component.ts
src/app/components/auth/login/login.component.ts
+2
-10
src/app/components/coupons/list-coupon/list-coupon.component.html
...components/coupons/list-coupon/list-coupon.component.html
+1
-31
src/app/components/reports/reports.component.html
src/app/components/reports/reports.component.html
+0
-120
src/app/components/setting/profile/profile.component.html
src/app/components/setting/profile/profile.component.html
+2
-2
src/app/shared/service/nav.service.ts
src/app/shared/service/nav.service.ts
+3
-3
src/index.html
src/index.html
+1
-1
No files found.
src/app/components/auth/login/login.component.ts
View file @
0329a5ff
...
...
@@ -22,16 +22,8 @@ export class LoginComponent implements OnInit {
owlcarousel
=
[
{
title
:
"
Welcome to FreshMeat.lk
"
,
desc
:
"
Mobile Application Products and Reports
"
,
},
{
title
:
"
Welcome to FreshMeat.lk
"
,
desc
:
"
Mobile Application Products and Reports
"
,
},
{
title
:
"
Welcome to FreshMeat.lk
"
,
desc
:
"
Mobile Application Products and Reports
"
,
title
:
"
Welcome to SDN Controller Dashboard
"
,
desc
:
"
VULNERABILITY SCANNING TOOL FOR SOFTWARE-DEFINE NETWORK CONTROLLER
"
,
}
]
owlcarouselOptions
=
{
...
...
src/app/components/coupons/list-coupon/list-coupon.component.html
View file @
0329a5ff
<!-- Container-fluid starts-->
<div
class=
"container-fluid"
>
<div
class=
"row"
>
<div
class=
"col-sm-12"
>
<div
class=
"card"
>
<div
class=
"card-header"
>
<h5>
Products Category
</h5>
</div>
<div
class=
"card-body"
>
<div
class=
"custom-datatable"
>
<button
class=
"btn btn-primary mr-1 mb-3"
style=
"float: right;"
>
Delete
</button>
<div
class=
"clearfix"
></div>
<ngx-datatable
class=
"bootstrap"
[rows]=
"digital_categories"
[columnMode]=
"'force'"
[headerHeight]=
"50"
[footerHeight]=
"50"
[rowHeight]=
"'auto'"
[limit]=
"5"
[selected]=
"selected"
[selectionType]=
"'checkbox'"
[selectAllRowsOnPage]=
"false"
(select)=
'onSelect($event)'
>
<ngx-datatable-column
[width]=
"30"
[sortable]=
"false"
[canAutoResize]=
"false"
[draggable]=
"false"
[resizeable]=
"false"
[headerCheckboxable]=
"true"
[checkboxable]=
"true"
>
<button
type=
"button"
class=
"btn btn-primery"
>
Delete
</button>
</ngx-datatable-column>
<ngx-datatable-column
name=
"Title"
></ngx-datatable-column>
<ngx-datatable-column
name=
"Code"
></ngx-datatable-column>
<ngx-datatable-column
name=
"Discount"
></ngx-datatable-column>
<ngx-datatable-column
name=
"Status"
></ngx-datatable-column>
</ngx-datatable>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Container-fluid Ends-->
\ No newline at end of file
src/app/components/reports/reports.component.html
View file @
0329a5ff
<!-- Container-fluid starts-->
<div
class=
"container-fluid"
>
<div
class=
"row"
>
<div
class=
"col-xl-8 col-md-6"
>
<div
class=
"card"
>
<div
class=
"card-header"
>
<div
class=
"form-group row"
>
<label
class=
"col-sm-12 col-form-label"
>
Start Date (Created At)
</label>
<div
class=
"col-sm-12"
>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="col-xl-4 col-md-6">
<div class="card report-employee">
<div class="card-header">
<h2>75%</h2>
<h6 class="mb-0">Employees Satisfied</h6>
</div>
<div class="card-body p-0 o-hidden">
<div class="ct-4 flot-chart-container report-full">
<x-chartist [type]="chart5.type" [data]="chart5.data" [options]="chart5.options"></x-chartist>
</div>
</div>
</div>
</div> -->
<div
class=
"col-sm-12"
>
<div
class=
"card"
>
<div
class=
"card-header"
>
<h5>
Balance Report
</h5>
</div>
<div
class=
"card-body"
>
<!-- <div id="batchDelete" class="custom-datatable">
<div class="table-responsive">
<ng2-smart-table [settings]="settings" [source]="report"></ng2-smart-table>
</div>
</div> -->
<table
class=
"table table-striped"
>
<thead>
<tr>
<th
scope=
"col"
>
Items
</th>
<th
scope=
"col"
>
Amount
</th>
<th
scope=
"col"
>
Balnce BF
</th>
<th
scope=
"col"
>
Total
</th>
<th
scope=
"col"
>
Cash
</th>
<th
scope=
"col"
>
Balnce CF
</th>
<th
scope=
"col"
>
Cheque Date
</th>
<th
scope=
"col"
>
Created Date
</th>
<th
scope=
"col"
>
End Date
</th>
</tr>
</thead>
<tbody>
<tr
*ngFor=
"let sale of sales"
>
<th
scope=
"row"
>
1
</th>
<td>
{{sale.amount}}
</td>
<td>
{{sale.account.name}}
</td>
<td>
{{sale.total}}
</td>
<td>
{{sale.cash}}
</td>
<td>
{{sale.cash}}
</td>
<td>
{{sale.chequeDate}}
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<!-- <div class="col-lg-6">
<div class="card">
<div class="card-header">
<h5>Expenses</h5>
</div>
<div class="card-body expense-chart">
<div class="chart-overflow" id="area-chart1">
<google-chart [data]="areaChart1"></google-chart>
</div>
</div>
</div>
</div> -->
<!-- <div class="col-lg-6">
<div class="card">
<div class="card-header">
<h5> Sales / Purchase</h5>
</div>
<div class="card-body">
<div class="sales-chart">
<google-chart [data]="columnChart1"></google-chart>
</div>
</div>
</div>
</div> -->
<!-- <div class="col-sm-12">
<div class="card">
<div class="card-header">
<h5> Sales / Purchase Return</h5>
</div>
<div class="card-body sell-graph">
<google-chart [data]="lineChart"></google-chart>
</div>
</div>
</div> -->
</div>
</div>
<!-- Container-fluid Ends-->
\ No newline at end of file
src/app/components/setting/profile/profile.component.html
View file @
0329a5ff
...
...
@@ -21,7 +21,7 @@
</div>
</div>
<hr>
<div
class=
"project-status"
>
<
!-- <
div class="project-status">
<h5 class="f-w-600">Employee Status</h5>
<div class="media">
<div class="media-body">
...
...
@@ -50,7 +50,7 @@
</div>
</div>
</div>
</div>
</div>
-->
</div>
</div>
</div>
...
...
src/app/shared/service/nav.service.ts
View file @
0329a5ff
...
...
@@ -62,15 +62,15 @@ export class NavService {
// ]
// },
{
title
:
'
Scan
'
,
icon
:
'
dollar-sign
'
,
type
:
'
sub
'
,
active
:
false
,
children
:
[
title
:
'
Scan
'
,
icon
:
'
box
'
,
type
:
'
sub
'
,
active
:
false
,
children
:
[
// { path: '/sales/orders', title: 'Orders', type: 'link' },
// { path: '/sales/transactions', title: 'Transactions', type: 'link' },
]
},
{
title
:
'
Assets
'
,
icon
:
'
tag
'
,
type
:
'
sub
'
,
active
:
false
,
children
:
[
{
path
:
'
/coupons/list-coupons
'
,
title
:
'
List Coupons
'
,
type
:
'
link
'
},
{
path
:
'
/coupons/create-coupons
'
,
title
:
'
Create Coupons
'
,
type
:
'
link
'
},
//
{ path: '/coupons/list-coupons', title: 'List Coupons', type: 'link' },
//
{ path: '/coupons/create-coupons', title: 'Create Coupons', type: 'link' },
]
},
// {
...
...
src/index.html
View file @
0329a5ff
...
...
@@ -2,7 +2,7 @@
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Multikart - Premium Admin Template
</title>
<title>
SDN Controller Dashboard
</title>
<base
href=
"/"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"favicon.ico"
>
...
...
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