has_accounts_engine 3.0.0.beta11 → 3.0.0.beta12

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
  SHA1:
3
- metadata.gz: 1a9a0fc966a5f625dece331009a3d9f15d95d34e
4
- data.tar.gz: f96c0f4ee3acf648b9bd1a25db88e184d0061431
3
+ metadata.gz: f07d0db899b7d120fed699020004f1872845d476
4
+ data.tar.gz: 3d1fc1cccf283e67872159192d7933fef1b32027
5
5
  SHA512:
6
- metadata.gz: 5b8fec12a5c69246ec8e23179105a98c65db7d62ea1be2c573d0f397b5f15b88e0fdb431864519c503833cabe580625232663007977aedc7f605c69a218ca6d9
7
- data.tar.gz: f1e334312c52edcdd66c233c442e423932a7d3cc4d4aba8d959eea1a8c7dc3dc4948ce1a93f1c9255d032b241b1dbe5fb4266cdefe2c500027b4fa9326455df8
6
+ metadata.gz: accc201391735830ce122b4303ba584edaffce3c054e8361a2c80ec99dab2e4fba68204106e65f1c8e247b66aeb9567255aeed2392bfd1dfce4eae510f64318f
7
+ data.tar.gz: baac8a46f8c3009b53a58c9698601910e888b48a7ca561890f19410301be0b50bcbead25c31c960d71c70a36b435cdad0070e71d43f05fc1abd906b7b6aa4072
@@ -5,4 +5,4 @@
5
5
  %td
6
6
  %td
7
7
  %td{:style => "text-align: right"}= currency_fmt(@account.saldo(@bookings.last))
8
- %td
8
+ %td.action-links
@@ -5,4 +5,4 @@
5
5
  %td{:style => "text-align: right"}= currency_fmt(debit_turnover)
6
6
  %td{:style => "text-align: right"}= currency_fmt(credit_turnover)
7
7
  %td
8
- %td
8
+ %td.action-links
@@ -2,6 +2,7 @@
2
2
  = icon_link_to :only_debit_bookings, url_for(:only_debit_bookings => true) unless params[:only_debit_bookings]
3
3
  = icon_link_to :only_credit_bookings, url_for(:only_credit_bookings => true) unless params[:only_credit_bookings]
4
4
  = icon_link_to :all_bookings, @account if params[:only_credit_bookings] || params[:only_debit_bookings]
5
+ = icon_link_to :print, params.merge({:format => :pdf, :per_page => 5000, :page => 1})
5
6
  = contextual_links_for
6
7
 
7
8
  = boot_page_title
@@ -1,4 +1,6 @@
1
- = contextual_links
1
+ .contextual
2
+ = icon_link_to :print, params.merge({:format => :pdf, :per_page => 5000, :page => 1})
3
+ = contextual_links_for
2
4
 
3
5
  = boot_page_title
4
6
 
@@ -1,3 +1,3 @@
1
1
  module HasAccountsEngine
2
- VERSION = "3.0.0.beta11"
2
+ VERSION = "3.0.0.beta12"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: has_accounts_engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0.beta11
4
+ version: 3.0.0.beta12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Hürlimann (CyT)