odiea

Results 18 issues of odiea

I found the following code in The current version of CI. I get tired of loading the database config to see what db I am using. I don't know if...

enhancement

Just a quick question. If someone is familiar with time math would it be possible to create a time clock module using the current Cashups module? It has a open...

enhancement
needs owner

Is there a way to grant an employee just the permission to add items in the pos screen or to prevent the Items from showing in the header after permissions...

enhancement
needs owner

The following code in Controller/Receivings postEditItem returns this issue if any number is changed. Currently I have it edited out to complete a Receivings. //$this->validator->setRule('price', 'lang:items_price', 'required|numeric'); //$this->validator->setRule('quantity', 'lang:items_quantity', 'required|numeric');...

bug
CodeIgniter4

The following issue is showing on most forms that have a Date selector. ![2023-11-11 14_40_10-Odies Test _ Powered by OSPOS 3 4 0-dev](https://github.com/opensourcepos/opensourcepos/assets/10962177/f1d7c7ce-cfee-4257-87ad-a548d364b88c)

bug
CodeIgniter4

If someone could figure this issue out then CI3 would be compatible with at least PHP 8 with minor changes. ERROR - 2023-12-29 11:13:34 --> Severity: error --> Exception: Class...

enhancement
wontfix

The partial/datepicker_locale is now showing a starting date of 1899. It is also showing minutes. view('partial/datepicker_locale', ['config' => '{ minView: 2, format: "'.($config['dateformat'] . '"}')]) Appears not to be working...

bug
CodeIgniter4

In Items form there is checkNumeric. I found that checkNumeric is located in the secure controller. To fix this issue I had to change the line from ```remote: "" to...

bug
CodeIgniter4

In Sale_lib the following has been commented out. $this->sale = model('Sale'); //TODO: This is causing an infinite loop because the constructor calls the sale library . To eliminate this problem...

bug
CodeIgniter4

### Bug Description? In the address bar and you don't have permission for office change the current http://localhost/ci4branch/public/sales to office and this is the error reported. ### Steps to Reproduce?...

bug
CodeIgniter4