We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8425f commit 9a4cd87Copy full SHA for 9a4cd87
README.md
@@ -1,5 +1,7 @@
1
# Qbxml
2
3
+[](https://travis-ci.org/qbwc/qbxml)
4
+
5
Qbxml is a QBXML parser and validation tool.
6
7
## Installation
@@ -20,11 +22,11 @@ Or install it yourself as:
20
22
21
23
### Initialization
24
-The parser can be initialized to either Quickbooks (:qb) or Quickbooks Point of
-Sale (:qbpos)
25
+The QBXML supported depends on whether you use QuickBooks (`:qb`) or
26
+QuickBooks Point of Sale (`:qbpos`) and on the version of QuickBooks used.
27
28
```ruby
-q = Qbxml.new(:qb)
29
+q = Qbxml.new(:qb, '7.0')
30
```
31
32
### API Introspection
0 commit comments