Skip to content

Commit

Permalink
split series and code fields
Browse files Browse the repository at this point in the history
The invoice number should be created using the series and code fields.
We want to reflect that in out examples
  • Loading branch information
noplisu committed Mar 25, 2024
1 parent a5321e6 commit 47507cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/data/invoice-pl-pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"doc": {
"$schema": "https://gobl.org/draft-0/bill/invoice",
"type": "standard",
"code": "SAMPLE-001",
"series": "SAMPLE",
"code": "001",
"issue_date": "2023-12-20",
"currency": "PLN",
"supplier": {
Expand Down

0 comments on commit 47507cb

Please sign in to comment.