snipe / snipe-it

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

Feature Request: Reservations / schedule requests #5081

Open alden-david opened 6 years ago

alden-david commented 6 years ago

Desired Behavior

I'd like to see a schedule or reservation system for asset requests and accompanying workflow changes.

Bonus functionality:


Actual Behavior

Requests have no schedule, only the timestamp from creation.


Similar Issues

1050, #3399


--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/55377439-feature-request-reservations-schedule-requests?utm_campaign=plugin&utm_content=tracker%2F505106&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F505106&utm_medium=issues&utm_source=github).
daverpaar commented 3 years ago

Yes, Still wishing for this feature.

-Dave

On Sun, Sep 13, 2020 at 12:38 PM stale[bot] notifications@github.com wrote:

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!

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

--

Dave Paar daverpaar@gmail.com

ryantkasher commented 3 years ago

+1 This is HUGE

gormster commented 3 years ago

+1

Pretty much unusable without it.

JP-Git commented 3 years ago

+1

I'm with @gormster on this. Would be great to have this implemented before the end of 2020.

grifu commented 3 years ago

We have a Snipe-it custom version with these features working during one year from now. It was built with version v4.6.4. I would love to share, but it is not optimised and ready for sharing. Most of the work was hard coded.

TonyTheDarkLord commented 3 years ago

+1

matmair commented 3 years ago

@grifu I would love to help on this, we need this in my organisation to be able to switch. Can I help you in any way with porting it over? My DMs are open - https://mjmair.com/

Start - Matthias J Mair
Persöhnliche Kontaktseite von Matthias J Mair
grifu commented 3 years ago

I have a manual in PDF written in Portuguese for students and teachers showing the reservation features that I can share. Or maybe place some pictures here. The code itself needs to be rewritten and optimised. I've been working in this custom version for awhile in a chaotic way, only 1 or 2 days every while and then (more then 2 months). This offset drives me crazy, because every time the work is resumed, I take almost 2 hours to understand what I've done. It is important to rewrite, optimize and make it useful to be able for upgrade, in particular the database issues.

stale[bot] commented 3 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!

TheXRMonk commented 3 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!

Still relevant

stale[bot] commented 3 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!

elbdude01 commented 3 years ago

+1

sonicnkt commented 3 years ago

currently evaluating snipe-it for our organisations assets. A reservation system that can be enabled for certain assets would be really cool. We have a few devices that are shared between the departments and should be bookable months in advances so everybody could plan their events. If this could be done within snipe-it with a calendar view to check when a device is available would be great so we dont have to rely on another software to manage that and manually update snipe-it accordingly.

Also our users dont have to use different platforms to request certain devices.

shigel commented 3 years ago

+1

roboerto commented 3 years ago

+1

geoffhouse commented 3 years ago

+1 For us, it's pretty much the only major feature missing from this otherwise amazing software. How can we help to get it considered for dev?

eirik-L commented 3 years ago

+1

zha commented 3 years ago

+1

polak785 commented 2 years ago

Indeed, :+1: for this feature please

In our company we need this to plan futur assignation when a workstation can be assigned to a newer employee when the end of an intership of someone for exemple. We cannot set this in Snipe-IT and we need to put this information somewhere. We can do this in Snipe-IT only when the person leave.

pantheonw commented 2 years ago

I just got another request for this, but I don't think I've seen any dev response to it

OceusDCrain commented 2 years ago

I definitely think this would be a great feature, has anybody reached out to a dev directly to see if they're aware of this request?

devZer0 commented 2 years ago

+1

grifu commented 2 years ago

I just got another request for this, but I don't think I've seen any dev response to it

Here you can find a demonstration with this feature: cpr

uberbrady commented 2 years ago

We’re definitely aware of this request, and we’re not fundamentally opposed to it or anything. @grifu if you can make your changes into a PR for us, we’d definitely take a look at it. We might ask for some changes or something for it so that it can be generally applicable for all users, though. Still, we’d love to at least have a look. And we’d love even more to merge it :)

grifu commented 2 years ago

I would love to contribute, but it is not easy to do. I've made these changes from time to time with an hardcoding approach, trying to implement as fast as I could. Laravel was a mystery to me, I have never had experience with a Model-Based development. I would like to help, but do not know how.

uberbrady commented 2 years ago

That's okay! There are basically two separate ways we can go (I mean, as well as just "doing nothing" which sometimes is the right choice...).

1) If you're interested in learning how to contribute to open source (a very worthy goal!), we can try and give some guidance to you for your PR - saying "we'd like to see this change" or "this needs to be picked up in the .env" or "stylistically, this could switch to using this instead of that..." You could just put up a PR which is just a simple 'diff' between what you've got and what's on develop or master. And then we'd make recommendations. We'd try to be gentle, I promise :)

2) If that's not your jam, you can just put up what you've got and say "you folks figure it out! But here is my stuff at least to start from." Maybe we'd have to fully re-implement what you've done? Or maybe we could take it and just add a few tweaks to make it fit with the rest of the software.

Either way, you'd have to just start by pushing up your changes so we can have a look at them.

If we're all really lucky, you no longer will have to maintain a bespoke branch of Snipe-IT, and the rest of our users will be able to benefit from your changes, which'd be great for everyone!

grifu commented 2 years ago

