inventory-framework
inventory-framework copied to clipboard
Template view
A template view is a generic class-based view that helps developers create a view for a specific template without re-inventing the wheel. Template view is the simplest one of many generic views provided by IF.
FilterView
Paginated view with basic internal implementation with support for filters, these filters will be based on the pagination elements, the IF will take care of how these filters will be applied, constraints and others.
Filters must have at least one property called "key" that will be used to identify them, the current filters and the filter list will be saved in the context data so that the user can manipulate it by context from any child context.
Usage sample
TDB