Movements (accounting.MovementsByVoucher)¶
Show the ledger movements generated by a given voucher. (more)
Inherits from lino_xl.lib.accounting.Movements
Every row of this data table is a Movement.
User guide: The accounting plugin.
Columns
Account (
account) : Pointer to the Account that is being moved by this movement.Partner (
partner) : Pointer to the partner involved in this movement.Debit (
debit) : Virtual field showing amount if dc is DEBIT.Credit (
credit) : Virtual field showing amount if dc is CREDIT.Match (
match_link) : A virtual field which shows a clickable variant of the match string. Clicking it will open a table with all movements having that match.Cleared (
cleared) : Whether this movement “is satisfied” or “has been paid”.
Toolbar actions
Table (landscape) (as_pdf) : See (unformatted:
<lino_xl.lib.appypod.mixins.PrintTableAction as_pdf ('Table (landscape)')>).Table (portrait) (as_pdf_p) : See (unformatted:
<lino_xl.lib.appypod.mixins.PortraitPrintTableAction as_pdf_p ('Table (portrait)')>).Export to .xls (export_excel) : Export this table as an .xls document
None (grid) : Show the ledger movements generated by a given voucher.
None (open_help) : Open Help Window
Filter parameters
Fiscal year (
year) : Seeyear.Journal group (
journal_group) : Seejournal_group.Partner (
partner) : Seepartner.None (
None) : SeeNone.Account (
account) : Seeaccount.Journal (
journal) : Seejournal.Show cleared movements (
cleared) : Seecleared.Date from (
start_date) : Start of observed date rangeuntil (
end_date) : End of observed date rangePeriod from (
start_period) : Start of observed period range.Period until (
end_period) : Optional end of observed period range. Leave empty to observe only the start period.
Hidden columns
ID (
id) : SeeID.Seq.No. (
seqno) : Sequential number within a voucher.Value date (
value_date) : The date at which this movement is to be entered into the accounting. This is usually the voucher’s entry_date, except e.g. for bank statements where each item can have its own value date.Match (
match) : An unique name used to group a set of movements that are to be cleared.VAT regime (
vat_regime) : SeeVAT regime.VAT class (
vat_class) : SeeVAT class.Select multiple rows (
rowselect) : SeeSelect multiple rows.Voucher (
voucher) : Pointer to the numbered voucher that caused this movement.