Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use FormattingHelper#format_money in entitled_to_sick_pay outcome in SSP #2094

Merged
merged 3 commits into from
Nov 18, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Week ending | SSP amount
-|-
<% calculator.weekly_payments.each do |week_ending, ssp_amount| %>
<%= format_date(week_ending) %>|<%= sprintf("£%.2f", ssp_amount) %>
<%= format_date(week_ending) %>|<%= format_money(ssp_amount) %>
<% end %>
| **Total SSP: <%= format_money(ssp_payment) %>**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
6 April 2013|£0
13 April 2013|£57.80
| **Total SSP: £57.80**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
6 April 2013|£0
13 April 2013|£57.80
| **Total SSP: £57.80**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
6 April 2013|£0
13 April 2013|£57.80
| **Total SSP: £57.80**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
6 April 2013|£0
13 April 2013|£57.80
| **Total SSP: £57.80**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
6 April 2013|£0
13 April 2013|£57.80
| **Total SSP: £57.80**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
6 April 2013|£0
13 April 2013|£57.80
| **Total SSP: £57.80**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
6 April 2013|£0
13 April 2013|£57.80
| **Total SSP: £57.80**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
6 April 2013|£0
13 April 2013|£57.80
| **Total SSP: £57.80**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
6 April 2013|£0
13 April 2013|£57.80
| **Total SSP: £57.80**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
6 April 2013|£0
13 April 2013|£57.80
| **Total SSP: £57.80**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
6 April 2013|£0
13 April 2013|£57.80
| **Total SSP: £57.80**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
6 April 2013|£0
13 April 2013|£57.80
| **Total SSP: £57.80**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
13 April 2013|£0.00
6 April 2013|£0
13 April 2013|£0
20 April 2013|£86.70
27 April 2013|£86.70
4 May 2013|£86.70
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
6 April 2013|£0
13 April 2013|£57.80
20 April 2013|£86.70
27 April 2013|£86.70
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
13 April 2013|£0.00
6 April 2013|£0
13 April 2013|£0
20 April 2013|£86.70
27 April 2013|£86.70
4 May 2013|£86.70
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
6 April 2013|£0
13 April 2013|£57.80
20 April 2013|£86.70
27 April 2013|£86.70
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
13 April 2013|£0.00
6 April 2013|£0
13 April 2013|£0
20 April 2013|£86.70
27 April 2013|£86.70
4 May 2013|£86.70
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
6 April 2013|£0
13 April 2013|£57.80
20 April 2013|£86.70
27 April 2013|£86.70
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
13 April 2013|£0.00
6 April 2013|£0
13 April 2013|£0
20 April 2013|£86.70
27 April 2013|£86.70
4 May 2013|£86.70
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
6 April 2013|£0
13 April 2013|£57.80
20 April 2013|£86.70
27 April 2013|£86.70
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
13 April 2013|£0.00
6 April 2013|£0
13 April 2013|£0
20 April 2013|£86.70
27 April 2013|£86.70
4 May 2013|£86.70
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
6 April 2013|£0
13 April 2013|£57.80
20 April 2013|£86.70
27 April 2013|£86.70
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
13 April 2013|£0.00
6 April 2013|£0
13 April 2013|£0
20 April 2013|£86.70
27 April 2013|£86.70
4 May 2013|£86.70
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
6 April 2013|£0
13 April 2013|£57.80
20 April 2013|£86.70
27 April 2013|£86.70
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
13 April 2013|£0.00
6 April 2013|£0
13 April 2013|£0
20 April 2013|£86.70
27 April 2013|£86.70
4 May 2013|£86.70
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
6 April 2013|£0
13 April 2013|£57.80
20 April 2013|£86.70
27 April 2013|£86.70
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
13 April 2013|£0.00
6 April 2013|£0
13 April 2013|£0
20 April 2013|£86.70
27 April 2013|£86.70
4 May 2013|£86.70
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
6 April 2013|£0
13 April 2013|£57.80
20 April 2013|£86.70
27 April 2013|£86.70
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
13 April 2013|£0.00
6 April 2013|£0
13 April 2013|£0
20 April 2013|£86.70
27 April 2013|£86.70
4 May 2013|£86.70
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
6 April 2013|£0
13 April 2013|£57.80
20 April 2013|£86.70
27 April 2013|£86.70
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
13 April 2013|£0.00
6 April 2013|£0
13 April 2013|£0
20 April 2013|£86.70
27 April 2013|£86.70
4 May 2013|£86.70
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
6 April 2013|£0
13 April 2013|£57.80
20 April 2013|£86.70
27 April 2013|£86.70
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
13 April 2013|£0.00
6 April 2013|£0
13 April 2013|£0
20 April 2013|£86.70
27 April 2013|£86.70
4 May 2013|£86.70
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
6 April 2013|£0
13 April 2013|£57.80
20 April 2013|£86.70
27 April 2013|£86.70
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
13 April 2013|£0.00
6 April 2013|£0
13 April 2013|£0
20 April 2013|£86.70
27 April 2013|£86.70
4 May 2013|£86.70
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You don’t have to pay until your employee tells you that they’re ill. You’

Week ending | SSP amount
-|-
6 April 2013|£0.00
6 April 2013|£0
13 April 2013|£57.80
20 April 2013|£86.70
27 April 2013|£86.70
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Your employee is entitled to SSP for 2 days out of 5 working days taken off sick

Week ending | SSP amount
-|-
6 April 2013|£0.00
6 April 2013|£0
13 April 2013|£57.80
| **Total SSP: £57.80**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Your employee is entitled to SSP for 2 days out of 5 working days taken off sick

Week ending | SSP amount
-|-
6 April 2013|£0.00
6 April 2013|£0
13 April 2013|£57.80
| **Total SSP: £57.80**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Your employee is entitled to SSP for 2 days out of 5 working days taken off sick

Week ending | SSP amount
-|-
6 April 2013|£0.00
6 April 2013|£0
13 April 2013|£57.80
| **Total SSP: £57.80**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Your employee is entitled to SSP for 2 days out of 5 working days taken off sick

Week ending | SSP amount
-|-
6 April 2013|£0.00
6 April 2013|£0
13 April 2013|£57.80
| **Total SSP: £57.80**

Expand Down
Loading