Metadata-Version: 2.4
Name: inventree-ss-batch-number-generator
Version: 0.2.14.dev0
Summary: Plugin to generate unique batch numbers
Home-page: https://www.smartsentry.co.uk
Author: Rob Kettridge
Author-email: rob.kettridge@smartsentry.co.uk
License: MIT
Keywords: inventree plugin
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Framework :: InvenTree
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: inventree
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# SSBatchNumberGenerator

Plugin to generate unique batch numbers

## Installation

### InvenTree Plugin Manager

... todo ...

### Command Line 

To install manually via the command line, run the following command:

```bash
pip install inventree-ss-batch-number-generator
```

## Configuration

... todo ...

## Usage

... todo ...
