Fixed Estiamte & Invoice Link

Added Estimate Drop down
Disabled Automatic Estimate Creation
Added Controllers for Estimates & Invoices
This commit is contained in:
2016-02-25 22:51:38 -05:00
parent e9038a56c1
commit 88b66c4b41
11 changed files with 78 additions and 28 deletions

View File

@@ -0,0 +1,2 @@
module EstimateHelper
end

View File

@@ -0,0 +1,2 @@
module InvoiceHelper
end