Clients
The clients module is reponsible for client management.
Unlimited clients
Wiaflos Accounting supports unlimited clients.
Tax reference
A tax reference number can be added to each client, allowing one to comply with laws from countries which require this on tax invoices.
Technical Information
| Database Fields | |
| Field | Description |
| Code | Customer code, for example a0001. |
| Name | Customer name. |
| RegNumber | Customer identification/registration number. |
| TaxReference | Customer tax reference number, mostly used in countried which require this to be present on tax invoices. |
| GLAccountID | GL account ID. |
| ContactPerson | Customer contact person. |
| PhoneNumber table | Multiple linking of phone numbers with "Name" and "Type". Current types supported include 1. Phone; and 2. Fax. |
| Address table | Multiple linking of addresses with "Type". Current types supported include 1. Billing; and 2. Shipping. |
| EmailAddress table | Multiple linking of email addresses with "Type". Current types supported include 1. Accounts; and 2. General |
| User Capabilities | |
| Capability | Description |
| Clients/Show | Access to functions to show a client or a list of clients. |
| Clients/Add | Access to functions to add a client and link various information to a client. |
| Clients/Remove | Access to functions to remove a client and remove information associated with a client. |