Wednesday, May 11, 2016¶
I worked on #901: Added a second column layout for the items of a sales invoice.
Added a new database field
lino_xl.lib.products.models.Product.delivery_unit
The appy instruction used in sales/VatProductInvoice/Default.odt template for rendering the “body” of the invoice was until now:
do text
from table(rt.models.sales.ItemsByInvoicePrint.request(this.owner))
Now it is:
do text
from table(obj.get_print_items(ar))
Note the new internal attribute print_items_table
.
Lino (lino_xl.lib.invoicing.models
) did not select the
correct language when generating invoice items.
Converted some text constants which had been hard-coded German until now to translatable texts. Updated German translations.