Invoices
Description
Inserts template fields for invoice information.
Plugin type: visual, non-system.
Supported editors: documents.
Installation
Download this plugin from GitHub and install it following the desktop, on-premises, or cloud installation instructions.
Usage
- Open the Plugins tab and press Invoices.
- Press the + or Mark buttons to add template fields into the document.
Plugin structure
Repository on GitHub: https://github.com/ONLYOFFICE/sdkjs-plugins/tree/master/invoices.
- config.json, index.html, and code.js
- Icons
Config
{
"name": "Invoices",
"guid": "asc.{6B6715E5-A558-4F70-8058-40704CD659CF}",
"variations": [
{
"description": "invoices",
"url": "index.html",
"icons": ["resources/img/icon.png", "resources/img/icon@2x.png"],
"isViewer": false,
"EditorsSupport": ["word"],
"isVisual": true,
"isModal": false,
"isInsideMode": true,
"initDataType": "none",
"initData": "",
"buttons": []
}
]
}
Methods and events
- button
- init
- info.recalculate
Support
If you want to request a feature or report a bug regarding this plugin, use the issues section on GitHub.