InvenTree/InvenTree/part
Oliver 5d05137630
[Platform] BOM Table (#5876)
* Add generic BooleanColumn for tables

* Edit BOM item

* Add 'building' quantity to BomItemSerializer

* Improve "available" column

* Fix yesnobutton

* Update 'available' and 'can_build' columns

* Delete BOM item

* Improve back-end ordering for BomItem list API

* Table tweaks

* Bump API version

* Tweak API notes
2023-11-08 07:37:17 +11:00
..
fixtures Fix: Allow allocation of variants to sales order lines (#5656) 2023-10-04 10:39:22 +11:00
migrations Update django money / py-moneyed dependencies (#5778) 2023-10-31 22:19:55 +11:00
templates/part Part responsible owner (#5774) 2023-10-23 21:35:51 +11:00
templatetags [PUI] Added AboutInventreeModal (#5813) 2023-10-31 10:02:28 +11:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
api.py [Platform] BOM Table (#5876) 2023-11-08 07:37:17 +11:00
apps.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
bom.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
filters.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
forms.py Move Meta class to top of class definition (#4363) 2023-02-18 18:51:00 +11:00
models.py BOM tree fix (#5870) 2023-11-07 09:48:04 +11:00
part.py Fixes and improvements for the part import wizard (#4127) 2023-01-01 22:03:43 +11:00
serializers.py [Platform] BOM Table (#5876) 2023-11-08 07:37:17 +11:00
settings.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
stocktake.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
tasks.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
test_api.py BOM tree fix (#5870) 2023-11-07 09:48:04 +11:00
test_bom_export.py BOM tree fix (#5870) 2023-11-07 09:48:04 +11:00
test_bom_import.py BOM tree fix (#5870) 2023-11-07 09:48:04 +11:00
test_bom_item.py BOM tree fix (#5870) 2023-11-07 09:48:04 +11:00
test_category.py Recursive delete fix fix (#5819) 2023-10-31 22:58:43 +11:00
test_migrations.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
test_param.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
test_part.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
test_pricing.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
test_views.py Cleanup / consolidate unit testing code (#4831) 2023-05-17 07:35:26 +10:00
urls.py [Feature] Add RMA support (#4488) 2023-03-29 10:35:43 +11:00
views.py Various style fixes (#5797) 2023-10-27 09:06:48 +11:00