mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-29 14:16:55 +00:00
22 lines
999 B
Markdown
22 lines
999 B
Markdown
---
|
|
title: Release 0.7.0
|
|
---
|
|
|
|
## Release: 0.7.0
|
|
|
|
0.7.0 is a major feature release of the InvenTree software project. For a comprehsive list of changes associated with this release, please refer to the [InvenTree GitHub page](https://github.com/inventree/InvenTree/milestone/10).
|
|
|
|
## 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!
|
|
|
|
[#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
|
|
|
|
[#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.
|