Closed (fixed)
Project:
Commerce Point of Sale (POS)
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
22 Aug 2016 at 16:19 UTC
Updated:
13 Oct 2016 at 17:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
Scott Robertson commentedSeeing if the tests will even run properly, what with Composer Manager needing to be configured and packages installed.
Comment #3
Scott Robertson commentedBah, wrong patch...
Comment #8
Scott Robertson commentedI don't think in the patches' current state it's possible to have the tests pass. Thinking about it a bit more, it's probably beneficial to move the barcode generation functionality out of the base label modules so that the barcode generation portion isn't required if you just want some really basic labels.
Comment #9
Scott Robertson commentedMoved barcode generation for the labels into a separate submodule.
Comment #12
Scott Robertson commentedHm, I think this might be failing because of a bad dependency. The tests run OK locally, but not on DrupalCI.
Comment #15
Scott Robertson commentedNot sure what's going on with DrupalCI...I've fixed an unrelated issue with
commerce_pos_label_get_label_formats, but that shouldn't have prevented the new label tests from running entirely.Comment #18
Scott Robertson commentedTrying to move dependencies around and see if that helps the tests...
Comment #21
Scott Robertson commentedChecking to see if it's the jquery print dependency causing all this trouble.
Comment #23
Scott Robertson commentedTrying to confirm that it's actually the jQuery Print dependency and not Libraries or jQuery Update
Comment #25
Scott Robertson commentedPull request submitted: https://github.com/AcroMedia/commerce_pos/pull/1
Comment #26
Scott Robertson commentedPull request has been merged.
Comment #28
sharif.tanveer commentedHaving this error when visiting the setting page of POS
Fatal error: Class 'Picqer\Barcode\BarcodeGeneratorPNG' not found in C:\Users\SharifMohammad\Desktop\xcode\sites\all\modules\commerce_pos\modules\label\modules\barcode\commerce_pos_label_barcode.module on line 50
Is it anything to do with the composer set up/ php barcode generator library ?
Thanks,
SM
Comment #30
trungonly commentedI also getting error as #28, cannot find inclusion for Class 'Picqer\Barcode\BarcodeGeneratorPNG'. Any solution?