-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Payment receipt template returns true
for template type
#52
Comments
So I received an answer from the development group, they weren't aware of the new template and they're looking into it... So maybe a fix in 2029 from Intuit? |
Unfortunately found another example, Contacting support about these kind of issues got me nowhere, so I manually filter the responses before parsing the XML:
|
I think for those, I am fully open to edit the XML and generate new Objects.cs I think though, when I use this quickbooks-sync package, I know I will not be using QbXML 16 features and still need to support some QuickBooks v19, but I would still like to be able to update. In this case, we should be able to say which QBXML do we want to send to the wire. |
I was using a sample company today and noticed that all the templates of type
Payment Receipt
return aTemplateType
oftrue
.Very strange behaviour, but breaks XML deserialization because it's expecting an enum.
This seems a new type of template introduced in QB 2021 (https://www.intuitiveaccountant.com/accounting-tech/general-ledger/quickbooks-desktop-2021-customize-payment-receipts/).
I'm not sure if this something we should fix in the parser, or address with Intuit, but doing the latter will 99% result in a, works as intended, or we don't really care response.
The text was updated successfully, but these errors were encountered: