简体   繁体   English

Quickbooks .IIF文件发票

[英]Quickbooks .IIF file invoice

I'm creating an application that can export an .IIF file, that can be imported on quickbooks as invoice. 我正在创建一个可以导出.IIF文件的应用程序,该文件可以作为发票在quickbooks上导入。 Anyone got a sample format of .IIF invoice? 有人获得.IIF发票的样本格式吗? 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. 和项目,但它仍然在列表上,需要在quickbooks上手动选择。

I'm creating an application that can export an .IIF file, 我正在创建一个可以导出.IIF文件的应用程序,

.IIF files have been deprecated, and officially unsupported, for 10+ years now. .IIF文件已被弃用,并且已正式不受支持,已有10多年了。

They are known to cause corruption to QuickBooks data files. 众所周知,它们会导致QuickBooks数据文件损坏。

Do not use them. 不要使用它们。

Use the QuickBooks SDK instead. 请改用QuickBooks SDK It provides a XML/COM interface directly to QuickBooks that is very well documented and reliable. 它直接为QuickBooks提供XML / COM接口,这些接口具有良好的文档记录和可靠性。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM