mirror of
https://github.com/internetee/registry.git
synced 2025-08-27 03:23:37 +02:00
Revert fixtures from #509
This commit is contained in:
parent
8237bcceb0
commit
3a85147887
2 changed files with 5 additions and 5 deletions
2
test/fixtures/invoice_items.yml
vendored
2
test/fixtures/invoice_items.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
DEFAULTS: &DEFAULTS
|
DEFAULTS: &DEFAULTS
|
||||||
description: Acme services
|
description: Acme services
|
||||||
quantity: 2
|
amount: 2
|
||||||
unit: pc
|
unit: pc
|
||||||
price: 5
|
price: 5
|
||||||
|
|
||||||
|
|
8
test/fixtures/invoices.yml
vendored
8
test/fixtures/invoices.yml
vendored
|
@ -1,19 +1,19 @@
|
||||||
DEFAULTS: &DEFAULTS
|
DEFAULTS: &DEFAULTS
|
||||||
created_at: <%= Date.parse '2010-07-05' %>
|
created_at: <%= Date.parse '2010-07-05' %>
|
||||||
due_date: <%= Date.parse '2010-07-06' %>
|
due_date: <%= Date.parse '2010-07-06' %>
|
||||||
|
invoice_type: DEB
|
||||||
currency: EUR
|
currency: EUR
|
||||||
seller_name: John Doe
|
seller_name: John Doe
|
||||||
seller_iban: 1234
|
seller_iban: 1234
|
||||||
buyer_name: Jane Doe
|
buyer_name: Jane Doe
|
||||||
vat_rate: 0.2
|
vat_prc: 0.2
|
||||||
total: 20
|
|
||||||
|
|
||||||
valid:
|
valid:
|
||||||
<<: *DEFAULTS
|
<<: *DEFAULTS
|
||||||
|
|
||||||
exported:
|
exported:
|
||||||
<<: *DEFAULTS
|
<<: *DEFAULTS
|
||||||
exported: true
|
in_directo: true
|
||||||
|
|
||||||
cancelled:
|
cancelled:
|
||||||
<<: *DEFAULTS
|
<<: *DEFAULTS
|
||||||
|
@ -21,7 +21,7 @@ cancelled:
|
||||||
|
|
||||||
paid:
|
paid:
|
||||||
<<: *DEFAULTS
|
<<: *DEFAULTS
|
||||||
total: 1
|
sum_cache: 1
|
||||||
|
|
||||||
outstanding:
|
outstanding:
|
||||||
<<: *DEFAULTS
|
<<: *DEFAULTS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue