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

@@ -92,5 +92,17 @@ namespace BodyshopPartner.Properties {
this["AutoStartMonitor"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string QuickBooksFilePath {
get {
return ((string)(this["QuickBooksFilePath"]));
}
set {
this["QuickBooksFilePath"] = value;
}
}
}
}