facture flensburg
This commit is contained in:
parent
59789905a5
commit
c2947f6dc8
16
facture.typ
16
facture.typ
@ -1,18 +1,18 @@
|
|||||||
#let language = "english" // Options: "français", "deutsch", "english"
|
#let language = "english" // Options: "français", "deutsch", "english"
|
||||||
#let invoice_number = "001" //increment that
|
#let invoice_number = "002" //increment that
|
||||||
|
|
||||||
#let amount = "50.00" // Montant de la facture
|
#let amount = "40.00" // Montant de la facture
|
||||||
#let currency = "CHF" // Devise (CHF, EUR, etc.)
|
#let currency = "EUR" // Devise (CHF, EUR, etc.)
|
||||||
|
|
||||||
#let current_date = datetime.today()
|
#let current_date = datetime.today()
|
||||||
//#let due_date = datetime(year: 2025, month: 3, day: 30)
|
//#let due_date = datetime(year: 2025, month: 3, day: 30)
|
||||||
|
|
||||||
#let recipient_name = [Film und Medienfestival gGmbH]
|
#let recipient_name = [Hochschule Flensburg]
|
||||||
#let recipient_adress = [Stephanstraße 33]
|
#let recipient_adress = [Kanzleistraße 91-93]
|
||||||
#let recipient_postal_code = [70173]
|
#let recipient_postal_code = [D-24943]
|
||||||
#let recipient_town =[Stutgard]
|
#let recipient_town =[Flensburg]
|
||||||
#let recipient_country = [Germany]
|
#let recipient_country = [Germany]
|
||||||
#let recipient_vat_number = [DE213473085]
|
#let recipient_vat_number = none
|
||||||
// Dictionnaire des traductions
|
// Dictionnaire des traductions
|
||||||
#let translations = (
|
#let translations = (
|
||||||
français: (
|
français: (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user