2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00
Commit Graph

2165 Commits

Author SHA1 Message Date
0af636d2b1 Pass options back through when re-creating filter list 2022-03-03 21:23:01 +11:00
ba406a4da9 Refactorin'
- Add the "download" button into the "filters" list
- Cuts down on boilerplate code
2022-03-03 21:16:27 +11:00
85e9c4d3ca JS linting 2022-03-03 17:47:23 +11:00
8bf84ec217 Remove calls to "exportStock" 2022-03-03 17:25:31 +11:00
51de436d42 User can select export format 2022-03-03 17:21:04 +11:00
6b7a0fde1b Store table query parameters when performing a bootstrap-table query
- For now it only supports .csv format
2022-03-03 17:17:27 +11:00
954f0afb85 Merge branch 'master' into scheduling 2022-03-03 09:15:08 +11:00
fb4e44b73f Re-enable display of multi-level BOM 2022-03-02 22:46:58 +11:00
55d09c4469 Merge pull request #2699 from SchrodingersGat/duplicate-bom-subs
Allow duplication of subtitute parts when copying a BOM
2022-03-02 21:50:18 +11:00
56e6783556 Merge branch 'inventree:master' into matmair/issue2279 2022-03-01 20:14:25 +01:00
0d2bfa6839 Merge pull request #2698 from SchrodingersGat/delete-serialized-stock
Allows deletion of serialized stock
2022-03-02 00:32:59 +11:00
5dc543618e Allow duplication of subtitute parts when copying a BOM 2022-03-02 00:31:50 +11:00
f6b3760bb5 Make UI elements more consistent
Ref: https://github.com/inventree/InvenTree/issues/2692
2022-03-02 00:05:02 +11:00
190822a680 JS linting 2022-03-01 23:40:38 +11:00
457bcdc0ae Fix some small template / JS errors on the "part" page 2022-03-01 23:38:02 +11:00
e44159baea Adds (per user) setting to show or hide scheduling tab 2022-03-01 23:26:08 +11:00
f33f1a339d Add more information to scheduling chart
Also improves chart styling
2022-03-01 23:20:08 +11:00
776dffe779 Scheduling information is now calculated on the server, and provided via a new API endpoint
- Much simpler than sequencing multiple API calls
2022-03-01 22:54:49 +11:00
dfd6684699 Add incoming stock for build orders 2022-03-01 17:31:26 +11:00
8f7164d5cd Add information for outgoing stock (sales orders) 2022-03-01 17:24:09 +11:00
37ac8f6517 Display scheduled incoming stock for purchase orders 2022-03-01 17:13:47 +11:00
a278e52443 Merge branch 'master' into scheduling 2022-03-01 16:50:57 +11:00
a30e478412 Merge pull request #2685 from SchrodingersGat/date-format
Adds a user-configurable setting to configure how dates are displayed
2022-03-01 08:45:30 +11:00
1393e38eec Adds date rendering to new target_date fields 2022-03-01 08:23:52 +11:00
abbd087a66 Merge pull request #2688 from SchrodingersGat/custom-admin-url
Custom admin url
2022-03-01 08:21:31 +11:00
5d37ce9175 Merge remote-tracking branch 'inventree/master' into date-format 2022-03-01 08:18:24 +11:00
c4d462b0b4 Merge pull request #2684 from SchrodingersGat/po-target-date
Order target date improvements
2022-03-01 08:17:54 +11:00
f3e7af3cc3 Merge pull request #2686 from SchrodingersGat/po-receive-serials
Po receive serials
2022-03-01 00:58:44 +11:00
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