Invoices
Inserts template fields for invoice information.
Plugin type: visual, non-system.
Supported editors: documents.
Download this plugin from GitHub and install it following the
desktop, on-premises,
or cloud installation instructions.
- Open the Plugins tab and press Invoices.
- Press the + or Mark buttons to add template fields into the document.
Repository on GitHub: https://github.com/ONLYOFFICE/sdkjs-plugins/tree/master/invoices.
- config.json, index.html, and code.js
- Icons
{
"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" : [ ]
}
]
}
If you want to request a feature or report a bug regarding this plugin, use the issues section on GitHub.