mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 23:42:04 +02:00
parent
3d107bd198
commit
b68fe6e312
16 changed files with 110 additions and 92 deletions
3
test/fixtures/invoices.yml
vendored
3
test/fixtures/invoices.yml
vendored
|
@ -7,6 +7,7 @@ DEFAULTS: &DEFAULTS
|
|||
buyer: bestnames
|
||||
buyer_name: Jane Doe
|
||||
vat_rate: 0.1
|
||||
total: 16.50
|
||||
|
||||
valid:
|
||||
<<: *DEFAULTS
|
||||
|
@ -21,7 +22,7 @@ cancelled:
|
|||
|
||||
paid:
|
||||
<<: *DEFAULTS
|
||||
sum_cache: 1
|
||||
total: 1
|
||||
|
||||
outstanding:
|
||||
<<: *DEFAULTS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue