landofcoder / module-barcode-suite
Generate Barcode, Print Barcode, Add product to cart with barcode, find products with barcode, rest api, graphql, use for POS app.
Installs: 38
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
This package is auto-updated.
Last update: 2024-10-16 10:44:44 UTC
README
The module will auto setup there sub modules:
Main Features
- Generate barcode by inventory, mutil source stock
- Add product to cart with barcode (GraphQl, REST API)
- query find products by barcode (GraphQl, REST API)
- Barcode Label for Magento 2: Using this POS add-on, the store owner can design customized barcode labels/stickers for products.
- Display price, product name, logo, date, product custom attribute on the barcode labels. The admin can multi-select barcode labels and preview them before printing.
- Support generate barcode for multi source products
- Compatible with MSI of magento 2.3.6-2.4.x
How to setup?
Setup via composer with command:
composer require landofcoder/module-barcode-suite
Then run magento 2 commands:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento indexer:reindex