Skip to content

Commit

Permalink
[ft #161796167]
Browse files Browse the repository at this point in the history
  • Loading branch information
Easybuoy committed Nov 9, 2018
1 parent c675243 commit 8238657
Show file tree
Hide file tree
Showing 9 changed files with 174 additions and 445 deletions.
200 changes: 84 additions & 116 deletions UI/admin_view_attendants.html

Large diffs are not rendered by default.

214 changes: 0 additions & 214 deletions client/admin_asign_product_to_category.html

This file was deleted.

1 change: 1 addition & 0 deletions client/admin_create_product.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<li><a href="admin_view_products.html">View Products</a></li>
<li><a href="admin_create_sales_attendant.html">Create Sales Attendant</a></li>
<li><a href="admin_view_sales.html">View Sales</a></li>
<li><a href="admin_view_attendants.html">View Attendants</a></li>
<li><a href="index.html" onclick="clearLocalStorage()">Logout</a></li>
</div>

Expand Down
1 change: 1 addition & 0 deletions client/admin_create_sales_attendant.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<li><a href="admin_view_products.html">View Products</a></li>
<li class="current"><a href="admin_create_sales_attendant.html">Create Sales Attendant</a></li>
<li><a href="admin_view_sales.html">View Sales</a></li>
<li><a href="admin_view_attendants.html">View Attendants</a></li>
<li><a href="index.html" onclick="clearLocalStorage()">Logout</a></li>
</div>

Expand Down
1 change: 1 addition & 0 deletions client/admin_dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<li><a href="admin_view_products.html">View Products</a></li>
<li><a href="admin_create_sales_attendant.html">Create Sales Attendant</a></li>
<li><a href="admin_view_sales.html">View Sales</a></li>
<li><a href="admin_view_attendants.html">View Attendants</a></li>
<li><a href="index.html" onclick="clearLocalStorage()">Logout</a></li>
</div>

Expand Down
1 change: 1 addition & 0 deletions client/admin_edit_product.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<li><a href="admin_view_products.html">View Products</a></li>
<li><a href="admin_create_sales_attendant.html">Create Sales Attendant</a></li>
<li><a href="admin_view_sales.html">View Sales</a></li>
<li><a href="admin_view_attendants.html">View Attendants</a></li>
<li><a href="index.html" onclick="clearLocalStorage()">Logout</a></li>
</div>

Expand Down

0 comments on commit 8238657

Please sign in to comment.