diff --git a/AyaNovaQBI/LinkOrImportAyaObject.Designer.cs b/AyaNovaQBI/LinkOrImportAyaObject.Designer.cs index bf284b3..ce41489 100644 --- a/AyaNovaQBI/LinkOrImportAyaObject.Designer.cs +++ b/AyaNovaQBI/LinkOrImportAyaObject.Designer.cs @@ -64,6 +64,8 @@ // // lblTitle // + this.lblTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.lblTitle.BackColor = System.Drawing.SystemColors.Window; this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTitle.ForeColor = System.Drawing.SystemColors.WindowText; @@ -76,6 +78,8 @@ // // cbQBItems // + this.cbQBItems.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.cbQBItems.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbQBItems.FormattingEnabled = true; this.cbQBItems.Location = new System.Drawing.Point(4, 121); @@ -103,6 +107,8 @@ // // btnImport // + this.btnImport.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.btnImport.Location = new System.Drawing.Point(4, 195); this.btnImport.Name = "btnImport"; this.btnImport.Size = new System.Drawing.Size(628, 34); diff --git a/docs/docs/install-common-issues.md b/docs/docs/install-common-issues.md index 34c79c2..cd5b92d 100644 --- a/docs/docs/install-common-issues.md +++ b/docs/docs/install-common-issues.md @@ -26,6 +26,16 @@ QuickBooks needs to be running with the company file opened before starting QBI. QuickBooks needs to be running with the company file opened before starting QBI. +### Can't change work order status error when invoicing + +You may receive an error when invoicing that mentions not being able to change the Work order status. + +The User using QBI **must** have full rights to change and set **every** work order status as per the [QBI installation instructions](install-qbi.md#ayanova-work-order-status-requirements). + +Since the Accounting role is required to use QBI, it's simplest to make sure that the Accounting role is included in **every** [work order status](https://www.ayanova.com/docs/svc-work-order-status/) that has restrictions on who can set or remove that status. + +Note that this error does not prevent invoicing but it means that the Work order will not be set to the desired [Post invoice status](install-preferences.md#post-billing-work-order-status). + ## Other issues ### The invoice amounts differ from AyaNova diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 78b72b6..12c0789 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -9,7 +9,7 @@ site_name: AyaNova QBI user manual site_url: 'https://ayanova.com/qbi/docs' site_dir: './output' strict: true -copyright: Copyright © 2022 Ground Zero Tech-Works Inc. REV-2022-07-18 +copyright: Copyright © 2022 Ground Zero Tech-Works Inc. REV-2022-07-25 extra: generator: false # Extensions