Commit Graph
100 Commits
Author SHA1 Message Date
Oliver Walters 85869c07f6 Add 'allocated' column to Build detail view 2019-05-07 23:31:41 +10:00
Oliver Walters 29b94c91f3 Display part images in build allocation list
(CSS needs some work)
2019-05-07 23:28:46 +10:00
Oliver Walters 7101d9cb7e Add part description to build allocation table 2019-05-07 23:09:36 +10:00
Oliver Walters 7dd7b68ed6 Improve functions 2019-05-07 23:03:05 +10:00
Oliver Walters 4f84febbd1 More intelligent BuildItem allocation
- Set initial value for quantity based on how many parts are left to allocate
- Auto select the StockItem to take from (if there is only one)
2019-05-07 22:46:37 +10:00
Oliver Walters e58bed41b0 Visual style improvements 2019-05-07 21:24:09 +10:00
Oliver Walters 7e81d9021f Auto-show the active build table 2019-05-07 21:24:09 +10:00
Oliver Walters c10ddab30c Improve display of Build index 2019-05-07 21:24:09 +10:00
Oliver Walters ff14b0b363 Ensure that a StockItem is not already allocated to a Build 2019-05-07 21:24:09 +10:00
Oliver Walters 7c70b31af4 Build no longer auto-allocates on creation
- Provide 'auto allocation' function which can be run by the user
2019-05-07 21:24:09 +10:00
OliverandGitHub 6bc08af67d Merge pull request #254 from SchrodingersGat/favicon
Added favicon
2019-05-07 21:16:03 +10:00
Oliver Walters 6ac3f58e97 Added favicon
generated using https://www.favicon-generator.org/
2019-05-07 20:24:27 +10:00
OliverandGitHub f8fe54fa25 Merge pull request #253 from SchrodingersGat/company-dnd
Company dnd
2019-05-07 14:52:45 +10:00
Oliver Walters 9a6cf259a6 PEP fixes 2019-05-07 14:48:35 +10:00
Oliver Walters dcbd5d819c Enable DnD for Company image
- Can actually use the existing form to do partial upload!
- Generecise the drag-and-drop upload function
- Remove some (now unnecessary) Python View code
2019-05-07 14:47:31 +10:00
OliverandGitHub 39672d4e23 Merge pull request #252 from SchrodingersGat/cors
Added extra CORS options
2019-05-07 10:29:07 +10:00
Oliver Walters 1cff778a29 Added extra CORS options
- Allows AJAX requests from external sites
- If DEBUG mode is enabled, all CORS requests are allowed
2019-05-07 10:24:39 +10:00
OliverandGitHub b222897358 Merge pull request #250 from SchrodingersGat/tweaks
Some tweaks
2019-05-07 08:13:44 +10:00
Oliver Walters 983804fa1f PEP fix 2019-05-07 08:11:19 +10:00
OliverandGitHub 8477dfbab6 Merge pull request #249 from SchrodingersGat/make-backup
Add makefile option for quick backup
2019-05-07 08:07:41 +10:00
Oliver Walters 0969edc431 Some tweaks
- Add (unused) function to download an external file
- JS tweaks
2019-05-07 08:07:33 +10:00
Oliver Walters a03027ec9b Add makefile option for quick backup 2019-05-07 07:46:29 +10:00
OliverandGitHub e0b4a59258 Merge pull request #247 from SchrodingersGat/drag-n-drop
Drag n drop
2019-05-07 00:18:37 +10:00
Oliver Walters 22ff085b15 PEP fixes 2019-05-07 00:11:27 +10:00
Oliver Walters fe4acd48a7 Add the ability to extract image URL information when drag-and-dropping image URL from a browser window
- Can't do anything with it yet...
- Code is almost there but leaving for now
2019-05-07 00:04:35 +10:00
Oliver Walters 3c7238f29c Extract img URL from a drag-and-dropped image from another website
- https://stackoverflow.com/a/19268449
2019-05-06 22:34:38 +10:00
Oliver Walters bb702367b6 Test that uploaded image is an image file, return error otherwise
- New javascript function inventreeFileUpload
2019-05-06 22:20:06 +10:00
Oliver Walters c88149b9aa POST image data to View
- https://developer.mozilla.org/en-US/docs/Web/API/FormData/Using_FormData_Objects
- https://stackoverflow.com/questions/25390598/append-called-on-an-object-that-does-not-implement-interface-formdata#25390646
2019-05-06 21:49:01 +10:00
Oliver Walters eec0fc34d2 Provide function callback when file is dropped
- https://stackoverflow.com/questions/6756583/prevent-browser-from-loading-a-drag-and-dropped-file
-
2019-05-06 21:28:49 +10:00
Oliver Walters dca26b5810 Change the display of the part thumbnail when dragging a file overhead
Refs:
- https://stackoverflow.com/questions/26756176/jquery-dragenter-or-dragover-to-include-children#26777526
- https://stackoverflow.com/questions/10867506/dragleave-of-parent-element-fires-when-dragging-over-children-elements

