本文介绍了InvoiceAdd:此功能在此版本的 QuickBooks 中未启用或不可用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在尝试使用 InvoiceAdd 添加发票.我们正在运行企业解决方案:零售 13.0.当我发布以下请求时,我收到错误消息此功能在此版本的 QuickBooks 中未启用或不可用."
I am trying to add an invoice using InvoiceAdd. We are running Enterprise Solutions: Retail 13.0. When I post the following request I get the error "This feature is not enabled or not available in this version of QuickBooks."
<?xml version="1.0" encoding="utf-8"?>
<?qbxml version="12.0"?>
<QBXML>
<QBXMLMsgsRq onError="continueOnError">
<InvoiceAddRq>
<InvoiceAdd>
<CustomerRef>
<ListID>8000005A-1513350705</ListID>
</CustomerRef>
<TxnDate>2013-08-09</TxnDate>
<RefNumber>1003</RefNumber>
<BillAddress>
<Addr1>123 Blah Road</Addr1>
<Addr2>address2</Addr2>
<City>Somewhere</City>
<State>WV</State>
<PostalCode>55555</PostalCode>
<Country>US</Country>
<Note>
</Note>
</BillAddress>
<ShipAddress>
<Addr1>123 Blah Road</Addr1>
<Addr2>address2</Addr2>
<City>Somewhere</City>
<State>WV</State>
<PostalCode>55555</PostalCode>
<Country>US</Country>
<Note>
</Note>
</ShipAddress>
<DueDate>2013-08-09</DueDate>
<FOB>
</FOB>
<ShipMethodRef>
<FullName>US Mail</FullName>
</ShipMethodRef>
<Memo>
</Memo>
<Other>123065</Other>
<InvoiceLineAdd>
<ItemRef>
<FullName>11200</FullName>
</ItemRef>
<Desc>11200</Desc>
<Quantity>1</Quantity>
<UnitOfMeasure>ea</UnitOfMeasure>
<Rate>10.00000</Rate>
</InvoiceLineAdd>
</InvoiceAdd>
</InvoiceAddRq>
</QBXMLMsgsRq>
该项目以及客户和与销售订单对应的销售订单存在.如果您需要更多信息,请告诉我.
The item exists as well as the customer and a sales order corresponding to the sales order. Let me know if you need anymore information.
推荐答案
您是否启用了度量单位,它是否是项目 11200 的有效度量单位?
Do you have Units of Measure enabled, and is that a valid unit of measure for the item 11200?
这篇关于InvoiceAdd:此功能在此版本的 QuickBooks 中未启用或不可用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!