diff --git a/docs/8.0/ayanova/docs/customers.md b/docs/8.0/ayanova/docs/customers.md index 7597f5eb..75f71508 100644 --- a/docs/8.0/ayanova/docs/customers.md +++ b/docs/8.0/ayanova/docs/customers.md @@ -44,10 +44,14 @@ When a Customer is no longer required it should be set to inactive by un-checkin ## Customer data table +![customers table](img/customers.png) + The Customers [data table](ay-start-form-data-tables.md) lists all the customers available, provides the '+' link to create a new customer and provides access to common [data table menu options](ay-start-form-data-tables.md#common-menu-options). ## Customer edit form +![Customer edit form](img/customer-edit-form.png) + The Customer edit form provides all the [standard edit form](ay-start-edit-forms.md) functionality and the following fields: ### Customer tab diff --git a/docs/8.0/ayanova/docs/img/customer-edit-form.png b/docs/8.0/ayanova/docs/img/customer-edit-form.png new file mode 100644 index 00000000..6f10fe0b Binary files /dev/null and b/docs/8.0/ayanova/docs/img/customer-edit-form.png differ diff --git a/docs/8.0/ayanova/docs/img/customers.png b/docs/8.0/ayanova/docs/img/customers.png new file mode 100644 index 00000000..e428307e Binary files /dev/null and b/docs/8.0/ayanova/docs/img/customers.png differ