Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 3.8 KB

ProjectInformationDto.md

File metadata and controls

26 lines (22 loc) · 3.8 KB

ProjectInformationDto

Properties

Name Type Description Notes
buyer \Dangl\AVACloud\Model\PartyInformationDto Information about the buyer. [optional]
description string Description for the project. [optional]
description_short string Short description for the project. [optional]
name string Name of the project. [optional]
site \Dangl\AVACloud\Model\PartyInformationDto Information about the site. [optional]
item_number_schema \Dangl\AVACloud\Model\ItemNumberSchemaDto The ItemNumberSchema used in the project. [optional]
currency_short string Short label for the currency used. [optional]
currency_long string Full label of the currency used. [optional]
labour_time_label string Label for the labour time part of prices used in the project. [optional]
price_components string[] Labels for the price components used in the project. Caution: Removal of a price component will trigger to have dependent price informations be deleted in IElements that use this property. If this property is changed or altered after the project has already been used, it is strongly advised to do operations step by step, e.g. if renaming and reordering multiple price components, this should be done one by one. Otherwise, a combination of rename and reordering will not be correctly propagated downwards to child objects in this Project. [optional]
price_component_types map[string,\Dangl\AVACloud\Model\PriceComponentTypeDto] This dictionary specifies actual types used for the PriceComponents. For example, a single price component might have the name 'Material' as a string, ans this dictionary would then have a key 'Material' and a value of Materials. You can not add keys here that are not also present in the PriceComponents property, and removing price components will also remove them from this dictionary here. [optional]
bidder_comment_allowed bool This bool indicates if this project allows the bidder to add bidder comments. Bidder comments are a way to attach clarifying information when submitting an offer.
side_offers_allowed bool This property indicates if the project should allow side offers from contractors. In GAEB, a side offer would typically be in exchange phase 85.
award_type \Dangl\AVACloud\Model\AwardTypeDto This enumeration describes the type of the award / procurement process. If this is used in a GAEB context, more information about award types can be found in the German VOB/A rules and the GAEB standard
special_award_kind \Dangl\AVACloud\Model\SpecialAwardKindDto This enumeration describes awards for project that are not just a regular procurement. For example, it can be used to describe recurring maintenance or an outline contract (German: Rahmenvertrag) which just specifies services and prices but may be requested on demand when necessary
requesters \Dangl\AVACloud\Model\PartyInformationDto[] Requesters in a construction project, in German also called 'Bedarfsträger', are parties connected to the building process, e.g. architects or planners. [optional]
notification_sites \Dangl\AVACloud\Model\PartyInformationDto[] Notification sites are addresses that are used for delivering messages in the context of construction projects. [optional]

[Back to Model list] [Back to API list] [Back to README]