Oliver
a91ff58d84
Flakey
...
Fixing python style errors
2018-04-16 01:02:17 +10:00
Oliver
1027e812bc
Use django_import_export
...
- Allows import / export to multiple file formats
- Provides admin interface
- Work to be done to perform data tweaking
- It would be really cool if the data fields could be associated 'intelligently'
(i.e. not just based on PK, but name-lookup too).
2018-04-16 00:44:32 +10:00
Oliver
0550dad2d4
Added ability to attach file(s) to a part object
...
- Not yet fully working!
2018-04-14 18:44:56 +10:00
Oliver
e30a089c76
Move BomItem into the Part app
...
- Does not make sense to keep these separate
- Removed bom app entirely
2018-04-14 14:19:03 +10:00
Oliver
bd46f66d6b
Begin to add views for part models
...
- List BOM items
- Show category listing as linked items
- Fix some pathing issues with InvenTreeTree class
2018-04-13 22:36:59 +10:00
Oliver
ed61ebe5b7
Starting to implement BOM management
...
- Each part can be made of other parts
- Disable tracking and project apps for now
- Project will change (eventually) to work order
- Part parameters have been disabled (for now)
2018-04-12 16:27:26 +10:00
Oliver
338dcd3b72
Fixing python errors
2017-04-11 17:21:05 +10:00
Oliver Walters
4fafe93d9c
Updated part parameter
2017-03-29 15:45:50 +11:00
Oliver Walters
4dc0179484
Fixed PEP issues
2017-03-29 15:12:14 +11:00
Oliver Walters
11b790c3ec
Added Part Templates
2017-03-29 15:02:59 +11:00
Oliver Walters
b5dc22f33a
peppa pig
2017-03-28 23:31:41 +11:00
Oliver Walters
deda73a50f
Added stock status field
2017-03-28 22:27:46 +11:00
Oliver Walters
5c8cc035a4
Started work on cross-referencing
...
- part admin now shows total quantity in stock
- part model can return a list of projects it is associated with
2017-03-28 21:24:00 +11:00
Oliver Walters
155151e98b
More admin updates
2017-03-28 17:59:28 +11:00
Oliver Walters
a082eb2c81
Improved project admin
2017-03-28 17:53:54 +11:00
Oliver Walters
492c651324
Improved admin view for part
2017-03-28 17:49:01 +11:00
Oliver Walters
cc7593b44f
Tree parent filtering
...
- Prevents recursion
2017-03-27 21:03:46 +11:00
Oliver Walters
ffb9132de2
Added "Part"
...
- Has IPN (internal part number)
- Linked to a PartCategory
2017-03-25 23:19:49 +11:00
Oliver Walters
bb4fc9820f
Added PartCategory
...
- Parent can be null (top-level category)
- Parent can be other PartCategory
2017-03-25 23:07:43 +11:00