Nacre is a Ruby wrapper around the Brightpearl accounting software service. It uses the Brightpearl API.
http://www.brightpearl.com/developer/latest/
Add this line to your application's Gemfile:
gem "nacre", :git => "git://github.com/allolex/nacre.git"
And then execute:
$ bundle
This gem isn't really very functional as of yet, so for now you can look at the tests to see how it's used.
Make sure you copy the sample config file to test_config.yml
with your credentials.
- Configuration support. See config/ for a sample YAML file.
- API authentication
- Services
- Product
- Accounting
- Order
- Contact
- Warehouse
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request