Some sample plugins for ARXivar Next
- In order to install a plugin in ARXivar Next, just put the plugin folder (e.g.
CalendarWidget
) in your plugin installation folder (e.g.MyDrive:\Program Files (x86)\Abletech\ARXivarNext WebPortal\Scripts\plugins
)
This repository contains these Javascript plugins:
- Calendar route plugin
- Calendar command plugin
- Calendar widget plugin
- Meteo widget plugin
- RSS feed reader widget plugin
- Task invoice widget plugin (task plugin)
- ConcludiWorkflowTS
- DueDateOneMonthProfilation
- ObjectCloner
- SendSystemIdCommand
- ShowParamsPluginRoute
- UndoDocumentRevision
You can either download the .zip file or clone the repo.
Some sample plugins for ARXivar Next
-
install NodeJs if you don't already have it (LTS version 16.13.2 should be fine).
-
open the terminal into your plugin folder and install the node_modules locally using the command:
npm install
- run webpack with this command:
npm run webpack
Remember: if you specify the path in the options, you'll not need to follow the steps below. Your plugin already running in ARXivar.
-
now a new subfolder named '
(e.g.
CalendarWidget)
' has been created, in this folder you will find the javascript compiled files. -
When you finish to develope your plugin, you have to copy the compiled files folder mentioned above in Scripts/plugins/ (path of ARXivarPortal) in order to use it.(e.g.
MyDrive:\Program Files (x86)\Abletech\ARXivarNext WebPortal\Scripts\plugins
)
This repository contains these Typescript plugins:
- ConcludiWorkflowTS
- ObjectClonerTS
- UndoDocumentRevisionTS
- UploadPluginRouteTS
- TaskV2InvoiceWidget
- FeesCanPrototype
You can either download the .zip file or clone the repo.
Some sample plugins for ARXivar Next
- Click here in order to install a plugin link in ARXivar Next.
This repository contains these link Workflow V2 plugins:
You can either download the .zip file or clone the repo.
Note: These plugins are provided as a support for learning activities, it's not recommended their use in production environment. Use them as a 'draft' for creating your plugins.
Note: Instructions for plugin creation can be found at generator-arxivar-plugin.