Extensibility#
Reports#
Colectica Portal Addins allow you to create custom reports for items and for baskets.
To create a custom report for an item, implement the IVersionableReport
interface.
To create a custom report for a basket, implement the IItemListReport
interface.
See also
For a sample addin project that implements custom reports, see Colectica/ColecticaSampleAddins
Deploying Addins#
An addin is a .NET assembly.
To deploy a Colectica Portal addin, copy the addin assembly (*.dll) to
PortalDir\addins
.