2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-10 17:20:32 +00:00
Commit Graph

9827 Commits

Author SHA1 Message Date
062b3fd0fe Merge remote-tracking branch 'inventree/master' 2019-04-27 15:32:46 +10:00
fee8616766 Merge pull request #170 from SchrodingersGat/more-api-tests
Added more API testing
2019-04-27 15:28:26 +10:00
0484e62836 PEP fixes 2019-04-27 15:25:40 +10:00
e7685951e1 Add (simple) test cases for Stock API
- Still a lot of work to do here
2019-04-27 15:24:30 +10:00
1fbea088dc Added API test for Company app 2019-04-27 15:02:20 +10:00
241f9783ad Added further testing for Part/Bom API 2019-04-27 14:50:49 +10:00
f2f40e4758 Merge branch 'stockitem-note' 2019-04-27 13:56:41 +10:00
28d8252047 Merge pull request #168 from SchrodingersGat/supplier-part
Adjust SupplierPart supplier foreignkey
2019-04-27 13:29:52 +10:00
e0b76213c3 Merge pull request #169 from SchrodingersGat/stockitem-note
Allow editing of 'notes' field when creating new StockItem
2019-04-27 13:29:47 +10:00
030265cc2d Allow editing of 'notes' field when creating new StockItem 2019-04-27 13:12:34 +10:00
95be2755f4 Adjust SupplierPart supplier foreignkey
- Limit choices to 'is_supplier'
2019-04-27 13:10:21 +10:00
922feec7f4 Merge remote-tracking branch 'inventree/master' 2019-04-27 01:08:14 +10:00
d70137dcbd Merge pull request #167 from SchrodingersGat/api-tests
Api tests
2019-04-27 01:07:53 +10:00
64636a6d60 Merge remote-tracking branch 'inventree/master' 2019-04-27 01:05:12 +10:00
f111a42058 Added API tests for Part API
- Uses DRF APITestCase class
2019-04-27 01:03:11 +10:00
443041de3a Update key_file generator script
- Prevent overwrite of key file if it already exists
- Option to force key file overwrite if required
2019-04-26 23:56:19 +10:00
165264bd0e Merge pull request #166 from SchrodingersGat/copy-button
Move 'duplicate' button to the Part options drop-down
2019-04-26 23:44:01 +10:00
040f719b68 Merge pull request #156 from SchrodingersGat/api-cleanup
Api cleanup
2019-04-26 23:40:10 +10:00
69b34a0ff2 Move 'duplicate' button to the Part options drop-down 2019-04-26 23:39:33 +10:00
529beb3d58 Abstract DRF serializer validation
- Subclass InvenTree.InvenTreeModelSerializer
- Ensures model data is checked too (after serializer checks are performed)
2019-04-26 23:34:15 +10:00
e57a8cdcd1 Fix rendering of BOM table view
- Edit and delete rows now works
2019-04-26 23:32:22 +10:00
cec61655cf Fix table rendering for 'used_in' view 2019-04-26 23:12:06 +10:00
08aca6a5a8 Fix rendering for company part list 2019-04-26 23:08:13 +10:00
dee10e4922 Fix rendering of part supplier table 2019-04-26 23:04:08 +10:00
1c710e71a5 Modal forms now display non-field errors
- Critical for errors not relating to a particular field (e.g. unique_together)
- Ref: https://stackoverflow.com/questions/7419535/how-to-render-django-form-errors-not-in-a-ul
2019-04-26 23:01:04 +10:00
73282801c9 Fix for BOM display
- Perhaps need to make this cleaner, later on
- Is this too much data pushed through the API?
2019-04-26 22:41:29 +10:00
accec07fe9 BOM serializer now validates against model
- Need to call instance.clean()
- https://stackoverflow.com/questions/40697648/django-dry-model-form-serializer-validation
2019-04-26 22:36:44 +10:00
ac46a4a413 Merge remote-tracking branch 'inventree/master' 2019-04-26 21:44:44 +10:00
da540e1b26 Improve BOM API endpoint
- Origin at /api/bom
- Add detail view
- Add create power to list view
2019-04-26 21:44:38 +10:00
4e3b8bdd92 Remove draft feature from Part RUD endpoint 2019-04-26 21:44:38 +10:00
6c3041d99c Remove 'draft' function from StockItem RUD endpoint 2019-04-26 21:44:38 +10:00
9ae5ea3876 Add RUD endpoint for Company 2019-04-26 21:44:38 +10:00
6f7082a919 Peppy 2019-04-26 21:44:38 +10:00
9b4e86f36a Add ability to create a new supplierpart from the API 2019-04-26 21:44:37 +10:00
907bccf748 Add SupplierPart detail API
- RUD view
2019-04-26 21:44:37 +10:00
5ee339bb27 Add 'delete' button for supplier parts 2019-04-26 21:44:37 +10:00
948c118695 Merge pull request #164 from SchrodingersGat/search-page
Display available stock in part search page
2019-04-26 21:42:36 +10:00
7593d855cb Merge remote-tracking branch 'inventree/master' 2019-04-26 21:40:26 +10:00
475dd8d8fb Merge pull request #163 from SchrodingersGat/makefile-fox
Remove makefile comment which breaks make on windows
2019-04-26 21:34:08 +10:00
deebc80088 Display available stock in part search page 2019-04-26 21:31:53 +10:00
906353eb52 Remove makefile comment which breaks make on windows 2019-04-26 21:25:40 +10:00
27c7f6589c Merge remote-tracking branch 'inventree/master' 2019-04-26 21:25:00 +10:00
edad4f9cf1 Merge branch 'master' of https://github.com/SchrodingersGat/InvenTree
# Conflicts:
#	Makefile
2019-04-26 21:24:03 +10:00
14e9b71ebb Remove comment line in Makefile which doesn't play nice on Windows 2019-04-26 18:51:37 +10:00
2ff5f57f60 Merge pull request #154 from SchrodingersGat/tracking
Tracking
2019-04-25 23:42:30 +10:00
d78841a665 Allow editing of more stockitem options 2019-04-25 23:35:48 +10:00
8d5850248e PEP fixes 2019-04-25 23:25:52 +10:00
1f8632c77c Improved response message for stocktake 2019-04-25 23:19:22 +10:00
990808ec03 Fix code to move multiple parts via AJAX / JSON 2019-04-25 23:16:54 +10:00
757cd539b2 Enforce 'notes' field for StockItem move
- Better error handling for StockItem.move
2019-04-25 23:01:03 +10:00