-
-
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
Consumables break if large number of items is checked-out #15853
Comments
There is already a PR open for this. #15785 - just not sure it's how we want to handle it, nor the use case where someone would be checking out 10k consumables at a time. |
It's not 10k a a time. It's total quantity that breaks everything.
…On Wed, 20 Nov 2024, 15:16 snipe, ***@***.***> wrote:
There is already a PR open for this. #15785
<#15785> - just not sure it's how
we want to handle it, nor the use case where someone would be checking out
10k consumables at a time.
—
Reply to this email directly, view it on GitHub
<#15853 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA4UZQ3454DJZVMDFKIRVCD2BSDUFAVCNFSM6AAAAABSEC2FKCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBYGU2TQMZVGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Debug mode
Describe the bug
If more that 8300 pieces of consumable are checked-out, page shows 'No matching records found' for that consumable.
If user has more than 10k pieces of consumables assigned - users part of SnipeIT is bricked - page shows 'No matching records found'.
Reproduction steps
Expected behavior
That list shows entries, not the message 'No matching records found'. On a side note, that list would should show single line for check-out action with number of items checked-out, instead of entry for every single item.
Screenshots
Snipe-IT Version
latest demo
Operating System
Web Server
PHP Version
Operating System
No response
Browser
No response
Version
No response
Device
No response
Operating System
No response
Browser
No response
Version
No response
Error messages
No response
Additional context
Currently, you can't remove assigned consumables and there's no other way to remove consumables from the user. I understand that 8000+ pieces of consumables may look like overkill, but our company goes through 500 packs of A4 sheets per week and if we would decide to track paper, we would brick the system unintentionally. Also, someone could make a mistake checking-out consumables by putting 9999 as quantity.
The text was updated successfully, but these errors were encountered: