Simplify balancing view. Part 1 of ...

This commit is contained in:
benni 2012-06-21 17:19:00 +02:00
parent 218f40eb8d
commit 467874a8a5
22 changed files with 128 additions and 170 deletions

View file

@ -51,7 +51,7 @@ development: &defaults
# Access to sharedLists, the external article-database
shared_lists:
adapter: mysql
adapter: mysql2
host: localhost
database: sharedlists_development
username: root

View file

@ -221,6 +221,7 @@ de:
financial_transaction: Kontotransaktion
order: Bestellung
order_comment: Kommentar
order_article: Bestell-Artikel
attributes:
article:
price: Nettopreis
@ -345,6 +346,8 @@ de:
order:
starts: "Läuft vom"
ends: "Endet am"
order_article:
article_id: Artikel aus dem Katalog wählen
invoice:
supplier: Lieferant
number: Nummer

View file

@ -125,8 +125,12 @@ Foodsoft::Application.routes.draw do
get :edit_note
put :update_note
end
resources :order_articles
end
resources :group_order_articles
match 'balancing/list' => 'balancing#list', :as => 'balancing'
resources :invoices