-
**Describe the bug**
while running drush cr /drush status
PHP Fatal error: Uncaught Error: Call to undefined method Composer\InstalledVersions::getInstallPath() in /var/www/html/vendor/drush/drush…
-
PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in /vendor/tecnickcom/tcpdf/tcpdf.php on line 16900
`composer require spipu/html2pdf`
Using PHP 8…
-
I'm replacing some deprecated [Emberlabs](https://github.com/emberlabs/barcode) code and php-barcode-generator has been fantastic. I think I'm going to need to do validation for the input barcode cont…
-
Hello,
The tests suite never end with `./vendor/bin/roave-no-leaks`, I have to stop it by hand, so I don't have any results.
Tested with phpunit 8.0.*, phpunit 8.1.* phpunit 8.2.*, phpunit 8.3.*…
-
It would be good to have widthFactor to be float instead of int to allow better adjustments.
I found a similar issue
https://github.com/picqer/php-barcode-generator/issues/100 and it says it re…
-
Hey all,
Today we discussed that 1.9.0 will be our last minor release version of the 1.x branch. After this no new enhancements will be done and we will start focusing on `Faker 2.0`. To kick off l…
-
Hello,
Is there any way I can show the actual code of the generated barcode or a custom text at the bottom part of the generated barcode image?
-
#### Expected Behavior (or desired behavior if a feature request)
Have the ability to generate a barcode for Licenses, Accessories, Consumables, and Components just like you can for assets.
The …
-
- [x] BOM (Bill of materials) => Allow to define the raw materials necessary for the manufacture of the finished product => Ready in v11
- [X] MO (Manufacturing order) => Management of the fabricatio…
eldy updated
10 months ago
-
In the PNG generator, the signature is
```php
public function getBarcode($barcode, $type, int $widthFactor = 2, int $height = 30, array $foregroundColor = [0, 0, 0])
```
But in all the others,…