This commit is contained in:
6
AyaNovaQBI/LinkOrImportAyaObject.Designer.cs
generated
6
AyaNovaQBI/LinkOrImportAyaObject.Designer.cs
generated
@@ -64,6 +64,8 @@
|
|||||||
//
|
//
|
||||||
// lblTitle
|
// 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.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.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;
|
this.lblTitle.ForeColor = System.Drawing.SystemColors.WindowText;
|
||||||
@@ -76,6 +78,8 @@
|
|||||||
//
|
//
|
||||||
// cbQBItems
|
// 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.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||||
this.cbQBItems.FormattingEnabled = true;
|
this.cbQBItems.FormattingEnabled = true;
|
||||||
this.cbQBItems.Location = new System.Drawing.Point(4, 121);
|
this.cbQBItems.Location = new System.Drawing.Point(4, 121);
|
||||||
@@ -103,6 +107,8 @@
|
|||||||
//
|
//
|
||||||
// btnImport
|
// 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.Location = new System.Drawing.Point(4, 195);
|
||||||
this.btnImport.Name = "btnImport";
|
this.btnImport.Name = "btnImport";
|
||||||
this.btnImport.Size = new System.Drawing.Size(628, 34);
|
this.btnImport.Size = new System.Drawing.Size(628, 34);
|
||||||
|
|||||||
@@ -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.
|
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
|
## Other issues
|
||||||
|
|
||||||
### The invoice amounts differ from AyaNova
|
### The invoice amounts differ from AyaNova
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ site_name: AyaNova QBI user manual
|
|||||||
site_url: 'https://ayanova.com/qbi/docs'
|
site_url: 'https://ayanova.com/qbi/docs'
|
||||||
site_dir: './output'
|
site_dir: './output'
|
||||||
strict: true
|
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:
|
extra:
|
||||||
generator: false
|
generator: false
|
||||||
# Extensions
|
# Extensions
|
||||||
|
|||||||
Reference in New Issue
Block a user