Thanks, StackOverflow!
2019-05-06 19:21:14 +10:00
OliverandGitHub 9716401662 Merge pull request #245 from SchrodingersGat/supplier-part-fix
Limit SupplierPart choices in EditStockItem view
2019-05-06 18:09:37 +10:00
Oliver Walters abb8930702 Limit SupplierPart choices in EditStockItem view 2019-05-06 18:06:06 +10:00
OliverandGitHub c22494b7e9 Merge pull request #244 from SchrodingersGat/search-ipn
Search part by IPN
2019-05-06 11:27:08 +10:00
Oliver Walters 02bd9c2d05 Search part by IPN 2019-05-06 11:23:55 +10:00
OliverandGitHub 7b3209b02d Merge pull request #238 from SchrodingersGat/doc-img-fix
Fixed image
2019-05-06 08:19:37 +10:00
Oliver Walters 1d719f1ad3 Fixed image 2019-05-06 08:19:18 +10:00
OliverandGitHub cbf1681688 Merge pull request #235 from SchrodingersGat/filter_active_parts
Filter active parts
2019-05-05 22:43:48 +10:00
Oliver Walters b9e5afa768 PEP 2019-05-05 22:35:39 +10:00
Oliver Walters 9bbcc35959 Builds can only be made for active parts 2019-05-05 22:34:14 +10:00
Oliver Walters b85a4d0895 Limit choices for BomItem Part foreignkey fields
- Only allow 'active' Parts
2019-05-05 22:34:00 +10:00
OliverandGitHub 5a9fc399ac Update README.md 2019-05-05 20:21:45 +10:00
OliverandGitHub b2a61e613c Merge pull request #232 from SchrodingersGat/docs
Added a bunch of developer documentation
2019-05-05 20:18:28 +10:00
Oliver Walters c6a7d1c243 Added a bunch of developer documentation 2019-05-05 20:13:59 +10:00
OliverandGitHub a4be5964b8 Merge pull request #231 from SchrodingersGat/about-icon
Add icon to navbar dropdown
2019-05-05 11:53:34 +10:00
Oliver Walters 726109457c Add icon to navbar dropdown 2019-05-05 11:51:35 +10:00
OliverandGitHub c710171cd8 Merge pull request #230 from SchrodingersGat/qrcode-glyph
Part Starring
2019-05-05 11:47:16 +10:00
Oliver Walters 7987fcc7cc PEP fixes 2019-05-05 11:44:23 +10:00
Oliver Walters c75d892fd7 Display collapsible list of starred-parts on the index page 2019-05-05 11:41:42 +10:00
Oliver Walters aaff92ff9c Make the star icon yellow 2019-05-05 11:21:08 +10:00
Oliver Walters fc5fd5e477 Toggle part star status using AJAX 2019-05-05 11:18:38 +10:00
Oliver Walters d2d248c72e QR button code is now a template 2019-05-05 10:56:59 +10:00
Oliver Walters bbd164407f Display 'starred' status on the Part information page 2019-05-05 10:54:35 +10:00
Oliver Walters b2e935382b Override user field when creating a new PartStar
- Force it to be the currently logged-in user
2019-05-05 10:47:57 +10:00
Oliver Walters 3bd7c28558 Add API endpoint for viewing and deleting a PartStar entry 2019-05-05 10:36:48 +10:00
Oliver Walters d245e58990 Only allow PartStar creation for the currently authenticated user 2019-05-05 09:14:12 +10:00
Oliver Walters 70f1097ea0 API endpoint for accessing part star information 2019-05-05 09:05:44 +10:00
Oliver Walters 86b5b8d16e Add PartStar model to the admin interface 2019-05-05 08:50:14 +10:00
Oliver Walters 919f04044b Enforce uniqueness constraint 2019-05-05 08:48:41 +10:00
Oliver Walters 9919bebaa2 Add PartStart model
- Links parts to users
2019-05-05 08:46:23 +10:00
Oliver Walters 16edcc4bd9 Add 'star' button to Part 2019-05-05 08:42:01 +10:00
Oliver Walters 8a6932e993 Improve QR code display
- Pretty little glyphicon button!
2019-05-05 08:39:16 +10:00
OliverandGitHub e63ae5e92f Merge pull request #229 from SchrodingersGat/fixes
Fixes
2019-05-05 01:07:18 +10:00
Oliver Walters a66bc2fe72 Reload after adjusting Part attachments 2019-05-05 00:53:42 +10:00
Oliver Walters ecb8e71d75 Fixed a missing form title 2019-05-05 00:46:11 +10:00
OliverandGitHub 33947df3b6 Merge pull request #226 from SchrodingersGat/modal-dismiss
Bug fix for modal question box
2019-05-05 00:39:18 +10:00
Oliver Walters c383b2b246 Bug fix for modal question box 2019-05-05 00:38:19 +10:00
OliverandGitHub ecb8995e3e Merge pull request #225 from SchrodingersGat/coverage-testing
Coverage testing
2019-05-05 00:27:00 +10:00
Oliver Walters 22afccd294 Add tests for the custom templates 2019-05-05 00:21:54 +10:00
Oliver Walters fcc83ca7c7 Part API test suite now uses test data fixtures 2019-05-05 00:15:25 +10:00
Oliver Walters e2ced18753 Added some more BomItem tests 2019-05-05 00:00:30 +10:00
Oliver Walters c0e3007e4f Add some BomItem tests
- Add a bom fixture
2019-05-04 23:50:24 +10:00
Oliver Walters 1f80e8c655 More tests for Part
- barcode
- category_path
2019-05-04 23:35:52 +10:00
Oliver Walters 3fda5a3925 Convert test_part to use fixture data 2019-05-04 23:30:41 +10:00
Oliver Walters 663cc269b4 Test recursive child count 2019-05-04 23:22:32 +10:00
Oliver Walters ab6673caa3 Add tests for default location traversal 2019-05-04 23:20:59 +10:00
Oliver Walters 6d803d48b5 Add fixtures to the part test
- Make development of further tests much easier
2019-05-04 22:58:55 +10:00
OliverandGitHub d6285643b6 Merge pull request #224 from SchrodingersGat/cat-default-location
Cat default location
2019-05-04 22:02:00 +10:00
Oliver Walters bc7f3f77de PEPEP 2019-05-04 21:57:43 +10:00
Oliver Walters 67eda51cd2 Add part category tree traversal
- If a category doesn't have a default_location, look at the parent category
- And so on and so on
2019-05-04 21:56:18 +10:00
Oliver Walters 71972f4454 Add function to get the default location for a part
- If field not specified, look at the part category
2019-05-04 19:06:39 +10:00
OliverandGitHub 1a967947d9 Merge pull request #222 from SchrodingersGat/tweaks
Tweaks - A quantity thereof
2019-05-04 19:03:44 +10:00
Oliver Walters f270375847 Add ability to edit default_location for a PartCategory 2019-05-04 19:03:32 +10:00
Oliver Walters 4ffaad3f1a Add a default_location to the PartCategory model
- If a part does not specify a default location, look at the default location of  the category
2019-05-04 19:00:11 +10:00
Oliver Walters 59987940c8 green frog memes 2019-05-04 18:47:54 +10:00
Oliver Walters 9aa1a70f18 QR code improvements
- Display QR codes as links to served images
- The qr_code plugin caches these images in the background
- Make a qr_code template to push out as a modal form
- Create a QRCodeView to simplify display of QR codes
- Add option to launchModalForm() to disable the 'submit' button

