mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Added estimate search in side bar
This commit is contained in:
@@ -20,6 +20,7 @@ get 'qbo/sync', :to => 'qbo#sync'
|
||||
|
||||
# Estimate & Invoice PDF
|
||||
get 'qbo/estimate/:id', :to => 'estimate#show', as: :estimate
|
||||
get 'qbo/estimate/doc/:id', :to => 'estimate#doc', as: :estimate_doc
|
||||
get 'qbo/invoice/:id', :to => 'invoice#show', as: :invoice
|
||||
|
||||
#manual billing
|
||||
@@ -47,3 +48,5 @@ end
|
||||
|
||||
#allow for just vehicles too
|
||||
resources :vehicles
|
||||
|
||||
#resources :qbo_estimates
|
||||
|
||||
Reference in New Issue
Block a user