Re: 4D v17 To QuickBooks Using Miyako's QBO.4DB

2019-12-19 Thread Ken Eyring via 4D_Tech
Hi John, Thank you again for your offer to help! I finally have time to formulate my questions for you. I wanted to put together the info below to be efficient with your time. I'm glad that you migrated from Myle's plugin, because it will help you understand where I am currently at, as

Re: 4D v17 To QuickBooks Using Miyako's QBO.4DB

2019-12-16 Thread JOHN BAUGHMAN via 4D_Tech
Seeing an interest in 4D to Quickbooks desktop I am tempted to try my hand at writing a component that facilitates sending and receiving data between 4D and QuickBooks. The 4D side of things is not that difficult using the Quickbooks SDK. What is challenging is the considerations and

Re: 4D v17 To QuickBooks Using Miyako's QBO.4DB

2019-12-16 Thread David Loeppky via 4D_Tech
Sharing data between QB's desktop and 4D is something we have been doing for about 10 years. And something we have looked at alternative and better solutions for. I'd assume like many companies, we try to use 4D for everything to run our business (our entire CRM / ERP / TIME CLOCK system) except

Re: 4D v17 To QuickBooks Using Miyako's QBO.4DB

2019-12-15 Thread Kenneth Geiger via 4D_Tech
Hi all…and, esp. John, Ken, and Keisuke, This thread is very timely for me. I’m presently working-on a 4D system that I need to connect to QuickBooks Desktop. This is a Win10 system and presently 4D v16 and QB 2017 Desktop (single-user). In the 4D system, users enter payments-received and

Re: 4D v17 To QuickBooks Using Miyako's QBO.4DB

2019-12-13 Thread JOHN BAUGHMAN via 4D_Tech
Ken, I have a deployed 4D database talking to QB on Windows 10 and 4D17r5. It started out using Myles’ plug in. For me I had to stop using the plug in when the client moved to Windows 7. I was able to get it done using… QB RDS client and server: Client or

Re: 4D v17 To QuickBooks Using Miyako's QBO.4DB

2019-12-13 Thread Ken Eyring via 4D_Tech
Ohh... My needs are for the desktop version, not for QuickBooks online. Thanks for making that distinction and saving me the time/trouble of going down the wrong path. I appreciate your help! Ken On 12/13/19 18:26 PM, Kirk Brooks via 4D_Tech wrote: Hi Ken, Reading through your

Re: 4D v17 To QuickBooks Using Miyako's QBO.4DB

2019-12-13 Thread Kirk Brooks via 4D_Tech
Hi Ken, Reading through your messages you don't mention if you are accessing QBO (quickbooks online) or the desktop version. As I recall Myle's product only accessed the desktop version - but that a really old memory. On Fri, Dec 13, 2019 at 2:34 PM Ken Eyring via 4D_Tech <4d_tech@lists.4d.com>

Re: 4D v17 To QuickBooks Using Miyako's QBO.4DB

2019-12-13 Thread Ken Eyring via 4D_Tech
Thanks for responding Miyako. I'm not familiar at all with OAuth. Can you point me in the right direction where I can learn how to use an OAuth session for QB? Thanks again, Ken On 12/13/19 16:58 PM, Keisuke Miyako via 4D_Tech wrote: the component is an OAuth example. it simply

Re: 4D v17 To QuickBooks Using Miyako's QBO.4DB

2019-12-13 Thread Keisuke Miyako via 4D_Tech
the component is an OAuth example. it simply illustrates how to manage an OAuth session for QB. everything else is generic XML/HTTP, not specific to OAuth, so none of it is implement in the component. QuickBooks is not used in my country, I have no customers using it. > 2019/12/14 4:47、Ken

4D v17 To QuickBooks Using Miyako's QBO.4DB

2019-12-13 Thread Ken Eyring via 4D_Tech
I have been using QBManager from Myles Wakeham up until now with version 15.4, but it will not work with v17. I found this link (https://github.com/miyako/4d-tips-quickbook-integration) from the post (below) from Miyako in 2017 regarding integration to QuickBooks. I've downloaded the