Fix user lists link
This commit is contained in:
@@ -17,10 +17,10 @@ if list.orders
|
||||
if showTotal
|
||||
.list-orders-total.total
|
||||
= t 'total'
|
||||
span.currency= currency model.total
|
||||
span.currency= currency list.total
|
||||
else
|
||||
p
|
||||
span=t 'active_list.no_orders_explanation'
|
||||
br
|
||||
link-to 'list_products' class="button"
|
||||
link-to 'lists' class="button"
|
||||
span=t 'list_products.title'
|
||||
|
||||
@@ -4,7 +4,6 @@ Release
|
||||
Supplier
|
||||
--------
|
||||
|
||||
- user names in orders
|
||||
- better product listing with time of day in products overview
|
||||
- english emails
|
||||
- remove kassasysteem from emails
|
||||
@@ -20,8 +19,6 @@ Supplier
|
||||
- Closing list confirmation modal
|
||||
- Lists
|
||||
- Add list link
|
||||
- List
|
||||
- Translate and prettify go to lists link helpers.links.index
|
||||
- Section table view
|
||||
- click on table side menu buttons
|
||||
- add order vinkjes management (post release)
|
||||
@@ -34,11 +31,8 @@ User
|
||||
----
|
||||
|
||||
- Cleanup UserController
|
||||
- Add product info (look at waiter app)
|
||||
- translate join table strings
|
||||
- Add order plus button
|
||||
- test met veel producten
|
||||
- Old list adding per 20, not 2
|
||||
- lists#show goto list button better
|
||||
- side menu cleaner
|
||||
|
||||
@@ -55,8 +49,9 @@ Bugs
|
||||
- Supplier tables pagination styling
|
||||
- supplier counters in user view (no supplier in active list?)
|
||||
- supplier main board section selector selects first section option and not the supplier name, which is added using prompt thingy. Maybe setting ApplicationController.active_section in stead of IndexController.active_section for scope locking
|
||||
- supplier main board mark list as helped button styling is a bit off
|
||||
- Supplier section view table does not get activated on new list creation
|
||||
- Supplier
|
||||
- Main dashboard
|
||||
- Total list price is not working, link with orders not made. Make/Check if there is a spec
|
||||
|
||||
Post release
|
||||
============
|
||||
|
||||
Reference in New Issue
Block a user