Rohan
Rohan
@agritheory That's weird. Even un-minified, the maximum file size I'm seeing is ~1.3mb: ```js Running build command for beam warning ../../../package.json: No license field $ vite build --config=./beam/www/beam/vite.config.ts Custom BEAM...
@lauty95 I haven't tried this yet, but Vite can generate a [manifest](https://vite.dev/config/build-options.html#build-manifest) file along with the build outputs, which could be read in the `.bundle.js` file and the output files...
@agritheory The tests seem to be failing at an upstream class function, but I'm not sure how to resolve it. It happens when trying to submit a Payment Entry in...
@agritheory I've added the Track Overrides action, and upstream commit references for Payment Entry from the time the functions were added into this app.
@agritheory Okay, I've rebased with `version-15` so this one is ready for review now.
@crabinak Are you facing an issue while accessing the web-server as well? Cause it seems like that port should be visible. Does changing the port visibility manually from inside the...
@agritheory I think we have a few additional scenarios here (that may be inclusive with each other): - **Component discovery:** If a user wants to expose a directory under which...
@agritheory @lauty95 I was only able to use barcodes setup in Warehouses (`3114794434123221501` vs `Kitchen - APC`). Let me know if that's the actual behaviour, or it should also allow...
> @Alchez I'm not using cur_frm.set_value because that method calls functions from stock_reconciliation.js that reset the table. Oh that's weird. In that case, do add a comment around that code...
@agritheory @lauty95 I'm unable to replicate #268 on this branch, but I did see that error on #264. But otherwise, this PR should be good to proceed.