jekkos
jekkos
@daN4cat I was also reflecting on this. What should be the scope of 3.4? Typically indeed we have at least one new bigger feature. I was maybe thinking of this...
Regarding the REST APIs, I think we already have REST endpoints for CRUD. (create = save, read = search, update = save, delete = delete) All of these methods are...
Yes I think there are some commands that refer to the application/config path for example, is this different in CI4? I can try to update the .travis.yml file in your...
I see, the new format is just a little different in this case, it just creates a new array instead of appending translations to an existing one, should be feasible...
I suppose we need to fetch translations from this repo now https://github.com/codeigniter4/translations/tree/develop/Language PHP version 7.3 or newer is required, with the *intl* extension and *mbstring* extension installed. It seems that...
It seems we have also consumed all of the build credits on Travis ``` Builds have been temporarily disabled for public repositories due to a negative credit balance. Please go...
@truchosky interesting are you using ospos with multiple cashiers at the same time? It sounds like this one should be easy to fix (just add employeeId to the query to...
I guess for mobile it's best to just do a responsive version of the UI, but in the end this might be really hard if you want to support multiple...
Hi for now a quick fix is to disallow a user to change price. go to employees and untick the box for the cashier.
This last commit has a patch that would disallow selling negative stock.. The price rule is a bit more work to implement alas.