Files
beelloo/internal/invoice/scaffold.go
2026-02-11 11:13:26 +01:00

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:
`