billing
This commit is contained in:
8
rechnung/rechnung-sample-input.json
Normal file
8
rechnung/rechnung-sample-input.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"billingNo": "2023-1",
|
||||
"receipient": "Herrn Max Mustermann\\\\Dingsstr.\\ 1\\\\12345 Dorf",
|
||||
"salutation": "Hallo Max",
|
||||
"entries": [
|
||||
{ "no": 1, "date": "01.01.2023", "description": "Bla1", "count": 2, "unitprice": 110.0 }
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user