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