2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00
Commit Graph

2037 Commits

Author SHA1 Message Date
b2e0241b12 Adds option to "obfuscate" the admin URL
- By default, uses '/admin/'
- Can be set in config yaml file
- Can be set by environment variable
2022-03-01 00:57:53 +11:00
42a75863fe Adds a "persist" option for modal forms 2022-03-01 00:25:14 +11:00
7170e16ae7 Adds ability to display "success" messages inside a persistant modal dialog 2022-03-01 00:05:30 +11:00
9f5618a51f Adds option to reload a form after success, rather than dismissing it 2022-02-28 23:57:28 +11:00
615a954e09 Refactor UI for adding batch code and serial numbers 2022-02-28 23:31:23 +11:00
9e0120599f Adds front-end javascript code to implement new serializer features 2022-02-28 22:48:15 +11:00
7d19b21dff JS linting 2022-02-28 19:22:22 +11:00
fd02f1b761 Add option for display of "time" in addition to date 2022-02-28 19:14:20 +11:00
b00ae67d68 Pass dates in templates through the new template tag 2022-02-28 19:10:33 +11:00
040f1805e0 Pass dates displayed in front-end tables through the date formatter 2022-02-28 16:13:08 +11:00
c720c75b79 Adds javascript function for rendering a date according to user preference 2022-02-28 16:10:16 +11:00
b19719516b Adds a user-configurable setting to configure how dates are displayed (on the front end only!) 2022-02-28 15:57:34 +11:00
4858787a78 Adds "overdue" field to sales order line item
- API serializer
- front end / UX tables
2022-02-28 15:24:01 +11:00
784189be75 Update purchase order table from part context 2022-02-28 15:07:12 +11:00
9e82b28e9d Update PO line item table 2022-02-28 15:03:39 +11:00
86ba69eeaf Merge branch 'inventree:master' into matmair/issue2279 2022-02-28 00:45:58 +01:00
8587a59ec1 WIP - loading graph 2022-02-26 18:36:25 +11:00
88bb0f05e9 URL fixes 2022-02-25 16:00:00 +11:00
e4c6f6e8e4 Merge branch 'inventree:master' into matmair/issue2279 2022-02-23 00:54:54 +01:00
08a5779c35 fix caps 2022-02-20 19:25:03 +01:00
da0eda0b27 Merge branch 'inventree:master' into matmair/issue2279 2022-02-20 02:36:53 +01:00
05b1943886 Set default error message visibility in modal options 2022-02-18 12:25:50 -05:00
580effab92 Merge remote-tracking branch 'inventree/master' into match-fields
# Conflicts:
#	InvenTree/InvenTree/version.py
2022-02-17 22:55:16 +11:00
0604e1a127 Adds API endpoint for installing stock items into other stock items
- Requires more filtering for the Part API
- Adds more BOM related functionality for Part model
- Removes old server-side form
2022-02-17 17:03:17 +11:00
6199223636 Adds "refresh" button for stock test table 2022-02-17 13:46:11 +11:00
578c161d4f Adds information on test result being deleted 2022-02-17 13:36:00 +11:00
fbef0e1ede js linting 2022-02-16 17:18:17 +11:00
0f0325daba Adds a button to quickly "pass" a test 2022-02-16 17:16:17 +11:00
8f6312f7f4 Adds generic javascript function for mapping file columns to model fields 2022-02-16 17:04:33 +11:00
f399f4fa34 Refactoring API endpoints
- Improved URL naming scheme
2022-02-16 16:57:27 +11:00
626f44d195 Merge branch 'inventree:master' into matmair/issue2279 2022-02-16 02:02:02 +01:00
bf39a614a1 Automatically select Bom Items with matching serial numbers when allocating stock to a build order output 2022-02-16 07:49:18 +11:00
35c9b6838e Form improvements 2022-02-15 13:33:32 +11:00
24c13b04b6 Extract serial numbers from submitted form data 2022-02-15 13:19:41 +11:00
f90a27d01d Adds a new API endpoint for creating build outputs 2022-02-15 12:51:48 +11:00
0aeaf61254 Merge pull request #2564 from matmair/template-reduce-duplication
Template reduce duplication
2022-02-13 20:37:02 +11:00
bc17536e6d fix quotes 2022-02-13 03:49:52 +01:00
aa3192a106 Merge branch 'master' of https://github.com/inventree/InvenTree into template-reduce-duplication 2022-02-12 00:55:39 +01:00
9eb238c85e Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2279 2022-02-12 00:51:15 +01:00
975c81ccfe Merge branch 'inventree:master' into fix-html-tags 2022-02-12 00:32:26 +01:00
6c083622e5 Merge pull request #2615 from SchrodingersGat/delete-multiple-outputs
Delete multiple outputs
2022-02-10 07:47:00 +11:00
6b52a07e71 js linting 2022-02-10 00:53:38 +11:00
96af074365 Adds API endpoint to delete build outputs 2022-02-10 00:46:38 +11:00
ffb319e136 Disable "submit" button to prevent multiple simultaneous uploads 2022-02-10 00:00:23 +11:00
d38a8adf4c Add button to display original row data 2022-02-09 23:49:26 +11:00
383835aa89 Display initial errors when importing data 2022-02-09 23:26:32 +11:00
7265360648 JS linting 2022-02-07 13:07:03 +11:00
11d5900b69 Update upload file template 2022-02-07 12:25:09 +11:00
131663cecc Adds options to clear existing BOM data when uploading 2022-02-07 12:20:18 +11:00
2ade14c47b Check for duplicate BOM items as part of serializer validation 2022-02-07 11:35:07 +11:00