Sha256: 46c31493daef91dd7706e086a8f3598c0547a665bbf16bc6ec04046f7d62f71f

Contents?: true

Size: 712 Bytes

Versions: 12

Compression:

Stored size: 712 Bytes

Contents

<div class="search">

  <div class="column-block">

    <h1>Configured products
      <%= link_to '&nbsp;<i class="fa fa-plus-square"></i>'.html_safe, set_tax_code_configuration_path %>
    </h1>

    <%= render :partial => 'avatax/configuration/products_table', :locals => {:tax_codes => @tax_codes} %>

  </div>

  <hr/>

  <div class="column-block">

    <h1>Exempt accounts
      <%= link_to '&nbsp;<i class="fa fa-plus-square"></i>'.html_safe, set_exemption_configuration_path %>
    </h1>

    <%= render :partial => 'avatax/configuration/exemptions_table', :locals => {:exemptions => @exemptions} %>

  </div>


  <hr/>

  <h1><%= link_to 'Plugin configuration', plugin_configuration_path %></h1>

</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
killbill-avatax-3.0.3 app/views/avatax/configuration/index.html.erb
killbill-avatax-3.0.2 app/views/avatax/configuration/index.html.erb
killbill-avatax-2.2.1 app/views/avatax/configuration/index.html.erb
killbill-avatax-3.0.1 app/views/avatax/configuration/index.html.erb
killbill-avatax-2.1.0 app/views/avatax/configuration/index.html.erb
killbill-avatax-2.0.0 app/views/avatax/configuration/index.html.erb
killbill-avatax-1.0.0 app/views/avatax/configuration/index.html.erb
killbill-avatax-0.2.0 app/views/avatax/configuration/index.html.erb
killbill-avatax-0.1.0 app/views/avatax/configuration/index.html.erb
killbill-avatax-0.0.3 app/views/avatax/configuration/index.html.erb
killbill-avatax-0.0.2 app/views/avatax/configuration/index.html.erb
killbill-avatax-0.0.1 app/views/avatax/configuration/index.html.erb