Commit Graph
100 Commits
Author SHA1 Message Date
eeintech 94574b37ae Added Manufacturer parts to search, fixed icons, added manufacturer view in supplier part detail page 2021-04-01 10:00:15 -04:00
eeintech a8b858c824 Fixed serializer 2021-04-01 09:11:47 -04:00
eeintech 8c8b25a0d2 Validating API for SupplierPart, not able to spin-off ManufacturerPart from serialized data 2021-03-31 18:04:28 -04:00
eeintech 9e56bf90c5 More web testing, looks ready 2021-03-31 13:53:55 -04:00
eeintech 2f2e5862a9 Merge branch 'master' of github.com:inventree/InvenTree into manufacturer_part 2021-03-31 13:10:33 -04:00
eeintech 0b1f22c7fd Almost there, needs some interface testing and tweaking 2021-03-30 18:08:33 -04:00
eeintech 9c8817d73b Fixed serializers and started update of templates 2021-03-30 16:48:16 -04:00
eeintech 811f9333e8 SupplierPart manufacturer data is not serializing 2021-03-30 13:55:20 -04:00
eeintech a4d098194b New SupplierPart manufacturer_part field
New migration file with database update to manufacturer parts
Removed SourceItem model
2021-03-30 13:14:30 -04:00
eeintech e78455085f Merge branch 'master' of github.com:inventree/InvenTree into manufacturer_part 2021-03-30 11:30:47 -04:00
eeintech 50adb2ac61 SourceItem only for SupplierPart, added logic to templates 2021-03-29 15:39:25 -04:00
eeintech e6dfb7da52 Added global setting to enable manufacturer parts
Created SourceItem model
Updated templates
2021-03-29 13:22:15 -04:00
eeintech cbb887ae79 Merge branch 'master' of github.com:inventree/InvenTree into manufacturer_part 2021-03-29 10:12:20 -04:00
eeintech e0a0bfdadb Fix style 2021-03-25 15:39:16 -04:00
eeintech c85d737446 Fix CI 2021-03-25 15:04:48 -04:00
eeintech fd4f33d45b More templates updates 2021-03-24 12:39:26 -04:00
eeintech 4abd8587ab Updated company templates 2021-03-24 12:08:45 -04:00
eeintech afd2dacfc7 Can now create, view list of parts and view detail page 2021-03-24 11:44:51 -04:00
eeintech e28dde7f7b Fixed navbar, added missing template and urls 2021-03-23 17:45:03 -04:00
eeintech 08ffbee8ed Fixed model name and added to part navbar 2021-03-23 17:33:29 -04:00
eeintech 8f610d826f Added URLs and templates 2021-03-23 17:16:29 -04:00
eeintech e897864396 Added ManufacturerPart model, form and views 2021-03-23 17:01:54 -04:00
eeintech 8619af9f09 Template fix for stock actions 2021-03-16 12:32:56 -04:00
eeintech 85474516a3 Merge branch 'master' of github.com:inventree/InvenTree into ipn_edit_setting 2021-03-16 10:23:27 -04:00
eeintech 64a57128bc Return True for BOM valid flag if part does not have BOM items 2021-03-15 10:37:30 -04:00
eeintech d39bd88440 Split required and part match headers for BOM import 2021-03-15 09:41:04 -04:00
eeintech 7b81a470b9 Merge branch 'master' of github.com:inventree/InvenTree into ipn_edit_setting 2021-03-15 08:50:31 -04:00
eeintech acb0b2c10a Fixed build typo 2021-03-12 11:46:56 -05:00
eeintech 429f9d0a13 Removed test print 2021-03-12 11:19:20 -05:00
eeintech 89c7c87f1e Add stock filter for parts assemblies 2021-03-12 11:18:19 -05:00
eeintech b152f7041b Add setting to disable IPN editing after part is created (web only) 2021-03-12 10:30:31 -05:00
eeintech a85ac6161e Removed binary SVG images from CSS 2021-03-01 16:19:16 -05:00
eeintech 36c7528aeb Removed absolute static URLs 2021-03-01 11:00:42 -05:00
eeintech 374860c914 Updated Dark Reader color theme 2021-03-01 10:48:37 -05:00
eeintech d6eae83809 Added inv restore command 2021-02-10 10:55:04 -05:00
eeintech 72c7ceb553 Merged master and updated stock_table.html 2021-01-17 13:11:59 -05:00
eeintech 7d5571ba5b Merged changes from master 2021-01-14 08:52:56 -05:00
eeintech c5778b6fb6 Added missing migration file (how did it escape?) 2021-01-13 17:33:55 -05:00
eeintech e92e5dfe8f Merged master 2021-01-13 17:08:01 -05:00
eeintech af1abb7129 Added missing migration file 2021-01-13 14:57:16 -05:00
eeintech 59c0a50289 Separated category from part permissions and location from stock item permissions 2021-01-13 13:35:49 -05:00
eeintech 28fb1b5fab Added owner model to admin page and added test cases 2021-01-13 11:38:37 -05:00
eeintech a1b2347784 Also allow part attachements and parameters to be deleted 2021-01-12 17:43:12 -05:00
eeintech ba1862478c Allow user with part.change permission to delete BOM items 2021-01-12 17:34:11 -05:00
eeintech 0a0a47a5e4 Added location owner change test case to verify stock item owner in that location is also updated 2021-01-12 17:11:46 -05:00
eeintech 3054c637dd Removed f-string debug 2021-01-12 16:42:09 -05:00
eeintech 5ca03af3e2 Improved Owner.get_owner method and fixed tests (try#2) 2021-01-12 16:36:29 -05:00
eeintech 49c954aa68 Fixed test cases? 2021-01-12 15:02:44 -05:00
eeintech 452d22579a Removed f-string causing build failure 2021-01-12 13:23:14 -05:00
eeintech b6135fda74 Updated templates and a lot of manual testing 2021-01-12 13:16:04 -05:00
eeintech 9eace09e0e Added owner create method and fixed post_save receiver 2021-01-12 10:53:17 -05:00
eeintech 6f3cbb4e14 Switched to global owner model, need to validate use-cases table and fix tests 2021-01-11 17:41:29 -05:00
eeintech 6a88bdb37d StockLocation owner is now a GenericForeignKey that can be set to user or group models 2021-01-11 12:56:40 -05:00
eeintech 587bf26d94 Fixed style 2021-01-08 14:23:35 -05:00
eeintech 2f78c7c036 Updated stock tests quantities 2021-01-08 14:05:53 -05:00
eeintech d25a719724 Merge branch 'stock_owner' of github.com:eeintech/InvenTree into stock_owner 2021-01-08 13:51:49 -05:00
eeintech 67bc86c159 Updated stock owners migration file 2021-01-07 14:05:43 -05:00
eeintech f26f1c38a2 Merged master 2021-01-07 13:50:29 -05:00
eeintech 3ff76fbdab Merging master and resolved conflict 2020-12-18 17:08:37 -05:00
eeintech 1a48405491 Keep 'stock actions' button enabled when on children tab 2020-12-17 17:37:54 -05:00
eeintech bcae1d09a8 Fixed category parameter templates settings view 2020-12-17 17:25:10 -05:00
eeintech 1ef5a2b481 Display permission levels for each ruleset in Group admin list view 2020-12-10 15:38:48 -05:00
eeintech 33dfecfdef Added create view test cases for stock ownership 2020-12-03 13:29:59 -05:00
eeintech 3aad5111b5 Stock ownership: test case for edit stock location and item 2020-12-03 11:56:45 -05:00
eeintech f99c83f69d Added test case for stock location ownership 2020-12-03 07:32:01 -05:00
eeintech 5c6939429a Improved handling of stock location owner 2020-12-02 17:19:41 -05:00
eeintech 1a7a460ba8 Hidden owner field when ownership control is disabled 2020-12-02 14:05:45 -05:00
eeintech de1dfdcc38 Improved naming of new setting and variables 2020-12-02 13:38:53 -05:00
eeintech 2bdd1305ed Fix style 2020-12-02 13:26:26 -05:00
eeintech c66ac2579e Updated StockItem create/edit view with ownership control 2020-12-02 13:25:33 -05:00
eeintech 2d7461f609 Updated StockLocation create/edit view with ownership control 2020-12-02 12:05:00 -05:00
eeintech c9b3c16c6f Added help text on owner fields 2020-12-01 17:46:11 -05:00
eeintech 8dac6bb982 Updated template stock item logic and added to stock locations 2020-12-01 17:41:03 -05:00
eeintech 4104e7df8e Fixed template logic 2020-12-01 16:08:27 -05:00
eeintech 2c38be2d13 Added global setting and updated stock item templates 2020-12-01 15:54:05 -05:00
eeintech e1fb7e5d98 Added owner field to both stock item and location tables and forms 2020-12-01 13:45:01 -05:00
eeintech 11745ebd6c Removed one too many indent 2020-11-19 15:32:42 -05:00
eeintech 4768c9cbb3 Fixed validation of SupplierPart edit form by forcing the value of single_pricing field 2020-11-19 15:31:39 -05:00
eeintech ac2797c7a1 Improved API endpoint for category parameter templates 2020-11-16 16:10:00 -05:00
eeintech d4ac35b9aa Check that category was selected before fetching templates 2020-11-12 16:52:22 -05:00
eeintech 80b70fd2df Fixed disabling of form errors messing-up with global settings 2020-11-12 16:38:35 -05:00
eeintech b4fa56fd96 Fixed PART_CATEGORY_PARAMETERS duplicate (bad merging... oopsy) 2020-11-11 12:40:03 -05:00
eeintech bfdda847c4 Updated part migration reference in 0054 2020-11-11 11:18:10 -05:00
FrancoisandGitHub a7444a9926 Merge branch 'master' into categories_parameters 2020-11-11 06:40:11 -05:00
eeintech b17b8db25c Fix for #1111 (missing logic) 2020-11-09 17:00:12 -05:00
eeintech ba2da17f1e Disabled crispy form errors 2020-11-05 14:44:04 -05:00
eeintech 5b3dd63b89 Fixed saving of purchase and sales order forms 2020-11-05 14:38:54 -05:00
eeintech 684db67733 Added check for remove too 2020-11-05 09:37:01 -05:00
eeintech 0b76d1d036 Check if permission is not NoneType before adding to group 2020-11-05 09:34:18 -05:00
eeintech 324645b67c Added same level category checkbox and method when adding category template 2020-11-04 12:26:10 -05:00
eeintech e401bb8e3c Improved tests, fixed admin, improved naming 2020-11-04 12:06:07 -05:00
eeintech 1c14c2237a Moved category templates processing to Part save() method 2020-11-04 09:52:26 -05:00
eeintech 9eba564ff6 Merge branch 'master' of git://github.com/inventree/InvenTree into categories_parameters 2020-11-04 07:52:16 -05:00
eeintech 142cea0cbb Removed custom form save method, remove unused model methods, restored InvenTree CreateAjaxView, improved part related testing 2020-11-04 07:44:06 -05:00
eeintech 853a821497 Merge branch 'master' of git://github.com/inventree/InvenTree into fix_related_parts 2020-11-04 06:46:20 -05:00
eeintech 4e157fe956 Fixed text for parent categories checkbox 2020-11-03 17:05:08 -05:00
eeintech 279d5a00ce Switched to get_ancestors to transverse all parents categories (not only root) 2020-11-03 16:58:53 -05:00
eeintech 5a5a36083e Finalized implementation when creating new part 2020-11-03 16:54:46 -05:00
eeintech 72b5a105f8 Made all categories accessible for parameter templates configuration 2020-11-03 14:45:53 -05:00
eeintech 0882528b82 Missing class trailing space 2020-11-03 11:15:16 -05:00