Skip to content

Commit

Permalink
Release 5.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-axelor committed Apr 14, 2020
1 parent 901b944 commit 0812c51
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 19 deletions.
37 changes: 18 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
# Changelog
## [Unreleased 5.2.8]
## [5.2.8] - 2020-04-14
## Improvements
- TIMETABLE : Invoiced lines deleted when changing some fields
- EBICS: Display correctly hash code in certificates EBICS.
- SUPPLIER INVOICE : modify domain filter for Suppl. invoices to pay.
- AnalyticMoveLine : Validate total percentage.
- STOCK LOCATION LINE : show wap dashlet when accessing line from a product
- Partner : Fix customer situation report display value of contact partner jobTitle.
- MOVE TEMPLATE LINE : fix for analytic template and tax field are editable or required depending to the account settings.
- PRODUCT: fix position Variant btn
- AnalyticMoveLine: Validate total percentage.
- STOCK LOCATION LINE: show wap dashlet when accessing line from a product.

## Bug Fixes
- LEAD : Fixed the blank pdf when printing
- EBICS: Display correctly hash code in certificates EBICS.
- SALE ORDER TIMETABLE: Prevent removal of invoiced lines.
- SUPPLIER INVOICE: supplier invoices to pay can now be selected when activate passed for payment config is disabled.
- LEAD: Fixed the blank pdf when printing.
- Purchase Request: Add missing translation.
- Purchase Request Line: fix product domain.
- Manuf Order: fix issue when printing multiple manufacturing orders.
When printing multiple manufacturing orders, operations from all orders were printed for each one.
- Availability request: do not ask to allocate stock if the product is not managed in stock.
- CostSheet: Add exception when purchase currency is needed in computation and missing in product.
- WORK CENTER : Fix human resource list not set to null for machine only work center
- EmailAddress : Fix email address pattern.
- DEMO DATA : add analytic journals to demo data.
- BANK ORDER REPORT : fix the problem of empty report if bank order lines sequences are too big.
- WORK CENTER: Fix human resource list not set to null for machine only work center.
- EmailAddress: Fix email address pattern.
- DEMO DATA: add analytic journals to demo data.
- BANK ORDER REPORT: fix the problem of empty report if bank order lines sequences are too big.
- COST SHEET: properly take purchase unit into account.
- Partner: fix view marked as dirty when an archived partner exists with the same name.
- INVENTORY : Fixed an issue whith tracking number where the currrent quantity was not based on the tracking number.
- INVOICE : Company currency is now set on new invoice
- Cost sheet : Fix print button being readonly
- INVENTORY: Fixed an issue whith tracking number where the currrent quantity was not based on the tracking number.
- INVOICE: Company currency is now set on new invoice.
- Cost sheet: Fix print button being readonly.
- MOVE TEMPLATE LINE: fix for analytic template and tax field being editable or required depending to the account settings.
- Partner: Fix customer situation report display value of contact partner jobTitle.
- PRODUCT: fix position if Variant button.

## [5.2.7] - 2020-03-31
## Improvements
Expand All @@ -35,7 +35,6 @@ When printing multiple manufacturing orders, operations from all orders were pri
- Fixed asset: add EU and US prorata temporis.
- TRADING NAME: Fill default company printing settings if trade name printing setttings is not there in company.
- Accounting Report: add the possibility to filter the ledger report to only see not completely lettered move lines.
- Accounting Report : change visibility condition for field displayOnlyNotCompletelyLetteredMoveLines.

## Bug Fixes
- SALE ORDER: Fix NPE when interco sale order is finalized.
Expand Down Expand Up @@ -567,7 +566,7 @@ In this case, the file is correctly retrieved from the bank server, but not save
- LEAVE REQUEST: Add error when leave reason has no unit.
- LEAVE REQUEST: Set duration value 0 if day planning of selected weekly planning is empty

[Unreleased 5.2.8]: https://github.com/axelor/axelor-open-suite/compare/v5.2.7...5.2-dev
[5.2.8]: https://github.com/axelor/axelor-open-suite/compare/v5.2.7...v5.2.8
[5.2.7]: https://github.com/axelor/axelor-open-suite/compare/v5.2.6...v5.2.7
[5.2.6]: https://github.com/axelor/axelor-open-suite/compare/v5.2.5...v5.2.6
[5.2.5]: https://github.com/axelor/axelor-open-suite/compare/v5.2.4...v5.2.5
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Axelor Business Solutions
*
* Copyright (C) 2020 Axelor (<http://axelor.com>).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package com.axelor.apps.production.service.manuforder;

import com.axelor.apps.production.db.ManufOrder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Axelor Business Solutions
*
* Copyright (C) 2020 Axelor (<http://axelor.com>).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package com.axelor.apps.production.service.manuforder;

import com.axelor.apps.ReportFactory;
Expand Down

0 comments on commit 0812c51

Please sign in to comment.