Commit Graph
100 Commits
Author SHA1 Message Date
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
eeintech 32b46cdc2a Added better PartRelated creation test 2020-11-03 11:14:31 -05:00
eeintech de2b7e5daf Re-added post_save method in AjaxCreateView 2020-11-03 08:03:16 -05:00
eeintech 6b702ef676 Manually merged part migrations 2020-11-03 07:27:51 -05:00
FrancoisandGitHub b1885138de Merge branch 'master' into categories_parameters 2020-11-03 07:01:56 -05:00
eeintech 13a07be728 Added PartCategoryParameterTemplate tests 2020-11-02 15:35:54 -05:00
eeintech 6320384ecb Fixed category parameter template edit form 2020-11-02 15:05:37 -05:00
eeintech 43fab8a8b3 Backtracked on setting category choices (fixed failed migration) 2020-11-02 13:28:34 -05:00
eeintech 34b784d1e4 Added setting, checkbox (PartCreateView only) and hook to create part parameters from category templates 2020-11-02 13:14:31 -05:00
eeintech 978b5f869d Added checkbox to add parameter template to all categories 2020-11-02 12:20:29 -05:00
eeintech 3a347fba21 Added edit/delete for category parameter templates 2020-10-31 12:55:52 -05:00
eeintech 2a563d7370 Added category list of parameter templates table to settings 2020-10-31 09:18:33 -05:00
eeintech 3e5d8d2b2d Added form to select category in settings and update context data 2020-10-31 08:35:47 -05:00
eeintech 5310ce8465 First step into managing Category Parameters to InvenTree settings 2020-10-30 17:17:18 -05:00
eeintech 34ff05d66e Created PartCategoryParameterTemplate model and admin interface 2020-10-30 16:09:27 -05:00
eeintech 647182237e Merge branch 'master' of git://github.com/inventree/InvenTree into unique_email_company 2020-10-22 12:05:22 -05:00
eeintech 9131edc43d Company index: swapped 'title' for 'pagetype' for adding company button 2020-10-21 09:34:49 -05:00
eeintech 1ef21700c0 Fixed Part notes template (check for NULL value before mardown render) 2020-10-21 09:26:07 -05:00
eeintech 46b889c572 Assigned all user permissions for company tests 2020-10-20 14:52:34 -05:00
eeintech de65e1631d Updated company templates permissions 2020-10-20 14:46:10 -05:00
eeintech 39eddc7203 Added user permissions on company views 2020-10-20 14:11:40 -05:00
eeintech 5793839a01 Added UniqueConstraint on name/email pair, renamed migration file 2020-10-20 07:37:07 -05:00
eeintech 7bc925d016 Merge branch 'master' of git://github.com/inventree/InvenTree into unique_email_company 2020-10-20 07:19:48 -05:00
eeintech dfa4d3f8ed Display IPN and pipe char only if IPN exists 2020-10-18 14:37:35 -05:00
eeintech d1df647dde Merge branch 'master' of git://github.com/inventree/InvenTree into add_ipn_supplier_part_str 2020-10-18 14:33:38 -05:00
eeintech 5a6cac43f5 Updated migration 2020-10-16 15:42:23 -05:00
eeintech 0b26d68d0f Added admin view, improved validation of part related relationship 2020-10-16 15:29:58 -05:00
eeintech 34e4409e7f Functional checkpoint: add/delete related parts from template 2020-10-16 13:50:31 -05:00
eeintech 8579abb9c2 Added related parts urls, views, form and templates
Adding related part relationships work but are still not shown in the part detail page
2020-10-15 16:58:39 -05:00
eeintech 3d9223c2ee Introduced PartRelated model to store part relationships 2020-10-15 14:11:24 -05:00
eeintech af6b30eaca Added IPN to Supplier Part string representation
Improved Supplier Part templates and fixed 'Order Part' button in supplier_part_orders
2020-10-15 13:09:00 -05:00
eeintech dbee26aaad Fixed insertion of backslash in the barcode button group 2020-10-13 10:29:34 -05:00
eeintech 70a3b7f891 Improved migration, still fails if email duplicates exist in current DB 2020-10-13 07:43:57 -05:00
eeintech ac82640c6c Company: allowed duplicate names, made email field unique, custom migration 2020-10-12 17:51:48 -05:00
eeintech 3143242d13 Added category 'default_location' to serializer 2020-10-12 13:14:24 -05:00
eeintech eb98496a79 Added part 'default_location' to serializer 2020-10-12 07:25:32 -05:00
eeintech 01eee4d208 Fixed style 2020-10-06 10:40:58 -05:00
eeintech 8499ced636 Changed from validation error to warning message when group instance is saved 2020-10-06 10:38:06 -05:00
eeintech 19a2326638 Merge branch 'master' of git://github.com/inventree/InvenTree into user_unique_group_validation 2020-10-06 10:04:35 -05:00
eeintech 1ce2166843 Fixed context permissions for superuser with no group assigned 2020-10-06 09:59:51 -05:00
eeintech 5bcf8529ff Only users with Part view permission have part URL shown 2020-10-06 09:16:38 -05:00
eeintech e4ce19d22a Added Test user and all permissions 2020-10-06 09:02:10 -05:00
eeintech 095cfe9845 Updated Stock permission views and templates 2020-10-06 08:55:40 -05:00
eeintech 911b23ca24 Added validation logic for user list to Group admin form 2020-10-05 13:12:52 -05:00
eeintech d980da7247 Fixed permission assign test unit 2020-10-05 10:52:47 -05:00
eeintech c910307ce5 Only saving Group model rulesets on instance creation and when inlines are saved 2020-10-05 10:04:54 -05:00
eeintech 496232ed6d Added tests for Category parameters methods, some code clean-up 2020-10-01 13:46:56 -05:00
eeintech 9d3d9a190b Added bootstrap table 'filter-control' extension to use in parametric tables 2020-10-01 12:10:35 -05:00
eeintech 15e1c05791 Fixed 'Part' column sorting 2020-10-01 11:05:08 -05:00
eeintech b7d25a75c4 Hide part toolbar, nicer part representation, improved parameters prefetching 2020-10-01 10:03:49 -05:00
eeintech a71b5ef0a0 Merge branch 'master' of git://github.com/inventree/InvenTree into parametric_part_tables 2020-10-01 09:02:21 -05:00
eeintech 4763f3ea46 Reformulated empty query message 2020-09-30 11:53:14 -05:00
eeintech 87d836617e Merge branch 'master' of git://github.com/inventree/InvenTree into empty_search_query 2020-09-30 11:50:12 -05:00
eeintech 40d8a07acc Now loading data! Still need to be bonified 2020-09-29 16:49:53 -05:00
eeintech d05a5978a0 Unique parameters names from category makes it to bootstrap table 2020-09-29 16:13:08 -05:00
eeintech 6b48977e7b Added 'Parametric Table' tab to category detail view, added part_count to 'Parts' tab 2020-09-29 15:16:12 -05:00
eeintech 18e19d7920 Empty search query returned all elements from database 2020-09-28 16:34:41 -05:00
eeintech 120a17241e Reduced SQL load for 'Require Stock to Complete Build' widget on homepage 2020-09-22 11:24:09 -05:00
eeintech 6540fb968e Merge branch 'master' of git://github.com/inventree/InvenTree into new_homepage_layout 2020-09-18 11:52:26 -05:00
eeintech c55fa13cdb Added part list which require more stock to be built 2020-09-18 11:40:50 -05:00
eeintech 945c3c214d Added outstanding purchase and sales orders views to homepage 2020-09-17 17:19:19 -05:00
eeintech 3d597cc3c3 Added 'Pending' builds report to homepage, includes builds with 'Allocated' status 2020-09-17 14:36:05 -05:00
eeintech 28a55f0a58 Merge branch 'master' of git://github.com/inventree/InvenTree into new_homepage_layout 2020-09-16 17:03:59 -05:00
eeintech a9fffe6a73 Added latest parts and invalid BOMs on homepage 2020-09-16 17:02:24 -05:00
eeintech 472e2d0acd Fixed borders of navbar barcode button 2020-09-16 09:44:12 -05:00
eeintech 28585644ea Added automatic listing of custom CSS sheets (no more hardcoded), added error message when current selection is not valid and select default theme 2020-09-09 14:55:32 -05:00
eeintech 8198fad6d5 Updated common.colortheme migration 2020-09-08 16:36:58 -05:00
eeintech 35060ce8dc Merge branch 'master' of git://github.com/inventree/InvenTree into color_themes 2020-09-08 16:33:22 -05:00
eeintech 896fa131f0 Moved color themes CSS sheets to own folder, nicer crispy form for selecting theme 2020-09-08 16:24:22 -05:00
eeintech 8e2d568a42 Style correction (missing ending new line), removed commented line in ColorThemeSelectForm 2020-09-07 17:01:05 -05:00
eeintech 10dd8fad80 Renamed Theme to ColorTheme, ColorTheme is now a per-user selection 2020-09-07 16:27:23 -05:00
eeintech 2e5ec5d249 Theme change works but applies to all user 2020-09-07 15:15:51 -05:00
eeintech 0548bee8ad Added Color Theme view in settings 2020-09-07 11:29:24 -05:00
eeintech 27241e217f Style correction 2020-09-07 08:46:39 -05:00
eeintech c5efce36b6 Added PartDetailFromIPN view tests 2020-09-07 08:40:37 -05:00
eeintech 41071f0ed4 Moved IPN url pattern to right before Part index to avoid catching others 2020-09-05 12:03:07 -05:00
eeintech 8198e919b1 Merge branch 'master' of git://github.com/inventree/InvenTree into part_ipn_slug 2020-09-05 11:42:33 -05:00
eeintech 2fa284d37b Added PartDetailFromIPN view (subclass of PartDetail) and url pattern 2020-09-04 17:20:17 -05:00
eeintech 440a5fafea Implemented part parameters copy from template/original part 2020-09-04 14:02:12 -05:00