{"id":48202442,"url":"https://github.com/qbwc/qbxml","last_synced_at":"2026-04-04T18:28:17.383Z","repository":{"id":5910655,"uuid":"7129787","full_name":"qbwc/qbxml","owner":"qbwc","description":"QBXML Parser and Validation Tool","archived":false,"fork":false,"pushed_at":"2026-04-01T00:46:59.000Z","size":286,"stargazers_count":30,"open_issues_count":2,"forks_count":42,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-04-01T02:51:00.717Z","etag":null,"topics":["quickbooks","ruby"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qbwc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2012-12-12T12:35:27.000Z","updated_at":"2026-04-01T00:46:56.000Z","dependencies_parsed_at":"2025-05-31T21:28:30.219Z","dependency_job_id":"70d08694-2178-4608-91c6-ff27c5a6acca","html_url":"https://github.com/qbwc/qbxml","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/qbwc/qbxml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbwc%2Fqbxml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbwc%2Fqbxml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbwc%2Fqbxml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbwc%2Fqbxml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qbwc","download_url":"https://codeload.github.com/qbwc/qbxml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbwc%2Fqbxml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31408490,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["quickbooks","ruby"],"created_at":"2026-04-04T18:28:16.794Z","updated_at":"2026-04-04T18:28:17.375Z","avatar_url":"https://github.com/qbwc.png","language":"Ruby","readme":"qbxml is a QBXML parser and validation tool. QBXML is used when integrating with QuickBooks Desktop. If you use QuickBooks Online, look elsewhere.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'qbxml'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install qbxml\n\n## Usage\n\n### Initialization\n\nThe QBXML supported depends on whether you use QuickBooks (`:qb`) or\nQuickBooks Point of Sale (`:qbpos`) and on the version of QuickBooks used.\n\n```ruby\nq = Qbxml.new(:qb, '7.0')\n```\n\n### API Introspection\n\nReturn all types defined in the schema\n\n```ruby\nq.types\n```\n\nReturn all types matching a certain pattern\n\n```ruby\nq.types('Customer')\n\nq.types(/Customer/)\n```\n\nPrint the xml template for a specific type\n\n```ruby\nputs q.describe('CustomerModRq')\n```\n\n### QBXML To Ruby\n\nConvert valid QBXML to a ruby hash\n\n```ruby\nq.from_qbxml(xml)\n```\n\n### Ruby To QBXML\n\nConvert a ruby hash to QBXML, skipping validation\n\n```ruby\nq.to_qbxml(hsh)\n```\n\nConvert a ruby hash to QBXML and validate all types\n\n```ruby\nq.to_qbxml(hsh, validate: true)\n```\n\n## Caveats\n\nQuickBooks only supports [ISO-8859-1](http://en.wikipedia.org/wiki/ISO/IEC_8859-1) characters. Any characters outside of ISO-8859-1 will become question marks in QuickBooks.\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqbwc%2Fqbxml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqbwc%2Fqbxml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqbwc%2Fqbxml/lists"}