Lauty
Lauty
@agritheory I need to show some fields like Supplier and Customers and the actually endpoints just have this: ```JSON { "key": "f4d0f1634244989ba2e080344021102ff3c0b54a3e013673c5637d49", "doctype": "Purchase Order", "company": "Ambrosia Pie Company", "parent":...
@agritheory could you test it? Are you still having problems with the builder?
@Alchez I ran some tests using a manifest file. I created a file called `vite_asset.py` that reads the `manifest.json` generated by Vite to get the actual bundle filename, and then...
@Alchez, @agritheory mentioned that functions in `hooks.py` can sometimes cause issues with Redis _(due to pickling and storage in Redis leading to unexpected states)_, so I looked for an alternative...
@agritheory Is this issue completed in this PR (https://github.com/agritheory/beam/pull/251)? Maybe this issue could be closed.
## Debugg I added a `console.log` to debugg the warehouse list  Let me know if you can see the select dropdown populated with...
> @lauty95 Just tested this again - not seeing any items populate when I scan a warehouse Could you test it again? I installed a new site and it’s working...
@agritheory ## Features - x button now removes the items - scanning an item now increments its quantity ## Discussion I added a function to get items similar to what...
@agritheory 1 - Yes! It clears the table. I'll update it. 2 - Mmm I haven't tested this with a handling unit. I'll check it out
@agritheory Demo of changes: https://github.com/user-attachments/assets/4d957cc0-3143-41b9-925d-580ab7786c30 It would be great if you could test it. One thing to note: When you scan an HU, it triggers `add_or_associate` action, which doesn't increment...