emizoripx / pos-invoicing-fel
Paquete de facturaciĆ³n FEL
v1.1.11
2023-06-19 19:35 UTC
- dev-master
- v1.1.11
- v1.1.10
- v1.1.9
- v1.1.8
- v1.1.7
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.38
- v1.0.37
- v1.0.36
- v1.0.35
- v1.0.34
- v1.0.33
- v1.0.32
- v1.0.31
- v1.0.30
- v1.0.29
- v1.0.28
- v1.0.27
- v1.0.26
- v1.0.25
- v1.0.24
- v1.0.23
- v1.0.22
- v1.0.21
- v1.0.20
- v1.0.19
- v1.0.18
- v1.0.17
- v1.0.16
- v1.0.15
- v1.0.14
- v1.0.13
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0
- dev-develop
- dev-template-invoice
- dev-add-branches
- dev-nit-validate-service
- dev-settings-whatsapp
- dev-integration-settings
- dev-dynamic-link
- dev-changes-invoice
- dev-fixes-ui
- dev-notify-email
- dev-contingency-invoice
- dev-branches
- dev-limit-whatsapp
- dev-send-whatsapp
This package is auto-updated.
Last update: 2024-12-19 23:21:32 UTC
README
Library manage electronic invoices from a POS
Installation
-
Only if not installed
composer require emizoripx/pos-invoicing-fel
STEP 1
php artisan migrate
for creating new tables of package
Instructions for development
for development in a local environment
- create a folder named
package
in the project directory - Enter the directory created and clone the repository
https://github.com/emizoripx/pos-invoicing-fel.git
- Add the following line to the
composer.json
file of the project
"autoload": { "psr-4": { ... "EmizorIpx\\PosInvoicingFel\\" : "package/pos-invoicing-fel/src/" } },
- Then in the terminal run the command
docker-compose exec app composer dumpautoload
docker-compose exec app php artisan optimize
docker-compose exec app php artisan vendor:publish --tag=public --force
Settings Restorants
In the configurations column of the fel_restorants table we can aggregate the following configurations as a key value
- Font size of the invoice print
{ "font_size": "10" }
- Enable the option of invoices for the staff
{ "enable_invoices_staff": 1 }
- Remove black stripe from total
{ "without_background_total": 1 }
- Added product code for delivery
{ "product_delivery_code": "DEL-2122331" }