Skip to content

SudoSOS Back-end API / files/templates/bac-letterhead / BAC

Variable: BAC ​

ts
const BAC: object;

BAC GEWIS letterhead and payment details.

Single source of truth for the BAC-as-sender data that appears on the Invoice PDF (and any future PDF that needs to render BAC's letterhead). Edit here when GEWIS moves office, changes IBAN, etc.

Type Declaration ​

country ​

ts
readonly country: "The Netherlands" = 'The Netherlands';

email ​

ts
readonly email: "bacpm@gewis.nl" = 'bacpm@gewis.nl';

iban ​

ts
readonly iban: "NL69 ABNA 062 05 77 770" = 'NL69 ABNA 062 05 77 770';

kvk ​

ts
readonly kvk: "40237787" = '40237787';

name ​

ts
readonly name: "BAr Commissie GEWIS" = 'BAr Commissie GEWIS';

paymentTermDays ​

ts
readonly paymentTermDays: 30 = 30;

Days a recipient has to pay an invoice. Used to derive the due date.

phone ​

ts
readonly phone: "+31 40 247 2815" = '+31 40 247 2815';

postalCity ​

ts
readonly postalCity: "5612AE Eindhoven" = '5612AE Eindhoven';

postbus ​

ts
readonly postbus: "Postbus 513, 5600MB Eindhoven" = 'Postbus 513, 5600MB Eindhoven';

street ​

ts
readonly street: "De Groene Loper 5" = 'De Groene Loper 5';

Visiting address, split to mirror a "Bill to" recipient block.

vat ​

ts
readonly vat: "NL810074230B02" = 'NL810074230B02';