Feat(QRCode): Implementing barcode in core
Checklist before requesting a review
Please delete options that are not relevant.
- [x] I have read the CONTRIBUTING document.
- [x] I have performed a self-review of my code.
Description
Implementing barcode plugin in GLPI's core
Screenshots (if appropriate):
can you rebase from main branch
@MyvTsv
you also need to adapt GLPI's conf to check that the php-bcmath extension is properly installed (and mandatory)
See Config.php -> checkExtensions
See RequirementsManager.php
Not strictly related to this PR, but last year there was a quick discussion about integrating the camerainput plugin into the core. In my mind, it is strongly related to the old barcode plugin and thought both plugins could be integrated at the same time (different PRs probably).
The barcode plugin allowed creating barcodes/qr codes while the camerainput plugin lets you use a regular camera/webcam to scan barcode/qrcode data directly into specific fields.
https://github.com/cconard96/glpi-camerainput-plugin
Not sure how everyone else feels about it, but I wanted to bring this up now before I forget about it again.
Can you rebase and fix the conflicts ?