Commit Graph

689 Commits

Author SHA1 Message Date
Oliver 83256b1014 Refactor BomItemDelete form 2021-07-03 16:10:41 +10:00
Oliver 359e92cd8e Merge remote-tracking branch 'inventree/master' into drf-api-forms
# Conflicts:
#	InvenTree/InvenTree/static/css/inventree.css
2021-07-03 12:59:13 +10:00
Oliver 2b32f04af2
Merge pull request #1712 from matmair/one-pricing-view
One pricing view
2021-07-03 12:55:34 +10:00
Oliver 90a3a8a288 Merge remote-tracking branch 'inventree/master' into drf-api-forms 2021-07-03 12:35:40 +10:00
Matthias 57ce82de32 show supplier_part in stock-table
#1323
2021-07-03 02:04:39 +02:00
Matthias f8e2d53ad4 Merge branch 'master' of https://github.com/inventree/InvenTree into one-pricing-view 2021-07-02 16:44:43 +02:00
Matthias 628e365c6a fix for bom-pricing chart not showing up 2021-07-02 16:44:25 +02:00
Oliver 993abd9d91 Refactor forms for sales orders 2021-07-03 00:14:36 +10:00
Oliver 74d2334f36 Merge remote-tracking branch 'inventree/master' into drf-api-forms 2021-07-01 22:08:10 +10:00
Oliver 225162ab8e Add ability to delete multiple selected manufacturer part parameters 2021-07-01 17:20:06 +10:00
Oliver 9bd71c1184 Refactor deletion of multiple manufacturer part objects
- issues multiple DELETE requests via the API
2021-07-01 17:01:30 +10:00
Oliver bfc5a7dcf8 Refactor forms for PartTestTemplate model:
- Remove old forms
- Remove old views
- Add detail endpoint for the API
2021-07-01 14:44:23 +10:00
Oliver 9b4db43232 Refactoring "attachment" tables to use the API
- Part attachments
- StockItem attachments
- PurchaseOrder attachments
- SalesOrder attachments
- BuildOrder attachments
2021-06-30 17:40:44 +10:00
Oliver 8f47035a7b Refactor delete view for PartAttachment and StockItemAttachment 2021-06-30 12:58:41 +10:00
Oliver b946aedb5c Replace PartAttachmentEdit view 2021-06-30 09:49:30 +10:00
Oliver 238dccc071 Replace PartAttachmentCreate form 2021-06-30 09:45:36 +10:00
Oliver 1f75530910 Specify custom help text for fields on the client side 2021-06-30 01:07:36 +10:00
Oliver 621f47e46c Replace "edit part category" form 2021-06-30 01:04:39 +10:00
Oliver 26eafe242c Replace PartImageUpload form 2021-06-30 00:18:25 +10:00
Oliver 6156fffd1d Remove broken URLs 2021-06-29 21:25:20 +10:00
Oliver 170ed37d03 Delete CompanyCreate AJAX view 2021-06-29 21:20:53 +10:00
Matthias d10169932d option to hide related parts #1733 2021-06-29 12:33:54 +02:00
Matthias 5598f7fad1 added sale price history 2021-06-27 21:32:27 +02:00
Matthias f479c0cd27 naming refactor 2021-06-27 20:46:52 +02:00
Matthias ef07c93634 section anchors 2021-06-27 18:31:40 +02:00
Matthias 16f25f54d4 sorting price-breaks on start 2021-06-27 17:45:31 +02:00
Matthias 547f7a8f36 Merge branch 'master' of https://github.com/inventree/InvenTree into one-pricing-view 2021-06-27 14:40:17 +02:00
Matthias Mair e760aa172a
Merge branch 'master' into part-import 2021-06-26 23:58:41 +02:00
Matthias d28d66795d linked price break graphs 2021-06-25 07:41:00 +02:00
Matthias 4921cd47f9 refactor for better readabilty 2021-06-25 07:40:01 +02:00
Matthias b99af16bfd preparing for price breaks diagrams 2021-06-24 22:13:56 +02:00
Matthias 9f27a77689 price break js refactor 2021-06-24 01:19:09 +02:00
Matthias d7d080fb96 adding in manufacturer and supplier tables 2021-06-23 15:30:04 +02:00
Matthias 761aa04aba added bom-table 2021-06-23 12:16:33 +02:00
Matthias 332c0a43fd clearer headings 2021-06-23 12:16:04 +02:00
Oliver 70a073be21 Live update part image 2021-06-23 19:28:23 +10:00
Matthias 522ca161d6 added permissions-check to bom 2021-06-23 01:26:07 +02:00
Matthias c8ff6ee0e2 removing old views 2021-06-23 01:11:25 +02:00
Matthias 093a181751 initial structure for single pricing view 2021-06-23 01:07:07 +02:00
Oliver f199feb8d9 Use the part detail API for uploading a new image 2021-06-23 08:34:45 +10:00
Matthias 59aae51652 show stock history starting by 1 element 2021-06-20 20:17:01 +02:00
Matthias b86793703e Merge branch 'part-import' of https://github.com/matmair/InvenTree into part-import 2021-06-18 23:14:48 +02:00
Matthias 59e6cc1a10 Merge branch 'master' of https://github.com/inventree/InvenTree into part-import 2021-06-18 23:10:59 +02:00
Oliver 778aa0314d Load and display build order allocation items via AJAX 2021-06-18 19:18:35 +10:00
Oliver 10ecddf9b4 Fixes after rebase 2021-06-18 17:25:24 +10:00
Oliver Walters 0b8a50cd92 Add 'location_detail' filter 2021-06-18 16:51:34 +10:00
Oliver 43478a0be7
Merge pull request #1634 from matmair/internal-price
Internal price
2021-06-18 10:36:29 +10:00
Matthias 997d68694e fix for part with no bom-price #1678 2021-06-17 18:21:11 +02:00
Matthias Mair 44464de2b6
Merge branch 'inventree:master' into internal-price 2021-06-17 16:42:57 +02:00
Matthias Mair e77e89b16c
Merge branch 'inventree:master' into part-import 2021-06-17 16:42:49 +02:00