Schakel JavaScript in om deze site te bekijken.

Made in EU
Bouw7 Forums

Navigatie: Package: bow_deliveryticket > Procedures

bow_deliveryticket.postdeliveryticket: Bouw7 Package for deliveryTicket operations that could not be mapped to a table.

Create or update a delivery ticket with the schema.

Procedureparameters

De volgende parameters kunnen worden gebruikt om het gedrag te sturen van de procedure bow_deliveryticket.postdeliveryticket. 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 delivery ticket.

id_2

int64

 

ID of contact.

name

string

 

Name of contact.

email

string

 

The email address.

phoneNumber

string

 

The phone number of the contact.

isVatShifted

boolean

 

Whether VAT is shifted for the contact.

contactType_id

int64

 

The ID of contact type.

contactType_name

string

 

The name of contact type.

id_3

int64

 

The ID of the project.

projectNumber

string

 

The project number.

fullProjectNumber

string

 

The full project number including year.

name_2

string

 

The name of the project.

streetName

string

 

The street name for the project.

houseNumber

string

 

The house number for the project.

zipCode

string

 

The zip code for the project.

city

string

 

The city of the project.

information

string

 

The information of the project.

reference

string

 

The reference of the project.

startDate

datetime

 

Start date for the project.

endDate

datetime

 

End date for the project.

deliveryDate

datetime

 

Delivery date for the project.

contact_id

int64

 

ID of contact.

contact_name

string

 

Name of contact.

contact_email

string

 

The email address.

contact_phoneNumber

string

 

The phone number of the contact.

contact_isVatShifted

boolean

 

Whether VAT is shifted for the contact.

contact_contactType_id

int64

 

The ID of contact type.

contact_contactType_name

string

 

The name of contact type.

category_id

int64

 

The ID of the category.

category_name

string

 

The name of the category.

category_code

string

 

The code for the category.

category_generalCostsPercentage

string

 

The general costs percentage for the category.

category_generalCostsOrProfit

string

 

The general costs or profit for the category.

category_grossProfitMargin

string

 

The gross profit margin for the category.

category_createdAt

datetime

 

The creation time of the entity.

category_createdBy

string

 

The user that created the entity.

category_updatedAt

datetime

 

The last updated time of the entity.

category_updatedBy

string

 

The user that last updated the entity.

status_id

int64

 

The ID of the status.

status_name

string

 

The name of the status.

status_closesProject

boolean

 

Whether or not this status closes a project.

status_invoicesProject

boolean

 

Whether or not this status invoices a project.

status_plansProject

boolean

 

Whether or not this status plans a project.

status_createdAt

datetime

 

The creation time of the entity.

status_createdBy

string

 

The user that created the entity.

status_updatedAt

datetime

 

The last updated time of the entity.

status_updatedBy

string

 

The user that last updated the entity.

branch_id

int64

 

The ID of the branch.

branch_name

string

 

The name of this branch

branch_code

string

 

The code for this branch

branch_division_id

int64

 

The ID of the division.

branch_division_description

string

 

The description of the division.

branch_division_exactDivisionId

string

 

The division ID of an Exact Online environment.

branch_division_glAccountCode

string

 

A default general ledger account code to use for sales related items.

branch_division_glAccountCodePurchase

string

 

A default general ledger account code to use for purchase related items.

branch_division_journalCode

string

 

A default journal code to use for sales related items.

branch_division_journalCodePurchase

string

 

A default journal code to use for purchase related items.

branch_division_salesInvoiceNumberPrefix

string

 

The prefix (3 digits) used to generate invoice number range per division.

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.

ticketNumber

string

 

Ticket number of the delivery ticket.

ticketDate

datetime

 

The date for which the delivery ticket were logged.

purchaseType

int64

 

The purchase type.

cost

string

 

The costs for this delivery ticket.

processed

boolean

 

Whether this delivery ticket is processed.

description

string

 

The description of this delivery ticket

id_4

int64

 

The unique identifier of the project security link.

name_3

string

 

The name of the project security link.

code

string

 

The code of the security code.

canDelete

boolean

 

Whether this delivery ticket can be deleted.

initialCost

string

 

Initial cost of the delivery ticket. The value cannot be modified.

id_5

int64

 

The ID of this file

modelType

string

 

The category of the file.

modelId

int64

 

The ID of the associated type.

name_4

string

 

The public name of the file.

size

int64

 

The size of the file in bytes.

extension

string

 

The extension of the file.

uri

string

 

The URI of the file, used to fetch the contents.

secureHash

string

 

A secure random hash for the file, that can be used for retrieving thumbnails without additional authentication.

createdAt_2

datetime

 

The creation time of the entity.

createdBy_2

string

 

The user that created the entity.

updatedAt_2

datetime

 

The last updated time of the entity.

updatedBy_2

string

 

The user that last updated the entity.

id_6

int64

 

The ID of purchase invoice.

isBooked

boolean

 

