[nycphp-talk] Quickbooks file format
cthorn
cthorn at wt.net
Tue Jan 21 21:00:51 EST 2003
Hi,
I was able to get to the link and attached a couple of the
files..
It should be easy to create these file on the fly...
e.g.
if(!$iif_file = fopen("test.iif","w")) {
print "Couldn't open file";
} else {
fputs($iif_file,"!SPL\ TRNSID\ TRNSTYPE\ DATE\ ACCNT\ NAME\
AMOUNT\ DOCNUM\ MEMO\ CLEAR\
");
fputs($iif_file,"!TRNS\ TRNSID\ TRNSTYPE\ DATE\ ACCNT\ NAME\\
tAMOUNT\ DOCNUM\ MEMO\ CLEAR\
");
snip ....
fclose($iif_file);
}
> Has anyone on the list ever created a QuickBooks IIF file
> to be imported into the QB software. I have a client that
> would like to download the web order information and
> import it into QuickBooks. I have found a link that had
> the file format on QuickBooks site but the link is dead.
> Anyone out there done this before?
> Thanks!
>
> Just incase... Here is the link.... maybe it will work for
> someone out there.
> http://www.quickbooks.com/support/faqs/qbw2002/95359.html
> Thomas O'Neill
> tommyo at dolemite.org
> 1222 1/2 West 5th
> Winona, MN 55987
> home: 507-454-2798
> mobile: 507-303-9202
>
>
>
> --- Unsubscribe at http://nyphp.org/list/ ---
>
>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: purchase_order.iif
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20030122/3ca08086/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: transfer.iif
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20030122/3ca08086/attachment-0001.ksh>
More information about the talk
mailing list