Lourdes
Lourdes

Reputation: 35

Quickbooks .IIF file invoice

I'm creating an application that can export an .IIF file, that can be imported on quickbooks as invoice. Anyone got a sample format of .IIF invoice? that can also automate "item, "description", "quantity", "rate", "amount", "tax".

Now, i was able to import only the vendor name. and the items but its still on the list that needs to manually be selected on quickbooks.

Upvotes: 1

Views: 2298

Answers (1)

Keith Palmer Jr.
Keith Palmer Jr.

Reputation: 27952

I'm creating an application that can export an .IIF file,

.IIF files have been deprecated, and officially unsupported, for 10+ years now.

They are known to cause corruption to QuickBooks data files.

Do not use them.

Use the QuickBooks SDK instead. It provides a XML/COM interface directly to QuickBooks that is very well documented and reliable.

Upvotes: 3

Related Questions