文件名称:ffcrm_attachments:将自定义字段附件添加到Fat Free CRM
文件大小:93KB
文件格式:ZIP
更新时间:2024-05-27 09:12:55
Ruby
功能附件 Fat Free CRM的插件,可以将一个或多个附件(任何类型)添加到CRM中的实体。 安装/入门 先决条件:您需要启动并运行Fat Free CRM实例。 将ffcrm_attachments添加到您的Fat Free CRM Gemfile中并运行bundle install gem 'ffcrm_attachments' , github : 'crossroads/ffcrm_attachments' , branch : 'master' 然后迁移数据库以获取新的附件表 bundle exec rake db : migrate 将附件的默认设置添加为:(在您的config / settings.default.yml中) :attachment_size : '5 MB' 启动Fat Free CRM服务器并编辑联系人/帐户等。您应该能够附加并下载多个文件
【文件预览】:
ffcrm_attachments-master
----.gitignore(119B)
----app()
--------mailers()
--------assets()
--------models()
--------helpers()
--------views()
--------controllers()
----.travis.yml(297B)
----db()
--------migrate()
----LICENSE(276B)
----ffcrm_attachments.gemspec(981B)
----spec()
--------dummy()
--------models()
--------factories()
--------spec_helper.rb(499B)
--------controllers()
----README.md(3KB)
----config()
--------routes.rb(131B)
--------locales()
----script()
--------rails(328B)
----lib()
--------ffcrm_attachments.rb(64B)
--------tasks()
--------ffcrm_attachments()
----Gemfile(762B)
----Rakefile(564B)
----Gemfile.lock(5KB)