Invoices

Description

Inserts template fields for invoice information.

Plugin type: visual, non-system.

Supported editors: documents.

Invoices

Installation

Download this plugin from GitHub and install it following the desktop, on-premises, or cloud installation instructions.

Usage

  1. Open the Plugins tab and press Invoices.
  2. 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.

  1. config.json, index.html, and code.js
  2. 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.

Get Help

  • If you have any questions about ONLYOFFICE Docs, try the FAQ section first.
  • You can request a feature or report a bug by posting an issue on GitHub.
  • You can also ask our developers on ONLYOFFICE forum (registration required).