.. |
fixtures
|
Adds API endpoint to allocate stock items against a SalesOrder
|
2021-10-26 23:51:36 +11:00 |
migrations
|
Further fixes for unit tests
|
2022-02-25 17:17:34 +11:00 |
templates
|
Merge pull request #2698 from SchrodingersGat/delete-serialized-stock
|
2022-03-02 00:32:59 +11:00 |
templatetags
|
Prevent operations on null dates
|
2022-02-28 23:39:11 +11:00 |
__init__.py
|
Move SupplierPart and SupplierPriceBreak to the 'Company' app
|
2019-05-18 23:08:34 +10:00 |
admin.py
|
Add autocomplete fields to admin views for "build" app
|
2021-12-04 20:17:36 +11:00 |
api.py
|
Merge remote-tracking branch 'inventree/master' into match-fields
|
2022-02-17 22:55:16 +11:00 |
apps.py
|
database not ready events are hard to reproduce consistently
|
2022-02-13 17:39:17 +01:00 |
bom.py
|
Expand available stock information when exporting Bill of Materials
|
2022-01-27 13:59:13 +11:00 |
forms.py
|
remove dead code
|
2022-01-21 00:30:51 +01:00 |
models.py
|
Bug fix for BuildOrder.bom_items
|
2022-03-01 23:53:33 +11:00 |
serializers.py
|
merge statments
|
2022-02-20 04:26:52 +01:00 |
settings.py
|
Added PART_NAME_FORMAT to Inventree settings and exposed the same in settings window with a validator
|
2021-10-12 19:06:23 +05:30 |
tasks.py
|
Skips some specific steps when importing data
|
2022-02-03 16:03:46 +11:00 |
test_api.py
|
ignore wrong control view safeties
|
2022-02-13 05:48:10 +01:00 |
test_bom_export.py
|
unit test fixes
|
2022-02-07 13:32:35 +11:00 |
test_bom_import.py
|
remove unneeded assignment
|
2022-02-20 04:24:13 +01:00 |
test_bom_item.py
|
ignore controls that should not be reached in coverage
|
2022-02-13 05:50:19 +01:00 |
test_category.py
|
remove dead test
|
2022-02-13 17:41:27 +01:00 |
test_migrations.py
|
removes all lines consisting only of spaces
|
2021-05-06 12:11:38 +02:00 |
test_param.py
|
ignore controls that should not be reached in coverage
|
2022-02-13 05:50:19 +01:00 |
test_part.py
|
ignore wrong control view safeties
|
2022-02-13 05:48:10 +01:00 |
test_views.py
|
PEP code style fixes
|
2021-11-25 14:55:24 +11:00 |
urls.py
|
Fix existing bug with BomExport functionality - could not select BOM format
|
2022-02-05 00:12:40 +11:00 |
views.py
|
PEP fixes
|
2022-02-07 12:32:50 +11:00 |