-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a custom field as default (required) while checkout #6188
Comments
Is this still relevant? We haven't heard from anyone in a bit. If so, please comment with any updates or additional detail. |
This issue has been automatically closed because it has not had recent activity. If you believe this is still an issue, please confirm that this issue is still happening in the most recent version of Snipe-IT and reply to this thread to re-open it. |
Please Consider mirso1703's request. we are also looking for the same option. If some custom fields made available while item checkin/checkout, it will be good to update important details such as temporary assignment, returnable, send to external users through snipe-it users and for custom reports based on these values. |
I would also like to support this request. I have custom location fields which I would like to update at checkout rather than having to go into an asset a second time to edit this information |
I'm leaving my comment here as a mark of support. Required fields break check-ins / check-outs, we'd like to use them to note down the ticket number associated with an action. |
Okay, it looks like this issue or feature request might still be important. We'll re-open it for now. Thank you for letting us know! |
I’m not sure what this means - can you elaborate? |
I'd also like to +1 this request. We are looking to do roughly the same thing as mirso1703. We'd like to track unit location at the same time as who is using it. |
I would like to add and elaborate on this request: When setting adding a field to a field set, there should be an option to have the field show up during check-in, and another option for during check-out. The required option is already implemented. Currently technicians have to edit the device afterwards and set the fields manually. For example: I would like all 3 of these fields to show up and be able to be changed from the check-in and check-out screens. Let me know if I can elaborate or assist further, as this feature would greatly assist our workflow. Edit: Can we change the title of this issue to something more relevant to what I described? IE: Add Ability to Update Custom Fields During Checkin/Checkout |
Also commenting as a show of support. |
This would be a revolutionary feature that will improve our processes by a ton. I support this feature request and will offer to pay money to have this developed. |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
I would also like put my comment here in support of this feature |
Any update on this features? We also need this one |
+1 on this request. We are needing to check out to specific users, then also assign that equipment to a physical office location and are currently unable to do that with options available. |
+1 |
+1 Whatever the custom field we create there should be option use that attribute on CheckIN and CheckOut form. So that it will avoid us to everytime we edit the asset manually again and agiain. after checkin or checkout There was feature request raised for same future feature, but its closed by bot |
@snipe it would be a great help if you enable this feature on checkin and checkout page. |
adding my commment in for support. I could like to add custom fields when checking in and checking out assets |
+1 |
Would also like to have the option to have custom fields appear during check-in and check-out. |
One more +1 for this feature, it would be really useful in our environment. |
+1 for this |
@snipe could you provide any ETA for this feature? |
Also requesting this feature, it needs to be a part of the check-in & check-out process. "Ticket number of latest change:" |
So I found a "dirty" workaround to enable our "room" field in checkin and checkout - but didnt manage to do it in bulk checkout: In /var/www/html/snipeit/resources/views/hardware/ there are two files:
add thefollowing code wherever you want to have your custom field and replace "Room" with whatever the field name is and "_snipeit_room_4" with the name of the custom field in the database:
After that, in /var/www/html/snipeit/app/Http/Controllers/Assets there are two files:
add the following code wherever it will work (I added it after $asset->location_id = $asset->rtd_location_id;
Now the field will be shown both in checkin and in checkout and write the value into the database. The upside: works at all Please add a "real" way of having these things in the future, thanks! |
It would be good to have a custom filed as required while checking out an asset, let's say we have a location and I have a custom filed (sublocation) like a user who is using the device.
Now I have to checkout device and then go edit it and input the custom filed, it would be good that I can make this one of default values while checking it out.
Thank you
The text was updated successfully, but these errors were encountered: