Results 7 issues of Lauty

Related issue #161 Doubts: Source and Receiving are mocked from stonecrop, is it ok? "Components" and "Quantity" are fixed, if I use component's slot from BeamMetadata component, I should move...

# Cache Busting - Vite is used to compile Vue components to plain JS (without hash or final bundle) in public/js/compiled/. This Vite-compiled file is then imported in [check_run/public/js/check_run.bundle.js](https://github.com/agritheory/check_run/blob/e9550dd070510f5aeaca7113f4bc8260bf9b1ca7/check_run/public/js/check_run.bundle.js#L3). -...

# Stock Reconciliation Handling Scanning ## Demo https://github.com/user-attachments/assets/8dfc1387-504f-49c4-b676-0aff5bac7311

# Stock Reconciliation [Mobile version] ### Reconciliation option added to menu This option menu was added to `setup.py` so it should be included when executing `bench execute 'beam.tests.setup.before_test'` ![Screenshot 2025-03-12...

# Resolves https://github.com/agritheory/beam/issues/293 ## Dependency I chose to use the `html5-qrcode` dependency based on its download count and documentation quality. I also reviewed `vue-barcode-reader` and `@zxing/browser`. The first one has...

# Resolves https://github.com/agritheory/beam/issues/175 ## Dependencies No external library was used. This implementation uses the native `navigator.mediaDevices.getUserMedia` API. ## How to test To access the device camera, the app must be...