Sha256: f59ec4ae082b756d038320662216b5aade77c55cced9b067a8577e9f1aeea816

Contents?: true

Size: 834 Bytes

Versions: 13

Compression:

Stored size: 834 Bytes

Contents

<div class="py-2 px-4">
  <table class="table table-striped table-bordered table-hover table-sm">
    <thead class="thead-light">
      <tr>
        <th rowspan="2" class="text-center align-middle">耐用年数</th>
        <th rowspan="2" class="align-middle">定額法償却率</th>
        <th colspan="3">定率法</th>
      </tr>
      <tr>
        <th>償却率</th>
        <th>改定償却率</th>
        <th>保証率</th>
      </tr>
    </thead>
    <tbody>
      <% @depreciation_rates.each do |rate| %>
        <tr>
          <th class="text-center"><%= rate.durable_years %></th>
          <td><%= rate.fixed_amount_rate %></td>
          <td><%= rate.rate %></td>
          <td><%= rate.revised_rate %></td>
          <td><%= rate.guaranteed_rate %></td>
        </tr>
      <% end %>
    </tbody>  
  </table>
</div>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
tax_jp-1.2.12 app/views/tax_jp/depreciation_rates/index.html.erb
tax_jp-1.2.11 app/views/tax_jp/depreciation_rates/index.html.erb
tax_jp-1.2.10 app/views/tax_jp/depreciation_rates/index.html.erb
tax_jp-1.2.9 app/views/tax_jp/depreciation_rates/index.html.erb
tax_jp-1.2.8 app/views/tax_jp/depreciation_rates/index.html.erb
tax_jp-1.2.7 app/views/tax_jp/depreciation_rates/index.html.erb
tax_jp-1.2.6 app/views/tax_jp/depreciation_rates/index.html.erb
tax_jp-1.2.5 app/views/tax_jp/depreciation_rates/index.html.erb
tax_jp-1.2.4 app/views/tax_jp/depreciation_rates/index.html.erb
tax_jp-1.2.3 app/views/tax_jp/depreciation_rates/index.html.erb
tax_jp-1.2.2 app/views/tax_jp/depreciation_rates/index.html.erb
tax_jp-1.2.1 app/views/tax_jp/depreciation_rates/index.html.erb
tax_jp-1.2.0 app/views/tax_jp/depreciation_rates/index.html.erb