Introduced invoices and deliveries. Integration (especially of deliveries) isn't finished yet.
This commit is contained in:
parent
1894f27fe0
commit
30f3d199d3
65 changed files with 1193 additions and 209 deletions
|
|
@ -1,6 +1,12 @@
|
|||
ActionController::Routing::Routes.draw do |map|
|
||||
|
||||
map.resources :invoices
|
||||
map.resources :suppliers,
|
||||
:has_many => [:deliveries],
|
||||
:collection => { :shared_suppliers => :get }
|
||||
|
||||
map.my_profile 'my_profile', :controller => 'index', :action => 'myProfile'
|
||||
map.my_order_group 'my_order_group', :controller => 'index', :action => 'myOrdergroup'
|
||||
|
||||
map.root :controller => 'index'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue