You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,56 +1,56 @@
1
1
QuickBooks PHP DevKit
2
2
=====================
3
3
4
-
QuickBooks integration support for PHP 5.x+
5
-
4
+
QuickBooks integration support for PHP 5.x+
5
+
6
6
The package you've downloaded contains code and documentation for connecting various versions and editions of QuickBooks to PHP, allowing your PHP applications to do fancy things like:
7
7
8
8
- Automatically send orders placed on your website to QuickBooks Online or QuickBooks for Windows
- Pull information out of QuickBooks and display it online
11
+
- Get access to QuickBooks reports
12
+
- Pull information out of QuickBooks and display it online
13
13
- Connect to all Microsoft Windows versions of QuickBooks
14
14
- Connect to all QuickBooks Online versions
15
15
- Authenticate via OAuth
16
16
- etc. etc. etc.
17
17
18
-
Almost anything you can do in the QuickBooks GUI, in QuickBooks Online Edition, and with QuickBooks Merchant Service can be accomplished via this framework.
18
+
Almost anything you can do in the QuickBooks GUI, in QuickBooks Online Edition, and with QuickBooks Merchant Service can be accomplished via this framework.
19
19
20
20
## Quick Start Guides
21
21
22
-
* QuickBooks FOR WINDOWS (via QuickBooks Web Connector) - read the [quick start guide for the Web Connector/QuickBooks for Windows](http://www.consolibyte.com/docs/index.php/PHP_DevKit_for_QuickBooks_-_Quick-Start)
22
+
* QuickBooks FOR WINDOWS (via QuickBooks Web Connector) - read the [quick start guide for the Web Connector/QuickBooks for Windows](http://www.consolibyte.com/docs/index.php/PHP_DevKit_for_QuickBooks_-_Quick-Start)
23
23
24
24
* QuickBooks ONLINE (via Intuit Partner Platform/Intuit Anywhere) - read the [quick start guide for Intuit Partner Platform/QuickBooks Online] (http://www.consolibyte.com/docs/index.php/PHP_DevKit_for_QuickBooks_-_Intuit_Partner_Platform_Quick-Start)
25
25
26
26
27
-
## OAuth 1.0 to OAuth 2.0 migration
27
+
## OAuth 1.0 to OAuth 2.0 migration
28
28
29
-
This is a _work in progress_. You can find some initial information at the link below. More information to follow this week:
29
+
You can find information on how to migrate your app from OAuth v1.0 to OAuth v2.0 below. We are also working on getting OpenID Connect and an automated token migration process ready -- coming soon.
Please follow me on Twitter to be notified about updates/improvements:
35
+
Please follow me on Twitter to be notified about updates/improvements:
36
36
37
37
-https://twitter.com/keith_palmer_jr
38
38
39
39
40
40
## Support
41
41
42
-
If you have questions, suggestions, or find a bug, the absolute best way to get support, report bugs, or ask for help is to ask on the forums:
42
+
If you have questions, suggestions, or find a bug, the absolute best way to get support, report bugs, or ask for help is to ask on the forums:
43
43
44
44
-http://stackoverflow.com/ (This is the best place to get support -- *make sure you post your code*)
45
45
-https://intuitpartnerplatform.lc.intuit.com/
46
46
47
47
48
48
## Examples
49
49
50
-
You will find examples in the docs/ folder.
50
+
You will find examples in the docs/ folder.
51
51
52
52
53
-
### Examples for QuickBooks ONLINE
53
+
### Examples for QuickBooks ONLINE
54
54
55
55
If you are using *QuickBooks ONLINE*, then you need to look in this folder for examples:
56
56
@@ -59,21 +59,21 @@ If you are using *QuickBooks ONLINE*, then you need to look in this folder for e
59
59
Make sure you look at the [quick start guide for Intuit Partner Platform/QuickBooks Online] (http://www.consolibyte.com/docs/index.php/PHP_DevKit_for_QuickBooks_-_Intuit_Partner_Platform_Quick-Start)
60
60
61
61
62
-
### Examples for QuickBooks FOR WINDOWS
62
+
### Examples for QuickBooks FOR WINDOWS
63
63
64
64
If you are using *QuickBooks FOR WINDOWS*, then you need to look in this folder for examples:
65
65
66
66
* docs/web_connector/
67
67
68
-
Make sure you look at the [quick start guide for the Web Connector/QuickBooks for Windows](http://www.consolibyte.com/docs/index.php/PHP_DevKit_for_QuickBooks_-_Quick-Start)
68
+
Make sure you look at the [quick start guide for the Web Connector/QuickBooks for Windows](http://www.consolibyte.com/docs/index.php/PHP_DevKit_for_QuickBooks_-_Quick-Start)
69
69
70
70
71
71
### Additional Info
72
72
73
-
There is additional documentation and additional examples on our legacy and new wikis:
73
+
There is additional documentation and additional examples on our legacy and new wikis:
0 commit comments