Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 08-29-2003 00:02:30

queendavidK
Member
Registered: 08-27-2003
Posts: 5

Quickbooks Import

Hi Nick,

When I try to import my file into Quickbooks I get following message "Found a misplaced SPL Line in the import file"  What should I be looking for in the way of errors?

Thank You

Audrey Downing

Offline

 

#2 08-29-2003 09:51:13

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19871
Website

Re: Quickbooks Import

Are all of your accounts set up correctly in Quickbooks/CCP?

___________________________

Nick Hendler
Webmaster, Kryptronic, Inc.


Nick Hendler

Offline

 

#3 08-29-2003 10:00:33

Guest
Guest

Re: Quickbooks Import

All are Legitimate accounts in Quickbooks,  But may be I am not understanding the Invoice Name fields.  Could that be it.

Thanks in advance

Audrey Downing

 

#4 09-07-2003 16:24:52

kontrabass
Member
Registered: 09-06-2003
Posts: 16

Re: Quickbooks Import

I'm getting the same error - I have the accounts set up correctly, but I too am having trouble understanding the invoice fields... any advice on how to set those up?  I'm using 2003 pro...

Offline

 

#5 09-09-2003 17:31:19

Guest
Guest

Re: Quickbooks Import

If you want super easy, seamless Quickbook integration, you can go to wwwwriteitonce.com and get "Shopping Cart Assistant."  One of the best utilities I've ever bought.  It will automatically import order files (or read the order emails) and put them in QB.  But the neat part is...it sets up a new customer at the same time.  Really, really cool.  It does some other things too...like shipping integration, and it has a function for taking phone orders.  Anyway, check it out and see if it might help you.

 

#6 09-11-2003 08:23:26

kontrabass
Member
Registered: 09-06-2003
Posts: 16

Re: Quickbooks Import

I'd love to, but $300 is a bit out of my pricerange :-(  Thanks though.

Offline

 

#7 09-17-2003 01:16:26

dwhs
Member
From: LA
Registered: 09-16-2003
Posts: 20
Website

Re: Quickbooks Import

I get the same error too.

I bought quick books just for this reason and now i am really bummed out.

I have accounts and customers set up in it but the import gets the error above.

Is there a help file on this?

$300 that's twice as much as quickbooks and not a good deal in my oppinion.

Thanks, Charles


Chaze


Offline

 

#8 09-25-2003 11:35:07

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19871
Website

Re: Quickbooks Import

I'm looking into this.  I've now got three people this isn't working for and ten that it is for sure.  Must be a config issue, but I am still looking.


Nick Hendler

Offline

 

#9 10-20-2003 10:52:36

kontrabass1
Member
Registered: 09-12-2003
Posts: 7

Re: Quickbooks Import

Just wondering if there's any progess on this.  I'd sure like to be able to use this feature smile

Thanks!

Offline

 

#10 10-20-2003 11:56:02

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19871
Website

Re: Quickbooks Import

I have yet to identify any problems with Quickbooks as all my tests come back fine.  I am still doing research and will be including any necessary fixes in the pending CCP 5.1 update (due out soon) to take care of this issue.


Nick Hendler

Offline

 

#11 10-21-2003 11:17:02

inksticks
Member
Registered: 02-04-2003
Posts: 85

Re: Quickbooks Import

I'm having the same problem.  I hope you can get that fix soon.  I really need to export.  Thanks!


Wayne Atwood

Offline

 

#12 10-21-2003 15:36:17

dwhs
Member
From: LA
Registered: 09-16-2003
Posts: 20
Website

Re: Quickbooks Import

Strange,

I deleted the shopping cart and re-installed it from scratch to see if the cart had a bad install aunfortuantly the export feature still does not work.

I am sure it's based on the product options, maybe if you do not include the options in the export file it may help. Although I tried deleting them on the file; the import did not get the error after I delted them but no information was carried..


Chaze


Offline

 

#13 10-27-2003 11:14:45

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19871
Website

Re: Quickbooks Import

Interesting.  To delete the product options from the file, in the file ./cgi-bin/library/modules/adm_acct.pl in the routine 'adm_acct_qb_proc' look for the line:

Code:


$item_string = "$html_item_string\: $trackitem_itemnumber - $trackitem_itemname\; $html_quantity_string\: $trackitem_quantity\; $trackitem_options";

And change to:

Code:


$item_string = "$html_item_string\: $trackitem_itemnumber - $trackitem_itemname\; $html_quantity_string\: $trackitem_quantity";

Does that help?


Nick Hendler

Offline

 

#14 11-25-2003 15:16:26

