There is a "discount" column on the invoices, in which the discount is printed by this code:
if discount_type.is_equal("gross") then
print("10%GROSS")
else
print("15%NET ")
end
Despite the use of a monospace font and the two extra spaces after "NET",
the invoice layout is messed up and the preprinted stationery is wasted
every time a customer purchases a product with a "net" discount. Why?
Eiffel and NICE are registered trademarks of the Nonprofit International Consortium for Eiffel.