objecttothis

Results 411 comments of objecttothis

> ? The height is fixed, You mean it is already working or it is not adjustable? Sorry, I meant that you can set the height of the barcode in...

I pushed a commit that works if picquer will add `preserveAspectRatio="none"` as an attribute to their `` tag. I have a request out to them to consider it so we...

> This seems to be due to a 404 missing route for `set_print_after_sale` in the sales controller. @objecttothis it's not completely clear to me when a route needs to be...

Super. I may be mistaken but I think very few of the custom routes are needed. Maybe reports, login, no access and maybe if we have one related to secure...

There are a couple of issues with Item save right now. Namely Attributes are not saving consistently, locale is not being respected with floats and the issue you reported. They...

@andriux1990 3.4.0 is limited to keeping current functionality but with CodeIgniter 4.5.1. There is a good deal to be done still with working out kinks in 3.4.0, but I'm not...

After you check out ci4-branch you need to build the application. The instructions to build are in readme.MD. The css will function correctly then.

> Another problem I've had is that when migrating my existing database from the previous version of OSPOS, I can't log in afterward. I don't know if this is just...

> @objecttothis thanks for answering. If you're referring to these instructions: https://github.com/opensourcepos/opensourcepos/blob/ci4-branch/INSTALL.md or https://github.com/opensourcepos/opensourcepos/blob/ci4-branch/README.md . It doesn't specify the version of the CSS. > > In the partial/header.php file, there's...

@jekkos I looked into the vulnerability a little and here is what Github Copilot came back with. ![image](https://github.com/opensourcepos/opensourcepos/assets/17935339/c877e37f-cda4-4a78-8db5-d0c33cfa1268) It appears we are using QueryBuilder in most places, but we should...