I would very happy to contribute to open source, but I that is a demanding task which requires time, which unfortunately I do not have right now. My initial approach was precisely to contribute, and I even created a GitHub fork for that. Initially, I've tried to introduce changes in the code in a way that would be possible to update from a standard version, for instance database updates, or even the datetimepicker module that I use for the reservations.

I can try to create a short report in English referring to the features and changes that I've made. I can also try to add comments in the code to explain each task. After that, I can upload to GitHub.

grifu commented 2 years ago

If someone is interested in the reservation system for Snipe-it, you can download and analyze the changes that I've made at GitHub https://github.com/grifu/snipe-it Before, I have forked snipe-it, but never made any changes. Today, I've removed that fork and created a new repository. This changes were made above an old version - Version v4.6.4 - build 3885 (master). I can try to create documentation and help the developers to adapt the code to a newer version of snipe-it. You can also try to install this version, but I have never tested. I don't have much time for a full contribution, but I'll try to help as much as I can. Please let me know if someone was able to install this version.

vk-chaertl commented 1 year ago

+1 this would be great. Haven't had the time to check out @grifu's changes, but I'd be delighted if it could be ported to v6.

natrius commented 1 year ago

I have a room full of test devices that need to be shared between different people / teams. It sounds like something like this would be good to have.

Usecases of users could be:

And stuff i think would be usefull

@grifu Can you share or explain a bit more what you did? Screenshot maybe? I haven't event tried snipe-it yet but it would be good. But i don't think i can use a random fork :)

vk-chaertl commented 1 year ago

Excellent usecase summary, thanks! Some of things I didn't even know I needed! :D @natrius Be aware that the current snipe-it version is 6.0.8, so the v4.6.4 - build 3885 that grifu based his fork on has been superseded 3.5 years ago. There are some nice goodies that will be missing, and I doubt support will be stellar...

eliasho commented 1 year ago

+1 again :) we would really like this feature. For us it is a major shortcomming of snipe-it. Is there a way of sponsoring or make kind of crowdfunding for the implementation of this feature? I guess together we could finance it... as a single small institution we cannot. What would be the cost? any guess?

c74infrateam commented 1 year ago

+1 we really need to get this going - I have the exact use case @natrius stated above

grifu commented 1 year ago

I have a video showing some of the features and short documentation for users in Portuguese. Natruis user cases are great. Our version was develop with specific features and specific flow because we are a school. For instance all the reservations must be approved by a teacher or services personal. Than our services can deliver the assets to students, because the reservations have all the data, they just need to allocate the asset without requiring to fill Al the data (just confirmation), which makes the delivery much faster. The reservations can be done for specific hours (mornings, afternoons, full day). In the reservation form it is possible to see the asset reservation dates. However we would like to implement a calendar view for asset reservation as Natruis refers. We made the reservations just for the assets, but it should be made for the models, so the system chooses the asset that is available for that date. We have implemented a recursive reservation for weeks, but it should also be for days and months. The reservation is sent for the responsible person by mail to approve. However it is possible to approve reservations directly on snipe-it, but we must implement a checkbox system to approve all the selected reservations. There are specific flags for certain features, in particular for our services. We want to implement other features such as massive reservation system, and room reservations (we have video suites, labs and studios) for students. however as I said before I’m short of time.

teach404W commented 1 year ago

+1

PA-Rob commented 1 year ago

this would be an amazing feature for us

Hobbit13 commented 1 year ago

Lacking the future reservation option is the main reason for us to consider moving towards Booqable (which is already in use by other groups in our organization). We now have an Outlook agenda and an item in Snipe It for the same item, which is confusing.

soraiku commented 1 year ago

+1

BartVermeir commented 1 year ago

Will love to see something like this. Would really help. Thx

JeffreyGIE commented 1 year ago

Please add the functionality request, this would be a major improvement for the Tool.

vk-chaertl commented 1 year ago

+1

jbolthouse commented 1 year ago

+1

timwsuqld commented 1 year ago

Please don't comment "+1". This just spams everyone's inbox who is subscribed to the issue waiting for progress. Instead, go to the top of the issue, and click the Thumbs Up on the original report.

clicit commented 11 months ago

We also have very similar use cases to those from @natrius. Is there any plan to integrate something like @grifu already had done? It's really important for us to know if anything is coming within the near future. Otherwise we have to check alternatives, which I want to avoid..

zkerrigan commented 8 months ago

Hello. I've been using SNIPE-IT for about a year now, and I would definitely like to see a calendar/booking feature. I just spoke to someone on the phone today, and let them know this thread is still active and there seems to be an interest in this feature.

zkerrigan commented 8 months ago

Just wondering if anyone from SNIPE-IT is checking this thread. Looks like this request has been up for 5+ years now. I would really like to avoid moving to another platform, but the lack of response and the lack of action make me think I have no choice. Please at least let us know if this is in the works, and a possible timeline. If it is not something that is going to be incorporated, please also let us know so we can move forward with another company.

Akhun-Delar commented 4 months ago

I guess this is still relevant for a lot of us. I am also willing to put a 3-4 digit bounty on this. Is there any way I can do this? Or is it already coming in the next major version release? @snipe

meifi commented 4 months ago

+1

any updates ?

schnadoslin commented 2 months ago

+1

What is the current status of the implementation of @grifu regards snipe-it v6 ? This looks very promising, right?