Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for QR codes in Asset view #119

Merged
merged 3 commits into from
Jan 28, 2014

Conversation

jakemcgraw
Copy link

Use QR codes as asset tags, link back to Snipe-IT.

Print QR code onto sticker, slap on back of asset and 馃挜 no more typing in asset tags!

Requirements:

  • Requires php-gd plugin.
  • BaconQrCode installed through Composer.
  • New database migration file.

Asset View

screen_shot_2014-01-28_at_12_22_18_am-2

Admin Settings View

screen_shot_2014-01-28_at_12_22_54_am-2

Admin Settings Edit

screen_shot_2014-01-28_at_12_23_01_am-2

Jake McGraw added 3 commits January 28, 2014 04:25
added baconqr to composer package list
added admin settings page for qr code
added QR code inclusion on asset controller getView  action/template
@snipe
Copy link
Owner

snipe commented Jan 28, 2014

Nice work, @jakemcgraw!

snipe added a commit that referenced this pull request Jan 28, 2014
Added support for QR codes in Asset view
@snipe snipe merged commit d497a84 into snipe:develop Jan 28, 2014
@snipe
Copy link
Owner

snipe commented Jan 28, 2014

FYI, ran into a version conflict when trying to update this via composer update, as explained in this similar example.
http://stackoverflow.com/questions/20996767/requirements-could-not-be-resolved-to-an-installable-set-of-packages

I'm going to try bumping us up to Laravel 4.1 before I go crawling through other deps.

@snipe
Copy link
Owner

snipe commented Jan 28, 2014

Also, this describes what I'm seeing, but I don't have a bootstrap/compiled.php to delete.
https://github.com/laravel/laravel/issues/1968

Not sure what's going on. :( I will figure it out tho.

@snipe
Copy link
Owner

snipe commented Jan 29, 2014

I wiped the install and it went through fine. Must have been a weird composer caching thing.

@snipe
Copy link
Owner

snipe commented Jan 29, 2014

Hm. QR codes aren't working on the alpha site. The code was pushed, and the option is there, but its behaving as if it's always turned off. I just upgraded PHP to 5.5.7, which I'm sure has something to do with it. (It's working locally for me with 5.5.3)

@snipe
Copy link
Owner

snipe commented Jan 29, 2014

(Sorry for all the emails) I see what's happening. For some reason, it thinks gd isn't installed. It is, though. So, investigating that.

@snipe
Copy link
Owner

snipe commented Jan 29, 2014

Got it - 580590b

@stevecookms stevecookms mentioned this pull request Jul 19, 2016
@dooley1023 dooley1023 mentioned this pull request Feb 2, 2017
2 tasks
@katecruser katecruser mentioned this pull request Feb 8, 2017
2 tasks
@Mike1704 Mike1704 mentioned this pull request Mar 3, 2017
@aaronlott aaronlott mentioned this pull request Jun 13, 2017
@hairysamurai hairysamurai mentioned this pull request Sep 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants