killbill-avatax 4.0.1 → 4.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b263a4d896c26574d8e7a742168a2c2cfaf924fc539c5c7b9cfbc4df5cd175a5
4
- data.tar.gz: e47a2bdba0ea75e4fce7ae1bb96856359a33d166b42e65f536b38074edb8fe80
3
+ metadata.gz: cdbdfc313c128a86835be16793cb54e9bc6f25a0f243e05454281cc828480457
4
+ data.tar.gz: d05a886280fcf3811cfeaeca822ee1d73d0337ff8e1b44be71a10b46093973d3
5
5
  SHA512:
6
- metadata.gz: 43d711845fd63db20cc85895729ffcaa5583eda766c3bf64d0ff88adf2261e5d74271704d2fdbdbe9d79cfe7b06ab43c0af352fea411fa5f4be2dae463f61ca2
7
- data.tar.gz: 31d171adba5dc3909d52b1eb319ab79001e52d79d178ef854b2f5393bbb1cd5ced56db1ec046d719a420fc39d387e22cb5809c7d637a054726c30b6de8c7d256
6
+ metadata.gz: 709389016cc1b4e1d6f54434fc96568494e932c02b31ad742a8e92e07a9b37eec880507caff05e60562a6a8eaa685c946580f9c6df3801af2a48dbf37e459b98
7
+ data.tar.gz: 87c798a51593d91335fcf2b86c8ad82fd5b0a7da0dedd90b78154fe8fbcd5bece4cc6a86d36676c04049b542c480c2eb4455741d477e1604d09a23e16da1fe8d
@@ -1,3 +1,3 @@
1
1
  //= link_tree ../images
2
- //= link_directory ../javascripts .js
3
- //= link_directory ../stylesheets .css
2
+ //= link avatax/avatax.js
3
+ //= link avatax/avatax.css
@@ -9,75 +9,69 @@
9
9
  <div class="d-flex" style="gap: 4rem;">
10
10
  <%= render template: 'kaui/layouts/kaui_setting_sidebar' %>
11
11
 
12
- <div class="configuration" style="max-width: 80rem;">
13
- <div class="d-flex flex-column">
14
- <div class="configuration-header mb-4">
15
- <div class="d-flex align-items-center">
16
- <h2>Configured products</h2>
12
+ <div class="d-flex flex-column" style="max-width: 80rem; flex: 1; gap: 2rem;">
13
+ <div class="configuration">
14
+ <div class="d-flex flex-column">
15
+ <div class="configuration-header mb-4">
16
+ <div class="d-flex align-items-center">
17
+ <h2>Configured products</h2>
18
+ </div>
19
+ <span>
20
+ <%= link_to set_tax_code_configuration_path do %>
21
+ <%= render "kaui/components/button/button", {
22
+ label: "Add Product",
23
+ icon: "kaui/plus.svg",
24
+ variant: "outline-secondary d-inline-flex align-items-center gap-1",
25
+ type: "button",
26
+ html_class: "kaui-dropdown custom-hover",
27
+ } %>
28
+ <% end %>
29
+ </span>
17
30
  </div>
18
- <span>
19
- <%= link_to set_tax_code_configuration_path do %>
20
- <%= render "kaui/components/button/button", {
21
- label: "Add Product",
22
- icon: "kaui/plus.svg",
23
- variant: "outline-secondary d-inline-flex align-items-center gap-1",
24
- type: "button",
25
- html_class: "kaui-dropdown custom-hover",
26
- } %>
27
- <% end %>
28
- </span>
31
+ <%= render :partial => 'avatax/configuration/products_table', :locals => {:tax_codes => @tax_codes} %>
29
32
  </div>
30
- <%= render :partial => 'avatax/configuration/products_table', :locals => {:tax_codes => @tax_codes} %>
31
33
  </div>
32
- </div>
33
- </div>
34
- </div>
35
34
 
36
- <div class="kaui-container configuration-index">
37
- <div class="d-flex" style="gap: 4rem;">
38
- <div class="configuration" style="max-width: 80rem;">
39
- <div class="d-flex flex-column">
40
- <div class="configuration-header mb-4">
41
- <div class="d-flex align-items-center">
42
- <h2>Exempt accounts</h2>
35
+ <div class="configuration">
36
+ <div class="d-flex flex-column">
37
+ <div class="configuration-header mb-4">
38
+ <div class="d-flex align-items-center">
39
+ <h2>Exempt accounts</h2>
40
+ </div>
41
+ <span>
42
+ <%= link_to set_exemption_configuration_path do %>
43
+ <%= render "kaui/components/button/button", {
44
+ label: "Add Exemption",
45
+ icon: "kaui/plus.svg",
46
+ variant: "outline-secondary d-inline-flex align-items-center gap-1",
47
+ type: "button",
48
+ html_class: "kaui-dropdown custom-hover",
49
+ } %>
50
+ <% end %>
51
+ </span>
43
52
  </div>
44
- <span>
45
- <%= link_to set_exemption_configuration_path do %>
46
- <%= render "kaui/components/button/button", {
47
- label: "Add Exemption",
48
- icon: "kaui/plus.svg",
49
- variant: "outline-secondary d-inline-flex align-items-center gap-1",
50
- type: "button",
51
- html_class: "kaui-dropdown custom-hover",
52
- } %>
53
- <% end %>
54
- </span>
53
+ <%= render :partial => 'avatax/configuration/exemptions_table', :locals => {:exemptions => @exemptions} %>
55
54
  </div>
56
- <%= render :partial => 'avatax/configuration/exemptions_table', :locals => {:exemptions => @exemptions} %>
57
55
  </div>
58
- </div>
59
- </div>
60
- </div>
61
56
 
62
- <div class="kaui-container configuration-index">
63
- <div class="d-flex" style="gap: 4rem;">
64
- <div class="configuration" style="max-width: 80rem;">
65
- <div class="d-flex flex-column">
66
- <div class="configuration-header mb-4">
67
- <div class="d-flex align-items-center">
68
- <h2>Plugin configuration</h2>
57
+ <div class="configuration">
58
+ <div class="d-flex flex-column">
59
+ <div class="configuration-header mb-4">
60
+ <div class="d-flex align-items-center">
61
+ <h2>Plugin configuration</h2>
62
+ </div>
63
+ <span>
64
+ <%= link_to plugin_configuration_path do %>
65
+ <%= render "kaui/components/button/button", {
66
+ label: "Update Plugin Configuration",
67
+ icon: "kaui/plus.svg",
68
+ variant: "outline-secondary d-inline-flex align-items-center gap-1",
69
+ type: "button",
70
+ html_class: "kaui-dropdown custom-hover",
71
+ } %>
72
+ <% end %>
73
+ </span>
69
74
  </div>
70
- <span>
71
- <%= link_to plugin_configuration_path do %>
72
- <%= render "kaui/components/button/button", {
73
- label: "Update Plugin Configuration",
74
- icon: "kaui/plus.svg",
75
- variant: "outline-secondary d-inline-flex align-items-center gap-1",
76
- type: "button",
77
- html_class: "kaui-dropdown custom-hover",
78
- } %>
79
- <% end %>
80
- </span>
81
75
  </div>
82
76
  </div>
83
77
  </div>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Avatax
4
- VERSION = '4.0.1'
4
+ VERSION = '4.0.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: killbill-avatax
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.1
4
+ version: 4.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kill Bill core team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-03-11 00:00:00.000000000 Z
11
+ date: 2026-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: killbill-assets-ui