简体   繁体   English

如何使用C#向QuickBooks添加信用付款

[英]How to add a credit payment to QuickBooks using C#

I am able to transfer bills to QuickBooks using C#.NET (and QBFC), but I would like to send credit bills. 我可以使用C#.NET(和QBFC)将帐单转移到QuickBooks,但是我想发送贷方帐单。 For example, I would like to be able to make an advance payment. 例如,我希望能够进行预付款。 On Screen, I have to change the type to credit (not bill). 在屏幕上,我必须将类型更改为贷记(而非帐单)。

How can I do this programmatically? 如何以编程方式执行此操作?

I found a way to fix this. 我找到了解决此问题的方法。 If anyone know any other solutions, please update. 如果有人知道其他解决方案,请更新。 I used IVendorCreditAdd & IMsgSetRequest.AppendVendorCreditAddRq() to create credit payment 我使用IVendorCreditAdd和IMsgSetRequest.AppendVendorCreditAddRq()创建信用付款

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

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