2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +00:00
Commit Graph

4198 Commits

Author SHA1 Message Date
402301e165 Add ability to filter stock items by "depleted" status 2020-08-08 17:06:22 +10:00
190610c6c9 Merge pull request #897 from SchrodingersGat/serialized-stock-adjust-fix
Cannot edit quantity for serialized stock when adjusting
2020-08-08 17:05:29 +10:00
732405f738 Cannot edit quantity for serialized stock when adjusting 2020-08-08 17:01:29 +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
3831a04ce0 Merge remote-tracking branch 'inventree/master' 2020-08-08 09:52:48 +10:00
eac53c836c Update README.md 2020-08-08 09:52:14 +10:00
2cd6c0b9fc Merge pull request #895 from SchrodingersGat/return-to-stock
Return to stock
2020-08-08 09:48:44 +10:00
8d9cfd3678 Migration file for StockStatus codes 2020-08-08 09:44:21 +10:00
a2c3c1086c Catch unhandled javascript errors 2020-08-08 09:31:57 +10:00
ff71fe6e93 Fix "in_stock" logic for StockItem
- Not in stock if it is at a customer!
2020-08-08 09:20:42 +10:00
861a2982db Removed "SHIPPED" stock status code 2020-08-08 09:16:53 +10:00
54c1f2d9a2 Upgrade to latest flake8 2020-08-08 09:15:45 +10:00
459cc03aae Remove "ASSIGNED_TO_BUILD" status code 2020-08-08 09:08:15 +10:00
80173a9d43 Remove ASSIGNED_TO_OTHER_ITEM status code 2020-08-08 09:07:25 +10:00
bdea29df04 Add functionality to return stock item from customer 2020-08-08 09:05:33 +10:00
7b332d93ee Rearrange button layouts 2020-08-08 08:48:27 +10:00
518ad3eb60 Merge pull request #892 from SchrodingersGat/import-fix
Allow default_keywords to be  null
2020-08-04 11:35:25 +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
d65d76653c Merge remote-tracking branch 'inventree/master' 2020-08-03 20:49:33 +10:00
08bab0a1b9 Merge pull request #891 from SchrodingersGat/security-fix
Update requirements.txt
2020-08-03 19:53:34 +10:00
481eeb8338 Update requirements.txt 2020-08-03 19:36:41 +10:00
e0e82dabf3 Merge pull request #889 from SchrodingersGat/allow-empty-stock
Allow creation of a stock item with zero quantity
2020-07-30 21:09:57 +10:00
10691b3d03 Allow creation of a stock item with zero quantity 2020-07-30 21:05:37 +10:00
8a1f358505 Merge pull request #888 from SchrodingersGat/allow-staff-delete
Allow staff delete
2020-07-30 20:29:57 +10:00
b7f30ee136 Update translations 2020-07-30 20:26:14 +10:00
d90edab59f Staff users are allowed to delete stock items that otherwise are not able to be deleted 2020-07-30 20:23:46 +10:00
d1d5b45073 Merge remote-tracking branch 'inventree/master' 2020-07-22 14:52:57 +10:00
daab81fa2c Merge pull request #887 from eeintech/allow_api_thumbnail_update
Allowing Part thumbnail (image) update via API
2020-07-22 09:19:43 +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
51c194fb8f Merge branch 'master' of github.com:eeintech/InvenTree into bom_dev 2020-07-19 15:05:07 -05:00
6994af411d Merge remote-tracking branch 'inventree/master' 2020-07-18 13:31:07 +10:00
5209a7a1b0 Merge pull request #884 from SchrodingersGat/fix-filters
Adds table filters for stock assigned to a particular customer
2020-07-14 16:05:44 +10:00
0152ae79ef Adds table filters for stock assigned to a particular customer 2020-07-14 15:54:03 +10: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
cfd1194a6e Merge pull request #883 from eeintech/api_delete_inactive_part
API: Allow part deletion if inactive
2020-07-09 19:42:51 +10:00
9b7977a217 API: Allow part deletion if inactive 2020-07-08 10:56:23 -05:00
5f2ca784c9 Merge branch 'negative-stock-fix' 2020-06-28 19:26:56 +10: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
25b7f0b7ee Merge pull request #879 from SchrodingersGat/star-filter-fix
Fix filter logic for 'starred' parts
2020-06-28 19:14:55 +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
8ac23c080f Merge pull request #875 from SchrodingersGat/tweaks
"Active" part toggle is always enabled
2020-06-22 11:33:39 +10:00
fa3d2d005a "Active" part toggle is always enabled 2020-06-22 11:27:59 +10:00
da70af7ba0 Merge pull request #874 from SchrodingersGat/show_non_stock
Add ability to display "out of stock" items against a part
2020-06-22 10:55:12 +10:00
930f903f5d Add ability to display "out of stock" items against a part 2020-06-22 10:48:41 +10:00
16bea33695 Merge pull request #867 from SchrodingersGat/name-conventions
Update verbose names for some fields
2020-06-13 20:52:15 +10:00