2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 13:35:40 +00:00
Commit Graph

2618 Commits

Author SHA1 Message Date
2fa67707bd Add text 2021-12-07 00:51:27 +01:00
f375ba96ae add sidetree toggler function 2021-12-07 00:21:33 +01:00
c703f9993f make url simpler 2021-12-06 22:37:42 +01:00
70939a0cf9 first working example 2021-12-06 22:35:14 +01:00
416bcb822b remove unneeded sidebar block 2021-12-06 01:34:16 +01:00
49f9cc7edc modifiy sidebar code 2021-12-06 01:33:41 +01:00
0d9f76a019 Merge branch 'inventree:master' into matmair/issue2279 2021-12-04 17:52:58 +01:00
120870712a Merge pull request #2420 from SchrodingersGat/assigned-to-me
Assigned to me
2021-12-04 23:08:08 +11:00
9e1251d78d Adds "assigned_to_me" filtering to build orders 2021-12-04 21:30:11 +11:00
cdf63c43aa Add autocomplete fields to admin views for "build" app 2021-12-04 20:17:36 +11:00
e83b5f9db0 Add autocomplete admin fields for "part" app 2021-12-04 20:01:56 +11:00
e25759c1ac check message counters too 2021-12-04 04:08:11 +01:00
d8ca87057b cover another line 2021-12-04 04:07:47 +01:00
733fc4b718 forgot that before 2021-12-04 03:46:35 +01:00
c10841fe0e and again 2021-12-04 03:44:59 +01:00
1ba7110cda change templates to new way 2021-12-04 02:19:12 +01:00
35b3bc73cc Merge remote-tracking branch 'inventree/master' into partial-shipment
# Conflicts:
#	InvenTree/order/api.py
2021-12-04 09:35:54 +11:00
6d90ded27f First pass at a part-purchase-order table 2021-12-03 20:54:21 +11:00
f4f390f4c2 PEP fix 2021-12-03 01:58:27 +01:00
ae13672273 refactor to enable use in notification tests 2021-12-02 10:52:21 +01:00
6ec0cfc641 Merge branch 'master' into partial-shipment
# Conflicts:
#	InvenTree/company/templates/company/company_base.html
#	InvenTree/stock/templates/stock/item_base.html
2021-12-02 20:49:13 +11:00
84499f4b10 better description 2021-12-02 10:22:39 +01:00
0379498ee3 merge master in 2021-12-02 09:17:57 +01:00
8c6b82d2c0 Merge pull request #2405 from SchrodingersGat/jump-to-sn
Jump to sn
2021-12-02 16:26:21 +11:00
e96ff7fbba Add lookup-by-sn on part page, too 2021-12-02 16:01:28 +11:00
2038c2250d fix notify_low_stock context 2021-12-02 02:42:57 +01:00
55a8536636 fix case 2021-12-02 02:35:10 +01:00
ea5848d174 add mailadress to user 2021-12-02 02:34:45 +01:00
7974559ead add tests for testing notifications 2021-12-02 02:24:33 +01:00
3bff676047 beginner mistake
it is a referenced part so use related_name as prefix
2021-12-02 00:24:36 +01:00
25a76d37e7 and PEP again 2021-12-02 00:11:02 +01:00
61b53a10b0 Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2279 2021-12-01 23:59:22 +01:00
95fa34f797 search by MPN
Fixes #2403
2021-12-01 23:56:31 +01:00
64c01bff82 refactor to use general function 2021-12-01 22:26:43 +01:00
a6fe5e0d80 Merge pull request #2388 from SchrodingersGat/part-details-refactor
Part details refactor
2021-12-01 08:47:29 +11:00
713549fe6a Handle case where issue_date is not set 2021-12-01 08:14:49 +11:00
a2a436ea69 Column improvements 2021-12-01 08:05:30 +11:00
64abe1e889 Refactoring "company" view 2021-11-30 20:31:05 +11:00
440436c70d Refactor display for "part category" 2021-11-30 20:00:26 +11:00
5049f17d0b Save toggle state to session 2021-11-30 19:49:04 +11:00
a2d912d374 Bootstrappy collapse 2021-11-30 19:45:37 +11:00
b34b3c6d85 Place part details below main part display tab 2021-11-30 19:38:48 +11:00
da6c723184 Merge branch 'master' into partial-shipment
# Conflicts:
#	InvenTree/order/serializers.py
2021-11-29 22:59:36 +11:00
4ee55847f1 Refactor attachment tables 2021-11-28 14:21:20 +11:00
0949bac175 serializer fixes 2021-11-28 14:21:09 +11:00
6582fd3d04 Add 'link' field to attachment serializer 2021-11-28 12:57:37 +11:00
e9ed7bffc9 adds a "link" field to the InvenTree attachment model
- Allows attachments to also serve as links to external files
2021-11-28 12:53:01 +11:00
ef7a9b5152 Adds a simple endpoint for accessing serial number information for a Part instance
- This is not included by default in the "part detail" endpoint as it must be calculated!
2021-11-27 00:11:18 +11:00
760c80dbb6 Merge remote-tracking branch 'inventree/master' into partial-shipment 2021-11-26 22:08:17 +11:00
2b704ccdc0 Exclude same part from "related" input 2021-11-26 21:09:29 +11:00