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

63 Commits

Author SHA1 Message Date
7531984c78 Fix read_only attribute 2021-07-11 21:17:54 +10:00
cc90c8abbe Move buttons to separate table column 2021-07-11 21:15:06 +10:00
9eb1367d80 Add "location" field 2021-07-11 21:07:56 +10:00
3efd7f7777 Add a "notes" field 2021-07-11 20:56:29 +10:00
ca5d3a57de Set quantity input parameters based on action 2021-07-11 20:49:54 +10:00
9e4bc274cf Allow custom code to be run on form submission 2021-07-11 20:40:27 +10:00
c045a3b6f6 Refactorin' 2021-07-11 20:36:52 +10:00
14ab1bef14 Callback to remove row 2021-07-11 00:15:46 +10:00
0507e8a3bc Building stock adjustment modal 2021-07-10 23:59:35 +10:00
7539bd47fe Fix rendering issues 2021-07-09 12:10:27 +10:00
87a7081185 Fixed supplier part detail handling in stock table 2021-07-06 14:32:16 -04:00
16fafbfb30 sock table link to stock 2021-07-03 02:05:37 +02:00
57ce82de32 show supplier_part in stock-table
#1323
2021-07-03 02:04:39 +02:00
a12790d5ca Fixes table data nesting
Sometimes you just need a quick break
2021-06-24 13:23:12 +10:00
650d31ae32 Remove debug statements 2021-06-22 10:43:00 +10:00
e6598b5115 Displays "purchase order" column in StockItem table 2021-06-21 16:58:39 +10:00
08fbdf660b Fix for #1661 2021-06-14 14:19:10 -04:00
3aadf94a9c Stock Test: Fix display of stock test table
- Incorrect parent node was set
2021-06-08 16:15:40 +10:00
b31796cbeb Simplified "installed_in" table 2021-06-01 16:40:02 +10:00
0375d5b940 Specify a unique parent node that cannot shadow an existing pk 2021-06-01 08:30:50 +10:00
f0cf83a0b8 Use tree-grid instead of group-by for showing test results
- Much more predictable display
2021-05-31 16:55:21 +10:00
5204567628 Bug fix for stock item tracking API 2021-05-18 19:06:41 +10:00
64c1503fe4 Disable "purchase price" field for non-purchaseable parts 2021-05-17 20:15:53 +10:00
03a231bffb Updates
- Add StockHistoryCode to custom context
- Add simple form for editing stock item history
- Add tracking entry when stock status is changed
2021-05-11 23:38:26 +10:00
0c19a94f5c Add run-time addition of extra data to the API 2021-05-11 22:50:58 +10:00
8c63b53c16 here we go js 2021-05-06 14:35:23 +02:00
412b05d76c Allow API filtering by "cascading" stock locations 2021-04-20 20:00:15 +10:00
6986709fb8 Reorganized stock location view 2021-04-20 19:49:07 +10:00
cfae92e22b more translated strings for api-titles and filters 2021-04-15 12:15:02 +02:00
97e1bc0a67 Added missing part_detail reference 2021-04-08 21:46:11 -04:00
b5a5f5b409 Simplified stock table view in Part and SupplierPart detail pages 2021-04-08 13:42:35 -04:00
0547e1c03b added more translations in html / js 2021-04-03 04:05:59 +02:00
04dbfbd892 Fix for stock item tracking table 2021-02-28 20:50:19 +11:00
8ce7b572cc Optionally paginate the StockList table on the server
- This makes the bootstrap table interface SO FREAKING MUCH FASTER
- Search is now performed on the server too!
2021-02-28 16:18:45 +11:00
66e1b180e4 Add option to stock table to disable grouping at run-time 2021-02-23 13:42:59 +11:00
098b494047 Add option to disable stock item grouping 2021-02-19 11:31:38 +11:00
644583f636 Display packaging info in stock table 2021-02-19 11:09:24 +11:00
efc2290613 Remove code which was causing issue 2021-02-12 19:57:44 +11:00
5e5bced0c7 Optionally include javascript code based on barcode feature 2021-01-28 21:51:34 +11:00
4641123cd8 Allow multiple stock items to be checked into a location using table selection 2021-01-28 21:47:39 +11:00
6a7c722efc Stock table button cleanup 2021-01-18 21:52:20 +11:00
952da19600 Print test report for multiple stock items at once 2021-01-18 21:42:55 +11:00
ef3ac43c4a Add "last updated" date to stock table 2021-01-15 15:27:40 +11:00
0134597747 Merge remote-tracking branch 'inventree/master' into label-api
# Conflicts:
#	InvenTree/locale/de/LC_MESSAGES/django.po
#	InvenTree/locale/en/LC_MESSAGES/django.po
#	InvenTree/locale/es/LC_MESSAGES/django.po
2021-01-14 23:56:23 +11:00
bb9fe98a7e Set status for multiple stock items at once 2021-01-14 14:04:24 +11:00
aac835f634 Add menu item to set stock status for multiple items 2021-01-14 13:41:38 +11:00
df327d4e64 Add stocktake_date field to stock API, and to stock table 2021-01-14 11:29:35 +11:00
e133fff03e Download PDF for labels 2021-01-09 21:50:42 +11:00
bdc7367e29 Add endpoint for printing labels 2021-01-09 20:43:48 +11:00
1d6a049c5a Annotate stock queryset with stale status 2021-01-06 23:06:49 +11:00