TwitterBootstrap5 Widgets for php-abraflexi Library for Abraflexi with EasePHP Framework widgets
composer require vitexsoftware/ease-twbootstrap5-widgets-abraflexi| Soubor | Popis |
|---|---|
| AddressForm | Formulář pro výběr firmy |
| ConnectionForm | Formulář pro pripojeni k firme |
| StatusInfoBox | Infostaus pripojeni k firme |
| File | Description |
|---|---|
| CompanyLogo.php | Company Logo |
| DocumentLink.php | Link to the document in the AbraFlexi web interface |
| AbraFlexiLogo.php | AbraFlexi Logo |
| EmbedResponsiveHTML.php | Class for displaying HTML document on the page |
| EmbedResponsivePDF.php | Class for displaying PDF document on the page |
| RecordTypeSelect.php | Dropdown for selecting document type |
| RecordChooser.php | Dropdown for selecting record based on Selectize.js |
Examples in the Examples folder
Company Logo: companylogo.php
Address Editor: addresseditor.php
Invoice listing on the page: invoices.php
Embedding PDF on the page: embed.php
Retrieving document from AbraFlexi and sending it to the browser: getpdf.php
Form for entering AbraFlexi login details and displaying whether the connection was successful: statussignin.php
Custom button installer buttonInstaller
For Linux, .deb packages are available. Please use the repo:
sudo apt install lsb-release wget apt-transport-https bzip2
wget -qO- https://repo.vitexsoftware.com/keyring.gpg | sudo tee /etc/apt/trusted.gpg.d/vitexsoftware.gpg
echo "deb [signed-by=/etc/apt/trusted.gpg.d/vitexsoftware.gpg] https://repo.vitexsoftware.com $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo apt update
sudo apt install php-vitexsoftware-abraflexi-bricks






