inventree / InvenTree

Open Source Inventory Management System
https://docs.inventree.org
MIT License
4.24k stars 763 forks source link

Parts and stock tabs do not show complete information after updating #8304

Open Jamespcman opened 1 week ago

Jamespcman commented 1 week ago

Please verify that this bug has NOT been raised before.

Describe the bug*

Parts and stock tabs do not show complete information after updating to 16.5

Steps to Reproduce

Main website click on upper parts tab or stock tab do display proper information, which was there before update the bill tab by and Cell or probably working

Expected behaviour

On the PC, through the web browser, the parts and stock categories are not fully functioning as they were before the update I have tried deleting the cash multiple times Everything else seems to be functional except for those two sections.

Deployment Method

Version Information

16.5

Please verify if you can reproduce this bug on the demo site.

Relevant log output

No response

SchrodingersGat commented 1 week ago

Try this first - https://docs.inventree.org/en/stable/faq/#feature-x-does-not-work-after-update

Otherwise, please provide some screenshots. It is hard to know exactly what you mean

QuadratClown commented 1 week ago

I have the same Issue. My parts/stock pages look like this: Image

Additionally, clicking on "edit" on a selected stock location does nothing Image

QuadratClown commented 1 week ago

Was able to fix this by migrating the database via docker compose run --rm inventree-server invoke update and reloading the browser cache 👍

EDIT:

nvm, looks like the issue is back. It worked for a while, then stopped working for no apparent reason. I'm getting this error on Firefox, both in regular and incognito tabs:

jQuery.Deferred exception: loadApiIconPacks is not defined @https://inventree.pindsvikaudio.com/part/:715:5
l@https://inventree.pindsvikaudio.com/static/script/jquery_3.3.1_jquery.min.js:2:29375
Deferred/then/a/</c<@https://inventree.pindsvikaudio.com/static/script/jquery_3.3.1_jquery.min.js:2:29677
setTimeout handler*Deferred/then/a/<@https://inventree.pindsvikaudio.com/static/script/jquery_3.3.1_jquery.min.js:2:29886
u@https://inventree.pindsvikaudio.com/static/script/jquery_3.3.1_jquery.min.js:2:27457
fireWith@https://inventree.pindsvikaudio.com/static/script/jquery_3.3.1_jquery.min.js:2:28202
fire@https://inventree.pindsvikaudio.com/static/script/jquery_3.3.1_jquery.min.js:2:28238
u@https://inventree.pindsvikaudio.com/static/script/jquery_3.3.1_jquery.min.js:2:27457
fireWith@https://inventree.pindsvikaudio.com/static/script/jquery_3.3.1_jquery.min.js:2:28202
ready@https://inventree.pindsvikaudio.com/static/script/jquery_3.3.1_jquery.min.js:2:31285
_@https://inventree.pindsvikaudio.com/static/script/jquery_3.3.1_jquery.min.js:2:31419
EventListener.handleEvent*@https://inventree.pindsvikaudio.com/static/script/jquery_3.3.1_jquery.min.js:2:31533
@https://inventree.pindsvikaudio.com/static/script/jquery_3.3.1_jquery.min.js:2:220
@https://inventree.pindsvikaudio.com/static/script/jquery_3.3.1_jquery.min.js:2:225
 undefined

This error does not appear in Chromium based browsers it seems, so Edge/Chrome are working fine.

EDIT: Now I'm getting the same error in Edge as well. It worked for a while, but then stopped working This is weird