vitexsoftware/ease-bootstrap5-widgets-abraflexi

php-abraflexi extending classes and widgets

1.4.0 2025-06-26 09:57 UTC

This package is auto-updated.

Last update: 2025-06-26 10:52:28 UTC


README

Project Logo

Latest Stable Version Total Downloads Latest Unstable Version License Monthly Downloads Dependents wakatime

TwitterBootstrap5 Widgets for php-abraflexi Library for Abraflexi with EasePHP Framework widgets

Instalace

    composer require vitexsoftware/ease-twbootstrap5-widgets-abraflexi

Install

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

Logo

Address Editor: addresseditor.php

Output

Invoice listing on the page: invoices.php

Output

Embedding PDF on the page: embed.php

Embedding

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

Connection Test

Custom button installer buttonInstaller

Custom Button Installer

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