Whether or not the purchase invoice has been booked to a bookkeeping system.

canBeDeleted

boolean

 

Whether the invoice can be deleted.

bookNumber

int64

 

The booknumber of the purchase invoice.

orderNumber

string

 

The order number of the purchase invoice.

invoiceNumber

string

 

The invoice number of purchase invoice.

contact_id_2

int64

 

ID of contact.

contact_name_2

string

 

Name of contact.

contact_email_2

string

 

The email address.

contact_phoneNumber_2

string

 

The phone number of the contact.

contact_isVatShifted_2

boolean

 

Whether VAT is shifted for the contact.

contact_contactType_id_2

int64

 

The ID of contact type.

contact_contactType_name_2

string

 

The name of contact type.

date

datetime

 

Purchase invoice date.

status

int64

 

Status of the purchase invoice.

totalExcludingVat

string

 

Price excluding VAT of the purchase invoice.

totalIncludingVat

string

 

Price including VAT of the purchase invoice.

project_id

int64

 

The ID of the project.

project_projectNumber

string

 

The project number.

project_fullProjectNumber

string

 

The full project number including year.

project_name

string

 

The name of the project.

project_streetName

string

 

The street name for the project.

project_houseNumber

string

 

The house number for the project.

project_zipCode

string

 

The zip code for the project.

project_city

string

 

The city of the project.

project_information

string

 

The information of the project.

project_reference

string

 

The reference of the project.

project_startDate

datetime

 

Start date for the project.

project_endDate

datetime

 

End date for the project.

project_deliveryDate

datetime

 

Delivery date for the project.

project_contact_id

int64

 

ID of contact.

project_contact_name

string

 

Name of contact.

project_contact_email

string

 

The email address.

project_contact_phoneNumber

string

 

The phone number of the contact.

project_contact_isVatShifted

boolean

 

Whether VAT is shifted for the contact.

project_category_id

int64

 

The ID of the category.

project_category_name

string

 

The name of the category.

project_category_code

string

 

The code for the category.

project_category_generalCostsPercentage

string

 

The general costs percentage for the category.

project_category_generalCostsOrProfit

string

 

The general costs or profit for the category.

project_category_grossProfitMargin

string

 

The gross profit margin for the category.

project_category_createdAt

datetime

 

The creation time of the entity.

project_category_createdBy

string

 

The user that created the entity.

project_category_updatedAt

datetime

 

The last updated time of the entity.

project_category_updatedBy

string

 

The user that last updated the entity.

project_status_id

int64

 

The ID of the status.

project_status_name

string

 

The name of the status.

project_status_closesProject

boolean

 

Whether or not this status closes a project.

project_status_invoicesProject

boolean

 

Whether or not this status invoices a project.

project_status_plansProject

boolean

 

Whether or not this status plans a project.

project_status_createdAt

datetime

 

The creation time of the entity.

project_status_createdBy

string

 

The user that created the entity.

project_status_updatedAt

datetime

 

The last updated time of the entity.

project_status_updatedBy

string

 

The user that last updated the entity.

project_branch_id

int64

 

The ID of the branch.

project_branch_name

string

 

The name of this branch

project_branch_code

string

 

The code for this branch

project_createdAt

datetime

 

The creation time of the entity.

project_createdBy

string

 

The user that created the entity.

project_updatedAt

datetime

 

The last updated time of the entity.

project_updatedBy

string

 

The user that last updated the entity.

deliveryTicket_id

int64

 

The ID of delivery ticket.

deliveryTicket_ticketNumber

string

 

Ticket number of delivery ticket.

deliveryTicket_ticketDate

datetime

 

The date for which the delivery ticket were logged.

deliveryTicket_cost

string

 

The costs for this delivery ticket.

deliveryTicket_processed

boolean

 

Whether the delivery ticket has been processed.

deliveryTicket_initialCost

string

 

The initial costs for this delivery ticket.

comments

string

 

Comment associated with the purchase invoice.

branch_id_2

int64

 

The ID of the branch.

branch_name_2

string

 

The name of this branch

branch_code_2

string

 

The code for this branch

branch_division_id_2

int64

 

The ID of the division.

branch_division_description_2

string

 

The description of the division.

branch_division_exactDivisionId_2

string

 

The division ID of an Exact Online environment.

branch_division_glAccountCode_2

string

 

A default general ledger account code to use for sales related items.

branch_division_glAccountCodePurchase_2

string

 

A default general ledger account code to use for purchase related items.

branch_division_journalCode_2

string

 

A default journal code to use for sales related items.

branch_division_journalCodePurchase_2

string

 

A default journal code to use for purchase related items.

branch_division_salesInvoiceNumberPrefix_2

string

 

The prefix (3 digits) used to generate invoice number range per division.

division_id

int64

 

The ID of the division.

division_description

string

 

The description of the division.

division_exactDivisionId

string

 

The division ID of an Exact Online environment.

division_glAccountCode

string

 

A default general ledger account code to use for sales related items.

