Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
getmiretailer
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
getmiretailer
Commits
a5e736da
Commit
a5e736da
authored
5 years ago
by
inspirations
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fixes
parent
879c02cd
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
126 additions
and
111 deletions
+126
-111
.angulardoc.json
.angulardoc.json
+5
-0
package.json
package.json
+1
-2
forgotpass.page.html
src/app/forgotpass/forgotpass.page.html
+9
-8
home.page.html
src/app/home/home.page.html
+24
-22
login.page.html
src/app/login/login.page.html
+9
-8
password.page.html
src/app/password/password.page.html
+9
-8
pastsales.page.html
src/app/pastsales/pastsales.page.html
+33
-31
signup.page.html
src/app/signup/signup.page.html
+9
-8
trackorder.page.html
src/app/trackorder/trackorder.page.html
+9
-8
upload.page.html
src/app/upload/upload.page.html
+9
-8
verification.page.html
src/app/verification/verification.page.html
+9
-8
No files found.
.angulardoc.json
0 → 100644
View file @
a5e736da
{
"repoId"
:
"531034bf-4923-4de7-83bd-27d59f59b76f"
,
"lastSync"
:
0
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
package.json
View file @
a5e736da
...
...
@@ -85,4 +85,4 @@
"android"
]
}
}
\ No newline at end of file
}
This diff is collapsed.
Click to expand it.
src/app/forgotpass/forgotpass.page.html
View file @
a5e736da
<ion-content>
<div
class=
"nav_header"
>
<button
class=
"nav_btn nav_back_white floatLeft"
(
click
)="
goBack
()"
>
</button>
<div
class=
"nav_title floatLeft"
>
<h4>
FORGOT PASSWORD
</h4>
</div>
<div
class=
"clear"
></div>
<div
class=
"nav_header"
>
<button
class=
"nav_btn nav_back_white floatLeft"
(
click
)="
goBack
()"
>
</button>
<div
class=
"nav_title floatLeft"
>
<h4>
FORGOT PASSWORD
</h4>
</div>
<div
class=
"clear"
></div>
</div>
<ion-content>
<div
class=
"login_wrapper"
>
<div
class=
"login_inner"
>
<div
class=
"row"
>
...
...
This diff is collapsed.
Click to expand it.
src/app/home/home.page.html
View file @
a5e736da
<ion-content>
<div
class=
"home_header"
>
<div
class=
"shop_image"
>
<div
class=
"home_header"
>
<div
class=
"shop_image"
>
</div>
<div
class=
"shop_detail"
>
<h4>
LULU FASHION STORE
</h4>
<p>
860, Tasmania, Australia..
</p>
</div>
<div
class=
"shop_rating"
>
<span><img
src=
"../assets/star.png"
></span>
<span>
4
</span>
</div>
<div
class=
"clear"
></div>
</div>
<div
class=
"shop_detail"
>
<h4>
LULU FASHION STORE
</h4>
<p>
860, Tasmania, Australia..
</p>
</div>
<div
class=
"shop_rating"
>
<span><img
src=
"../assets/star.png"
></span>
<span>
4
</span>
</div>
<div
class=
"clear"
></div>
</div>
<ion-content>
<div
*
ngIf=
"myorder.orders"
class=
"notification new_order"
[
hidden
]="
myorder
.
orders
.
length =
=
0
"
>
YOU HAVE NEW ORDER
</div>
...
...
@@ -21,12 +22,12 @@
</div>
<div
class=
"incoming_order"
>
<!-- [options]="orderOptions" (ionSlideDidChange)="slideChanged()" [hidden]="currentIndex ==3" #slides-->
<ion-slides
pager=
"false"
>
<ion-slide
*
ngFor=
"let order of myorder.orders; let i = index"
>
<ion-slides
pager=
"false"
>
<ion-slide
*
ngFor=
"let order of myorder.orders; let i = index"
>
<div
class=
"incoming_order_wrapper"
>
<div
class=
"incoming_detail"
>
<div
class=
"image"
>
<img
[
src
]="
order
.
image
"
/>
<img
[
src
]="
order
.
image
"
/>
</div>
<div
class=
"image_detail"
>
<h5>
{{order.prodName}}
</h5>
...
...
@@ -50,11 +51,11 @@
<button
class=
"accept"
(
click
)="
accept
(
order
.
orderId
)"
>
ACCEPT
</button>
</div>
<div
*
ngIf=
"order.shopperState != 0"
>
<div
class=
"order_status_banner"
>
<div
class=
"order_status_banner"
>
<hr>
<ul>
<li
class=
"textLeft"
[
ngClass
]="{'
green
'
:
order
.
shopperState
>
= 1}">
<span>
Order Accepted
</span></li>
<li
class=
"textCenter"
[
ngClass
]="{'
green
'
:
order
.
shopperState
>
= 2}"
>
<span>
Product Packed
</span></li>
<li
class=
"textCenter"
[
ngClass
]="{'
green
'
:
order
.
shopperState
>
= 2}">
<span>
Product Packed
</span></li>
<li
class=
"textRight"
[
ngClass
]="{'
green
'
:
order
.
shopperState
>
= 3}">
<span>
Rider Picked
</span></li>
</ul>
</div>
...
...
@@ -67,8 +68,9 @@
</div>
</div>
</div>
</ion-slide>
</ion-slides>
<!-- -->
</ion-slide>
</ion-slides>
<!-- -->
</div>
<div
class=
"order_header"
>
<h5
class=
"floatLeft"
>
PAST SALES
</h5>
...
...
@@ -81,7 +83,7 @@
<li
*
ngFor=
"let pastorder of myorder.pastOrders"
>
<div
class=
"incoming_detail"
>
<div
class=
"image"
>
<img
[
src
]="
pastorder
.
image
"
/>
<img
[
src
]="
pastorder
.
image
"
/>
</div>
<div
class=
"image_detail"
>
<h5>
{{pastorder.prodName}}
</h5>
...
...
@@ -90,7 +92,7 @@
<span
class=
"payment floatLeft"
>
Paid
</span>
<div
class=
"clear"
></div>
</h6>
<ion-row
*
ngIf=
"pastorder.orderCode"
>
<ion-row
*
ngIf=
"pastorder.orderCode"
>
<ion-col
class=
"p0"
*
ngIf=
"pastorder.orderCode"
>
<h4>
{{pastorder.orderCode}}
</h4>
<p>
{{ pastorder.bookDate.seconds * 1000 | date:'MMM dd, y' }}
</p>
...
...
This diff is collapsed.
Click to expand it.
src/app/login/login.page.html
View file @
a5e736da
<ion-content>
<div
class=
"nav_header"
>
<button
class=
"nav_btn floatLeft"
>
</button>
<div
class=
"nav_title floatLeft"
>
<h4>
RETAILER LOGIN
</h4>
</div>
<div
class=
"clear"
></div>
<div
class=
"nav_header"
>
<button
class=
"nav_btn floatLeft"
>
</button>
<div
class=
"nav_title floatLeft"
>
<h4>
RETAILER LOGIN
</h4>
</div>
<div
class=
"clear"
></div>
</div>
<ion-content>
<div
class=
"login_wrapper"
>
<div
class=
"logo_wrapper"
>
<img
src=
"../../assets/Component41@3x.png"
>
...
...
This diff is collapsed.
Click to expand it.
src/app/password/password.page.html
View file @
a5e736da
<ion-content>
<div
class=
"nav_header"
>
<button
class=
"nav_btn nav_back_white floatLeft"
(
click
)="
goBack
()"
>
</button>
<div
class=
"nav_title floatLeft"
>
<h4>
PASSWORD
</h4>
</div>
<div
class=
"clear"
></div>
<div
class=
"nav_header"
>
<button
class=
"nav_btn nav_back_white floatLeft"
(
click
)="
goBack
()"
>
</button>
<div
class=
"nav_title floatLeft"
>
<h4>
PASSWORD
</h4>
</div>
<div
class=
"clear"
></div>
</div>
<ion-content>
<div
class=
"login_wrapper"
>
<div
class=
"login_inner"
>
<div
class=
"row"
>
...
...
This diff is collapsed.
Click to expand it.
src/app/pastsales/pastsales.page.html
View file @
a5e736da
<ion-content>
<div
class=
"nav_header"
>
<button
class=
"nav_btn nav_back_white floatLeft"
(
click
)="
goBack
()"
>
</button>
<div
class=
"nav_title floatLeft"
>
<h4>
PAST SALES
</h4>
</div>
<div
class=
"clear"
></div>
<div
class=
"nav_header"
>
<button
class=
"nav_btn nav_back_white floatLeft"
(
click
)="
goBack
()"
>
</button>
<div
class=
"nav_title floatLeft"
>
<h4>
PAST SALES
</h4>
</div>
<div
class=
"clear"
></div>
</div>
<ion-content>
<div
class=
"past_orders"
>
<div
class=
"date_head"
>
<div
class=
"date_btn"
></div>
...
...
@@ -15,30 +16,30 @@
</div>
<ul>
<li
*
ngFor=
"let pastorder of myorder.pastOrders"
>
<div
class=
"incoming_detail"
>
<div
class=
"image"
>
<img
[
src
]="
pastorder
.
image
"
/>
</div>
<div
class=
"image_detail"
>
<h5>
{{pastorder.prodName}}
</h5>
<p>
{{pastorder.color}}, {{pastorder.size}}
<strong>
1
</strong></p>
<h6><strong
class=
"floatLeft"
>
{{pastorder.amount}}
</strong>
<span
class=
"payment floatLeft"
>
Paid
</span>
<div
class=
"clear"
></div>
</h6>
<ion-row
*
ngIf=
"pastorder.orderCode"
>
<ion-col
class=
"p0"
*
ngIf=
"pastorder.orderCode"
>
<h4>
{{pastorder.orderCode}}
</h4>
<p>
{{ pastorder.bookDate.seconds * 1000 | date:'MMM dd, y' }}
</p>
</ion-col>
<ion-col
class=
"p0 textRight"
>
<button
[
ngClass
]="(
pastorder
.
orderStatus =
=
8
)?
'
cancelled
'
:
'
finished
'"
>
{{orderState(pastorder.orderStatus)}}
</button>
</ion-col>
</ion-row>
</div>
<div
class=
"incoming_detail"
>
<div
class=
"image"
>
<img
[
src
]="
pastorder
.
image
"
/>
</div>
<div
class=
"image_detail"
>
<h5>
{{pastorder.prodName}}
</h5>
<p>
{{pastorder.color}}, {{pastorder.size}}
<strong>
1
</strong></p>
<h6><strong
class=
"floatLeft"
>
{{pastorder.amount}}
</strong>
<span
class=
"payment floatLeft"
>
Paid
</span>
<div
class=
"clear"
></div>
</h6>
<ion-row
*
ngIf=
"pastorder.orderCode"
>
<ion-col
class=
"p0"
*
ngIf=
"pastorder.orderCode"
>
<h4>
{{pastorder.orderCode}}
</h4>
<p>
{{ pastorder.bookDate.seconds * 1000 | date:'MMM dd, y' }}
</p>
</ion-col>
<ion-col
class=
"p0 textRight"
>
<button
[
ngClass
]="(
pastorder
.
orderStatus =
=
8
)?
'
cancelled
'
:
'
finished
'"
>
{{orderState(pastorder.orderStatus)}}
</button>
</ion-col>
</ion-row>
</div>
</li>
</div>
</li>
</ul>
</div>
</ion-content>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/app/signup/signup.page.html
View file @
a5e736da
<ion-content>
<div
class=
"nav_header"
>
<button
class=
"nav_btn nav_back_white floatLeft"
(
click
)="
goBack
()"
>
</button>
<div
class=
"nav_title floatLeft"
>
<h4>
RETAILER SIGNUP
</h4>
</div>
<div
class=
"clear"
></div>
<div
class=
"nav_header"
>
<button
class=
"nav_btn nav_back_white floatLeft"
(
click
)="
goBack
()"
>
</button>
<div
class=
"nav_title floatLeft"
>
<h4>
RETAILER SIGNUP
</h4>
</div>
<div
class=
"clear"
></div>
</div>
<ion-content>
<div
class=
"login_wrapper"
>
<div
class=
"login_inner"
>
<div
class=
"row"
>
...
...
This diff is collapsed.
Click to expand it.
src/app/trackorder/trackorder.page.html
View file @
a5e736da
<ion-content>
<div
class=
"nav_header"
>
<button
class=
"nav_btn nav_back_white floatLeft"
(
click
)="
goBack
()"
>
</button>
<div
class=
"nav_title floatLeft"
>
<h4>
TRACK ORDER
</h4>
</div>
<div
class=
"clear"
></div>
<div
class=
"nav_header"
>
<button
class=
"nav_btn nav_back_white floatLeft"
(
click
)="
goBack
()"
>
</button>
<div
class=
"nav_title floatLeft"
>
<h4>
TRACK ORDER
</h4>
</div>
<div
class=
"clear"
></div>
</div>
<ion-content>
<div
class=
"trackmap_wrapper"
>
<agm-map
[
zoom
]="
20
"
[
latitude
]="
lat
"
[
longitude
]="
lng
"
>
<agm-direction
[
origin
]="
origin
"
[
destination
]="
destination
"
[
renderOptions
]="
renderOptions
"
[
markerOptions
]="
markerOptions
"
>
...
...
This diff is collapsed.
Click to expand it.
src/app/upload/upload.page.html
View file @
a5e736da
<ion-content>
<div
class=
"nav_header"
>
<button
class=
"nav_btn nav_back_white floatLeft"
(
click
)="
goBack
()"
>
</button>
<div
class=
"nav_title floatLeft"
>
<h4>
DOCUMENTS
</h4>
</div>
<div
class=
"clear"
></div>
<div
class=
"nav_header"
>
<button
class=
"nav_btn nav_back_white floatLeft"
(
click
)="
goBack
()"
>
</button>
<div
class=
"nav_title floatLeft"
>
<h4>
DOCUMENTS
</h4>
</div>
<div
class=
"clear"
></div>
</div>
<ion-content>
<div
class=
"document_upload_wrapper"
>
<div
class=
"row"
>
<div
class=
"document_upload_box"
>
...
...
This diff is collapsed.
Click to expand it.
src/app/verification/verification.page.html
View file @
a5e736da
<ion-content>
<div
class=
"nav_header"
>
<button
class=
"nav_btn nav_back_white floatLeft"
(
click
)="
goBack
()"
>
</button>
<div
class=
"nav_title floatLeft"
>
<h4>
VERIFICATION
</h4>
</div>
<div
class=
"clear"
></div>
<div
class=
"nav_header"
>
<button
class=
"nav_btn nav_back_white floatLeft"
(
click
)="
goBack
()"
>
</button>
<div
class=
"nav_title floatLeft"
>
<h4>
VERIFICATION
</h4>
</div>
<div
class=
"clear"
></div>
</div>
<ion-content>
<div
class=
"login_wrapper"
>
<div
class=
"login_inner"
>
<div
class=
"row"
>
...
...
This diff is collapsed.
Click to expand it.
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