lvshell
Member
From: Las Vegas, NV
Registered: 10-08-2003
Posts: 58
Website

Re: Quickbooks Import

queendavidK,08/29/2003 12:02:30 AM wrote:

Hi Nick,

When I try to import my file into Quickbooks I get following message "Found a misplaced SPL Line in the import file"  What should I be looking for in the way of errors?

Thank You

Audrey Downing

Actually, I found that the SPL error comes from downloading the file in Binary.
The Quickbooks.iif file has to be downloaded in ASCII only.
If you dl in ASCII, you will not get the missplaced SPL line error.

Good Luck,

LVShell


LVShell
~loyal & dedicated user of CCP~

Offline

 

#15 11-25-2003 16:42:58

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19871
Website

Re: Quickbooks Import

Thanks for this.  While coding the update I realized that the ENDTRNS lines in the file had a \n character at the end instead of a \r\n.  With the pending update this will be corrected.  I'm about to post something on the update in a minute or two.


Nick Hendler

Offline

 

#16 11-28-2003 15:12:56

cybermed
Member
From: Burke Va - US
Registered: 09-06-2001
Posts: 54
Website

Re: Quickbooks Import

I too am getting the same error, would be great to ge an update so we can sell this puppy to the client! )  Evan

Offline

 

#17 12-01-2003 15:21:54

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19871
Website

Re: Quickbooks Import

The update for 5.1 will be released tomorrow.


Nick Hendler

Offline

 

#18 02-07-2004 08:36:43

LKOS
Member
Registered: 09-15-2003
Posts: 23

Re: Quickbooks Import

Now, I installed TiKi update and was able to export all the transaction for Quickbooks. I'm using Quickbooks Pro 2004.

After that, when I try to import it to Quickbooks, I'm getting an warning "The Tax field cannot be left blank, even for non-taxable customers and sales which have no taxable items, no non-taxable sales will be correct for this district."

and then if I click ok on that warning I get another warning "Error on Line XX: Can't record invalid transactin" I noticed that line xx is ENDTRNS.

I spent whole night to figure out what's wrong, but no luck ..
Please help me ... 

Thanks .
You Jee.

Offline

 

#19 02-07-2004 12:16:06

sgreiner
Member
Registered: 07-26-2003
Posts: 78

Re: Quickbooks Import

I dont get "The Tax field cannot be left blank, even for non-taxable customers and sales which have no taxable items, no non-taxable sales will be correct for this district." but I do get the error on linexx and that line has the ENDTRNS in it. If I delete that line, it does inport. I posted a different question on Quickbooks and Nick said that the customer info would be imported.. i still cant find any name or address... nothing when I go into Quickbooks. Could it be because of this error?

my other post: 


Scott

Offline

 

#20 02-08-2004 01:20:39

sgreiner
Member
Registered: 07-26-2003
Posts: 78

Re: Quickbooks Import

I have to correct my last post. I have the same issue as LKOS. I get the "Warning message" and then the "error on line xx" error message.


Scott

Offline

 

#21 02-13-2004 11:07:16

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19871
Website

Re: Quickbooks Import

I believe we're wrking on this via email.  It has to do with the Autotax field and it being required by Quickbooks.


Nick Hendler

Offline

 

#22 09-24-2004 18:21:50

Oliver Passe
Member
Registered: 05-21-2004
Posts: 2

Re: Quickbooks Import

LKOS,02/07/2004 08:36:43 AM wrote:

Now, I installed TiKi update and was able to export all the transaction for Quickbooks. I'm using Quickbooks Pro 2004.

After that, when I try to import it to Quickbooks, I'm getting an warning "The Tax field cannot be left blank, even for non-taxable customers and sales which have no taxable items, no non-taxable sales will be correct for this district."

and then if I click ok on that warning I get another warning "Error on Line XX: Can't record invalid transactin" I noticed that line xx is ENDTRNS.

I spent whole night to figure out what's wrong, but no luck ..
Please help me ... 

Thanks .
You Jee.

Nick, Others:

I'm getting the same message from Quickbooks Pro 2004 when attempting to upload the quickbooks.iif datafile.

Any progress on a patch since the last post in February?

Regards,
Oliver Passe
wwwNventa.com

Offline

 

#23 09-27-2004 10:46:02

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19871
Website

Re: Quickbooks Import

All Quickbooks issues in 5.1 were corrected in the 11/23/2003 update (first update to tiki).  I know of no known issues with the iif files.  Most user problems are tracked back to invalid account setup either on the Quickbooks side, or the CCP Accounting Settings side.


Nick Hendler

Offline

 

Board footer