2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00
Commit Graph

2165 Commits

Author SHA1 Message Date
61b53a10b0 Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2279 2021-12-01 23:59:22 +01:00
7273ed74c6 clean up PR 2021-12-01 23:38:24 +01:00
4683672d91 load minified fontawesome css 2021-12-01 22:32:40 +01:00
53b57cfa70 laod minified fontawesome js 2021-12-01 22:31:16 +01:00
413968a979 load minified js 2021-12-01 22:28:43 +01:00
a653f322b3 show delete button only selective 2021-11-30 23:22:20 +01:00
cefc4af861 add delete button for notifications 2021-11-30 23:19:58 +01:00
84115b3a8e Reduce width of thumbnail div 2021-12-01 08:07:09 +11:00
a2a436ea69 Column improvements 2021-12-01 08:05:30 +11:00
d34aa04c7d refactor
to only have one read state updater js codeblock
2021-11-30 17:11:33 +01:00
93f9fe9684 update indicator when table is updated 2021-11-30 17:00:02 +01:00
791da9b322 add notification counter to indicator 2021-11-30 16:56:55 +01:00
5614fde368 change out icons 2021-11-30 16:55:39 +01:00
b34b3c6d85 Place part details below main part display tab 2021-11-30 19:38:48 +11:00
6e9937e0e9 Don't be dull, check for null 2021-11-30 15:24:19 +11:00
3f9b280e17 Allow shipment numbers to be non-unique for different sales orders
- must be unique for a given sales order
2021-11-30 00:42:30 +11:00
f3f3030b37 Adds API endpoint to "ship" a sales order shipment 2021-11-30 00:02:03 +11:00
da6c723184 Merge branch 'master' into partial-shipment
# Conflicts:
#	InvenTree/order/serializers.py
2021-11-29 22:59:36 +11:00
d6dc4dd035 Merge branch 'matmair/issue2279' of https://github.com/matmair/InvenTree into matmair/issue2279 2021-11-29 08:42:57 +01:00
07b0577b94 enable the notification panel to mark messages as read 2021-11-29 01:49:35 +01:00
5bfe891208 add button for unread + refactor 2021-11-29 01:09:36 +01:00
06f6587050 add endpoint + buttons to mark a notification read 2021-11-29 01:08:06 +01:00
7b339b35cc Small UI tweaks for "sessions" view 2021-11-29 07:46:37 +11:00
b687659ddd Merge branch 'inventree:master' into matmair/issue2327 2021-11-28 17:26:19 +01:00
e34de8204a Merge branch 'inventree:master' into matmair/issue2279 2021-11-28 17:26:15 +01:00
baf19c2021 Merge branch 'inventree:master' into plugin-2037 2021-11-28 17:26:09 +01:00
32be39774f PEP fixes 2021-11-28 22:36:47 +11:00
78309c1915 Move validation to the model class 2021-11-28 22:29:01 +11:00
4ee55847f1 Refactor attachment tables 2021-11-28 14:21:20 +11:00
539910c594 translate mesages 2021-11-28 02:39:57 +01:00
a57c634cfd add item link 2021-11-28 01:33:13 +01:00
bb1c01635e fix read flag 2021-11-27 22:40:03 +01:00
c4c43135f1 Add base UI elements 2021-11-27 21:23:56 +01:00
a9995087ac move spacing from id to class 2021-11-27 16:21:17 +01:00
dd44eb389f add a notification message model
part of #2282
2021-11-27 16:02:23 +01:00
6b53fd2bd4 Base html
[FR] Notification centre
Fixes #2279
2021-11-27 02:22:39 +01:00
84f0966e4f movelanguage to display settings 2021-11-27 00:02:39 +01:00
db1a434f81 [FR] User sessions
Fixes #2327
2021-11-26 23:56:24 +01:00
ad6e34953b Update placeholders for serial numbers when creating a new stock item 2021-11-27 00:17:31 +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
0b997dc784 Display both 'allocated' and 'fulfilled' quantity values in salesorder table 2021-11-26 23:30:34 +11:00
c943b320e6 shipment table tweaks 2021-11-26 23:02:29 +11:00
8eb5e79070 Merge pull request #2368 from SchrodingersGat/responsible-column
Adds "responsible" row to purchase order table
2021-11-26 22:31:39 +11:00
d5e7489623 Table filters 2021-11-26 22:31:25 +11:00
760c80dbb6 Merge remote-tracking branch 'inventree/master' into partial-shipment 2021-11-26 22:08:17 +11:00
ac645b1fc7 Adds "responsible" row to purchase order table 2021-11-26 22:05:27 +11:00
268bfda065 Layout tweaks for settings page 2021-11-26 21:02:06 +11:00
68e2b0850b Merge branch 'master' into partial-shipment
# Conflicts:
#	InvenTree/build/serializers.py
#	InvenTree/order/templates/order/so_sidebar.html
2021-11-26 08:25:51 +11:00
6a948a1a20 javascript linting 2021-11-25 15:14:16 +11:00
e6dfe27c57 Add a "related parts table" function 2021-11-25 14:54:21 +11:00