Releases: qbicsoftware/offer-manager-2-portlet
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)
Hotfix
Hotfix
Hotfix
Tigerella
Added
-
Only list overhead costs of productGroup items present in offer in Offer PDF #643
-
A person can now be updated if only the associated academic title is changed #567
-
Small modifications for the offer layout #620
-
Filter for product id in
life.qbic.portal.offermanager.components.offer.create.SelectItemsView
#599 -
Customers can now be updated in the selection step of creating a new offer #611
-
Experimental design description is now added to the detailed project description during offer creation. #623
-
Improve display of product descriptions during product modification #631
-
Adapt dynamically generated offer PDF layout to match html template #613
-
Limit grid size for offer item overviews while creating an offer #646
Fixed
-
User ID of a person is set in database during person creation/update #616
-
Layout of total price row in price summary of offer pdf stays inline #615
-
Deprecated project identifier format assumption leads to failing parsing #617
-
Fix sorting by product id for the offer creation process #599
-
Disable empty selection for address addition combobox #565
-
Fix validation error being shown after an affiliation is added to a person #566
-
Disable 'Archive Product' button after deselection #547
-
Fix project information showing a validation error upon successful offer creationhttps://github.com//pull/633
-
Fix
Copy Product
button being enabled even though the information was not changed #568 -
Fix the misplaced product description panel #640
Dependencies
Deprecated
Kumato
Added
-
Introduce filterable Project Manager column to offer overview #576
-
Adds ability to filter by project identifiers in the offer overview #591
-
Displays a total price overview on the first offer page, including taxes, net cost and total cost #559
-
Include overhead cost in total price overview on the first offer page #593
-
Add a column filter option which takes a predicate as argument #589
-
Enable Github workflow for changelog update checks #595
-
Enable sorting products by productId (MaintainProductView) #574
-
Adjust agreement text in offer template and move table header below section/product category title in offer html template #606
-
Provide entry point to affiliation creation in CreatePersonView #601
Fixed
-
Update and fix broken offer template #597
-
Enumeration of product items increases over all productGroups in Offer PDF #562
-
Improve test description for external non-academic customers #605
-
Tax cost for offers outside of germany is set to 0 #575
-
App won't freeze after creation of multiple projects #558
Dependencies
-
life.qbic.data-model-lib:2.5.0
->2.7.0
#606 -
com.vaadin.vaadin-bom:8.12.3
->8.13.0
#572 -
org.spockframework.spock-bom:2.0-M4-groovy-3.0
->2.0-groovy-3.0
#588
Deprecated
- Deprecate OfferOverview Constructor to allow for inclusion of ProjectManager #576
Ripe Evergreen Emerald
Emerald Evergreen
1.0.0-beta.1 (2021-04-27)
Added
- Product selection now notifies a user if the provided input is incorrect and disables the button until the given information is valid (#407)
- Experimental designs can be defined for an offer (#263)
- New dropdown menu bar (#490)
- Jump back to maintain view after product creation/update (#481)
- Search for affiliations is now possible (#533)
- Add confirmation request for product archiving (#528)
- Allow offer updated when experimental design has changed (#515)
Fixed
- Add timeout of 10 second to PDF rendering (#494)
- Allow resetting the date picker in the offer overview (#486)
- Naming of the downloaded offer pdf is consistent (#498)
- Reset the view after an offer has been created (#495)
- Provide ISO 8601 date format renderer for offer overview table (#299)
- Provide functionality to remove items from an offer (#516)
- Adds amount to existing items on the offer (#462)
- Make filter for service product view work (#523)
- Add validation for project information input for offer creation/update (#488)
Dependencies
- Bump Vaadin 8.12.0 -> 8.12.3
Deprecated