On click of Clients from the menu the system will redirect to customer list page. WManager customer list shows Customer name, Address, Contact number and created date
Customer list view can be customise in the /application/views/common/accounts/list.php, controller for managing the logic can be handle in /application/controllers/common/Accounts.php and model for database operation can be handle in /application/models/Accounts.php
On click of Contracts from the menu the system will redirect to contract list page. WManager contract list shows Customer details, Contract details and company details
Contract list view can be customise in the /application/views/common/be/list.php, controller for managing the logic can be handle in /application/controllers/common/Businessentities.php and model for database operation can be handle in /application/models/Be.php