GitXplorerGitXplorer
b

intacct_api

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
5c5559fac609e8bd457ffb5e9b1aaacd841df7f4

customizes vendor and bill xml after adding pattern maching

bbernespinoza committed 2 years ago
Unverified
6cebda7bcbcb1c3e6d4b37b89a1441301d3c0f58

completes bill object and template of line items

bbernespinoza committed 2 years ago
Unverified
6457f7cbaf096fe483b9697fced4ab64cd92b606

introduces create customer and finishes first version of intacct api

bbernespinoza committed 2 years ago
Unverified
adc5c49f6042510e0c28c599c4a028f28d20488a

implements get customer, invoice, vendor and bill. Implements get list invoice and update get bill list

bbernespinoza committed 2 years ago
Unverified
47bdfedacaa295865925b63c81e22c5ea5759f89

implement intacct api functions to get and get list of objects, set filters and logical groups

bbernespinoza committed 2 years ago
Unverified
e6ec39557bbca99a45c960b7f5689ac83b09020c

implements get lists, expresions, filter, logicals and api 2.1

bbernespinoza committed 2 years ago

README

The README file for this repository.

IntacctApi

TODO: Delete this and the text below, and describe your gem

Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file lib/intacct_api. To experiment with that code, run bin/console for an interactive prompt.

Installation

TODO: Replace UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.

Install the gem and add to the application's Gemfile by executing:

$ bundle add UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG

If bundler is not being used to manage dependencies, install the gem by executing:

$ gem install UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG

Usage

TODO: Write usage instructions here

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake test-unit to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and the created tag, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/intacct_api. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the IntacctApi project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.