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