Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/landofcoder/module-pos-barcode-label
magento 2 pos barcode label
https://github.com/landofcoder/module-pos-barcode-label
magento2 magento2-barcode-label magento2-extension-free magento2-generate-barcode-label magento2-pos-barcode-label
Last synced: 11 days ago
JSON representation
magento 2 pos barcode label
- Host: GitHub
- URL: https://github.com/landofcoder/module-pos-barcode-label
- Owner: landofcoder
- License: mit
- Created: 2021-02-26T07:30:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-14T10:01:02.000Z (over 3 years ago)
- Last Synced: 2024-12-05T14:40:02.031Z (28 days ago)
- Topics: magento2, magento2-barcode-label, magento2-extension-free, magento2-generate-barcode-label, magento2-pos-barcode-label
- Language: PHP
- Homepage: https://landofcoder.com
- Size: 62.5 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Magento 2 Module Lof BarcodeLabel
``landofcoder/module-barcodelabel``
- [Main Functionalities](#markdown-header-main-functionalities)
- [Installation](#markdown-header-installation)## Main Functionalities
POS 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.## Installation
\* = in production please use the `--keep-generated` option### Type 1: Composer (Recommended)
- Install the module composer by running `composer require landofcoder/module-barcodelabel`
- enable the module by running `php bin/magento module:enable Lof_BarcodeLabel Lof_BarcodeInventory`
- apply database updates by running `php bin/magento setup:upgrade`\*
- Generate static files by running `php bin/magento setup:static-content:deploy -f`
- Flush the cache by running `php bin/magento cache:flush`### Type 2: Zip file
- Unzip the zip file in `app/code/Lof`
- Enable the module by running `php bin/magento module:enable Lof_BarcodeLabel Lof_BarcodeInventory`
- Apply database updates by running `php bin/magento setup:upgrade`\*
- Generate static files by running `php bin/magento setup:static-content:deploy -f`
- Flush the cache by running `php bin/magento cache:flush`