Giter Site home page Giter Site logo

vilochane / yii2-barcode-generator-8-types Goto Github PK

View Code? Open in Web Editor NEW
9.0 9.0 13.0 20 KB

This extension based on "Simple jQuery Based Barcode Generator" Wrapper for BarCode Coder Library (BCC Library Version 2.0) by DEMONTE Jean-Baptiste, HOUREZ Jonathan.

PHP 100.00%

yii2-barcode-generator-8-types's People

Contributors

vilochane avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

yii2-barcode-generator-8-types's Issues

Text Beneath Bar Code

I generated the barcodes successfully , but there is a text appearing beneath the barcode.
selection_006

My Code

          `<?php
                 BarcodeGenerator::widget([
                    'elementId' => 'barcodeElement',
                    'value' => $model->asset_id,
                    'type' => 'code128',
                    'rectangular' => true,
                     'settings' => [
                         'output' => 'canvas'
                     ]
                ]);
            ?>`

How can i remove the text ?

Barcode reader cannot scan codabar

Hi,
I am writing my code to generate bar code for ID in database, but when I tried to scan it with barcode it didn't wok. Below is my code:
`$optionsArray = array(
'elementId'=> $model->id,
'value'=> $model->id,
'type'=>'codabar',
'settings'=>['output'=>'bmp','barHeight'=>40]
);

echo BarcodeGenerator::widget($optionsArray);
`

installation faild via composer

When I try to install this plugin through composer command, bellow message appear in cmd:

[InvalidArgumentException]
Could not find package dev-master at any version for your minimum-stability
(stable). Check the package spelling or your minimum-stability

require [--dev] [--prefer-source] [--prefer-dist] [--no-progress] [--no-suggest] [--no-update] [--no-scripts] [--update-no-dev] [--update-with-dependencies] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--] []...

Error Installation Composer

Hi Vilochane,

When I tried Install with composer, show this error:


  [InvalidArgumentException]
  Could not find package dev-master.

install by composer does not work

the install by composer does not work, after try install throw the message:

Problem 1
- The requested package vilochane/yii2-barcode-generator could not be found
in any version, there may be a typo in the package name.

Potential causes:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.