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

@@ -33,6 +33,7 @@ namespace BodyshopPartner.ViewModels
Growler = new GrowlNotification(this);
Utils.JobProcessingQueue.SetGrowler(Growler);
Utils.QuickBooksInterop.SetGrowler(Growler);
}
private void Bw_RunWorkerCompleted(object sender, RunWorkerCompletedEventArgs e)
@@ -227,7 +228,7 @@ namespace BodyshopPartner.ViewModels
{
Notification _n = new Notification()
{
Id = 123,
Id = new Random().Next(),
Title = "This is a title",
Subtitle = "Subtitle",
Message = "Somethin"