Releases: qbicsoftware/offer-manager-2-portlet
Hotfix
Hotfix
Super Sweet 100
Added
- Function to apply the quantity discount price #707
- Add automatic data management discount generation #783
- Adds a new DTO OfferItem which represents an item on the offer #728
- Display total quantity discount included in the offer in the offer overview #686
- Adds a new DTO OfferContent which represents the content of an offer #724
- Uses new DTOs instead of performing unnecessary computations in PDF creation #725
- Adds the CreateOfferContent use case #735
- Add discount unit and percentage to discount items, specify the discount item description #755
- Adds the total price before VAT is applied to an offer #754
Fixed
- Invert quantity discount in order to be able to display size of discount #710
- Include Offer ID Prefix in Offer PDF filename #685
- Differentiate between internal and external product unit prices #713
- Include internal and external prices as well as facilities in the products #712
- The internal and external product unit prices are shown in the user interface #723
- Reset the offer update view, when a new offer is selected in the offer overview #716
- Offers without an experimental design can now be updated #726
- Creating a product switches name and description #731
- Space names are now validated #736
- Fix rounding issue for discount unit price #784
- Restructured the cost summary to solve #784 and #689
- Fix app trying to unregister file downloaders that were not previously registered #796
Dependencies
mysql:mysql-connector-java:8.0.24->8.0.25org.mariadb.jdbc:mariadb-java-client:2.7.2->2.7.3life.qbic:data-model-lib:2.8.2->2.12.0
Deprecated
1.1.0-2
1.1.0-2 (2021-08-17)
Added
-
Function to apply the quantity discount price ( #707)
-
Adds a new DTO OfferItem which represents an item on the offer (#728)
-
Display total quantity discount included in the offer in the offer overview (#686)
-
Adds a new DTO OfferContent which represents the content of an offer (#724)
-
Uses new DTOs instead of performing unnecessary computations in PDF creation (#725)
-
Adds the CreateOfferContent use case (#735)
-
Add discount unit and percentage to discount items, specify the discount item description (#755)
-
Adds the total price before VAT is applied to an offer (#754)
Fixed
-
Invert quantity discount in order to be able to display size of discount (#710)
-
Include Offer ID Prefix in Offer PDF filename (#685)
-
Differentiate between internal and external product unit prices (#713)
-
Include internal and external prices as well as facilities in the products (#712)
-
The internal and external product unit prices are shown in the user interface (#723)
-
Reset the offer update view, when a new offer is selected in the offer overview (#716)
-
Offers without an experimental design can now be updated (#726)
-
Creating a product switches name and description (#731)
-
Space names are now validated (#736)
Dependencies
-
mysql:mysql-connector-java:8.0.24->8.0.25 -
org.mariadb.jdbc:mariadb-java-client:2.7.2->2.7.3 -
life.qbic:data-model-lib:2.8.2->2.11.0
Deprecated
Release candidate 1.1.0
1.1.0 (2021-08-02)
Added
-
Function to apply the quantity discount price (#707)
-
Adds a new DTO OfferItem which represents an item on the offer (#728)
-
Display total quantity discount included in the offer in the offer overview (#686)
-
Adds a new DTO OfferContent which represents the content of an offer (#724)
-
Adds the CreateOfferContent use case (#735)
Fixed
-
Invert quantity discount in order to be able to display size of discount (#710)
-
Include Offer ID Prefix in Offer PDF filename (#685)
-
Differentiate between internal and external product unit prices (#713)
-
Include internal and external prices as well as facilities in the products (#712)
-
The internal and external product unit prices are shown in the user interface (#723)
-
Reset the offer update view, when a new offer is selected in the offer overview (#716)
-
Offers without an experimental design can now be updated (#726)
-
Creating a product switches name and description (#731)
Dependencies
-
mysql:mysql-connector-java:8.0.24->8.0.25 -
org.mariadb.jdbc:mariadb-java-client:2.7.2->2.7.3 -
life.qbic:data-model-lib:2.8.2->2.11.0-SNAPSHOT
Deprecated
Hotfix
Hotfix
1.0.4 (2021-06-14)
Added
-
DataStorage and ProjectManagement ProductItems are now included in the overhead calculation of an Offer Entity (#665)
-
Offer PDF overhead listing now includes DataStorage and ProjectManagement ProductItems (#665)
Fixed
- Renamed ProductGroup.DATA_MANAGEMENT Enum Item to PROJECT_MANAGEMENT_AND_DATA_MANAGEMENT in OfferToPDFConverter to make it more explicit (#666)
Dependencies
- Bump data model lib 2.8.0 -> 2.8.1 and therefore adds 'Flow cell' as unit for service products (#667)
Deprecated
-
Deprecate life.qbic.business.offers.Offer.getOverheadItems() since all ProductItems now have an associated overhead cost (#665)
-
Deprecate life.qbic.business.offers.Offer.getNoOverheadItems() since all ProductItems now have an associated overhead cost (#665)
-
Deprecate life.qbic.business.offers.Offer.getOverheadItemsNet() since all ProductItems now have an associated overhead cost (#665)
-
Deprecate life.qbic.business.offers.Offer.getNoOverheadItemsNet() since all ProductItems now have an associated overhead cost (#665)
-
Deprecate life.qbic.business.offers.Offer.itemsWithOverheadNetPrice since all ProductItems now have an associated overhead cost (#665)
-
Deprecate life.qbic.business.offers.Offer.itemsWithoutOverheadNetPrice since all ProductItems now have an associated overhead cost (#665)
-
Deprecate life.qbic.business.offers.Offer.itemsWithOverheads from Offer entity since all ProductItems now have an associated overhead cost (#665)
-
Deprecate life.qbic.business.offers.Offer.itemsWithoutOverhead since all ProductItems now have an associated overhead cost (#665)