odiea
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...
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...
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...
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');...
The following issue is showing on most forms that have a Date selector. 
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...
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...
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...
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 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?...