NF9 Media View Interface
From iDempiere en
Feature: Media View Interface for Report and Attachment Viewer
Goal: Development
Feature Ticket: IDEMPIERE-4801
Description: Add media view interface for Report and Attachment Viewer. This allows plugin to provide custom viewer by content type and file extension. As part of the ticket, an implementation for excel file base on keikai.io have been added to core.
Development
- Create an OSGi component for the org.idempiere.ui.zk.media.IMediaViewProvider interface.
- Create concrete implementation of org.idempiere.ui.zk.media.IMediaView interface.
- Use service.ranking > 0 to override core viewer implementation (For e.g, to provide excel viewer using LibreOffice Online).
- See org.idempiere.keikai project for reference.