move automatic invoices to plugin
changes on deposit calculation tiny changes on group order invoice pdf
This commit is contained in:
parent
42a1773a87
commit
e78d1ad072
67 changed files with 5579 additions and 69 deletions
|
|
@ -0,0 +1,19 @@
|
|||
$:.push File.expand_path('lib', __dir__)
|
||||
|
||||
# Maintain your gem's version:
|
||||
require 'foodsoft_automatic_invoices/version'
|
||||
|
||||
# Describe your gem and declare its dependencies:
|
||||
Gem::Specification.new do |s|
|
||||
s.name = 'foodsoft_automatic_invoices'
|
||||
s.version = FoodsoftAutomaticInvoices::VERSION
|
||||
s.authors = ['viehlieb']
|
||||
s.email = ['pf@pragma-shift.net']
|
||||
s.summary = "Foodsoft plugin to enhance foodsoft's accounting capabilities and to create and automatically deliver invoice pdfs for accounted orders."
|
||||
s.description = ''
|
||||
|
||||
s.files = Dir['{app,config,db,spec,lib}/**/**/**/*'] + ['Rakefile', 'README.md']
|
||||
|
||||
s.add_dependency 'rails'
|
||||
s.add_dependency 'deface', '~> 1.9'
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue