35 lines
363 B
Go
35 lines
363 B
Go
package invoice
|
|
|
|
const ScaffoldMarkdown = `# Invoice
|
|
|
|
## Seller
|
|
Name:
|
|
Address:
|
|
|
|
Email:
|
|
Phone:
|
|
SIRET:
|
|
|
|
## Buyer
|
|
Name:
|
|
Address:
|
|
|
|
SIRET:
|
|
|
|
## Invoice
|
|
Number:
|
|
Subject: Facture pour prestations de service
|
|
Location:
|
|
Date: 2025-04-07
|
|
Description:
|
|
|
|
## Items
|
|
| Designation | Unit price | Quantity |
|
|
| --- | --- | --- |
|
|
| | | |
|
|
|
|
## Payment
|
|
Holder:
|
|
IBAN:
|
|
`
|