Advanced Search
Search Results
1989 total results found
Popup
Two actions are available for managing popup. You can insert a php script before the query is made to load the data. In addition, it is possible to insert another php script before the data is shown, so you can edit this data or the result when the popup is cl...
Presave
You can enter your own script when you press the "Save" button in EditView mode. To register a script use the method: SDK::setPreSave($module, $src); $module : the name of the module$src : the path of php file To remove the customization: SDK::unsetPreSave...
Advanced query
You can modify the query executed to load the data in ListView, RelatedList and Popup mode in order to limit or extend the visibility of the data. This does not affect Administrator users, who have access to all data. In addition, the module must be set as Pri...
Page Header
You can customize the user icon, the settings icon or the blue bars at the top of the pages of VTE to incorporate new features. To do this, simply extend the method setCustomVars of class VTEPageHeader as follows: SDK::setClass('VTEPageHeader', 'NewPageHeader...
Translations
Translations can be customized for each language and module installed. To modify or insert a new translation use the method: SDK::setLanguageEntry($module, $langid, $label, $newlabel); $module : the module name that contains the string$langid : the code of t...
Fields Visibility
You can change the visibility of the various fields (value of $readonly) and other variables in the different modes (ListView, EditView, and so on) via SDK. To register a new "view" use the method: SDK::addView($module, $src, $mode, $success); $module : the ...
Home Blocks
New blocks can be added to the home of VTE via SDK. The blocks cannot be deleted from the interface. The method for creating a new block is: SDK::setHomeIframe($size, $url, $title, $userid = null, $useframe = true); $size : the horizontal size of the block (...
Custom Buttons
Buttons can be added under the main menu. To insert a new button use the following method: SDK::setMenuButton($type, $title, $onclick, $image='', $module='', $action='', $condition = ''); $type : the type of button, it can be 'fixed' or 'contextual'; in the ...
Transitions Manager
You can change the selection options for the picklists managed by the transitions manager, as well as add messages to the "State manager" block to the right of the record detail. To register this functionality use the method: SDK::setTransition($module, $fiel...
PdfMaker Custom Functions
Custom functions can be added in the PDFMaker module. To insert one use: SDK::setPDFCustomFunction($label, $name, $params); $label: the label of the function (it is translated into the PDFMaker module)$name: the name of the function$params: array with the na...
Custom Folders and Reports
Custom folders can be created using the following API. SDK::setReportFolder($name, $description); $name : the name of the folder$description : the description of the folder The created folder will be on the reports page. It will be visible to all users and ...
Turbolift Counter
When changing the standard extraction criteria of a related list, for example using another method or redefining it by extending the class that contains it, the counter of the number of the linked records visible in the Turbolift (the right column with the lis...
Process log
The way of viewing the logs has changed in the various vtenext releases and is summarized as follows. vtenext 16.09: Logs can be consulted by accessing the filesystem in the folder logs/ProcessEngine vtenext 18.X: In Settings → Business Process Manager → P...
Estensioni di classi
Si possono estendere le classi esistenti al fine di ridefinire o aggiungere attributi e metodi. Si deve innanzi tutto creare un file in cui è definita la nuova classe (ad esempio: class Accounts2 extends Accounts) e registrarla poi con: SDK::setClass($extends...
Requisiti di installazione vtenext 20.04
1. Requisiti Hardware minimi: Ram: 2 GB Hard Disk: 20 GB Processore: 2 Ghz dual core 2. Requisiti Hardware consigliati: Ram: 4 GB Hard Disk: 80 GB Processore: 2 Ghz quad core 3. Sistema operativo consigliato: Il sistema operativo consigliato per l...
Installation Requirements vtenext 20.04
1. Minimun Hardware requirements: Ram: 2 GB Hard Disk: 20 GB CPU: 2 Ghz dual core 2. Recommended Hardware requirements: Ram: 4 GB Hard Disk: 80 GB CPU: 2 Ghz quad core 3. Recommended Operating System: The recommended operating system for the vtene...
Expand a Hard Disk with Ubuntu LVM
So you're running an Ubuntu server in a virtual machine, and now you need to add 20 GB of disk space to root (/). There are quite a few ways to do this, and fortunately you're running the Logical Volume Manager(link is external) (LVM) in Ubuntu, so the process...
Novità introdotte nella versione 20.04 di vtenext
Migliorie motore BPMN 1. Process History in detailview. Oltre alla tab "Grafico processo" è presente una tab aggiuntiva "Storico Processo" dove si ha il dettaglio per iscritto dell'esecuzione del processo e si può visualizzare quale utente ha compiuto quale a...