-
It would be really nice to have the ability to quickly access assets using site.com/{assetTag} Not asset ID but TAG this would make it easy for an admin with a mobile phone to quickly access the asset and check it out or check it in. Thanks for the awesome app again!! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
After thinking about this it would be nice to also have a programable entry point to the inventory system using the asset tag number. Ill give an example: We have QR code asset tags that were made up a long time ago. When you scan the QR code it points to https://inventory.site.com/id/{assetTag} Now that we have a new inventory system I was able to add to the .htaccess file a mod_rewrite that would redirect any requests that match 'id/[0-9] as our asset tags are only numbers and then I took the asset tag number and redirected the user to https://inventory.site.com/hardware/bytag?assetTag={assetTag} So I was jut thinking I'm sure others might have this issue when coming from another system where they had unique URLs that pointed to their assets like this. Might be cool to put into the system a config page so the system handles this request and not the .htaccess. On this page you could tell it the URL to expect and what to strip of what part is the asset tag and do the redirect. If you combine that with the first option you can just redirect them to https://inventory.site.com/{assetTag} Just more of my constant thinking to improve stuff sorry, I'm just worried the .htaccess will be overridden on the next update! |
Beta Was this translation helpful? Give feedback.
-
We already have that functionality.
It's how the top search bar works. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, I don’t see a way to mark this discussion as “answered”. (I think discussions are still kind of a beta feature for GH.) |
Beta Was this translation helpful? Give feedback.
We already have that functionality.
https://snipe-it.local:8890/hardware/bytag?assetTag=XXXXXXX
It's how the top search bar works.