division_glAccountCodePurchase

string

 

A default general ledger account code to use for purchase related items.

division_journalCode

string

 

A default journal code to use for sales related items.

division_journalCodePurchase

string

 

A default journal code to use for purchase related items.

division_salesInvoiceNumberPrefix

string

 

The prefix (3 digits) used to generate invoice number range per division.

createdAt_3

datetime

 

The creation time of the entity.

createdBy_3

string

 

The user that created the entity.

updatedAt_3

datetime

 

The last updated time of the entity.

updatedBy_3

string

 

The user that last updated the entity.

id_7

int64

 

The ID of the contract.

type

int64

 

Type of the contract.

contractNumber

string

 

The number of the contract.

hasImmutablePurchaseInvoice

boolean

 

Whether the purchase invoice is mutable.

hasBookedPurchaseInvoice

boolean

 

Whether or not the purchase invoice has been booked to a bookkeeping system.

createdAt1

datetime

 

The creation time of the entity.

createdBy1

string

 

The user that created the entity.

updatedAt1

datetime

 

The last updated time of the entity.

updatedBy1

string

 

The user that last updated the entity.

 

30-06-2025 16:22 Versie 24.1.116-BETA+5455

X

Belangrijke Informatie over Veiligheid en Gebruik

Beoogd gebruik en beperkingen: Deze software, ontwikkeld door Invantive, is ontworpen om een verscheidenheid aan zakelijke en informatietechnologische gegevensverwerkingsfuncties te ondersteunen, zoals boekhouding, financiële rapportage en verkooprapportage. Het is belangrijk om op te merken dat deze software niet is ontworpen, getest of goedgekeurd voor gebruik in omgevingen waar een storing of defect kan leiden tot levensbedreigende situaties, ernstige fysieke schade of milieuschade. Dit omvat, maar is niet beperkt tot:

  • Nucleaire faciliteiten: de software mag niet worden gebruikt voor operaties of functies die verband houden met de controle, het onderhoud of de werking van nucleaire faciliteiten.
  • Defensie en militaire toepassingen: deze software is niet geschikt voor gebruik in defensiegerelateerde toepassingen, inclusief maar niet beperkt tot wapenbeheer, militaire strategieplanning of andere aspecten van nationale defensie.
  • Luchtvaart: de software is niet bedoeld voor gebruik in de bediening, navigatie of communicatiesystemen van vliegtuigen of luchtverkeersleidingomgevingen.
  • Gezondheidszorg en medicijnproductie: deze software mag niet worden gebruikt voor de werking van medische apparaten, de analyse van patiëntgegevens voor kritieke gezondheidsbeslissingen, farmaceutische productie of medisch onderzoek waarbij een storing of defect de gezondheid van de patiënt kan beïnvloeden.
  • Verwerking van chemische en/of gevaarlijke stoffen: deze software is niet bedoeld voor het beheer, de controle of de operationele aspecten van chemische fabrieken of faciliteiten voor de verwerking van chemische en/of gevaarlijke stoffen. Elke storing in de software die in deze omgevingen wordt gebruikt kan leiden tot gevaarlijke chemische lozingen, explosies of milieurampen.
  • Transport- en verkeerscontrolesystemen: de software mag niet worden gebruikt voor de besturing, bediening of het beheer van transportsystemen, waaronder de besturing van spoorwegsignalen, metrosystemen of verkeerslichten. Storingen in dergelijke kritieke systemen kunnen tot ernstige ongelukken leiden en de openbare veiligheid in gevaar brengen.
  • Energienetwerk- en nutsbesturingssystemen: deze software is niet ontworpen voor de besturing of bediening van energienetwerksystemen, waaronder elektrische onderstations, besturingssystemen voor hernieuwbare energie of besturingssystemen van waternutsbedrijven. Het falen van software op deze gebieden kan leiden tot aanzienlijke stroomonderbrekingen, onderbrekingen in de watervoorziening of andere storingen in openbare voorzieningen, waardoor gemeenschappen in gevaar kunnen komen en grote schade kan worden aangericht.
  • Andere omgevingen met een hoog risico: alle andere kritieke infrastructuren en omgevingen waar een storing in de software kan leiden tot aanzienlijke schade aan personen of het milieu.

Gebruikersverantwoordelijkheid: gebruikers moeten ervoor zorgen dat ze het beoogde gebruik van de software begrijpen en de software niet gebruiken in een omgeving die buiten het beoogde doel valt. Het is de verantwoordelijkheid van de gebruiker om de geschiktheid van de software voor de beoogde toepassing te beoordelen, vooral in scenario's die een risico kunnen vormen voor leven, gezondheid en/of milieu.

Afwijzing van aansprakelijkheid: Invantive wijst elke verantwoordelijkheid af voor schade, letsel of wettelijke gevolgen die voortvloeien uit het gebruik of misbruik van deze software in verboden en/of onbedoelde toepassingen.

  
Disclaimer