2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 18:15:40 +00:00
Commit Graph

7709 Commits

Author SHA1 Message Date
3eeb6e161d fix layout 2021-09-01 00:08:13 +02:00
501802e0f9 PEP fix 2021-09-01 00:04:34 +02:00
5aca27f285 integrate email-actions into settings 2021-08-31 23:51:33 +02:00
566257881d patch email-endpoint to use settings view 2021-08-31 23:49:31 +02:00
1772348d36 layout fixes 2021-08-31 07:49:38 +02:00
9a72ddf823 base for login / signup layout 2021-08-31 01:39:44 +02:00
592fd09ad4 remove old templates 2021-08-31 01:38:46 +02:00
8afb8ac4d1 move to use allauth for login etc 2021-08-31 01:12:35 +02:00
28f0e99b84 rulesets for all_auth 2021-08-30 22:43:50 +02:00
c34a5967b8 user-settings template for social accounts 2021-08-26 23:17:00 +02:00
118bac0591 fix layout 2021-08-25 00:08:50 +02:00
aebea33718 enrich login template with login buttons 2021-08-24 23:53:20 +02:00
d569d70f5b use config.yaml for SSO providers 2021-08-24 19:35:41 +02:00
1311558cac add in SSO for #1421 2021-08-24 19:12:43 +02:00
28878b4b0d Update feature_request.md
Slight tweaks
2021-08-24 22:30:01 +10:00
18297cd2fb Update bug_report.md
Slight tweaks to bug report template
2021-08-24 22:28:42 +10:00
bdcc66bac7 Merge pull request #2009 from matmair/templates
RFC: Issue Templates
2021-08-24 22:26:55 +10:00
0073a77e16 Merge pull request #2008 from matmair/fix-for-1986
Fix for 1986
2021-08-24 14:13:50 +10:00
7f75c610ef Merge pull request #2012 from SchrodingersGat/search-preview-click
Wrap search preview results in <a>
2021-08-24 13:47:55 +10:00
36a0496dd7 Wrap search preview results in <a>
- Allows clicking with middle mouse (for e.g.) to open in new tab
2021-08-24 13:11:37 +10:00
44ecd958a2 Merge pull request #2011 from SchrodingersGat/boolean-form-fixes
Fix for "part" form fields
2021-08-24 12:10:00 +10:00
56f27aae23 Merge pull request #2010 from SchrodingersGat/sales-order-tab-fix
Hide "Sales Orders" tab if part is not salable
2021-08-24 12:03:09 +10:00
8fc79f45a3 Fix for "part" form fields
- Specify "default" rather than overriding "value"
2021-08-24 11:55:58 +10:00
7646535aaf Hide "Sales Orders" tab if part is not salable 2021-08-24 11:48:42 +10:00
446243f2b5 Added templates 2021-08-24 00:29:50 +02:00
5349addc06 Merge pull request #2005 from eeintech/ui_updates
Updated color of `new` and `add` UI buttons
2021-08-24 08:12:45 +10:00
391bb0dbe4 disable ordering on loadStockTable 2021-08-23 22:14:51 +02:00
4efcfbecaf refactor stock.js columns into a variable 2021-08-23 22:07:20 +02:00
35738ce026 Updated all 'add' buttons to 'btn-success' CSS class 2021-08-23 14:52:35 -04:00
6f742319e5 Corrected color of 'new' orders UI button 2021-08-23 12:48:47 -04:00
f136c974cf Merge pull request #2003 from SchrodingersGat/edit-purchase-prices
Edit purchase prices
2021-08-23 22:54:12 +10:00
90d0b8b15d Bump API version 2021-08-23 21:45:40 +10:00
5d4f35958d Point table at the new read-only field 2021-08-23 21:45:32 +10:00
bb8b85c375 Separate purchase_price and purchase_price_currency for StockItem serializer
- Add "purchase_price_string" for a read-only stringified representation
- Unit testing
2021-08-23 21:44:12 +10:00
d267d04bed Allow validation of empty money values 2021-08-23 21:43:31 +10:00
f96051d863 Replace print statement with a logger warning 2021-08-23 21:39:54 +10:00
8662e6a109 Fix a super annoying validation issue
- Was throwing opaque "too many values to unpack" error
- Simply needed the name of the field.
2021-08-23 21:39:00 +10:00
1fb76b9987 Merge pull request #1999 from matmair/turn-of-functions
Disable functions in navbars
2021-08-23 20:29:28 +10:00
4c8fdab072 fixed descriptions 2021-08-23 09:44:52 +02:00
fd1dd792c6 Merge pull request #1957 from matmair/bpm-purchase-price
BOM - show purchase price
2021-08-23 11:07:30 +10:00
87a41c7e39 Merge pull request #2000 from SchrodingersGat/dev-conf-fix
Fix for docker development env file
2021-08-23 09:10:25 +10:00
47524f6ea3 Fix for docker development env file 2021-08-23 08:39:09 +10:00
a5f26c7f09 Merge pull request #1998 from bobek/patch-1
Fix for production docker environment
2021-08-23 08:38:04 +10:00
9fd4b5cce3 use new setting for part-actions
PR complete for #1999
2021-08-22 23:36:49 +02:00
b674d851f2 disable fucntions in master nav 2021-08-22 22:30:21 +02:00
3682eaac14 disable links in navbar in company views 2021-08-22 22:27:53 +02:00
d4efdf86e5 new settingsthe settings-page 2021-08-22 22:09:07 +02:00
8edfada22a adding settings definitions for turning off features 2021-08-22 22:08:41 +02:00
7f126e58d2 Fix for production docker environment
Values are passed as written resulting in `"WARNING"` being passed to python logger, which will complain and panic. Fix is simply to remove `"` from the value.
2021-08-22 20:59:51 +02:00
b6df623554 Merge pull request #1997 from SchrodingersGat/new-po-from-order
Refactor buttons in "order parts" wizard
2021-08-23 00:49:27 +10:00