Lukas
Lukas
I seem to remember that @matmair has tried to standardize things across inventory software. Maybe you know something/have some ideas in this area too, on how qrcodes can be standardized...
But aren't ean/gtin numbers just 13 digits so they would fit in a v1 qr? And as they are all numbers, they would even fit in a number type qr...
They then even would need v3, because 15% error correction would be minimum in my opinion (max 26chars) . Higher ECL would be even better. So when we do it,...
I still need to find a better solution for this. It's definitely on my roadmap.
I'd like to push this forward now. I understand that only numbers are not the right choice here as they could get easily mixed with normal GTIN Codes or other...
ok, I found out, there is something called mixed mode for QR codes. Using mixed mode, data can be encoded using multiple formats in one QR code. That means that...
You can do this like this: https://github.com/inventree/InvenTree/blob/7e9d2f79ab247f459b483922a553744bb9bf69cd/src/backend/InvenTree/machine/api.py#L83-L85
Can you please show us how you tried to modify the table columns? I can only guess you tried to mutate the return value of the useMemo, but that should...
Have a look at https://github.com/inventree/InvenTree/blob/master/src/frontend/src/tables/part/ParametricPartTable.tsx And yes, how you do it will not work. That's not how react works. But the linked example should pretty much cover what you are...
Thanks for you quick answer and transferring it to this repo, I was not aware that there is a different repo for the LSP. I'm not sure how much forward...