From dd35a7c4feb11af9e56c4459c811c7e3da9a782d Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 14 Jan 2021 08:37:57 +1100 Subject: [PATCH 1/2] Update 0.1.5.md Add info on #1221 --- docs/releases/0.1.5.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/releases/0.1.5.md b/docs/releases/0.1.5.md index 871db88..180ed7f 100644 --- a/docs/releases/0.1.5.md +++ b/docs/releases/0.1.5.md @@ -33,6 +33,13 @@ Refer to the [build documentation](../../build/build/#overdue-builds) for more i - Purchase Orders - Sales Orders +### Improved Permission System + +[#1221](https://github.com/inventree/InvenTree/pull/1221) adds new permission roles as follows: + +- **Part** role split into *Part* and *Part Category* roles +- **Stock** role spit into *Stock Item* and *Stock Location* roles + ## Major Bug Fixes | PR | Description | From b0c5da6399c8c73d8ce4512dc6aa57a33a2390a1 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 14 Jan 2021 22:23:54 +1100 Subject: [PATCH 2/2] Update 0.1.5.md --- docs/releases/0.1.5.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/releases/0.1.5.md b/docs/releases/0.1.5.md index 180ed7f..084f84a 100644 --- a/docs/releases/0.1.5.md +++ b/docs/releases/0.1.5.md @@ -21,6 +21,10 @@ Refer to the [build documentation](../../build/build/#overdue-builds) for more i [#1177](https://github.com/inventree/InvenTree/pull/1177) introduces the concept of *Target Date* for a Sales Order. This is the intended shipment date for the order. If the date is reached but the order is not yet complete, the order is considered *overdue*. +### Target Date for Purchase Order + +[#1232](https://github.com/inventree/InvenTree/pull/1232) introduces the concept *Target Date* for a Purchase Order. This is the expected delivery date for the order. If the date is reached but the order is not yet complete, the order is considered *overdue*. + ### Stock Item Expiry [#1202](https://github.com/inventree/InvenTree/pull/1202) introduces the concept of an *Expiry Date* for Stock Items. For further information, refer to the [expiry documentation](../../stock/expiry).