end of day commit for users and suppliers authenticated handling

This commit is contained in:
2012-08-25 15:55:56 +02:00
parent b7c57d41ce
commit e56badcbf8
29 changed files with 435 additions and 582 deletions
@@ -1,17 +0,0 @@
.page-header= title t('supplier.active_lists.title', lists: List.model_name.human_plural)
table#active-lists-table.table.table-striped
thead
tr
th.status-icons
th.number Table number
th.currency Price
th.actions
tbody
- content_for :footer do
javascript:
var active_lists_interval;
jQuery(function(){
Qrammer.load_active_lists('#{@supplier.id}')
active_lists_interval = setInterval( "Qrammer.load_active_lists('#{@supplier.id}')", 7500);
});
@@ -1,16 +0,0 @@
.page-header= title 'Active orders'
table#active-orders-table.table
thead
tr
th Order
th.number Table number
th.currency Price
th.actions
tbody
- content_for :footer do
javascript:
jQuery(function(){
Qrammer.load_active_orders('#{@supplier.id}')
setInterval( "Qrammer.load_active_orders('#{@supplier.id}')", 7500);
});