__IMPORTANT: If you choose to ignore this issue report template, your issue will be closed as we cannot help without the requested information.__
Please make sure you tick (add an x between the square brackets with no spaces) the following check boxes:
Please write your issue here. If a bug, please make sure to provide as much information as possible including configuration settings (e.g. Decimals set, Tax mode), language and steps to reproduce the bug.
We are glad you like the software! Your compliment is nice to hear. Unless I missed it, I'm not aware that OSPOS currently has an inventory audit system. It is something on my list to eventually add unless someone beats me to it. Currently, when we conduct our audits, we manually scan barcodes into an excel with quantity and price amounts, then do a database dump of the data (using MySQL queries) and compare the two in excel.
I would like to implement something that, when scanning barcodes, it allows you to select the item to "check it off". Automatically checking an item off would only work if you have the option to allow duplicate barcodes disabled.
It would be doable to enter into Inventory Audit mode-->scan barcode-->select from a list which item is yours, enter the quantity, confirm retail price-->click submit which brings you back to the barcode scan and current inventoried item list. Once finished, clicking "complete inventory" will generate a report showing discrepancies.
Things to factor:
@waploaj
Also a final feature to add would be to reset the quantities of items in stock to what you have verified there is present
The concept of an inventory session sounds very useful. Currently we have created a separate user for this and add or subtract inventory quantities as items are scanned. In the end we just sum and find the discrepancies using an sql query.
@jekkos yes, having the ability to reset quantities to that which was physically inventoried would be valuable. We would need to do this in such a way that allows the user to blanket accept the new inventory values or to select which ones to select. The place that this could get messy is with situations where a section gets inventoried, but a couple items don't get scanned because they are on a display in a window, or somewhere else. If they do a blanket accept, then this could create problems.
Most helpful comment
We are glad you like the software! Your compliment is nice to hear. Unless I missed it, I'm not aware that OSPOS currently has an inventory audit system. It is something on my list to eventually add unless someone beats me to it. Currently, when we conduct our audits, we manually scan barcodes into an excel with quantity and price amounts, then do a database dump of the data (using MySQL queries) and compare the two in excel.
I would like to implement something that, when scanning barcodes, it allows you to select the item to "check it off". Automatically checking an item off would only work if you have the option to allow duplicate barcodes disabled.
It would be doable to enter into Inventory Audit mode-->scan barcode-->select from a list which item is yours, enter the quantity, confirm retail price-->click submit which brings you back to the barcode scan and current inventoried item list. Once finished, clicking "complete inventory" will generate a report showing discrepancies.
Things to factor: