Skip to content

Releases: qbicsoftware/offer-manager-2-portlet

Hotfix

17 Sep 14:27
614d456

Choose a tag to compare

1.1.2 (2021-09-17)

Added

Fixed

  • Catch exception during discount generation for negative product prices (#808)

Dependencies

Deprecated

Hotfix

14 Sep 09:49
dd1e9a6

Choose a tag to compare

1.1.1 (2021-09-14)

Added

Fixed

  • Avoid page breaks in footer content (#798)

  • Disable buttons after deselecting offers (#799)

  • Avoid division by zero during offer content creation (#806)

Dependencies

  • Bump data model lib 2.12.0 -> 2.12.1 (includes important bug fixes, fixes #803)

Deprecated

Super Sweet 100

10 Sep 14:00
204eb09

Choose a tag to compare

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.25
  • org.mariadb.jdbc:mariadb-java-client:2.7.2 -> 2.7.3
  • life.qbic:data-model-lib:2.8.2 -> 2.12.0

Deprecated

1.1.0-2

17 Aug 14:31
900a452

Choose a tag to compare

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

03 Aug 11:55
977ab79

Choose a tag to compare

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

17 Jun 14:05
29c9326

Choose a tag to compare

1.0.5 (2021-06-17)

Added

  • Increase space allocated for product description in Offer PDF based on the number of characters (#675)

Fixed

  • Limit width of product description columns (#673)

Dependencies

  • Bump data model lib 2.8.1 -> 2.8.2 and therefore adds 'Batch' as unit for service products

Deprecated

Hotfix

14 Jun 14:02
8cd6089

Choose a tag to compare

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)

Hotfix

10 Jun 14:50
94ee577

Choose a tag to compare

1.0.3 (2021-06-10)

Added

Fixed

  • Assign proteomic and metabolomic products to product group data generation (#660)

Dependencies

Deprecated

Hotfix

09 Jun 13:45
14583a2

Choose a tag to compare

1.0.2 (2021-06-09)

Added

Fixed

  • Update of person entries is no longer blocked by ignored affiliation selection (#654)

  • Disable the affiliation attachment during person update if no affiliation is selected (#656)

Dependencies

Deprecated

Hotfix

07 Jun 14:12
1836a56

Choose a tag to compare

Added

  • More units for the service products

Fixed

Dependencies

  • Bump data model lib 2.7.0 -> 2.8.0 and therefore adds more units for service products

Deprecated