Item Management
I was adding a few items into my system and noticed a few things. I was adding something that was already added. I didn't notice this until I was adding additional item numbers in and couldn't figure out why it wasn't saving the additional item number. It is possible to create a flag that tells you that additional item number has been used before? This caused a lot of confusion and I actually reached out to my web host to see if there was a problem on their end. It wasn't until I tried to add the additional part number directly in the MySQL database did I realize it was already being used.
Also, I know I can delete items however is there a way to truly delete them out of the system? I'm fine with them sitting in the deleted items folder but I would like a way to fully remove them as I could see the deleted items section getting quite large.
-
We will see if we can add additional validation in next release.
We don't have a way to delete items 100%. They are still referenced in parts throughout the system so we cannot delete from system. We might able to make another level of delete that cannot be as easily recovered through.
-
Carlos, I've been in the same boat with my POS systems and my accounting software - it is frustrating when you can't clear some of that out. In PHP POS now, though, it's happened often enough to me that the first thing I check are the deleted items.
I've had experiences with other POS systems that aren't so rigid, and there have been problems because of it. I've actually come to appreciate the rigidity of the items in this POS.
Please sign in to leave a comment.
Comments
2 comments