bookyt_salary 0.20.0 → 0.20.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ = boot_page_title
2
+
3
+ %table.table.table-striped
4
+ - @salary_declaration_codes.each do |code|
5
+ %tr
6
+ %th= code
7
+ %td.currency= @line_items.select{|li| li.booking_template.salary_declaration_code == code}.sum(&:total_amount).floor
@@ -1,3 +1,3 @@
1
1
  module BookytSalary
2
- VERSION = '0.20.0'
2
+ VERSION = '0.20.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bookyt_salary
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.20.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -128,6 +128,7 @@ files:
128
128
  - app/views/salary_items/_line_item.html.haml
129
129
  - app/views/salary_items/_list_form.html.haml
130
130
  - app/views/salary_items/_list_header.html.haml
131
+ - app/views/salary_reports/salary_declaration.html.haml
131
132
  - app/views/salary_reports/yearly_ahv_statement.html.haml
132
133
  - app/views/salary_templates/_form.html.haml
133
134
  - app/views/salary_templates/_list.html.haml