You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Behavior (or desired behavior if a feature request)
Currently we can select asset name, serial & asset tag but not company. I know with the QR code you can enter text for it but that doesn't help when asset tagging for multiple companies (I look after 4 different companies in a single office). Adding the company field would make life much easier being able to see which company owns a device at a glance.
thanks
The text was updated successfully, but these errors were encountered:
in the meantime you can add it yourselve in /resources/views/hardware/labels.blade.php and add follwing where you want in your label within div with class=label
* Migration - Labels Display Company Name setting
* Add Company Name to Labels
Add company name if it is turned on in settings and asset has a valid company
* Add Company Name checkbox to Label settings
* Add Company Name Lang
* Add display company name to postLabels
* Revert Add Company Name Lang
* Fix display company name in postLabels
* Change tinyInt to boolean for display company name
* Simplify checking for company and getting the name
* Change to square brackets for array notation
* Move divs inside if statements on optional fields
Expected Behavior (or desired behavior if a feature request)
Currently we can select asset name, serial & asset tag but not company. I know with the QR code you can enter text for it but that doesn't help when asset tagging for multiple companies (I look after 4 different companies in a single office). Adding the company field would make life much easier being able to see which company owns a device at a glance.
thanks
The text was updated successfully, but these errors were encountered: