snipe / snipe-it

A free open source IT asset/license management system
https://snipeitapp.com
GNU Affero General Public License v3.0
11.12k stars 3.19k forks source link

Bulk Check-in #6057

Closed mmahoney812 closed 2 years ago

mmahoney812 commented 6 years ago

Hello, Could it be possible to do a bulk check-in for multiple assets. So in theory when you search for an asset, you can also check in anything else that is assigned to a user.

docdre721 commented 6 years ago

Or location

stale[bot] commented 6 years ago

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 marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Don't take it personally, we just need to keep a handle on things. Thank you for your contributions!

stale[bot] commented 6 years ago

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.

eccraw commented 5 years ago

I feel that a bulk check-in would be very beneficial and provide an easier process.

btprg commented 5 years ago

If bulk check out exists, bulk check in why not? Would be logical...

jelimoore commented 5 years ago

I agree, can we add bulk checkin?

davidmatthews85 commented 5 years ago

I agree this still very useful.

cfasect commented 5 years ago

I'm in favor of this feature too.

gregc-88 commented 5 years ago

Just had to manually check in a bunch of assets.

+1 to this request.

Trog3r commented 5 years ago

+1 to this request. Not sure how to unclose this issue. Seems like if it's still getting comments then it shouldn't be closed?

kev1973 commented 5 years ago

+1 I had 400+ assets that needed to be checked in from a defunct location. I wrote my own bulk check-in to resolve but it would be useful to have it built-in. Love the product and appreciate all the time you put into it!

hexinal commented 5 years ago

+1 I had 400+ assets that needed to be checked in from a defunct location. I wrote my own bulk check-in to resolve but it would be useful to have it built-in. Love the product and appreciate all the time you put into it!

If you ever feel generous, I think some of us would appreciate some sort of it as a quick fix ^^

stale[bot] commented 5 years ago

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!

viclou commented 5 years ago

+1 FD12802

TwistedMatt commented 4 years ago

The bulk Check-in modification by Jacobsen9026 is exactly what I am after however I haven't been able to get it working. I've modified all the files above however always get an error. I've also cloned the develop branch with no luck. Is this a working modification? What do I have to look out for?

stale[bot] commented 4 years ago

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 marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Don't take it personally, we just need to keep a handle on things. Thank you for your contributions!

gregc-88 commented 4 years ago

Bumping thread since this feature is still not supported in live/master branch afaik.

stale[bot] commented 4 years ago

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!

Bakan0 commented 4 years ago

+1 Just trying to help out the stale-bot :)

viclou commented 4 years ago

+1 FD14370

davidmatthews85 commented 4 years ago

Yes as it's not been implemented yet.

On Wed, 26 Feb 2020, 21:01 victoria, notifications@github.com wrote:

+1 FD14370

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/snipe/snipe-it/issues/6057?email_source=notifications&email_token=AJRUMM5DZQIHMN6BMGA22Q3RE3KDLA5CNFSM4FORDI32YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENB32FA#issuecomment-591641876, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJRUMMZU6WBNIO5PMCU7653RE3KDLANCNFSM4FORDI3Q .

asolslk commented 4 years ago

Bumping thread since this feature is still not solve.

zacharysandberg commented 4 years ago

Bump. This is a very important feature for us.

SpearRIT commented 4 years ago

+1 This would be very helpful.

asolslk commented 4 years ago

change the routes/web/hardware.php

    Route::get( 'bulkcheckins',
        [
             'as' => 'hardware/bulkcheckins',
             'uses' => 'BulkAssetsController@showCheckin'
        ]
    );
    Route::post( 'bulkcheckins',
        [
        'as' => 'hardware/bulkcheckins',
        'uses' => 'BulkAssetsController@storeCheckin'
        ]
    );
viclou commented 4 years ago

+1 15383

viclou commented 4 years ago

+1 FD15196

Pancake-Ransom commented 4 years ago

Bump. This is something that is needed very much.

eccraw commented 4 years ago

+1

On Thu, Jul 2, 2020 at 2:10 PM Pancake-Ransom notifications@github.com wrote:

