2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 02:25:38 +00:00
Commit Graph

11905 Commits

Author SHA1 Message Date
2725a2eb87 disable icons 2021-12-08 02:01:26 +01:00
79a60ff895 Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2250 2021-12-08 01:11:35 +01:00
12afb19dfa move toggle 2021-12-08 01:11:21 +01:00
45181904af fix icon 2021-12-08 00:26:56 +01:00
5ed163dd71 add new toggler 2021-12-08 00:22:00 +01:00
e4b6306ddb Merge pull request #2434 from wengtad/issue2428
fix: stock tracking table aligment
2021-12-08 10:21:31 +11:00
821f9389d5 remove old links 2021-12-08 00:19:17 +01:00
ff5095a270 remove children -> used for reloading 2021-12-08 00:07:05 +01:00
596532f312 only one api call 2021-12-08 00:05:34 +01:00
c8c35e2f04 Remove old task to delete expired sessions
- Does not apply any more with new session management
2021-12-08 09:55:41 +11:00
948270bbcb add stuff to mark starting endpoint 2021-12-07 23:54:45 +01:00
c143826e9b fix: stock tracking table aligment
Fixes #2428
2021-12-07 13:59:51 +08:00
f2b966fac5 Merge pull request #2433 from SchrodingersGat/string-fix
Translateable string fixes
2021-12-07 11:29:44 +11:00
af1fe021f5 Merge pull request #2432 from SchrodingersGat/po-part-filter
Improved table filtering for "purchase order" table
2021-12-07 11:29:38 +11:00
2cf4e20d9a Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2250 2021-12-07 01:16:32 +01:00
fbc4cfe166 remove always show 2021-12-07 00:52:14 +01:00
46279c8172 fix design refs 2021-12-07 00:51:44 +01:00
1a85e4f21d Translateable string fixeas 2021-12-07 10:51:40 +11:00
2fa67707bd Add text 2021-12-07 00:51:27 +01:00
99a62b2934 move border on right side to items 2021-12-07 00:41:37 +01:00
463192e0b9 Improved table filtering for "purchase order" table (as seen from "part" view) 2021-12-07 10:33:09 +11:00
61bdf8937c style fix 2021-12-07 00:30:50 +01:00
388b42a407 use sidebar-wrapper for styleing 2021-12-07 00:26:36 +01:00
f375ba96ae add sidetree toggler function 2021-12-07 00:21:33 +01:00
b5ae9edc2e style fixes 2021-12-06 23:48:21 +01:00
1ad91811a5 Merge pull request #2426 from nwns/feature/qcluster_redis
Q_CLUSTER is using the database for its broker
2021-12-07 09:24:29 +11:00
c703f9993f make url simpler 2021-12-06 22:37:42 +01:00
8e425e67a1 reduce 2021-12-06 22:37:17 +01:00
70939a0cf9 first working example 2021-12-06 22:35:14 +01:00
de4d057b93 Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2250 2021-12-06 01:37:48 +01:00
9ebbf8190c add tree to replication 2021-12-06 01: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
b7f3a044d9 Merge pull request #2427 from nwns/fix/overlapping_currency
Swallow Serialization failure while updating exchange rates
2021-12-06 09:49:54 +11:00
07c88328ae Merge pull request #2423 from SchrodingersGat/maintenance-mode-state-file
Adjustments for maintenance-mode options:
2021-12-06 09:48:43 +11:00
44d35d06f4 Merge remote-tracking branch 'inventree/master' into maintenance-mode-state-file
# Conflicts:
#	InvenTree/InvenTree/settings.py
2021-12-06 09:16:44 +11:00
da020f6fd6 Remove extra options 2021-12-06 09:05:13 +11:00
a9f584cb65 fix: swallow Serialization failure
We can swallow the serialization exception because there is a scheduled
task that will update these later anyway.

Fixes #2241
2021-12-05 09:24:57 -07:00
561fd6afc1 fix: Q_CLUSTER is using the database for its broker
Q_CLUSTER is using the database as its broker, and adding cache
configuration for it and not using it is pointless.  But rather than
change Q_CLUSTER's configuration to use redis as the broker, lets just
leave it using the database as the database broker has its advantages.
2021-12-05 09:04:54 -07:00
8814868fc7 Merge pull request #2424 from SchrodingersGat/remove-schedule-delete
Remove schedule delete
2021-12-05 19:11:00 +11:00
93a240d9c3 Remove the "scheduled_for_deletion" field from the StockItem model
Reverts back to the original behaviour - stock items are just deleted
2021-12-05 18:14:14 +11:00
a821717103 Add a data migration which deletes any stock items which have been scheduled for deletion.
Also deletes any instance of the "delete_old_stock_items" worker task
2021-12-05 17:56:39 +11:00
ae8166984f Adjustments for maintenance-mode options:
- Brings the state into the same directory as the runtime config file
2021-12-05 17:28:46 +11:00
7ba01612d8 Merge pull request #2074 from matmair/plugin-2037
New Plugin definition
2021-12-05 08:46:47 +11:00
0c9590ba37 Merge pull request #2417 from matmair/pipeline
Pipeline refactor ... again
2021-12-05 08:00:02 +11:00
529987bb17 remove unneeded Todo 2021-12-04 19:52:56 +01:00
ed5bb3d264 turn around template loader order 2021-12-04 19:49:43 +01:00
bb2ad7c2cb Merge branch 'master' of https://github.com/inventree/InvenTree into plugin-2037 2021-12-04 18:04:47 +01:00
1060f60117 Merge branch 'inventree:master' into webhooks 2021-12-04 17:53:21 +01:00
2a0e07abe0 Merge branch 'inventree:master' into matmair/issue2201 2021-12-04 17:53:13 +01:00