b5bc8935a2
Added manufacturer data to BoM export
...
(cherry picked from commit c7ddccc4ec
)
2020-08-19 14:08:34 +10:00
82903d2bd6
BOM display is now heirarchical
2020-08-18 21:01:22 +10:00
92ac93aac5
More intelligent checking for circular BOM
...
- Check all the way down a BOM "tree"
- Validate BOM tree before allowing BOM submission
2020-08-18 14:17:59 +10:00
ca4d3df287
Update translation files
2020-08-18 14:01:40 +10:00
68fb599c73
Major improvements to BOM upload
...
- Column headings now match the values provided in BOM import template
- Add a new column for part selection, while displaying all imported data
- Better code documentation
- Improve data validation
- Allow decimal quantity (not just integer!)
- Better matching logic
2020-08-18 14:01:01 +10:00
7349b396ca
Merge remote-tracking branch 'upstream/master' into bom-import-export
2020-08-18 11:50:40 +10:00
476cc5f661
BOM upload: improve generation of "import" template
...
- Better field naming
- Remove some fields which are not required here
- Better description of what is going to happen
2020-08-18 11:47:27 +10:00
783a94acce
Corrected MakeBomTemplate method's queryset
2020-08-17 16:42:28 -05:00
84c0ec7937
BoM: added part matching based on IPN
2020-08-17 16:35:38 -05:00
303157c586
Added part match auto-selection (if partial_ratio >= 100) to BoM part selection form
2020-08-17 14:10:24 -05:00
685a58b807
Merge remote-tracking branch 'origin/master' into bom_dev
2020-08-17 12:05:54 -05:00
25d90f643a
Make BOM levels integers
2020-08-17 10:39:35 +10:00
b5b882d3b6
Merge pull request #906 from SchrodingersGat/blabel
...
Label Printing Functionality
2020-08-16 14:02:38 +10:00
a4267f76e8
Fixes for barcode data rendering
2020-08-16 13:39:05 +10:00
eb2422e6be
Merge pull request #905 from SchrodingersGat/bom-depth
...
Allow user to set "depth" of exported multi-level BOM
2020-08-16 09:29:09 +10:00
e5406cae24
More PEP fixes
2020-08-16 09:05:16 +10:00
97103207b6
PEP fixes
2020-08-16 08:34:54 +10:00
b27ecf54d7
Allow user to set "depth" of exported multi-level BOM
2020-08-16 08:29:36 +10:00
f1373e3bea
Improve speed of BomItem API queries
...
- Including the pricing information takes absolutely ages, takes too long!!
2020-08-15 21:52:32 +10:00
d34383e842
Specify serializer type for part category
2020-08-15 21:20:31 +10:00
19c036f50a
Add migration files
2020-08-08 17:16:04 +10:00
a7ee323035
PEP fix
2020-08-08 16:59:48 +10:00
ad977d4d26
Add default ordering for Company model
...
- Now will sort by "name" in choice fields, etc
2020-08-08 16:54:09 +10:00
0f199556df
Add migration file
2020-08-04 11:21:27 +10:00
3a266cf322
Allow default_keywords to be null
2020-08-04 11:10:24 +10:00
f386039d5a
Added validation method for uploaded file using imghdr library
2020-07-21 16:01:17 -05:00
af70dd5dfe
Allowing Part thumbnail (image) update via API
2020-07-20 16:16:26 -05:00
3b98d85143
Merge branch 'master' of github:eeintech/InvenTree into bom_dev
2020-07-09 08:48:41 -05:00
46586ba960
Corrected typo in part.models, simplified MakeBomTemplate function
2020-07-09 08:47:52 -05:00
9b7977a217
API: Allow part deletion if inactive
2020-07-08 10:56:23 -05:00
3d7676e292
Merge pull request #880 from SchrodingersGat/negative-stock-fix
...
Improve logic of "quantity_to_order" function
2020-06-28 19:23:37 +10:00
3d245c7ce3
Improve logic of "quantity_to_order" function
2020-06-28 19:14:51 +10:00
134a688e4a
Fix filter logic for 'starred' parts
2020-06-28 19:08:13 +10:00
fa3d2d005a
"Active" part toggle is always enabled
2020-06-22 11:27:59 +10:00
930f903f5d
Add ability to display "out of stock" items against a part
2020-06-22 10:48:41 +10:00
2e91f64a96
Add (disabled) print-label button for Part display
2020-06-12 18:13:14 +10:00
1ad4b8b131
Reorganize buttons for "Part" view
2020-06-12 18:11:57 +10:00
09400fd66b
Decimalize display of variant stock
...
(cherry picked from commit 6e45360c4b7a6bc91f584f498fb6e1988593db95)
2020-06-09 13:31:16 +10:00
126e42a022
Add "IPN" column to stock list table
2020-06-06 08:47:06 +10:00
16d261d956
Make description fields optional
2020-06-05 19:33:32 +10:00
a3c0d35b20
Fix for case where BOM item quantity is zero
2020-06-04 11:37:55 +10:00
5f3816212f
template parts are now allowed to be variants
...
- Do not throw an error here!
2020-05-29 12:40:40 +10:00
9b7b65374d
Use rounding decimal field in BomItem form
2020-05-27 10:33:47 +10:00
7bcf9bf5be
Allow template parts to be specified for the BOM item
2020-05-27 10:06:18 +10:00
78990a99e5
Fix serializer for stock item
2020-05-26 23:01:30 +10:00
e128410d54
Update 'required' status for new serializers
...
(cherry picked from commit 2306e29743eb25266c78bec5357d1194e0778c58)
2020-05-26 20:29:09 +10:00
81e38eeb14
Add some more custom FileField serializers
...
(cherry picked from commit 7b9ff27baefacc977fef7852e99d8a9bb46a062a)
2020-05-26 20:29:04 +10:00
47a4ab2ed8
Template changes
2020-05-26 11:38:17 +10:00
27ca84fd2a
Part view shows next available serial number
2020-05-26 11:34:11 +10:00
009adaf528
Code to get and test for variants of a part
2020-05-25 13:13:28 +10:00