Account Accountant

View Bank Statement Line Kanban Bank Rec Widget

Hide Payment Ref

ID: mint_system.account_accountant.view_bank_statement_line_kanban_bank_rec_widget.hide_payment_ref

<?xml version="1.0"?>
<data inherit_id="account_accountant.view_bank_statement_line_kanban_bank_rec_widget" priority="50">
    <xpath expr="//div[@id='payment_ref']/.." position="replace">        
    </xpath>
</data>

Source: snippets/account_accountant.view_bank_statement_line_kanban_bank_rec_widget.hide_payment_ref.xmlopen in new window

Hide Statement Id

ID: mint_system.account_accountant.view_bank_statement_line_kanban_bank_rec_widget.hide_statement_id

<?xml version="1.0"?>
<data inherit_id="account_accountant.view_bank_statement_line_kanban_bank_rec_widget" priority="50">
    <xpath expr="//templates//field[@name='statement_id']/.." position="replace">        
    </xpath>
</data>

Source: snippets/account_accountant.view_bank_statement_line_kanban_bank_rec_widget.hide_statement_id.xmlopen in new window

Show Narration

ID: mint_system.account_accountant.view_bank_statement_line_kanban_bank_rec_widget.show_narration

<?xml version="1.0"?>
<data inherit_id="account_accountant.view_bank_statement_line_kanban_bank_rec_widget" priority="50">
    <xpath expr="//div[@id='row2_col1']/.." position="after">
        <!-- Row 3 -->
        <div class="flex_row">
            <div id="row3_col1">
                <field name="narration"/>
            </div>            
        </div>
    </xpath>
</data>

Source: snippets/account_accountant.view_bank_statement_line_kanban_bank_rec_widget.show_narration.xmlopen in new window