Add order time to supplier dashboard

This commit is contained in:
2014-09-19 17:19:42 +02:00
parent 3b2588d0f0
commit b2d973c542
5 changed files with 6 additions and 3 deletions
@@ -7,6 +7,7 @@ td= view.content.display
td.numeric.table_number: App.TableNumberWithInfoView contextBinding="view.content.list"
td.section_title: link-to 'section' view.content.list.table.section.id: span=view.content.list.table.section.title
td.currency=currency view.content.total
td.time= time view.content.created_at format="HH:mm"
td.actions
if view.content.placed
button.mark_order_active{ action "markOrderActive" view.content.id}
@@ -27,6 +27,7 @@
th.numeric=t 'table_number'
th=t 'models.section'
th.currency=t 'active_orders.price'
th.time
th.actions
tbody
each order in controller.active_orders: App.ActiveOrderView contentBinding="order"
@@ -11,7 +11,6 @@
@import ./menu_main
@import ./menu_side
@import ./qsections
@import ./qtables
@import ./section_tab_headers
@import ./qlists
@import ./qmodal
@@ -12,6 +12,10 @@ table
text-align: center
&.currency
text-align: right
&.time
text-align: right
&.date
text-align: right
.table-edit
+button($bg: $secondary-color)
+button-icon-only
-2
View File
@@ -9,14 +9,12 @@ Supplier
- Dashboard
- Empty state
- Add qr print functionality offering to send the stickers
- Show order time in dashboard
User
----
- test met veel producten
- splash screen
- Fix styling after 4.2 update
Bugs
----