ExtendedController
Table of Contents
Classes
- BaseController
- Description of BaseController
- BaseView
- Base definition for the views used in ExtendedControllers
- ComercialContactController
- Controller for editing models that are related and show
a history of purchase or sale documents.
- EditController
- Controller to manage the data editing
- EditListView
- View definition for its use in ExtendedControllers
- EditView
- View definition for its use in ExtendedControllers
- HtmlView
- View definition for its use in ExtendedControllers
- ListBusinessDocument
- Description of ListBusinessDocument
- ListController
- Controller that lists the data in table mode
- ListView
- View definition for its use in ListController
- PanelController
- Controller to edit data through the vertical panel
Traits
- DocFilesTrait
- Description of DocFilesTrait
- ListBusinessActionTrait
- Contains common utilities for grouping and collecting documents.
- ListViewFiltersTrait
- Description of ListViewFiltersTrait
- LogAuditTrait
- OwnerDataTrait
- Comprueba si el usuario activo es propietario de un registro, según la
restricción onlyOwnerData y las columnas de propiedad (codagente / nick)
del modelo. El host debe disponer de $this->user y $this->permissions.
- ProductImagesTrait
- Auxiliar Method for images of the product.
- ProvinceCityFilterTrait
- Provides the cascading autocomplete used by the "provincias" and "ciudades"
filters: provinces are filtered by the selected country (filtercountry) and
cities by the selected province (filterprovincia).