From e3fbbce97d9795d46e027255ec91e7dd870e5fb9 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 28 Feb 2022 23:36:09 +1100 Subject: [PATCH] Update 0.7.0.md https://github.com/inventree/InvenTree/pull/2684 --- docs/releases/0.7.0.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/releases/0.7.0.md b/docs/releases/0.7.0.md index 92581e6..f431888 100644 --- a/docs/releases/0.7.0.md +++ b/docs/releases/0.7.0.md @@ -8,10 +8,14 @@ title: Release 0.7.0 ## New Features +### Order Target Dates + +[#2684](https://github.com/inventree/InvenTree/pull/2684) adds a `target_date` field to both the PurchaseOrderLineItem and SalesOrderLineItem models, separate to the `target_date` field on the parent _Order_ models. This allows expected shipment dates to be specified for individual line items. + ### It's a Date! -PR [#2685](https://github.com/inventree/InvenTree/pull/2685) adds the ability for users to customize how dates are formatted and displayed in the web interface. +[#2685](https://github.com/inventree/InvenTree/pull/2685) adds the ability for users to customize how dates are formatted and displayed in the web interface. ### Serialize Incoming Stock -PR [#2686](https://github.com/inventree/InvenTree/pull/2686) provides the ability to add batch codes and serial numbers to incoming stock items received against purchase orders. +[#2686](https://github.com/inventree/InvenTree/pull/2686) provides the ability to add batch codes and serial numbers to incoming stock items received against purchase orders.