Refactored QR code display for

- StockLocation
- StockItem
- Part
2019-05-04 18:46:57 +10:00
Oliver Walters 8e65c0a120 Fixes for some broken views 2019-05-04 17:20:05 +10:00
Oliver Walters 4ef1e4fc78 Explicitly mark some CharField as non blank 2019-05-04 17:01:31 +10:00
Oliver Walters 1d9e31c229 Add a spinning loading icon to modal forms 2019-05-04 16:58:03 +10:00
Oliver Walters b6cace2681 Add 'options' drop-down for Part table in Category view
- Doesn't do anything yet
2019-05-04 16:41:45 +10:00
Oliver Walters b1cdb7833d Add confirmation modal to activate/deactivate a part
- New question modal available
2019-05-04 16:31:23 +10:00
OliverandGitHub cac281599a Merge pull request #220 from SchrodingersGat/about
Add 'About InvenTree' modal
2019-05-04 11:41:03 +10:00
Oliver Walters 7dc24e5a55 ARRH 2019-05-04 11:31:07 +10:00
Oliver Walters 4fe3b9d779 add docstrings 2019-05-04 11:28:23 +10:00
Oliver Walters 28600ebc79 There's always another PEP 2019-05-04 11:27:11 +10:00
Oliver Walters b32a9ed597 Add 'About InvenTree' modal
- Accessible from the top-right dropdown menu
- Add InvenTree/version.py which contains helper functions
2019-05-04 11:23:30 +10:00
OliverandGitHub 293b386286 Merge pull request #219 from SchrodingersGat/backup-restore
Add django-dbbackup app
2019-05-04 01:07:36 +10:00
Oliver Walters 517262b233 PEP fixes 2019-05-04 01:04:30 +10:00
Oliver Walters 6c7613ba2f Fix form title 2019-05-04 01:03:43 +10:00
Oliver Walters 5f6909d32a Add django-dbbackup app
- https://github.com/un1t/django-cleanup
- Backup location defaults to temp directory
2019-05-04 01:00:58 +10:00
OliverandGitHub 689445a9bd Merge pull request #218 from SchrodingersGat/image-upload-fix
Fixed part image upload
2019-05-04 00:41:21 +10:00