Sha256: e601f1849af6cfc5e2874759e0673f442c21522d6a663aa9794c20dd62707374

Contents?: true

Size: 802 Bytes

Versions: 18

Compression:

Stored size: 802 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="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><%= 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

18 entries across 18 versions & 1 rubygems

Version Path
tax_jp-1.1.12 app/views/tax_jp/depreciation_rates/index.html.erb
tax_jp-1.1.11 app/views/tax_jp/depreciation_rates/index.html.erb
tax_jp-1.1.10 app/views/tax_jp/depreciation_rates/index.html.erb
tax_jp-1.1.9 app/views/tax_jp/depreciation_rates/index.html.erb
tax_jp-1.1.8 app/views/tax_jp/depreciation_rates/index.html.erb
tax_jp-1.1.7 app/views/tax_jp/depreciation_rates/index.html.erb
tax_jp-1.1.6 app/views/tax_jp/depreciation_rates/index.html.erb
tax_jp-1.1.5 app/views/tax_jp/depreciation_rates/index.html.erb
tax_jp-1.1.4 app/views/tax_jp/depreciation_rates/index.html.erb
tax_jp-1.1.3 app/views/tax_jp/depreciation_rates/index.html.erb
tax_jp-1.1.2 app/views/tax_jp/depreciation_rates/index.html.erb
tax_jp-1.1.1 app/views/tax_jp/depreciation_rates/index.html.erb
tax_jp-1.1.0 app/views/tax_jp/depreciation_rates/index.html.erb
tax_jp-1.0.1 app/views/tax_jp/depreciation_rates/index.html.erb
tax_jp-1.0.0 app/views/tax_jp/depreciation_rates/index.html.erb
tax_jp-0.6.2 app/views/tax_jp/depreciation_rates/index.html.erb
tax_jp-0.6.1 app/views/tax_jp/depreciation_rates/index.html.erb
tax_jp-0.6.0 app/views/tax_jp/depreciation_rates/index.html.erb