bookyt_projects 0.19.2 → 0.19.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,9 @@
1
1
  %table.condensed-table.span8
2
2
  %tr
3
3
  %th= t_attr :date, Activity
4
- %th.number= t_attr :working_hours, Activity
5
- %th.number= t_attr :overtime, Activity
6
- %th.number= t_attr :overall_overtime, Activity
4
+ %th.right= t_attr :working_hours, Activity
5
+ %th.right= t_attr :overtime, Activity
6
+ %th.right= t_attr :overall_overtime, Activity
7
7
 
8
8
  - WorkDay.create_or_update_upto(@employee, Date.today.end_of_month)
9
9
  - range = Date.today.beginning_of_month..Date.today.end_of_month
@@ -12,8 +12,8 @@
12
12
  - tr_params.merge!(:rel => 'popover', 'data-content' => h(render 'timesheets/activities_popover', :activities => day.activities), 'data-original-title' => 'Aktivitäten', 'data-html' => 'true') unless day.activities.empty?
13
13
  %tr{tr_params}
14
14
  %td= link_to l(day.date, :format => '%a, %d.%m.%Y'), person_activities_path(@employee, :by_date => day.date.to_s(:db)), 'data-href-container' => 'tr'
15
- %td.number
15
+ %td.right
16
16
  %span.strong= "%0.2f" % day.hours_worked
17
17
  = "(%0.2f)" % day.hours_due
18
- %td.number.overtime.strong= "%0.2f" % day.overtime
19
- %td.number.overall-overtime.strong= "%0.2f" % day.overall_overtime
18
+ %td.right.overtime.strong= "%0.2f" % day.overtime
19
+ %td.right.overall-overtime.strong= "%0.2f" % day.overall_overtime
@@ -1,3 +1,3 @@
1
1
  module BookytPos
2
- VERSION = '0.19.2'
2
+ VERSION = '0.19.3'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bookyt_projects
3
3
  version: !ruby/object:Gem::Version
4
- hash: 87
4
+ hash: 85
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 19
9
- - 2
10
- version: 0.19.2
9
+ - 3
10
+ version: 0.19.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Roman Simecek (CyT)
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-01-25 00:00:00 Z
19
+ date: 2012-01-26 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: rails
@@ -181,7 +181,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
181
181
  requirements: []
182
182
 
183
183
  rubyforge_project:
184
- rubygems_version: 1.8.15
184
+ rubygems_version: 1.8.10
185
185
  signing_key:
186
186
  specification_version: 3
187
187
  summary: Project management plugin for bookyt