This commit is contained in:
@@ -33,6 +33,13 @@ namespace AyaNovaQBI
|
||||
}
|
||||
else
|
||||
{
|
||||
//Confirm main settings and set any that are missing:
|
||||
if (await util.ValidateSettings(false) == util.pfstat.Cancel)
|
||||
{
|
||||
await util.IntegrationLog("PFC: User settings not completed, user selected cancel");
|
||||
Close();
|
||||
}
|
||||
|
||||
//check if setup is required
|
||||
if (util.QBIntegration.Items.Count == 0)
|
||||
{
|
||||
@@ -100,5 +107,11 @@ namespace AyaNovaQBI
|
||||
{
|
||||
MessageBox.Show("STUB: REFRESH INVOICES");
|
||||
}
|
||||
|
||||
private async void preferencesToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
await util.ValidateSettings(true);
|
||||
//TODO: CODE THIS InitInvoices();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user