Bump. This is something that is needed very much.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/snipe/snipe-it/issues/6057#issuecomment-653151095, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALJJWCBE2CABT5FTZOWHZB3RZTERLANCNFSM4FORDI3Q .

-- Dylan Crawford Client Support Administrator Elmira College dcrawford16@elmira.edu Work Phone: (607) 735-1712

djlongy commented 4 years ago

+1 supporting this feature too. Very useful for us. Hoping it will be implemented or considered in v5.

SiemG commented 4 years ago

+1

Ragietos commented 4 years ago

+1 because why not if there is a bulk check out why not the opposite

stingalleman commented 4 years ago

You can make a script that does this yourself with https://github.com/stingalleman/snipe-it.js

GitHub
stingalleman/snipe-it.js
Typescript/node.js API wrapper for Snipe-IT. Contribute to stingalleman/snipe-it.js development by creating an account on GitHub.
stale[bot] commented 4 years ago

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 marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Don't take it personally, we just need to keep a handle on things. Thank you for your contributions!

gregc-88 commented 4 years ago

This should be an upstream feature, not just delegated to the API.

stale[bot] commented 4 years ago

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!

dgw commented 4 years ago

I'm procrastinating the job of checking in a batch of 6 assets that were moved today. Can't even imagine handling an entire office's worth of assets without a bulk method…

SupersecretIT commented 4 years ago

+1

IMS-IT-Subscriptions commented 3 years ago

Bump

tsilman-marquette commented 3 years ago

This is still needed.

szadan51 commented 3 years ago

it's still relevant :) would like to see this feature. if it's just as easy to use as bulk audit.

davidmatthews85 commented 3 years ago

Yes, would make this migration of assets easier :)

On Thu, 28 Jan 2021 at 09:59, Szabo Daniel notifications@github.com wrote:

it's still relevant :) would like to see this feature. if it's just as easy to use as bulk audit.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/snipe/snipe-it/issues/6057#issuecomment-768938951, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJRUMM2UUF4OQ6KWYBGJGKTS4EYPPANCNFSM4FORDI3Q .

stingalleman commented 3 years ago

I made a script that runs in the terminal that does exactly what you want. https://github.com/aulacommissie/snipe-bulk_checkin

It just interacts with the Snipe API. It's not my proudest work, but it works really well. I've used it multiple times.

GitHub
aulacommissie/snipe-bulk_checkin
Bulk checkin for snipe-it. Contribute to aulacommissie/snipe-bulk_checkin development by creating an account on GitHub.
kseymour01 commented 3 years ago

+1

guacaflacka commented 3 years ago

+1

ghost commented 3 years ago

+1

averba-snoisle commented 3 years ago

+1 Bulk check-in ability of assets would be very useful for refresh cycles or the closing of a location when a large group of assets will be pulled back to a central location.

chrirule commented 3 years ago

+100 for me.

We're a School District and all of our check-ins and check-outs occur at the same time every year. So we're always doing them in bulk. It would be ideal to have a page where you could set the asset status and location and it would default to those settings on every asset entered. Then we could take a stack of computer and scan over and over and over again until they are all checked in.

Anyone who works in a school would appreciate this setting. We'd even be willing to pay the developer if there were a way to make it happen.

stingalleman commented 3 years ago

+100 for me.

We're a School District and all of our check-ins and check-outs occur at the same time every year. So we're always doing them in bulk. It would be ideal to have a page where you could set the asset status and location and it would default to those settings on every asset entered. Then we could take a stack of computer and scan over and over and over again until they are all checked in.

Anyone who works in a school would appreciate this setting. We'd even be willing to pay the developer if there were a way to make it happen.

Until there's a proper solution (if that will ever happen -_-) you can use https://github.com/snipe/snipe-it/issues/6057#issuecomment-768967008

TenOfTens commented 3 years ago

+100 for me.

We're a School District and all of our check-ins and check-outs occur at the same time every year. So we're always doing them in bulk. It would be ideal to have a page where you could set the asset status and location and it would default to those settings on every asset entered. Then we could take a stack of computer and scan over and over and over again until they are all checked in.

Anyone who works in a school would appreciate this setting. We'd even be willing to pay the developer if there were a way to make it happen.

+1 Same here