Skip to content

Commit

Permalink
Release 5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-axelor committed Apr 14, 2020
1 parent a34ca25 commit 3e2be0a
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 25 deletions.
50 changes: 25 additions & 25 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,40 @@
# Changelog
## [Unreleased 5.3.3]
## [5.3.3] - 2020-04-14
## Improvements
- INVOICE : fix for less Margins between the customer name/address zone and the invoice lines table on Birt printout
- PAYROLL PREP : Net salary and social charges fields are now editable
- MESSAGE : Changed the order of fields Language & Template when sending a message from an object
- STOCK LOCATION LINE : now shows wap dashlet when accessing line from a product
- LEAD : fix for function is not displayed
- CONTROL POINT : name - translation
- PARTNER: fix fo invoiceCommentsPanel and descriptionToDisplayOnProformaPanel must be displayed if the Invoicing app is installed.
- Project: fix for some fields not hidden properly.
- PRODUCT: fix position Variant btn.
- PAYROLL PREP: Net salary and social charges fields are now editable.
- MESSAGE: Changed the order of fields Language & Template when sending a message from an object.
- STOCK LOCATION LINE: now shows wap dashlet when accessing line from a product.
- CONTROL POINT: change french translation of name field.
- INVOICE: less margins between the customer name/address zone and the invoice lines table on Birt printout.
- AnalyticMoveLine: Validate total percentage.

## Bug Fixes
- Manuf Order: fix issue when printing multiple manufacturing orders.
When printing multiple manufacturing orders, operations from all orders were printed for each one.
- Purchase Request: Add missing translation.
- Purchase Request Line: fix product domain.
- Availability request: do not ask to allocate stock if the product is not managed in stock.
- Bank statement : fix on import the problem of random bank details chosen by request.
- SUPPLIER INVOICE : modify domain filter for Suppl. invoices to pay.
- Bank statement: fix on import the problem of random bank details chosen by request.
- SUPPLIER INVOICE: supplier invoices to pay can now be selected when activate passed for payment config is disabled.
- Company: Add missing translations.
- OPPORTUNITY : Fix address being incorrect when creating a partner from a lead
- OPPORTUNITY: Fix address being incorrect when creating a partner from a lead.
- CostSheet: Add exception when purchase currency is needed in computation and missing in product.
- INVENTORY : Fixed NPE on change product field
- Partner : Fix customer situation report display value of contact partner jobTitle
- SaleOrder - PurchaseOrder : generate correct quotation's title according to its status
- EmailAddress : Fix email address pattern.
- BANK ORDER REPORT : fix the problem of empty report if bank order lines sequences are too big.
- INVENTORY: Fix NPE on change of product field.
- Partner: Fix customer situation report display value of contact partner jobTitle.
- SaleOrder - PurchaseOrder: generate correct quotation's title according to its status.
- EmailAddress: Fix email address pattern.
- 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
- BANK STATEMENT LINE AFB 120 : Fix wrong order by in bank statement dashlet
- Opportunity : Fix email not being duplicated when creating a partner from a lead
- INVENTORY: Fixed an issue whith tracking number where the currrent quantity was not based on the tracking number.
- INVOICE: Company currency is now visible on new invoice.
- Cost sheet: Fix print button being readonly.
- BANK STATEMENT LINE AFB 120: Fix wrong order by in bank statement dashlet.
- Opportunity: Fix email not being duplicated when creating a partner from a lead.
- LEAD: fix function not being displayed in readonly mode.
- PRODUCT: fix position of Variant button.
- Project: fix some fields not being hidden properly.
- PARTNER: hide panels related to invoice when invoice app is disabled.

## [5.3.2] - 2020-04-01
## Improvements
Expand Down Expand Up @@ -107,7 +108,6 @@ When printing multiple manufacturing orders, operations from all orders were pri
- TIMETABLE: Already invoiced timetable are now readonly.
- APP LEAVE: remove unused boolean overtimeManagement.
- EBICS CERTIFICATE: Fix serial number not saved.
- AnalyticMoveLine : Validate total percentage.

## [5.3.1] - 2020-03-16
## Improvements
Expand Down Expand Up @@ -231,7 +231,7 @@ When printing multiple manufacturing orders, operations from all orders were pri
- PRODUCT: Fix economicManufOrderQty displayed twice.


[Unreleased 5.3.3]: https://github.com/axelor/axelor-open-suite/compare/v5.3.2...dev
[5.3.3]: https://github.com/axelor/axelor-open-suite/compare/v5.3.2...v5.3.3
[5.3.2]: https://github.com/axelor/axelor-open-suite/compare/v5.3.1...v5.3.2
[5.3.1]: https://github.com/axelor/axelor-open-suite/compare/v5.3.0...v5.3.1
[5.3.0]: https://github.com/axelor/axelor-open-suite/compare/v5.2.5...v5.3.0
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 3e2be0a

Please sign in to comment.