feat(release): beelloo v0.1
This commit is contained in:
34
internal/invoice/scaffold.go
Normal file
34
internal/invoice/scaffold.go
Normal file
@ -0,0 +1,34 @@
|
||||
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:
|
||||
`
|
||||
Reference in New Issue
Block a user