No project description provided
Project description
Cova Dispensary POS Audit Tool
An inventory audit tool for speeding up inventory and avoiding errors that occur during processing. This tool will allow users to complete inventory counts with a simple workflow that remedies user error.
Installation and Usage
$ pypi install audit-tools
>>> from audit_tools import SessionManager
>>> session = SessionManager('/path/to/products.csv')
...
>>> session.count_product('F7X6A7', 20)
>>> session.reduce_product('F7X6A7', 3)
...
>>> session.shutdown()
Problems
All of the problems that we encounter while processing inventory data during an audit.
- Extremely slow
- Miscounts often
- Redundant item checks
- Manual Data Entry
Solutions
Our ideas for solution implementations for fixing these problems so that an Audit can be completed successfully with accuracy and speed.
-
Session Manager
- Allows users to start a new session with a products csv or xlsx file. The session manager will process all incoming products and append them to the sessions DataFrame, at the end of the session the session manager will parse all of the data in the session, complete variance calculations, raise any alerts, and save the session to the updated csv or xlsx file.
-
Scan & Count
- Allows users to scan a SKU and count the number of products to update the session file.
-
Scan & Edit
- Allows user to scan a SKU adn manage the data entry for a specified product in the session.
-
Receipt Parser
- Allows user to uploada receipt scan and the system will parse the receipt and update the session file.
Feature List
This list will include all the features, current and future.
Features | Working Status |
---|---|
Session Manager | In Development |
Scan & Count | Planned |
Scan & Edit | Planned |
Receipt Parser | Planned |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
audit-tools-0.1.2.tar.gz
(7.9 kB
view details)
Built Distribution
File details
Details for the file audit-tools-0.1.2.tar.gz
.
File metadata
- Download URL: audit-tools-0.1.2.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.8.8 Darwin/21.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc79ec23e25d1cf3dcbfdbfee617de016ef887400f8206689113029fbe2a6d0c |
|
MD5 | 3125ba55eab4082ed3e79435d40cebd9 |
|
BLAKE2b-256 | 173822f32ddc8b492da469cec546dc49d768f7fef9c2dfa5955a6320089b2e13 |
File details
Details for the file audit_tools-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: audit_tools-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.8.8 Darwin/21.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6de23b10078b83d57400e5988b0a5a02ba4dbe3928feaa8b74fcc78552492071 |
|
MD5 | 1134d49e73d2a02317bbeb42892da524 |
|
BLAKE2b-256 | dabd6eb9be010090f61fa4ff4564fb78c60456302547624c62eeefe76759e62e |