Complete I18n of current receive screen

This commit is contained in:
Julius 2014-01-08 00:06:25 +01:00
parent d7c771d10a
commit 563993fffa
5 changed files with 30 additions and 15 deletions

View file

@ -73,10 +73,10 @@
%th.default-sort.sort{:data => {:sort => 'string'}}= heading_helper Article, :name
%th= heading_helper Article, :unit
%th= heading_helper Article, :price
%th= t '.members' # TODO: find term for this
%th Ordered
%th= heading_helper OrderArticle, :units_to_order, short: true
%th= heading_helper OrderArticle, :quantity, short: true
-#%th Invoice # TODO implement invoice screen
%th= heading_helper OrderArticle, :units_received
%th= heading_helper OrderArticle, :units_received, short: true
%th
%th= t 'ui.actions'
%tfoot