Commit Graph
100 Commits
Author SHA1 Message Date
eeintechandOliver f661a4f4ec Added migration file
(cherry picked from commit a735a3e15c)
2021-10-05 10:58:28 +11:00
eeintechandOliver 3d067b39b1 Fix plural name for Companies in Admin interface
(cherry picked from commit 6e31a8111b)
2021-10-05 10:58:22 +11:00
eeintech 35738ce026 Updated all 'add' buttons to 'btn-success' CSS class 2021-08-23 14:52:35 -04:00
eeintech 6f742319e5 Corrected color of 'new' orders UI button 2021-08-23 12:48:47 -04:00
eeintech ec7392303d Fixed company templates 2021-08-19 10:47:46 -04:00
eeintech 99839e78fd Added navbar on part import page 2021-08-16 10:21:57 -04:00
eeintech 9205d6d67c Improved creation of purchase order line items from file upload 2021-08-12 14:27:00 -04:00
eeintech 91e314ddb5 Only connect ManufacturerPart if a. it exists b. SupplierPart is not yet connected 2021-08-11 17:08:46 -04:00
eeintech a2590f1a3b Merged master 2021-08-11 16:16:20 -04:00
eeintech 69d1c3cea2 Improved task import to support global 2021-08-09 11:55:56 -04:00
eeintech 372d252333 Merge branch 'master' of github.com:inventree/InvenTree into exchange_rate_task 2021-08-09 10:47:35 -04:00
eeintech 6280ed1ade Moved enableNavbar to part_base template 2021-08-06 11:15:16 -04:00
eeintech 1eb8a9f310 BOM upload templates fixes 2021-08-05 17:39:08 -04:00
eeintech 1bf49a1458 Re-added ability to link manufacturer part to supplier part via API 2021-08-05 14:06:31 -04:00
eeintech c0ccb8f588 Fixed typo for build responsible column header 2021-08-04 17:11:35 -04:00
eeintech fbdf11e6e7 Merged run_task code into offload_task function
Added option to force synchronous operation
Use that option for update_exchange_rates
2021-08-04 11:23:52 -04:00
eeintech 1b79ef940e Merge branch 'master' of github.com:inventree/InvenTree into exchange_rate_task 2021-08-04 10:22:14 -04:00
eeintech 29c8daed0a 'has_ipn' filter method did not return queryset 2021-08-03 12:21:44 -04:00
eeintech 172a08fbba Removed old quantity setting lines 2021-08-03 09:53:08 -04:00
eeintech 1c4924a4a5 Style duh 2021-08-02 15:14:55 -04:00
eeintech ac3dcac641 Re-enabled installing stock items into others 2021-08-02 15:05:24 -04:00
eeintech 634e5e0da6 Added toggle for part details
Added persistence for page refresh or new part page
2021-07-30 14:55:12 -04:00
eeintech 20b21a2b71 Merge branch 'master' of github.com:inventree/InvenTree into part_main_details 2021-07-30 10:50:28 -04:00
eeintech d43312d162 Missing comma propagating to translated JS files 2021-07-28 13:29:12 -04:00
eeintech e9be3fb4ec Redirect to stock index if stock item is completely depleted 2021-07-27 11:11:30 -04:00
eeintech 4e3635d1fe Exact query on ID made the PostGreSQL DB choke 2021-07-27 10:05:22 -04:00
eeintech a6b52a9fae Fix for #1861 2021-07-26 17:02:04 -04:00
eeintech f61c768bbe Merge branch 'master' of github.com:inventree/InvenTree into part_main_details 2021-07-26 13:59:15 -04:00
eeintech 3f44233074 Improve import 2021-07-22 16:41:45 -04:00
eeintech d7028b6d74 Make it generic method instead 2021-07-22 16:34:35 -04:00
eeintech 9b542ed23f Run exchange rate updated as task if worker cluster is running 2021-07-22 15:55:17 -04:00
eeintech 8ac3d42fd8 Improved handling of po items destination 2021-07-20 17:15:01 -04:00
eeintech 456710c5ce clean_decimal should also check if the string can be converted to Decimal type 2021-07-19 15:57:51 -04:00
eeintech 53f2aa107a Umm watch out for the true fix! 2021-07-19 15:51:04 -04:00
eeintech 9acd57f8e0 CI was not completely fixed 2021-07-19 15:29:04 -04:00
eeintech c1db4c7b3d Try to catch encoding error, fixed CI 2021-07-19 15:14:08 -04:00
eeintech 3ab058e84b Fixed default currency selection 2021-07-19 14:49:55 -04:00
eeintech 23db7a89a9 Updated PO upload template, moved call to button, improved cleaned_decimal method to handle comma separator 2021-07-19 14:20:54 -04:00
eeintech 2703ae520e Merge branch 'master' of github.com:inventree/InvenTree into part_main_details 2021-07-19 09:20:06 -04:00
eeintech f938e722b9 Another shot at it! 2021-07-16 12:08:26 -04:00
eeintech 86f3f56a60 Merge branch 'master' of github.com:inventree/InvenTree into part_main_details 2021-07-16 10:43:53 -04:00
eeintech 886d95e467 Easy fix! 2021-07-15 16:31:07 -04:00
eeintech bfc421c50b Cleaner part details 2021-07-15 14:52:33 -04:00
eeintech 3d9ad24e27 Defined custom SupplierPart object manager and prefetch related models in all queries 2021-07-13 12:55:36 -04:00
eeintech 87a7081185 Fixed supplier part detail handling in stock table 2021-07-06 14:32:16 -04:00
eeintech 6687661928 Fixes for stock modal and notes propagation to tracking items 2021-07-05 17:36:10 -04:00
eeintech 58efc952db Converted BOM import to new multi-step form framework 2021-07-05 14:57:45 -04:00
eeintech 08fbdf660b Fix for #1661 2021-06-14 14:19:10 -04:00
eeintech 74bd975a0b Revert back to form_list
Moved OrderMatchItemForm to forms.py
2021-06-04 13:41:07 -04:00
eeintech ffaa6ee3a9 Fixed price break row actions after sorting 2021-06-01 14:22:00 -04:00
eeintech cdb453b09c Merge branch 'master' of github.com:inventree/InvenTree into bom_items_purchase_price 2021-05-27 10:20:40 -04:00
eeintech bf83cfb04c Merge branch 'master' of github.com:inventree/InvenTree into bom_items_purchase_price 2021-05-26 09:28:55 -04:00
eeintech b04ad48178 Fixed test using manual exchange backend, template update 2021-05-25 11:39:04 -04:00
eeintech 93bfe4c5f1 Added 'Custom Exchange Rate' boolea setting
Removed Fixer.io exchange rate backend
2021-05-25 11:19:07 -04:00
eeintech 654d4ecf46 Merged @SchrodingersGat ExchangeRateHost integration work 2021-05-25 10:34:20 -04:00
FrancoisandGitHub 949920865b Merge pull request #3 from matmair/pr1600
proposed changes for translation and safer backend loading
2021-05-25 08:56:59 -05:00
eeintech be3f37f28f Updated default currency backend 2021-05-20 15:22:18 -04:00
eeintech bbd95f2c70 Fixed exchange rate backend test 2021-05-20 14:52:56 -04:00
eeintech 27799b43b2 Template fix/improvement 2021-05-20 13:51:54 -04:00
eeintech 747b0554e1 Ready for review 2021-05-20 13:45:26 -04:00
eeintech bed6a7e49c Added exchange rates form 2021-05-20 09:49:56 -04:00
eeintech 6d5b2d3227 Added 'Currencies' settings view in global settings 2021-05-19 17:06:41 -04:00
eeintech 34ded08ee7 Added InvenTreeFixerExchangeBackend class 2021-05-19 16:17:03 -04:00
eeintech 7a175f13a1 Merge branch 'master' of github.com:inventree/InvenTree into bom_items_purchase_price 2021-05-19 13:25:13 -04:00
eeintech 5ce262172d Fixed bom_item unit test 2021-05-14 16:59:59 -04:00
eeintech e9f41a8357 Currency finding fix 2021-05-14 16:38:30 -04:00
eeintech 274eb51e48 Added read_only args 2021-05-14 16:29:55 -04:00
eeintech 1940fd5199 Now processing currencies 2021-05-14 16:16:23 -04:00
eeintech 68f5ec8b6a Added currency conversion 2021-05-13 17:09:52 -04:00
eeintech 32d0f3039d Obviously new float fields should be read-only... 2021-05-13 16:17:45 -04:00
eeintech a64ab5956b Removed leftover print 2021-05-13 16:07:57 -04:00
eeintech 22249206d2 Fixed duplicate check 2021-05-13 16:06:57 -04:00
eeintech f2e9f58f1b Added purchase price range and average to BOM items/view 2021-05-13 15:47:42 -04:00
eeintech e9c4ce8c5f Added support for reference and notes fields 2021-05-11 17:11:09 -04:00
eeintech 7e6ac54015 YAML does not get installed during django-import-export package? 2021-05-11 14:13:21 -04:00
eeintech ba561d6d19 Fixed import for excel formats 2021-05-11 14:06:38 -04:00
eeintech a093118856 Few more fixes 2021-05-11 11:02:54 -04:00
eeintech 10eb69caf9 Merge branch 'master' of github.com:inventree/InvenTree into multi_part_forms 2021-05-11 10:22:34 -04:00
eeintech c9e77edf04 Almost there? 2021-05-10 17:31:29 -04:00
eeintech 6d8f94619b Improved template render, raised bar for automatic field matching 2021-05-10 12:52:34 -04:00
eeintech f0932040ee Fixed form validation for previous step, hide tab depending on order status, added purchase_price field 2021-05-10 11:42:22 -04:00
FrancoisandGitHub 6857964c17 Merge pull request #1 from matmair/fix-eeintech
Looks good, thanks @matmair !
2021-05-10 07:55:29 -05:00
eeintech 9b69980a6c Oopsy forgot to merge PurchaseOrderUpload view 2021-05-07 18:08:11 -04:00
eeintech 88000200b3 Merged master and resolved conflicts 2021-05-07 18:02:40 -04:00
eeintech ceccdf3909 Now creating PurchaseOrderLineItem instances! 2021-05-07 18:00:30 -04:00
eeintech fbf24621f3 Getting there... 2021-05-07 16:46:10 -04:00
eeintech 6e269ae41a Now displaying item match table 2021-05-07 13:23:10 -04:00
FrancoisandGitHub 5ed17022f2 Fixed stock import as it was not validating the serial properly (#1559) 2021-05-07 07:57:16 +10:00
eeintech 4f942fd9f7 Working towards item match form 2021-05-06 17:07:22 -04:00
eeintech e31452a6ad Match field step is now managed through form 2021-05-06 16:05:58 -04:00
eeintech f79382d96f Handling part match form but still not creating purchase order items 2021-05-06 12:35:52 -04:00
eeintech 005063aad6 Merge branch 'master' of github.com:inventree/InvenTree into multi_part_forms 2021-05-06 11:30:08 -04:00
eeintech 40e8ed9e5b Match parts view is now populated correctly 2021-05-05 15:28:04 -04:00
eeintech 2cd1df691b Working towards part matching 2021-05-05 13:16:40 -04:00
eeintech 9773fee50b Validation of matching fields is working 2021-05-05 12:40:48 -04:00
eeintech b4342d6203 Fixed templates, not sure why can't keep FileManager across forms... and also need to save form data 2021-05-04 17:35:27 -04:00
eeintech 64fb492b97 Added match parts step, need to process fields data 2021-05-04 14:45:52 -04:00
eeintech 7cdf0af04a Added upload file step 2021-05-04 12:20:57 -04:00
eeintech 373898d43e Added step description and crispy form tag 2021-05-04 10:28:00 -04:00
eeintech b847604f15 Started implementation of multi-step form for purchase order file uplod 2021-05-03 17:30:33 -04:00