.. |
fixtures
|
Add unit test for 'available_variant_stock' in BomItem API serializer
|
2022-04-26 17:05:21 +10:00 |
migrations
|
Further fixes for unit tests
|
2022-02-25 17:17:34 +11:00 |
templates/part
|
Simplify allocation display for part page
|
2022-04-27 15:36:44 +10:00 |
templatetags
|
Remove other demo references
|
2022-04-27 22:00:58 +10: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
|
Bug fix for 'required' filter in PartTestTemplate API
|
2022-04-28 16:25:04 +10: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
|
Fix part allocation check
|
2022-04-28 14:58:05 +10:00 |
serializers.py
|
Refactor PartSalePriceBreak and PartInternalPriceBreak tables to use the API
|
2022-04-26 19:53:09 +10: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
|
Send notification if printing fails
|
2022-03-25 15:57:32 +11:00 |
test_api.py
|
Add unit test for 'available_variant_stock' in BomItem API serializer
|
2022-04-26 17:05:21 +10: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
|
Unit test fixes
|
2022-04-02 11:12:54 +11:00 |
test_category.py
|
Add unit testing for PartCategory tree updates
|
2022-03-10 15:33:29 +11: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
|
Further attempts to fix CI issues
|
2022-04-22 14:33:46 +10:00 |
test_views.py
|
Exporting data from a Part table now uses the API too
|
2022-03-03 17:42:31 +11:00 |
urls.py
|
Refactor PartSalePriceBreak and PartInternalPriceBreak tables to use the API
|
2022-04-26 19:53:09 +10:00 |
views.py
|
PEP fixes
|
2022-04-26 19:54:16 +10:00 |