Oliver
|
f3f3030b37
|
Adds API endpoint to "ship" a sales order shipment
|
2021-11-30 00:02:03 +11:00 |
|
Oliver
|
da6c723184
|
Merge branch 'master' into partial-shipment
# Conflicts:
# InvenTree/order/serializers.py
|
2021-11-29 22:59:36 +11:00 |
|
Oliver
|
0b997dc784
|
Display both 'allocated' and 'fulfilled' quantity values in salesorder table
|
2021-11-26 23:30:34 +11:00 |
|
Oliver
|
c943b320e6
|
shipment table tweaks
|
2021-11-26 23:02:29 +11:00 |
|
Oliver
|
d5e7489623
|
Table filters
|
2021-11-26 22:31:25 +11:00 |
|
Oliver
|
ac645b1fc7
|
Adds "responsible" row to purchase order table
|
2021-11-26 22:05:27 +11:00 |
|
Oliver
|
d5cf2b08ac
|
Merge remote-tracking branch 'inventree/master' into partial-shipment
# Conflicts:
# InvenTree/InvenTree/version.py
# InvenTree/order/models.py
|
2021-11-11 12:35:59 +11:00 |
|
Oliver
|
b6d48cab2a
|
Make further use of notification messages
|
2021-11-04 10:14:01 +11:00 |
|
Oliver
|
eaa315e726
|
Merge branch 'master' into partial-shipment
# Conflicts:
# InvenTree/build/templates/build/build_base.html
# InvenTree/order/templates/order/order_base.html
# InvenTree/order/templates/order/sales_order_base.html
# InvenTree/order/templates/order/sales_order_detail.html
# InvenTree/order/templates/order/so_navbar.html
|
2021-10-30 23:44:06 +11:00 |
|
Oliver
|
638c9d4007
|
Enable bootstrap-5 theme for select2
|
2021-10-30 22:16:40 +11:00 |
|
Oliver
|
96be11edd4
|
Add 'status' field to shipment table
- Is not yet implemented in the db model
|
2021-10-27 01:05:10 +11:00 |
|
Oliver
|
2eb93b5a49
|
Add functionality to create a new sales order shipment
- From the "New Shipment" button
- As a secondary modal from the stock allocation dialgo
|
2021-10-27 00:57:47 +11:00 |
|
Oliver
|
4d0f905afc
|
Auto-fill the "quantity" field for the salesorder allocation table
|
2021-10-27 00:47:15 +11:00 |
|
Oliver
|
7252b299f7
|
Add modal API form to allocate stock items against a SalesOrder
- Added model renderer for SalesOrderShipment
- Some refactorin'
|
2021-10-27 00:41:12 +11:00 |
|
Oliver
|
e7c25126a4
|
Construct table of "shipments"
|
2021-10-26 00:17:17 +11:00 |
|
Oliver
|
ce5b47460a
|
Added data migration for existing SalesOrder instances
- If a SalesOrder is "PENDING" or there are allocations available, a shipment is created
|
2021-10-25 22:35:27 +11:00 |
|
Oliver
|
65b673b2bb
|
Improve pricing rendering for purchase order table
|
2021-10-24 19:43:05 +11:00 |
|
Oliver
|
bc596c1f20
|
Improve rendering of pricing in sale order table
|
2021-10-24 19:40:32 +11:00 |
|
Oliver
|
f83dc134ef
|
linting
|
2021-10-20 23:20:43 +11:00 |
|
Oliver
|
92568748cf
|
Further improvements
- Add callback for when a select2 form field is updated
- Adjust selected quantity based on returned data
- auto_fill the stock_item field
|
2021-10-20 23:03:03 +11:00 |
|
Oliver
|
f7b6c68237
|
Pre-fill the form with the remaining allocation quantity
|
2021-10-20 22:37:54 +11:00 |
|
Oliver
|
64cf916c50
|
Add a form to select export format
|
2021-10-07 13:33:10 +11:00 |
|
Oliver
|
a8388b0999
|
JS linting
|
2021-10-06 20:35:51 +11:00 |
|
Oliver
|
5cdf5a2670
|
Only include "in stocK" field if the sales order is pending
|
2021-10-06 20:16:59 +11:00 |
|
Oliver
|
336b05aa4e
|
Exclude sales order allocations when searching stock
|
2021-10-06 17:42:00 +11:00 |
|
Oliver
|
cbd2732622
|
Merge remote-tracking branch 'inventree/master' into sales-order-allocation-fixes
|
2021-10-06 17:28:38 +11:00 |
|
Oliver
|
b5c5842e7d
|
Add ability to create a new sales order allocation using the API forms framework
|
2021-10-06 17:26:48 +11:00 |
|
Oliver
|
4d13674452
|
Migrate views to use the API forms architecture:
- SalesOrderAllocationEdit
- SalesOrderAllocationDelete
|
2021-10-06 17:16:01 +11:00 |
|
Oliver
|
87775ae16b
|
Brace yourseflf
|
2021-10-06 17:02:27 +11:00 |
|
Oliver
|
e055902f3e
|
More JS linting
|
2021-10-06 16:58:00 +11:00 |
|
Oliver
|
21be5b4a26
|
JS linting
|
2021-10-06 16:52:56 +11:00 |
|
Oliver
|
ac3a97d4d6
|
Fix button callbacks for the allocation table
|
2021-10-06 16:47:21 +11:00 |
|
Oliver
|
4d8bec9663
|
Fix rendering of row sub tables
|
2021-10-06 16:38:13 +11:00 |
|
Oliver
|
f9f8527ae5
|
Fix build button
- Now links into the API forms
|
2021-10-06 16:20:15 +11:00 |
|
Oliver
|
4d2cf233b3
|
Move the "loadSalesOrderLineItemTable" code to order.js
|
2021-10-06 16:14:39 +11:00 |
|
Oliver
|
dd760bfecd
|
Add filtering by "completed" status for purchase order line items
|
2021-10-05 17:15:41 +11:00 |
|
Oliver
|
5e951ef64b
|
Add 'filtering' for purchase order line item table
|
2021-10-05 16:57:33 +11:00 |
|
Oliver
|
ce7552bc5b
|
JS linting
|
2021-10-05 16:10:46 +11:00 |
|
Oliver
|
dd4428464d
|
Receiving items against a purchase order now makes use of the API forms
- Delete old unused code
- Improve serializer validation
|
2021-10-05 16:05:18 +11:00 |
|
Oliver
|
a579bc8721
|
Initialize destination field
|
2021-10-05 15:10:16 +11:00 |
|
Oliver
|
b75e817447
|
Construct bare-bones API form
|
2021-10-05 14:57:50 +11:00 |
|
Oliver
|
387680fbcd
|
More linting
|
2021-09-08 13:13:40 +10:00 |
|
Oliver
|
a32a30de52
|
javascript linting
|
2021-09-08 13:02:03 +10:00 |
|
Oliver
|
8368798280
|
Move po-line-item-table into javascript file
- for better linting
|
2021-09-08 12:51:49 +10:00 |
|
Oliver
|
888fa51cd7
|
lots of linting fixes for JS files
|
2021-09-03 22:54:17 +10:00 |
|
Oliver Walters
|
4c39607e00
|
Brace style fixes
|
2021-08-30 20:30:26 +10:00 |
|
Oliver Walters
|
50b54f0966
|
order.js
|
2021-08-30 14:57:17 +10:00 |
|
Oliver Walters
|
174b7ba7f2
|
Fix for "new purchase order" button
|
2021-08-23 00:28:36 +10:00 |
|
Oliver Walters
|
449e0c0af2
|
Refactor button in first step of "order parts" wizard
- "new supplier part" button was broken
- Was linked to the old "launchModalForm" code
- Now calls createSupplierPart
|
2021-08-23 00:17:45 +10:00 |
|
Oliver Walters
|
e3efd12184
|
secondary for purcahse order
|
2021-08-08 00:50:59 +10:00 |
|