mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 05:34:46 +02:00
parent
57ab19d86a
commit
7cc479c3fe
2 changed files with 10 additions and 10 deletions
18
test/fixtures/invoice_items.yml
vendored
18
test/fixtures/invoice_items.yml
vendored
|
@ -1,13 +1,13 @@
|
|||
DEFAULTS: &DEFAULTS
|
||||
one:
|
||||
description: Acme services
|
||||
price: 5
|
||||
amount: 1
|
||||
unit: pc
|
||||
invoice: valid
|
||||
|
||||
two:
|
||||
description: Acme services
|
||||
price: 5
|
||||
amount: 2
|
||||
unit: pc
|
||||
price: 5
|
||||
|
||||
valid:
|
||||
<<: *DEFAULTS
|
||||
invoice: valid
|
||||
|
||||
another:
|
||||
<<: *DEFAULTS
|
||||
invoice: valid
|
||||
|
|
2
test/fixtures/invoices.yml
vendored
2
test/fixtures/invoices.yml
vendored
|
@ -6,7 +6,7 @@ DEFAULTS: &DEFAULTS
|
|||
seller_iban: 1234
|
||||
buyer: bestnames
|
||||
buyer_name: Jane Doe
|
||||
vat_rate: 0.2
|
||||
vat_rate: 0.1
|
||||
|
||||
valid:
|
||||
<<: *DEFAULTS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue