[IMP] account_financial_report: added 'auto sequence' option in Journal Ledger
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
</t>
|
||||
</template>
|
||||
<template id="report_journal_ledger_base">
|
||||
<t t-set="with_auto_sequence" t-value="with_auto_sequence" />
|
||||
<t t-set="display_currency" t-value="foreign_currency" />
|
||||
<t t-set="display_account_name" t-value="with_account_name" />
|
||||
<t t-set="title">
|
||||
@@ -92,16 +93,44 @@
|
||||
<template id="account_financial_report.report_journal_ledger_journal_table_header">
|
||||
<t t-if="not display_account_name">
|
||||
<t t-set="account_column_style">width: 8.11%;</t>
|
||||
<t t-set="label_column_style">width: 38.92%;</t>
|
||||
<t t-if="not with_auto_sequence">
|
||||
<t t-set="label_column_style">
|
||||
width: 38.92%;
|
||||
</t>
|
||||
</t>
|
||||
<t t-else="">
|
||||
<t t-set="label_column_style">
|
||||
width: 31.35%;
|
||||
</t>
|
||||
</t>
|
||||
</t>
|
||||
<t t-else="">
|
||||
<t t-set="account_column_style">width: 23.78%;</t>
|
||||
<t t-if="not with_auto_sequence">
|
||||
<t t-set="account_column_style">
|
||||
width: 23.78%;
|
||||
</t>
|
||||
</t>
|
||||
<t t-else="">
|
||||
<t t-set="account_column_style">
|
||||
width: 16.21%;
|
||||
</t>
|
||||
</t>
|
||||
<t t-set="label_column_style">width: 23.24%;</t>
|
||||
</t>
|
||||
<div class="act_as_thead">
|
||||
<div class="act_as_row labels">
|
||||
<t t-if="with_auto_sequence">
|
||||
<div
|
||||
class="act_as_cell first_column"
|
||||
name="entry"
|
||||
style="width: 7.57%;"
|
||||
>
|
||||
Sequence
|
||||
</div>
|
||||
</t>
|
||||
<div
|
||||
class="act_as_cell first_column"
|
||||
t-att-class="'act_as_cell' if with_auto_sequence else 'act_as_cell first_column'"
|
||||
class="act_as_cell"
|
||||
name="entry"
|
||||
style="width: 7.57%;"
|
||||
>
|
||||
@@ -143,6 +172,7 @@
|
||||
</template>
|
||||
<template id="account_financial_report.report_journal_ledger_journal_first_line">
|
||||
<div class="act_as_row lines">
|
||||
<div class="act_as_cell" name="Sequence" />
|
||||
<div class="act_as_cell" name="entry" />
|
||||
<div class="act_as_cell" name="date" />
|
||||
<div class="act_as_cell" name="account" />
|
||||
@@ -194,6 +224,9 @@
|
||||
</t>
|
||||
</template>
|
||||
<template id="account_financial_report.report_journal_move_line">
|
||||
<div class="act_as_cell left" name="auto_sequence" t-if="with_auto_sequence">
|
||||
<span t-if="display_move_info" t-esc="move_line['auto_sequence']" />
|
||||
</div>
|
||||
<div class="act_as_cell left" name="entry">
|
||||
<t t-if="display_move_info">
|
||||
<span
|
||||
|
||||
Reference in New Issue
Block a user