vitexsoftware / ease-bootstrap5-widgets-abraflexi
php-abraflexi extending classes and widgets
Fund package maintenance!
Patreon
Requires
Requires (Dev)
README
TwitterBootstrap5 Widgets for php-abraflexi Library for Abraflexi with EasePHP Framework widgets
Instalace
composer require vitexsoftware/ease-twbootstrap5-widgets-abraflexi
Co tady máme ?
Třídy v AbraFlexi/Bricks/ui/TWB5:
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
Debian/Ubuntu
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