2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-13 15:20:53 +00:00
Commit Graph

2341 Commits

Author SHA1 Message Date
Matthias Mair
5c4c9bfaed Merge branch 'inventree:master' into matmair/issue2279 2021-12-29 23:54:54 +01:00
Matthias
95ee4f908f Merge branch 'master' of https://github.com/inventree/InvenTree into sn-append 2021-12-29 23:45:19 +01:00
Matthias
1d0aa900e8 add helper fnc to get latest SN as int 2021-12-29 02:50:23 +01:00
Oliver
774d834b7e Merge pull request #2477 from SchrodingersGat/duplicate-bom-form
Duplicate bom form
2021-12-21 23:06:44 +11:00
Oliver
2c0da25cbc "Validate BOM" now uses the API also 2021-12-21 22:45:59 +11:00
Oliver
70f9a0fe13 Furher logic improvements to BOM copy
- Remove "self" part from list
- Stop inherited BOM items from being copied incorrectly
- Allow user to select whether "inherited" BOM items are copied
2021-12-21 22:07:08 +11:00
Oliver
0c8a047bc2 Adds simply endpoint for BOM duplication 2021-12-21 17:29:14 +11:00
Oliver
0060bb074e Updates for various part views 2021-12-21 16:56:47 +11:00
Matthias Mair
acbee38600 Merge branch 'inventree:master' into matmair/issue2279 2021-12-15 00:20:48 +01:00
Oliver
36026a9217 PEP fixes 2021-12-13 23:15:06 +11:00
Oliver
01ce752a8c BOM export options are now han
(cherry picked from commit c797eb0703)
2021-12-13 23:12:11 +11:00
Oliver
d75ce451be Allow user to select file format when downloadin BOM import template
(cherry picked from commit 8030ca0bb9)
2021-12-13 23:11:42 +11:00
Oliver
a2357b5b46 Fix decimal places for money field 2021-12-12 22:18:29 +11:00
Matthias Mair
271ad1dc87 Merge branch 'inventree:master' into matmair/issue2279 2021-12-11 00:09:32 +01:00
Oliver
e9ae3eb01d Revert to bootstrap-treeview
- More "bootstrappy" design
- Already in code base
- Cleaner API
2021-12-11 00:25:44 +11:00
Oliver
7dcd166d50 Change "sidetree" to "breadcrumb-tree" 2021-12-10 22:53:19 +11:00
Oliver
8c018cf987 Add href to nav toggle (so mouse cursor changes) 2021-12-10 22:31:50 +11:00
Matthias
ba921b45ff remove state from api interface 2021-12-08 22:44:01 +01:00
Matthias
12afb19dfa move toggle 2021-12-08 01:11:21 +01:00
Matthias
821f9389d5 remove old links 2021-12-08 00:19:17 +01:00
Matthias
ff5095a270 remove children -> used for reloading 2021-12-08 00:07:05 +01:00
Matthias
596532f312 only one api call 2021-12-08 00:05:34 +01:00
Matthias
948270bbcb add stuff to mark starting endpoint 2021-12-07 23:54:45 +01:00
Matthias
2fa67707bd Add text 2021-12-07 00:51:27 +01:00
Matthias
f375ba96ae add sidetree toggler function 2021-12-07 00:21:33 +01:00
Matthias
c703f9993f make url simpler 2021-12-06 22:37:42 +01:00
Matthias
70939a0cf9 first working example 2021-12-06 22:35:14 +01:00
Matthias
416bcb822b remove unneeded sidebar block 2021-12-06 01:34:16 +01:00
Matthias
49f9cc7edc modifiy sidebar code 2021-12-06 01:33:41 +01:00
Matthias Mair
0d9f76a019 Merge branch 'inventree:master' into matmair/issue2279 2021-12-04 17:52:58 +01:00
Oliver
120870712a Merge pull request #2420 from SchrodingersGat/assigned-to-me
Assigned to me
2021-12-04 23:08:08 +11:00
Oliver
9e1251d78d Adds "assigned_to_me" filtering to build orders 2021-12-04 21:30:11 +11:00
Oliver
cdf63c43aa Add autocomplete fields to admin views for "build" app 2021-12-04 20:17:36 +11:00
Oliver
e83b5f9db0 Add autocomplete admin fields for "part" app 2021-12-04 20:01:56 +11:00
Matthias
e25759c1ac check message counters too 2021-12-04 04:08:11 +01:00
Matthias
d8ca87057b cover another line 2021-12-04 04:07:47 +01:00
Matthias
733fc4b718 forgot that before 2021-12-04 03:46:35 +01:00
Matthias
c10841fe0e and again 2021-12-04 03:44:59 +01:00
Matthias
1ba7110cda change templates to new way 2021-12-04 02:19:12 +01:00
Oliver
35b3bc73cc Merge remote-tracking branch 'inventree/master' into partial-shipment
# Conflicts:
#	InvenTree/order/api.py
2021-12-04 09:35:54 +11:00
Oliver
6d90ded27f First pass at a part-purchase-order table 2021-12-03 20:54:21 +11:00
Matthias
f4f390f4c2 PEP fix 2021-12-03 01:58:27 +01:00
Matthias
ae13672273 refactor to enable use in notification tests 2021-12-02 10:52:21 +01:00
Oliver
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
Matthias
84499f4b10 better description 2021-12-02 10:22:39 +01:00
Matthias
0379498ee3 merge master in 2021-12-02 09:17:57 +01:00
Oliver
8c6b82d2c0 Merge pull request #2405 from SchrodingersGat/jump-to-sn
Jump to sn
2021-12-02 16:26:21 +11:00
Oliver
e96ff7fbba Add lookup-by-sn on part page, too 2021-12-02 16:01:28 +11:00
Matthias
2038c2250d fix notify_low_stock context 2021-12-02 02:42:57 +01:00
Matthias
55a8536636 fix case 2021-12-02 02:35:10 +01:00