bookyt_salary 0.22.0 → 0.23.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8b8b2d458d924066900a670fb1078e04c29fe4ec
4
- data.tar.gz: b6fec30785878fd5ed0395b2ab82f24257505a6f
3
+ metadata.gz: 00f477bc47705bfdc14e876b3d51cdea9e35b625
4
+ data.tar.gz: dc9bb2024b0c4278e97a683d63652724e70b7efe
5
5
  SHA512:
6
- metadata.gz: 8c04875289ec0413935b21c4344211d6df0e1490e4d7c1616138536d679605036868ee7ecd507b40c570b6527a71418906fa5765bbd2661a9b1709c8bac15f68
7
- data.tar.gz: 339e3162875b80bc879ac7a4f5e6b4ae7b991accf66e0bf6078f753fc4108ecb002d331a657752b1199c1833df3acfb4d35fe66f21e229920e2ac5e235c9eff8
6
+ metadata.gz: 3bb921fd4a879f74422b4bc4ec8389897a5e7ea987f27930e71d9171688ebe0734778e10f72bf9cfa0e1b0320ba65b4147d543c0d682b78ec1d5f6ed3c99bf8c
7
+ data.tar.gz: c5f93a1b0fb6f580f03e556da788b53b50e466484f04c52bb4651112fd79b74ffa7d05c2debfdb81421a7a1e065c23730fde8384871cd84e3452cf9c65ac0481
@@ -1,6 +1,8 @@
1
1
  = contextual_links
2
2
 
3
- = boot_page_title
3
+ - who = @employee ? @employee : current_tenant
4
+ - title = [ t_title, @year.to_s, who.to_s].join(' - ')
5
+ = boot_page_title title
4
6
 
5
7
  %table.table.table-striped.collection
6
8
  %thead
@@ -1,4 +1,5 @@
1
- = boot_page_title
1
+ - title = [ t_title, @value_period.last.year ].presence.compact.join(' - ')
2
+ = boot_page_title title
2
3
 
3
4
  %table.table.table-striped.collection
4
5
  %thead
@@ -52,7 +52,7 @@ de:
52
52
  salary_declaration:
53
53
  title: Lohnausweis
54
54
  statistics:
55
- title: Rekapitulation
55
+ title: Rekapitulation
56
56
 
57
57
  overview:
58
58
  bookyt:
@@ -1,3 +1,3 @@
1
1
  module BookytSalary
2
- VERSION = '0.22.0'
2
+ VERSION = '0.23.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bookyt_salary
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Hürlimann (CyT)
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-08 00:00:00.000000000 Z
11
+ date: 2015-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -168,8 +168,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
168
  version: '0'
169
169
  requirements: []
170
170
  rubyforge_project:
171
- rubygems_version: 2.2.2
171
+ rubygems_version: 2.4.5
172
172
  signing_key:
173
173
  specification_version: 3
174
174
  summary: Salary plugin for bookyt
175
175
  test_files: []
176
+ has_rdoc: