Skip to content

error in journal entry using web connector #4

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

Open
vipul006060 opened this issue Aug 23, 2017 · 0 comments
Open

error in journal entry using web connector #4

vipul006060 opened this issue Aug 23, 2017 · 0 comments

Comments

@vipul006060
Copy link

vipul006060 commented Aug 23, 2017

We have chart of accounts map in parent child hierarchy, so I have pass Account full name separated by ':' , but still it gives error

I am using QB enterprise 2017, and latest web connector 2.2.0.71

Error message :-
Sending error message back to application:
HRESULT = 0x80040400
Message: QuickBooks found an error when parsing the provided XML text stream.

Sample Xml sending to web connector:-

<?xml version="1.0"?><?qbxml version="13.0"?><QBXML><QBXMLMsgsRq onError = "continueOnError"><JournalEntryAddRq requestID = "3"><JournalEntryAdd><TxnDate>2017-01-02</TxnDate><RefNumber>1</RefNumber> <JournalDebitLine><AccountRef><FullName>CREDIT CARDS:Amex</FullName></AccountRef><Amount>375.64</Amount></JournalDebitLine> <JournalDebitLine><AccountRef><FullName>CREDIT CARDS:Visa/MC</FullName></AccountRef><Amount>1761.18</Amount></JournalDebitLine> <JournalDebitLine><AccountRef><FullName>CREDIT CARDS:Cash</FullName></AccountRef><Amount>25.50</Amount></JournalDebitLine> <JournalDebitLine><AccountRef><FullName>ACCOUNTS RECEIVABLE.:Guest Ledger AR</FullName></AccountRef><Amount>735.91</Amount></JournalDebitLine> <JournalCreditLine><AccountRef><FullName>OTHER SALES:OTHER INCOME:Telephone</FullName></AccountRef><Amount>0.75</Amount></JournalCreditLine> <JournalCreditLine><AccountRef><FullName>SALES TAX:Sales Taxes Collected</FullName></AccountRef><Amount>123.13</Amount></JournalCreditLine> <JournalCreditLine><AccountRef><FullName>OTHER SALES:OTHER INCOME:Sundries</FullName></AccountRef><Amount>15.47</Amount></JournalCreditLine> <JournalCreditLine><AccountRef><FullName>OTHER SALES:OTHER INCOME:Sundries</FullName></AccountRef><Amount>2.73</Amount></JournalCreditLine> <JournalCreditLine><AccountRef><FullName>OTHER SALES:OTHER INCOME:Sundries</FullName></AccountRef><Amount>7.73</Amount></JournalCreditLine> <JournalCreditLine><AccountRef><FullName>SALES TAX:Sales Taxes Collected</FullName></AccountRef><Amount>49.24</Amount></JournalCreditLine> <JournalCreditLine><AccountRef><FullName>OTHER SALES:OTHER INCOME:Pets</FullName></AccountRef><Amount>20.00</Amount></JournalCreditLine> <JournalCreditLine><AccountRef><FullName>ROOMS DEPARTMENT:FRANCHISE EXPENSE:FRANCHISE ADVERTISING & FEES:Loyalty Program</FullName></AccountRef><Amount>-32.00</Amount></JournalCreditLine> <JournalCreditLine><AccountRef><FullName>Rooms:ROOM REVENUE:Net Room Revenue Taxable</FullName></AccountRef><Amount>1142.48</Amount></JournalCreditLine> <JournalCreditLine><AccountRef><FullName>Rooms:ROOM REVENUE:Net Room Revenue Taxable</FullName></AccountRef><Amount>606.00</Amount></JournalCreditLine> <JournalCreditLine><AccountRef><FullName>Rooms:ROOM REVENUE:Net Room Revenue Taxable</FullName></AccountRef><Amount>245.00</Amount></JournalCreditLine> <JournalCreditLine><AccountRef><FullName>Rooms:ROOM REVENUE:Net Room Revenue Taxable</FullName></AccountRef><Amount>592.00</Amount></JournalCreditLine> <JournalCreditLine><AccountRef><FullName>SALES TAX:Sales Taxes Collected</FullName></AccountRef><Amount>2.57</Amount></JournalCreditLine> <JournalCreditLine><AccountRef><FullName>SALES TAX:Sales Taxes Collected</FullName></AccountRef><Amount>123.13</Amount></JournalCreditLine> `

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant