From 548f7e8c746d249efb02c265ad12955c3ddd7641 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 19 Aug 2015 13:31:35 +0530 Subject: [PATCH] [change-log] for v5.7.0 --- erpnext/change_log/current/item_variants.md | 6 ------ erpnext/change_log/current/pos.md | 2 -- erpnext/change_log/v5/v5_7_0.md | 7 +++++++ 3 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 erpnext/change_log/current/item_variants.md delete mode 100644 erpnext/change_log/current/pos.md create mode 100644 erpnext/change_log/v5/v5_7_0.md diff --git a/erpnext/change_log/current/item_variants.md b/erpnext/change_log/current/item_variants.md deleted file mode 100644 index 268b59534c4..00000000000 --- a/erpnext/change_log/current/item_variants.md +++ /dev/null @@ -1,6 +0,0 @@ -- Make Variants added to Item Master -- Added ability to specify Range of Numeric Values in Attribute Master -- Fixed an issue in filtering Templates in Item List View -- Added Patch to fetch Item Template Attributes -- Allow Editing variant attribute in Variant. Add validation to check duplication. -- Removed Manage Variants \ No newline at end of file diff --git a/erpnext/change_log/current/pos.md b/erpnext/change_log/current/pos.md deleted file mode 100644 index 9faf82d1b45..00000000000 --- a/erpnext/change_log/current/pos.md +++ /dev/null @@ -1,2 +0,0 @@ -- Set default Print Format for Point-of-Sale (POS) via **POS Profile** -- Option to automatically print after submitting POS **Sales Invoice** diff --git a/erpnext/change_log/v5/v5_7_0.md b/erpnext/change_log/v5/v5_7_0.md new file mode 100644 index 00000000000..c76eb601e50 --- /dev/null +++ b/erpnext/change_log/v5/v5_7_0.md @@ -0,0 +1,7 @@ +- **Item Variants** + - Removed **Manage Variants** tool + - Use **Make Variant** button in the Item form to create new variants based on a template Item + - Added ability to specify Range of Numeric Values in Item Attribute +- Set default Print Format for Point-of-Sale (POS) via **POS Profile** +- Option to automatically print after submitting POS **Sales Invoice** +- **Communication** added to CRM module