1

我可以使用 C#.NET(和 QBFC)将账单转移到 QuickBooks,但我想发送信用账单。例如,我希望能够进行预付款。在屏幕上,我必须将类型更改为信用(而不是账单)。

如何以编程方式执行此操作?

4

1 回答 1

0

I found a way to fix this. If anyone know any other solutions, please update. I used IVendorCreditAdd & IMsgSetRequest.AppendVendorCreditAddRq() to create credit payment

于 2012-12-18T16:16:08.743 回答