Browse Source

Apr 29: [FIX] Bug Fixed 'dynamic_accounts_report'

pull/317/head
RisvanaCybro 1 year ago
parent
commit
0a1141b6f9
  1. 3
      dynamic_accounts_report/static/src/css/accounts_report.css
  2. 2
      dynamic_accounts_report/static/src/xml/aged_payable_report_views.xml
  3. 2
      dynamic_accounts_report/static/src/xml/aged_receivable_report_views.xml
  4. 2
      dynamic_accounts_report/static/src/xml/balance_sheet_template.xml
  5. 2
      dynamic_accounts_report/static/src/xml/bank_flow_templates.xml
  6. 2
      dynamic_accounts_report/static/src/xml/cash_flow_templates.xml
  7. 2
      dynamic_accounts_report/static/src/xml/general_ledger_view.xml
  8. 5
      dynamic_accounts_report/static/src/xml/partner_ledger_view.xml
  9. 2
      dynamic_accounts_report/static/src/xml/profit_and_loss_templates.xml
  10. 2
      dynamic_accounts_report/static/src/xml/tax_report_views.xml
  11. 2
      dynamic_accounts_report/static/src/xml/trial_balance_view.xml

3
dynamic_accounts_report/static/src/css/accounts_report.css

@ -6,3 +6,6 @@
margin-left: 2px;
margin-right: 2px;
}

2
dynamic_accounts_report/static/src/xml/aged_payable_report_views.xml

@ -117,7 +117,7 @@
</div>
<br/>
<div>
<div class="table_style">
<div class="table_style" style="height: 650px; overflow-y: scroll;">
<!-- Table View -->
<div class="table_view_gl" style="right:20px;width:100%;"
t-ref="table_view_gl">

2
dynamic_accounts_report/static/src/xml/aged_receivable_report_views.xml

@ -117,7 +117,7 @@
</div>
<br/>
<div>
<div class="table_style">
<div class="table_style" style="height: 650px; overflow-y: scroll;">
<!-- Table View -->
<div class="table_view_gl" style="right:20px;width:100%;"
t-ref="table_view_gl">

2
dynamic_accounts_report/static/src/xml/balance_sheet_template.xml

@ -301,7 +301,7 @@
<br/>
<div>
<!-- Table View -->
<div class="table_view_dfr">
<div class="table_view_dfr" style="height: 650px; overflow-y: scroll;">
<div class="table_main_view">
<table cellspacing="0" width="100%">
<t t-if="state.data">

2
dynamic_accounts_report/static/src/xml/bank_flow_templates.xml

@ -173,7 +173,7 @@
</div>
</div>
</div>
<div class="table_style">
<div class="table_style" style="height: 650px; overflow-y: scroll;">
<div class="table_view_gl" style="right:20px;width:100%"
t-ref="table_view_gl">
<div>

2
dynamic_accounts_report/static/src/xml/cash_flow_templates.xml

@ -175,7 +175,7 @@
</div>
</div>
</div>
<div class="table_style">
<div class="table_style" style="height: 650px; overflow-y: scroll;">
<div class="table_view_gl" style="right:20px;width:100%;"
t-ref="table_view_gl">
<div>

2
dynamic_accounts_report/static/src/xml/general_ledger_view.xml

@ -249,7 +249,7 @@
</div>
<br/>
<div>
<div class="table_view_gl" style="right:20px;"
<div class="table_view_gl" style="right:20px;height: 650px; overflow-y: scroll;"
t-ref="table_view_gl">
<div>
<div class="table_main_view">

5
dynamic_accounts_report/static/src/xml/partner_ledger_view.xml

@ -194,7 +194,7 @@
</div>
</div>
<br/>
<div class="table_style">
<div class="table_style" style="height: 650px; overflow-y: scroll;">
<div class="table_view_pl" style="right:20px;width:100%;"
t-ref="table_view_pl">
<div>
@ -240,7 +240,8 @@
<t t-esc="partner"/>
</t>
<t t-else="">
<span>Unknown
<span>
Unknown
Partner
</span>
</t>

2
dynamic_accounts_report/static/src/xml/profit_and_loss_templates.xml

@ -294,7 +294,7 @@
</div>
<br/>
<div>
<div class="table_view_dfr">
<div class="table_view_dfr" style="height: 650px; overflow-y: scroll;">
<div>
<div class="table_main_view">
<table cellspacing="0" width="100%">

2
dynamic_accounts_report/static/src/xml/tax_report_views.xml

@ -248,7 +248,7 @@
</div>
<div>
<!-- Table View -->
<div class="table_view_gl" style="right:20px;"
<div class="table_view_gl" style="right:20px;height: 650px; overflow-y: scroll;"
t-ref="table_view_gl">
<div>
<div class="table_main_view">

2
dynamic_accounts_report/static/src/xml/trial_balance_view.xml

@ -266,7 +266,7 @@
</div>
</div>
</div>
<div class="table_style">
<div class="table_style" style="height: 650px; overflow-y: scroll;">
<!-- Table View -->
<div class="table_view_gl" style="right:20px;width:100%;"
t-ref="table_view_gl">

Loading…
Cancel
Save