0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Rails plugin to use Intuit's Official QuickBooks Online Buttons in SVG format.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 4.2.0
 Project Readme

QboButtons

IMPORTANT: GEM IS NO LONGER BE MAINTAINED. It is better to JUST CHERRY-PICK the svgs you need then to add yet another gem to your Gemfile anyhow.

Rails plugin to leverage QuickBooks Connect SVG images and buttons

Rails v.4 and greater supported


gem install qbo_buttons


OR


gem 'qbo_buttons'


Usage:

Connect to QuickBooks Buttons

<%= qbo_connect_image_tag %>

<%= qbo_connect_button(root_url, color: 'green', size: 'lg') %>

Intuit Sign In Buttons

<%= intuit_sign_in_image_tag %>

<%= intuit_sign_in_button(root_url, color: 'blue', size: 'lg') %>

All sizes and colors are supported. See the complete usage example page.