Added better error handling + added bulk handling of payable import BOD-152

This commit is contained in:
Patrick Fic
2020-06-04 09:52:17 -07:00
parent fe4cb24742
commit b9573b38f0
11 changed files with 202 additions and 27 deletions

View File

@@ -186,6 +186,24 @@
<data name="Msg_NewJobUploadError" xml:space="preserve">
<value>Error uploading job.</value>
</data>
<data name="Msg_QbConnected_Msg" xml:space="preserve">
<value>Successfully connected to QuickBooks. Processing requests...</value>
</data>
<data name="Msg_QbConnected_Title" xml:space="preserve">
<value>QuickBooks Connection</value>
</data>
<data name="Msg_QbConnection_Msg" xml:space="preserve">
<value>Please do not close ImEX Online or ImEX Partner during the connection process.</value>
</data>
<data name="Msg_QbConnection_Title" xml:space="preserve">
<value>QuickBooks Connection Request</value>
</data>
<data name="Msg_QbDisconnection_Msg" xml:space="preserve">
<value>Successfully disconnected from QuickBooks.</value>
</data>
<data name="Msg_QbDisconnection_Title" xml:space="preserve">
<value>QuickBooks Disconnection</value>
</data>
<data name="Password" xml:space="preserve">
<value>Password</value>
</data>