Order refactoring part two: Balancing workflow was adapted to the new order schema. Article modification is still missing.
This commit is contained in:
parent
9eb2125f15
commit
190a777278
53 changed files with 568 additions and 603 deletions
|
|
@ -48,7 +48,7 @@
|
|||
%table.list
|
||||
%thead
|
||||
%tr
|
||||
%th Name
|
||||
%th Lieferant
|
||||
%th Ende
|
||||
%th Betrag(FC)
|
||||
%th
|
||||
|
|
@ -58,6 +58,6 @@
|
|||
%td= order.supplier.name
|
||||
%td= format_date(order.ends)
|
||||
%td{:class => "currency"}= number_to_currency(order.sum(:fc))
|
||||
%td= link_to "abrechnen", :action => "editOrder", :id => order
|
||||
%td= link_to "abrechnen", :action => "new", :id => order
|
||||
- else
|
||||
Super, alles schon abgerechnet...
|
||||
Loading…
Add table
Add a link
Reference in a new issue