Commit 7b0cfb74 by Adarsh K
parents 4bd150d3 b5e0b3a9
{
"repoId": "531034bf-4923-4de7-83bd-27d59f59b76f",
"lastSync": 0
}
\ No newline at end of file
......@@ -89,4 +89,4 @@
"android"
]
}
}
\ No newline at end of file
}
<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">
......
<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" *ngIf="myorder.pastOrders && myorder.pastOrders.length > 0">
<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>
......
<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/[email protected]">
......
<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">
......
<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
<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">
......
<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">
......
<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">
......
<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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment