mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
* Bug fix for BarcodePOReceive endpoint - Existing scan must match "stockitem" to raise an error * bug fix: barcode.js - Handle new return data from barcode scan endpoint * Add barcode endpoint for allocating stock to sales order * Improve logic for preventing over allocation of stock item to sales order * Test for sufficient quantity * Bump API version * Bug fix and extra check * Cleanup unit tests * Add unit testing for new endpoint * Add blank page for app sales orders docs * Add docs for new barcode features in app * Fix unit tests * Remove debug statement |
||
---|---|---|
.. | ||
fixtures | ||
migrations | ||
templates/order | ||
__init__.py | ||
admin.py | ||
api.py | ||
apps.py | ||
forms.py | ||
models.py | ||
serializers.py | ||
tasks.py | ||
test_api.py | ||
test_migrations.py | ||
test_sales_order.py | ||
test_views.py | ||
tests.py | ||
urls.py | ||
validators.py | ||
views.py |