diff --git a/erpnext/__init__.py b/erpnext/__init__.py index debf4bfb53c..37e9b204e80 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.1.26' +__version__ = '7.2.0-beta' def get_default_company(user=None): '''Get default company for user''' diff --git a/erpnext/change_log/v7/v7_2_0.md b/erpnext/change_log/v7/v7_2_0.md index f030cd8ec5d..c382b4d259b 100644 --- a/erpnext/change_log/v7/v7_2_0.md +++ b/erpnext/change_log/v7/v7_2_0.md @@ -3,18 +3,19 @@ - Training Result - Training Feedback - Daily Work Summary -- Process payroll monthly / bimonthly / fortnightly / weekly / daily +- Salary Processing Period + - Process salary based on bimonthly, fortnightly, weekly and even on daily basis. - Budget against Project - Currency Exchange based on date -- [POS] Provision to delete the offline records +- Provision to delete the offline records in POS - Chart of Accounts template for Canada, France, Germany (SKR04), Guatemala, Indonesia, Mexico, Nicaragua, Netherlands. -- Chart of Accounts based on existing company +- Chart of Accounts for new company based on existing company - Quality Inspection before delivery - Fixed Item and Warehouse renaming / merging logic fixed - Apply Pricing Rule in Shopping Cart - Jinja template in Terms and Conditions - Settings to disallow same items to be entered multiple times in sales/purchase transactions - Schools update - - New document: Instructor, Student Leave Application, Student Batch Name, Batch Creation Tool - - New Report: Student Monthly Attendance Sheet, Absent Student Report, Student Batch-Wise Attendance + - New Documents: Instructor, Student Leave Application, Student Batch Name, Batch Creation Tool + - New Reports: Student Monthly Attendance Sheet, Absent Student Report, Student Batch-Wise Attendance - Renamed Scheduling Tool to Course scheduling Tool, Batch Name to Student Batch Name and Batch Creation tool to Student Batch Creation tool