2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 05:46:34 +00:00
Commit Graph

2450 Commits

Author SHA1 Message Date
d77b99c0ca Add user settings for report and labels 2021-08-07 21:57:41 +10:00
2e5d5bcc84 Fix part settings page 2021-08-07 20:50:32 +10:00
96378cb556 Merge branch 'inventree:master' into trans-improv 2021-08-05 08:17:21 +02:00
58f2dce18d show translation level in ui 2021-08-05 01:23:11 +02:00
be67832821 Merge pull request #1908 from eeintech/fix_typo
Fixed typo for build responsible column header
2021-08-05 08:14:51 +10:00
c0ccb8f588 Fixed typo for build responsible column header 2021-08-04 17:11:35 -04:00
3ecb1e6577 cleaner structure 2021-08-04 19:44:01 +02:00
aa4ed9feb0 Refactor MakeVariant form
- Now is essentially identical to the DuplicatePart form
- Uses the API form structure
2021-08-05 00:24:38 +10:00
0e8fb6a5ad Refactored DuplicatePart form
- API endpoint now takes care of duplication of other data
2021-08-05 00:16:42 +10:00
2cb0b448b7 Fix error message styles for API errors
- django ValidationError uses "__all__" key for non_field_errors
- whyyyyyyyyyyyy
2021-08-05 00:15:55 +10:00
408ff639dd Adds ability to pre-fill a form with a complete dataset 2021-08-04 23:48:21 +10:00
1fafaf8577 Refactor partfields function (was essentially duplicated) 2021-08-04 23:29:39 +10:00
2bf3e3ab02 Function to construct part form fields 2021-08-04 23:26:17 +10:00
a64ee23afc Add more options for form rendering
- "before" a field
- "after" a field
- pure "eye candy" field
2021-08-04 23:16:11 +10:00
75a1be0284 Use API forms for creating and editing BomItem objects 2021-08-04 17:25:51 +10:00
efd4644045 translation information 2021-08-04 07:55:58 +02:00
1f70538b04 Adds a button to tables to reload data 2021-08-04 14:24:17 +10:00
7911801dbf Merge pull request #1900 from SchrodingersGat/part-image-search
Make the part thumbnail selection window searchable
2021-08-04 12:28:52 +10:00
f95346f214 Make the part thumbnail selection window searchable 2021-08-04 12:10:49 +10:00
83d8226ad6 Refactor "CreatePartCategory" form to API
(cherry picked from commit 06ff961564)
2021-08-04 11:34:42 +10:00
fa3c5ae108 updating language to be clearer
see https://github.com/inventree/InvenTree/issues/1889#issuecomment-891901070
2021-08-04 00:45:56 +02:00
55762f2a96 do not use safe in template
that can cause wrong escaping and generally is considered unsafe
2021-08-01 01:41:46 +02:00
7756c766c3 Fix stock.js 2021-07-29 12:35:21 +10:00
4381a16b0e Template cleanup 2021-07-29 12:31:07 +10:00
6fe5f0e0e6 Fixes for order.js 2021-07-29 11:58:32 +10:00
ba5479090a Fix nav.js 2021-07-29 11:54:04 +10:00
28bf5bfdbc Fix table_filters.js 2021-07-29 11:52:50 +10:00
a222efda33 Fix rendering issues 2021-07-29 11:43:50 +10:00
27ec65a002 Add 'settings.js' which provides all settings (global and user) as a dynamic javascript file
- Minimal database hits required
2021-07-29 11:28:04 +10:00
14aebfdae1 Split dynamic javascript files into two separate directories
- One gets translated and is served statically
- One does not get translated and is served dynamically
- Add CI step
2021-07-29 09:23:24 +10:00
d43312d162 Missing comma propagating to translated JS files 2021-07-28 13:29:12 -04:00
6fd70e4741 Fix search settings page 2021-07-28 14:18:42 +10:00
1fe00ef7df Refactor 'category' setttings 2021-07-28 14:16:55 +10:00
c08cb43c39 Template rendering fix for inventree.js 2021-07-27 17:22:44 +10:00
a93d96de58 Cleanjup 2021-07-27 17:13:02 +10:00
990b987692 Reload settings values "live" (without a page refresh) 2021-07-27 17:03:37 +10:00
46d5a6f00b - Convert "PART_RECENT_COUNT" to user setting
- Convert "STOCK_RECENT_COUNT" to user setting
2021-07-27 14:53:32 +10:00
33a0b73a05 Convert SEARCH_PREVIEW_RESULTS to a "user" setting 2021-07-27 14:44:51 +10:00
3e0655a9d8 Add "homepage" settings page 2021-07-27 14:34:23 +10:00
7fdc0546b4 Merge remote-tracking branch 'inventree/master' into settings-refactor 2021-07-27 14:28:17 +10:00
c63a061cf3 Refactor "theme" selection 2021-07-27 08:31:43 +10:00
57551d3ac3 inventreeDelete was not returning the promise 2021-07-27 08:17:53 +10:00
0186d23563 inline theme form 2021-07-27 07:56:24 +10:00
3349e9ff6c Refactor language selection 2021-07-27 00:58:31 +10:00
b7b0574a44 Add "appearance" 2021-07-27 00:38:59 +10:00
9b0fbb7006 Separate tab for "barcode" settings 2021-07-27 00:36:41 +10:00
ca1c692b15 Refactor "Currency settings" view 2021-07-27 00:29:55 +10:00
de89c3997d Refactoring a lot of existing settings views 2021-07-27 00:20:31 +10:00
175b24a794 changing user settings icon 2021-07-24 00:45:37 +02:00
a82483dbaa hiding homepage block when no setting is used 2021-07-24 00:44:16 +02:00