Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
ForexWeb
Project
Overview
Details
Activity
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
amal
ForexWeb
Commits
3336fdab
Commit
3336fdab
authored
Mar 08, 2019
by
amal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
8/3/2019
parent
10b6e548
Show whitespace changes
Inline
Side-by-side
Showing
31 changed files
with
69 additions
and
19 deletions
+69
-19
package-lock.json
package-lock.json
+9
-4
addforex.component.html
src/app/checker/addforex/addforex.component.html
+3
-0
addforex.component.scss
src/app/checker/addforex/addforex.component.scss
+1
-1
addprovider.component.html
src/app/checker/addprovider/addprovider.component.html
+3
-0
currency-add.component.html
src/app/checker/currency-add/currency-add.component.html
+3
-0
currency-add.component.scss
src/app/checker/currency-add/currency-add.component.scss
+1
-1
currency-edit.component.html
src/app/checker/currency-edit/currency-edit.component.html
+3
-0
currency-edit.component.scss
src/app/checker/currency-edit/currency-edit.component.scss
+1
-1
currency-list.component.html
src/app/checker/currency-list/currency-list.component.html
+3
-0
currency-list.component.scss
src/app/checker/currency-list/currency-list.component.scss
+1
-1
editforex.component.html
src/app/checker/editforex/editforex.component.html
+3
-0
editforex.component.scss
src/app/checker/editforex/editforex.component.scss
+1
-1
editprovider.component.html
src/app/checker/editprovider/editprovider.component.html
+3
-0
editprovider.component.scss
src/app/checker/editprovider/editprovider.component.scss
+1
-1
forexprovider.component.html
src/app/checker/forexprovider/forexprovider.component.html
+3
-0
forexprovider.component.scss
src/app/checker/forexprovider/forexprovider.component.scss
+1
-1
manageprovider.component.html
src/app/checker/manageprovider/manageprovider.component.html
+6
-0
manageprovider.component.scss
src/app/checker/manageprovider/manageprovider.component.scss
+1
-1
manageprovider.component.ts
src/app/checker/manageprovider/manageprovider.component.ts
+4
-0
add-driver.component.scss
src/app/delivery/add-driver/add-driver.component.scss
+1
-1
edit-driver.component.scss
src/app/delivery/edit-driver/edit-driver.component.scss
+1
-1
editprovider.component.html
src/app/delivery/editprovider/editprovider.component.html
+1
-0
editprovider.component.scss
src/app/delivery/editprovider/editprovider.component.scss
+1
-1
list-driver.component.html
src/app/delivery/list-driver/list-driver.component.html
+1
-0
list-driver.component.scss
src/app/delivery/list-driver/list-driver.component.scss
+1
-1
transaction.component.scss
src/app/delivery/transaction/transaction.component.scss
+1
-1
currency.component.html
src/app/forex/currency/currency.component.html
+1
-0
editprovider.component.scss
src/app/forex/editprovider/editprovider.component.scss
+1
-1
transaction.component.scss
src/app/forex/transaction/transaction.component.scss
+1
-1
asset_home.png
src/assets/images/asset_home.png
+0
-0
styles.scss
src/styles.scss
+8
-0
No files found.
package-lock.json
View file @
3336fdab
...
...
@@ -3738,7 +3738,8 @@
"ansi-regex"
:
{
"version"
:
"2.1.1"
,
"bundled"
:
true
,
"dev"
:
true
"dev"
:
true
,
"optional"
:
true
},
"aproba"
:
{
"version"
:
"1.2.0"
,
...
...
@@ -4153,7 +4154,8 @@
"safe-buffer"
:
{
"version"
:
"5.1.2"
,
"bundled"
:
true
,
"dev"
:
true
"dev"
:
true
,
"optional"
:
true
},
"safer-buffer"
:
{
"version"
:
"2.1.2"
,
...
...
@@ -4209,6 +4211,7 @@
"version"
:
"3.0.1"
,
"bundled"
:
true
,
"dev"
:
true
,
"optional"
:
true
,
"requires"
:
{
"ansi-regex"
:
"^2.0.0"
}
...
...
@@ -4252,12 +4255,14 @@
"wrappy"
:
{
"version"
:
"1.0.2"
,
"bundled"
:
true
,
"dev"
:
true
"dev"
:
true
,
"optional"
:
true
},
"yallist"
:
{
"version"
:
"3.0.3"
,
"bundled"
:
true
,
"dev"
:
true
"dev"
:
true
,
"optional"
:
true
}
}
},
...
...
src/app/checker/addforex/addforex.component.html
View file @
3336fdab
...
...
@@ -8,6 +8,9 @@
<h4>
Forex Delivery Service Provider
</h4>
</div>
<div
class=
"col-md-6 textRight relative"
>
<button
class=
"logout"
(
click
)="
goToPage
('
checker
/
home
')"
>
<img
src=
"assets/images/asset_home.png"
>
Home
</button>
<button
class=
"logout"
(
click
)="
logout
()"
>
<img
src=
"assets/images/asset_logout.png"
>
Logout
</button>
...
...
src/app/checker/addforex/addforex.component.scss
View file @
3336fdab
...
...
@@ -39,7 +39,7 @@
padding-left
:
20px
;
padding-right
:
20px
;
.row
{
padding-bottom
:
4
0px
;
padding-bottom
:
3
0px
;
.provider_data_content
{
width
:
90%
;
margin
:
0
auto
;
...
...
src/app/checker/addprovider/addprovider.component.html
View file @
3336fdab
...
...
@@ -8,6 +8,9 @@
<h4>
Forex Delivery Service Provider
</h4>
</div>
<div
class=
"col-md-6 textRight relative"
>
<button
class=
"logout"
(
click
)="
goToPage
('
checker
/
home
')"
>
<img
src=
"assets/images/asset_home.png"
>
Home
</button>
<button
class=
"logout"
(
click
)="
logout
()"
>
<img
src=
"assets/images/asset_logout.png"
>
Logout
</button>
...
...
src/app/checker/currency-add/currency-add.component.html
View file @
3336fdab
...
...
@@ -8,6 +8,9 @@
<h4>
Currency Management
</h4>
</div>
<div
class=
"col-md-6 textRight relative"
>
<button
class=
"logout"
(
click
)="
goToPage
('
checker
/
home
')"
>
<img
src=
"assets/images/asset_home.png"
>
Home
</button>
<button
class=
"logout"
(
click
)="
logout
()"
>
<img
src=
"assets/images/asset_logout.png"
>
Logout
</button>
...
...
src/app/checker/currency-add/currency-add.component.scss
View file @
3336fdab
...
...
@@ -39,7 +39,7 @@
padding-left
:
20px
;
padding-right
:
20px
;
.row
{
padding-bottom
:
4
0px
;
padding-bottom
:
3
0px
;
.provider_data_content
{
width
:
90%
;
margin
:
0
auto
;
...
...
src/app/checker/currency-edit/currency-edit.component.html
View file @
3336fdab
...
...
@@ -8,6 +8,9 @@
<h4>
Currency Management
</h4>
</div>
<div
class=
"col-md-6 textRight relative"
>
<button
class=
"logout"
(
click
)="
goToPage
('
checker
/
home
')"
>
<img
src=
"assets/images/asset_home.png"
>
Home
</button>
<button
class=
"logout"
(
click
)="
logout
()"
>
<img
src=
"assets/images/asset_logout.png"
>
Logout
</button>
...
...
src/app/checker/currency-edit/currency-edit.component.scss
View file @
3336fdab
...
...
@@ -39,7 +39,7 @@
padding-left
:
20px
;
padding-right
:
20px
;
.row
{
padding-bottom
:
4
0px
;
padding-bottom
:
3
0px
;
.provider_data_content
{
width
:
90%
;
margin
:
0
auto
;
...
...
src/app/checker/currency-list/currency-list.component.html
View file @
3336fdab
...
...
@@ -7,6 +7,9 @@
<h4>
Manage Currency
</h4>
</div>
<div
class=
"col-md-6 textRight relative"
>
<button
class=
"logout"
(
click
)="
goToPage
('
checker
/
home
')"
>
<img
src=
"assets/images/asset_home.png"
>
Home
</button>
<button
class=
"logout"
(
click
)="
logout
()"
>
<img
src=
"assets/images/asset_logout.png"
>
Logout
</button>
...
...
src/app/checker/currency-list/currency-list.component.scss
View file @
3336fdab
...
...
@@ -40,7 +40,7 @@
padding-left
:
20px
;
padding-right
:
20px
;
.row
{
padding-bottom
:
4
0px
;
padding-bottom
:
3
0px
;
.provider_data_content
{
width
:
90%
;
margin
:
0
auto
;
...
...
src/app/checker/editforex/editforex.component.html
View file @
3336fdab
...
...
@@ -7,6 +7,9 @@
<h4>
Forex Provider
</h4>
</div>
<div
class=
"col-md-6 textRight relative"
>
<button
class=
"logout"
(
click
)="
goToPage
('
checker
/
home
')"
>
<img
src=
"assets/images/asset_home.png"
>
Home
</button>
<button
class=
"logout"
(
click
)="
logout
()"
>
<img
src=
"assets/images/asset_logout.png"
>
Logout
</button>
...
...
src/app/checker/editforex/editforex.component.scss
View file @
3336fdab
...
...
@@ -40,7 +40,7 @@
padding-left
:
20px
;
padding-right
:
20px
;
.row
{
padding-bottom
:
4
0px
;
padding-bottom
:
3
0px
;
.provider_data_content
{
width
:
90%
;
margin
:
0
auto
;
...
...
src/app/checker/editprovider/editprovider.component.html
View file @
3336fdab
...
...
@@ -7,6 +7,9 @@
<h4>
Forex Delivery Service Provider
</h4>
</div>
<div
class=
"col-md-6 textRight relative"
>
<button
class=
"logout"
(
click
)="
goToPage
('
checker
/
home
')"
>
<img
src=
"assets/images/asset_home.png"
>
Home
</button>
<button
class=
"logout"
(
click
)="
logout
()"
>
<img
src=
"assets/images/asset_logout.png"
>
Logout
</button>
...
...
src/app/checker/editprovider/editprovider.component.scss
View file @
3336fdab
...
...
@@ -40,7 +40,7 @@
padding-left
:
20px
;
padding-right
:
20px
;
.row
{
padding-bottom
:
4
0px
;
padding-bottom
:
3
0px
;
.provider_data_content
{
width
:
90%
;
margin
:
0
auto
;
...
...
src/app/checker/forexprovider/forexprovider.component.html
View file @
3336fdab
...
...
@@ -7,6 +7,9 @@
<h4>
Forex Provider
</h4>
</div>
<div
class=
"col-md-6 textRight relative"
>
<button
class=
"logout"
(
click
)="
goToPage
('
checker
/
home
')"
>
<img
src=
"assets/images/asset_home.png"
>
Home
</button>
<button
class=
"logout"
(
click
)="
logout
()"
>
<img
src=
"assets/images/asset_logout.png"
>
Logout
</button>
...
...
src/app/checker/forexprovider/forexprovider.component.scss
View file @
3336fdab
...
...
@@ -40,7 +40,7 @@
padding-left
:
20px
;
padding-right
:
20px
;
.row
{
padding-bottom
:
4
0px
;
padding-bottom
:
3
0px
;
.provider_data_content
{
width
:
90%
;
margin
:
0
auto
;
...
...
src/app/checker/manageprovider/manageprovider.component.html
View file @
3336fdab
...
...
@@ -7,6 +7,12 @@
<h4>
Forex Delivery Service Provider
</h4>
</div>
<div
class=
"col-md-6 textRight relative"
>
<button
class=
"logout"
(
click
)="
goToPage
('
checker
/
home
')"
>
<img
src=
"assets/images/asset_home.png"
>
Home
</button>
<button
class=
"logout"
(
click
)="
logout
()"
>
<img
src=
"assets/images/asset_logout.png"
>
Logout
</button>
<img
src=
"assets/images/asset_logo1.png"
>
<span
(
click
)="
goToPage
('
checker
/
changepin
')"
>
Change PIN
</span>
</div>
...
...
src/app/checker/manageprovider/manageprovider.component.scss
View file @
3336fdab
...
...
@@ -40,7 +40,7 @@
padding-left
:
20px
;
padding-right
:
20px
;
.row
{
padding-bottom
:
4
0px
;
padding-bottom
:
3
0px
;
.provider_data_content
{
width
:
90%
;
margin
:
0
auto
;
...
...
src/app/checker/manageprovider/manageprovider.component.ts
View file @
3336fdab
...
...
@@ -96,4 +96,8 @@ export class ManageproviderComponent implements OnInit {
this
.
router
.
navigate
([
'checker/delivery_edit/'
+
id
]);
}
logout
()
{
this
.
service
.
logout
();
}
}
src/app/delivery/add-driver/add-driver.component.scss
View file @
3336fdab
...
...
@@ -39,7 +39,7 @@
padding-left
:
20px
;
padding-right
:
20px
;
.row
{
padding-bottom
:
4
0px
;
padding-bottom
:
3
0px
;
.provider_data_content
{
width
:
90%
;
margin
:
0
auto
;
...
...
src/app/delivery/edit-driver/edit-driver.component.scss
View file @
3336fdab
...
...
@@ -40,7 +40,7 @@
padding-left
:
20px
;
padding-right
:
20px
;
.row
{
padding-bottom
:
4
0px
;
padding-bottom
:
3
0px
;
.provider_data_content
{
width
:
90%
;
margin
:
0
auto
;
...
...
src/app/delivery/editprovider/editprovider.component.html
View file @
3336fdab
...
...
@@ -7,6 +7,7 @@
<h4>
Forex Delivery Service Provider
</h4>
</div>
<div
class=
"col-md-6 textRight relative"
>
<button
class=
"logout"
(
click
)="
logout
()"
>
<img
src=
"assets/images/asset_logout.png"
>
Logout
</button>
...
...
src/app/delivery/editprovider/editprovider.component.scss
View file @
3336fdab
...
...
@@ -40,7 +40,7 @@
padding-left
:
20px
;
padding-right
:
20px
;
.row
{
padding-bottom
:
4
0px
;
padding-bottom
:
3
0px
;
.provider_data_content
{
width
:
90%
;
margin
:
0
auto
;
...
...
src/app/delivery/list-driver/list-driver.component.html
View file @
3336fdab
...
...
@@ -7,6 +7,7 @@
<h4>
Driver Management
</h4>
</div>
<div
class=
"col-md-6 textRight relative"
>
<button
class=
"logout"
(
click
)="
logout
()"
>
<img
src=
"assets/images/asset_logout.png"
>
Logout
</button>
...
...
src/app/delivery/list-driver/list-driver.component.scss
View file @
3336fdab
...
...
@@ -40,7 +40,7 @@
padding-left
:
20px
;
padding-right
:
20px
;
.row
{
padding-bottom
:
4
0px
;
padding-bottom
:
3
0px
;
.provider_data_content
{
width
:
90%
;
margin
:
0
auto
;
...
...
src/app/delivery/transaction/transaction.component.scss
View file @
3336fdab
...
...
@@ -40,7 +40,7 @@
padding-left
:
20px
;
padding-right
:
20px
;
.row
{
padding-bottom
:
4
0px
;
padding-bottom
:
3
0px
;
.provider_data_content
{
width
:
90%
;
margin
:
0
auto
;
...
...
src/app/forex/currency/currency.component.html
View file @
3336fdab
...
...
@@ -7,6 +7,7 @@
<h4>
Forex Currency Rate
</h4>
</div>
<div
class=
"col-md-6 textRight relative"
>
<button
class=
"logout"
(
click
)="
logout
()"
>
<img
src=
"assets/images/asset_logout.png"
>
Logout
</button>
...
...
src/app/forex/editprovider/editprovider.component.scss
View file @
3336fdab
...
...
@@ -40,7 +40,7 @@
padding-left
:
20px
;
padding-right
:
20px
;
.row
{
padding-bottom
:
4
0px
;
padding-bottom
:
3
0px
;
.provider_data_content
{
width
:
90%
;
margin
:
0
auto
;
...
...
src/app/forex/transaction/transaction.component.scss
View file @
3336fdab
...
...
@@ -40,7 +40,7 @@
padding-left
:
20px
;
padding-right
:
20px
;
.row
{
padding-bottom
:
4
0px
;
padding-bottom
:
3
0px
;
.provider_data_content
{
width
:
90%
;
margin
:
0
auto
;
...
...
src/assets/images/asset_home.png
0 → 100644
View file @
3336fdab
1.47 KB
src/styles.scss
View file @
3336fdab
...
...
@@ -48,6 +48,12 @@ a {
text-decoration
:
none
!
important
;
}
input
[
type
=
number
]
::-webkit-inner-spin-button
,
input
[
type
=
number
]
::-webkit-outer-spin-button
{
-webkit-appearance
:
none
!
important
;
margin
:
0
;
}
html
,
body
{
font-family
:
'Lato'
,
sans-serif
!
important
;
...
...
@@ -653,6 +659,8 @@ section.module.parallax {
img
{
width
:
24px
;
margin-right
:
5px
;
position
:
relative
;
bottom
:
2px
;
}
}
...
...
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