[% USE L %] [% USE HTML %] [% USE LxERP %] [% USE T8 %]
[% 'Date' | $T8 %] | [% 'Trans Type' | $T8 %] | [% 'Part' | $T8 %] | [% 'Warehouse From' | $T8 %] | [% 'Qty' | $T8 %] | [% 'Unit' | $T8 %] | [% 'Warehouse To' | $T8 %] | [% 'Charge Number' | $T8 %] | [% 'Comment' | $T8 %] |
---|---|---|---|---|---|---|---|---|
[% row.base.itime_as_date %] | [% row.base.trans_type.description | $T8 %] | [% row.base.part.long_description | html %] | [% row.out ? row.out.bin.full_description : '-' | html %] | [% row.in ? row.in.qty_as_number : LxERP.format_amount(-1 * row.out.qty, 2) %] | [% row.base.part.unit | html %] | [% row.in ? row.in.bin.full_description : '-' | html %] | [% row.base.chargenumber | html %] | [% row.base.comment | html %] |
[% 'No transactions yet.' | $T8 %]
[%- END %]