Madcheese101

Results 12 comments of Madcheese101

Hello, I have been able to locate and fix the issue, but I am not sure if it is a proper solution. I don't know how to contribute the solution...

If possible the Item Select Query through `frappe.db.sql` will be changed to use `frappe.qb` instead as it is way secure and will minimize the possibility of SQL Injection. if it...

This feature offers the ability to add two more filters to the POS interface to filter the products like the Item Group Filter. You can enable filtering using two attributes...

New Commit: [changed from frappe.db.sql to frappe.qb](https://github.com/yrestom/POS-Awesome/pull/385/commits/ee44017a1797a037a761f442c3a57282215e5e86) changed from `frappe.db.sql` (method to get items_data) to `frappe.qb` for more security and to follow the new direction to push for the `frappe.qb`...

New Commit: [changed the hide_unavailable_items logic to work on DB directly](https://github.com/yrestom/POS-Awesome/pull/385/commits/6c11794e2a81710ee253d05860452ac0fc4bb2b9) Changed filtering items depending on whether they have stock or not through the option `Hide Unavailable Items` in `POS...

If you need more clarification on any of the commits, please let me know.

Doesn't the template item filters popup only work if you have show template items set to true? I didn't know that it works as a filter, to be honest. I...

I think it is a bit inconvenient to have to look for and click on the template item to set some filters for items that you want to search for....

@CloudERPng It can, but it is best to leave it as default because it would contradict the logic of returning an invoice. when returning an invoice the employee should not...

- I am not very sure how this works in multi-company scenarios, however, this gets the metadata of the doctype after applying the property setters from Property Setter fields. -...