bow_contract.postpurchaseordercontractterm: Bouw7 Package for contract operations that could not be mapped to a table. |
Create or update a purchase order contract term with the corresponding schema.
Procedureparameters
De volgende parameters kunnen worden gebruikt om het gedrag te sturen van de procedure bow_contract.postpurchaseordercontractterm. Voor verplichte parameters moet altijd een waarde worden opgegeven, maar optionele parameters hoeven in het algemeen geen waarde te hebben en de uitvoering zal standaard een vooraf bepaald gedrag vertonen. Waarden kunnen worden gespecificeerd op basis van positie en naam. In beide gevallen worden alle niet-gespecificeerde parameters geëvalueerd aan de hand van hun standaardwaarden.
Waardespecificatie op positie gebeurt door alle waarden van de eerste tot de laatste benodigde waarde op te sommen. Bijvoorbeeld: een `begin package.procedure(value1, value2, value3); end` voor een procedure met vier parameters gebruikt de standaardwaarde voor de vierde parameter en de opgegeven waarden voor de eerste drie.
Waardespecificatie op naam gebeurt door alle waarden die een waarde vereisen op te sommen. Bijvoorbeeld met `begin package.procedure (name1 => value1, name3 => value3); end` op dezelfde procedure gebruikt de standaardwaarden voor de tweede en vierde parameters en de gespecificeerde waarden voor de eerste en derde.
Naam |
Datatype |
Verplicht |
Standaardwaarde |
Documentatie |
---|---|---|---|---|
id |
int64 |
☐ |
|
The ID of the contract term. |
contractId |
int64 |
☑ |
|
The contract id of the contract term. |
contractType |
int64 |
☑ |
|
The contract type of the contract term. |
number |
string |
☑ |
|
The number of the contract term. |
description |
string |
☑ |
|
The description of the contract term. |
sortIndex |
int64 |
☑ |
|
The sort index of the contract term. |
unit |
string |
☐ |
|
The contract term unit. |
amount |
string |
☑ |
|
The amount of the contract term. |
amountReceived |
string |
☐ |
|
The received amount of the contract term. |
partiallyAmountReceived |
string |
☐ |
|
The partially received amount of the contract term. |
unitPrice |
string |
☑ |
|
The cost of the contract term. |
costReceived |
string |
☐ |
|
The received cost of the contract term. |
partiallyCostReceived |
string |
☐ |
|
The partially received cost of the contract term. |
subTotal |
string |
☑ |
|
The subtotal of the contract term. |
paid |
boolean |
☐ |
|
Whether or not the contract term has been paid. |
approved |
boolean |
☐ |
|
Whether or not the contract term has been approved. |
amountOnly |
boolean |
☐ |
|
Whether or not to show the amount only for the contract term. |
id_2 |
int64 |
☐ |
|
The unique identifier of the project security link. |
name |
string |
☐ |
|
The name of the project security link. |
code |
string |
☐ |
|
The code of the security code. |
createDeliveryTicket |
boolean |
☐ |
|
Whether or not to create a delivery ticket. |
amountToReceive |
string |
☐ |
|
The amount to receive of the contract term. |
costToReceive |
string |
☐ |
|
The cost to receive of the contract term. |
createdAt |
datetime |
☐ |
|
The creation time of the entity. |
createdBy |
string |
☐ |
|
The user that created the entity. |
updatedAt |
datetime |
☐ |
|
The last updated time of the entity. |
updatedBy |
string |
☐ |
|
The user that last updated the entity. |
30-06-2025 16:22 Versie 24.1.116-BETA+5455