3
0
Fork 0

fix: add basic execution methods for batch handler

also logic for batch data files, and deletion
This commit is contained in:
Lance Edgar 2024-12-14 19:39:02 -06:00
parent a514d9cfba
commit 3585eca65b
8 changed files with 402 additions and 2 deletions

View file

@ -112,6 +112,12 @@ Glossary
"inventory batch" would use another. And each "type" would be
managed by its own :term:`batch handler`.
The batch type is set on the model class but is also available on
the handler:
* :attr:`wuttjamaican.db.model.batch.BatchMixin.batch_type`
* :attr:`wuttjamaican.batch.BatchHandler.batch_type`
command
A top-level command line interface for the app. Note that
top-level commands don't usually "do" anything per se, and are