mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-26 01:33:22 +00:00
13013: fix specs
This commit is contained in:
@@ -3321,7 +3321,7 @@ See the %{link} to find out more about %{sitename}'s features and to start using
|
||||
report_header_admin_handling_fees: "Admin & Handling (%{currency})"
|
||||
report_header_ship_price: "Ship (%{currency})"
|
||||
report_header_producer_charges_gst: Producer charges GST?
|
||||
report_header_total_tax_on_product: Total tax on product
|
||||
report_header_total_tax_on_product: "Total tax on product (%{currency})"
|
||||
report_header_pay_fee_price: "Pay fee (%{currency})"
|
||||
report_header_total_price: "Total (%{currency})"
|
||||
report_header_product_total_price: "Product Total (%{currency})"
|
||||
|
||||
@@ -48,6 +48,7 @@ RSpec.describe "Pay Your Suppliers Report" do
|
||||
"Producer",
|
||||
"Producer Address",
|
||||
"Producer ABN/ACN",
|
||||
"Producer charges GST?",
|
||||
"Email",
|
||||
"Hub",
|
||||
"Hub Address",
|
||||
@@ -63,6 +64,7 @@ RSpec.describe "Pay Your Suppliers Report" do
|
||||
"Total excl. fees and tax ($)",
|
||||
"Total excl. tax ($)",
|
||||
"Total fees excl. tax ($)",
|
||||
"Total tax on product ($)",
|
||||
"Total tax on fees ($)",
|
||||
"Total Tax ($)",
|
||||
"Total ($)"
|
||||
@@ -83,6 +85,7 @@ RSpec.describe "Pay Your Suppliers Report" do
|
||||
supplier.name,
|
||||
supplier.address.full_address,
|
||||
"none",
|
||||
"No",
|
||||
"none",
|
||||
hub1.name,
|
||||
hub1.address.full_address,
|
||||
@@ -100,6 +103,7 @@ RSpec.describe "Pay Your Suppliers Report" do
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
10.0,
|
||||
].compact.join(" "))
|
||||
end
|
||||
@@ -115,6 +119,7 @@ RSpec.describe "Pay Your Suppliers Report" do
|
||||
supplier.name,
|
||||
supplier.address.full_address,
|
||||
"none",
|
||||
"No",
|
||||
"none",
|
||||
hub2.name,
|
||||
hub2.address.full_address,
|
||||
@@ -132,6 +137,7 @@ RSpec.describe "Pay Your Suppliers Report" do
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
10.0,
|
||||
].compact.join(" "))
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user