Re: Sales Tax Solutions for 4D

2019-01-07 Thread JasonH via 4D_Tech
I've had helper methods to do http requests from the past, which I just keep re-using. Just checked out Http Request Need to update and start using that instead! Randy, thanks for the tip on using Postman. I installed, and recreated the request with that. Same response though. :-( I opened

Re: Sales Tax Solutions for 4D

2019-01-04 Thread Jeffrey Kain via 4D_Tech
That's the build-it-by-hand way. I'm guessing he's using ITK or NTK to open a connection directly? HTTP Get or HTTP Request would be a lot easier. -- Jeffrey Kain jeffrey.k...@gmail.com > On Jan 4, 2019, at 9:23 PM, John DeSoi via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Why are you s

Re: Sales Tax Solutions for 4D

2019-01-04 Thread John DeSoi via 4D_Tech
What 4D version are you using and how are you sending the request? What you have below does not correspond to any recent 4D HTTP client interface which passes the headers/values as two text arrays. Why are you sending a content-length header for GET request? John DeSoi, Ph.D. > On Jan 4, 2019

Re: Sales Tax Solutions for 4D

2019-01-04 Thread Randy Jaynes via 4D_Tech
Jason, Try setting up the REST call using the PostMan app at https://www.getpostman.com It will be much faster to debug how to get your API calls set up properly. It was very helpful last month for me to get my REST calls for a Web2Print site set up properly. My calls were generally like this:

Re: Sales Tax Solutions for 4D

2019-01-04 Thread JasonH via 4D_Tech
Trying out Taxjar, but need a little help to get started. I'm currently sending the following to https://api.taxjar.com (or api.sandbox.taxjar.com) $vt_HTTP_Request:=\ "GET /v2/rates/"+$vt_Zip+<>CRLF+\ "Host: "+$vt_Service_URL+<>CRLF+\ "Connection: close"+<>CRLF+\ "Cache-Control: no-cache"+<>CRLF+

Re: Sales Tax Solutions for 4D

2018-11-02 Thread Lee Hinde via 4D_Tech
f systems >> birmingham al >> >> > > ** > 4D Internet Users Group (4D iNUG) > Archive: http://lists.4d.com/archives.html > Options: https://lists.4d.com/mailman/options/4d_tech > Unsub: mailto:4d_

Re: Sales Tax Solutions for 4D

2018-10-31 Thread Dan Ivy via 4D_Tech
//lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:4d_tech-unsubscr...@lists.4d.com ********** Quoted from: http://4d.1045681.n5.nabble.com/

Re: Sales Tax Solutions for 4D

2018-08-17 Thread Kirk Brooks via 4D_Tech
Yeah, it is a really difficult issue. Here in California you have the same sorts of distinctions. In our industry (construction) there are also distinctions with how the item is sold: if it's included in a lumpsum contract (we will install this widget for this price) there is no sales tax but the c

Re: Sales Tax Solutions for 4D

2018-08-17 Thread Dan Ivy via 4D_Tech
> > ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:4d_tech-unsubscr...@lists.4d.com *************

Re: Sales Tax Solutions for 4D

2018-08-17 Thread Dan Ivy via 4D_Tech
Thank you for that lead on the sales tax service! I will check this out. -- Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Optio

Re: Sales Tax Solutions for 4D

2018-08-17 Thread Chip Scheide via 4D_Tech
Just wondering... I know that there are a **stupid** number of sales tax zones, and exceptions in each zone i.e in Pa - where I live - clothing, (most) groceries, and necessities are sales tax exempt; however (and there is always at least one) some clothing (sports specific are NOT exempt), Pep

Re: Sales Tax Solutions for 4D

2018-08-17 Thread Jeffrey Kain via 4D_Tech
Not compared to filing sales tax in every tax jurisdiction in every state (eventually) every month ourselves... > On Aug 17, 2018, at 1:00 AM, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > So kinda pricey? ** 4D I

Re: Sales Tax Solutions for 4D

2018-08-16 Thread Kirk Brooks via 4D_Tech
So kinda pricey? On Thu, Aug 16, 2018 at 8:07 PM Jeffrey Kain via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Probably all negotiated individually... > > > On Aug 16, 2018, at 5:40 PM, Kirk Brooks via 4D_Tech < > 4d_tech@lists.4d.com> wrote: > > > > What do they cost? > > **

Re: Sales Tax Solutions for 4D

2018-08-16 Thread Jeffrey Kain via 4D_Tech
Probably all negotiated individually... > On Aug 16, 2018, at 5:40 PM, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > What do they cost? ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.

Re: Sales Tax Solutions for 4D

2018-08-16 Thread Kirk Brooks via 4D_Tech
Jeff, What do they cost? On Thu, Aug 16, 2018 at 2:26 PM Jeffrey Kain via 4D_Tech < 4d_tech@lists.4d.com> wrote: > We integrated with Avalara. > > Should have bought their stock before the Supreme Court ruling on sales > tax... lol > > > On Aug 16, 2018, at 4:16 PM, Kirk Brooks via 4D_Tech < > 4d

Re: Sales Tax Solutions for 4D

2018-08-16 Thread Jeffrey Kain via 4D_Tech
We integrated with Avalara. Should have bought their stock before the Supreme Court ruling on sales tax... lol > On Aug 16, 2018, at 4:16 PM, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > That's a great tip. > > On Thu, Aug 16, 2018 at 10:20 AM Lee Hinde via 4D_Tech <4d_tech@li

Re: Sales Tax Solutions for 4D

2018-08-16 Thread Kirk Brooks via 4D_Tech
That's a great tip. On Thu, Aug 16, 2018 at 10:20 AM Lee Hinde via 4D_Tech <4d_tech@lists.4d.com> wrote: > I talked to this service via 4D. Best API I’ve dealt with aside from maybe > Stripe. > > https://www.taxjar.com/ > > > > On Aug 16, 2018, at 9:28 AM, Dan Ivy via 4D

Re: Sales Tax Solutions for 4D

2018-08-16 Thread Lee Hinde via 4D_Tech
I talked to this service via 4D. Best API I’ve dealt with aside from maybe Stripe. https://www.taxjar.com/ > On Aug 16, 2018, at 9:28 AM, Dan Ivy via 4D_Tech <4d_tech@lists.4d.com> wrote: > > I'm looking for suggestions to address the new US sales tax law and the > re

Sales Tax Solutions for 4D

2018-08-16 Thread Dan Ivy via 4D_Tech
I'm looking for suggestions to address the new US sales tax law and the requirement for calculating sales tax across all states and jurisdictions. I have done sales tax calculations for some clients with a physical presence in a couple of states, and that is manageable. Trying to keep up with tax l