Added better error handling + added bulk handling of payable import BOD-152
This commit is contained in:
54
BodyshopUploader/Properties/Resources.Designer.cs
generated
54
BodyshopUploader/Properties/Resources.Designer.cs
generated
@@ -267,6 +267,60 @@ namespace BodyshopPartner.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Successfully connected to QuickBooks. Processing requests....
|
||||
/// </summary>
|
||||
public static string Msg_QbConnected_Msg {
|
||||
get {
|
||||
return ResourceManager.GetString("Msg_QbConnected_Msg", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to QuickBooks Connection.
|
||||
/// </summary>
|
||||
public static string Msg_QbConnected_Title {
|
||||
get {
|
||||
return ResourceManager.GetString("Msg_QbConnected_Title", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Please do not close ImEX Online or ImEX Partner during the connection process..
|
||||
/// </summary>
|
||||
public static string Msg_QbConnection_Msg {
|
||||
get {
|
||||
return ResourceManager.GetString("Msg_QbConnection_Msg", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to QuickBooks Connection Request.
|
||||
/// </summary>
|
||||
public static string Msg_QbConnection_Title {
|
||||
get {
|
||||
return ResourceManager.GetString("Msg_QbConnection_Title", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Successfully disconnected from QuickBooks..
|
||||
/// </summary>
|
||||
public static string Msg_QbDisconnection_Msg {
|
||||
get {
|
||||
return ResourceManager.GetString("Msg_QbDisconnection_Msg", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to QuickBooks Disconnection.
|
||||
/// </summary>
|
||||
public static string Msg_QbDisconnection_Title {
|
||||
get {
|
||||
return ResourceManager.GetString("Msg_QbDisconnection_Title", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Password.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user