vesr 0.11.4 → 0.11.5
Sign up to get free protection for your applications and to get access to all the features.
- data/app/views/esr_files/_list.html.haml +14 -12
- data/app/views/esr_records/_list.html.haml +12 -11
- data/lib/vesr/version.rb +1 -1
- metadata +4 -4
@@ -1,13 +1,15 @@
|
|
1
|
-
%table.
|
2
|
-
%
|
3
|
-
%
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
1
|
+
%table.zebra-striped.esr_files.collection
|
2
|
+
%thead
|
3
|
+
%tr
|
4
|
+
%th= t_attr :updated_at, EsrFile
|
5
|
+
%th.right= t_attr :bookings, EsrFile
|
6
|
+
%th.right= t_attr :invalid_bookings, EsrFile
|
7
|
+
%th.right= t_attr :missing_bookings, EsrFile
|
8
|
+
%th.right= t_attr :total_amount, EsrFile
|
9
|
+
%th.action-links
|
10
|
+
%tbody
|
11
|
+
= render @esr_files
|
9
12
|
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
%th{:colspan => 5}= will_paginate @esr_files, :params => {:query => params[:query]}
|
13
|
+
%tfoot
|
14
|
+
%tr#invoices_list_footer
|
15
|
+
%th{:colspan => 5}= will_paginate @esr_files, :params => {:query => params[:query]}
|
@@ -1,11 +1,12 @@
|
|
1
|
-
%table.
|
2
|
-
%
|
3
|
-
%
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
1
|
+
%table.zebra-striped.collection{:style => "width: 100%"}
|
2
|
+
%thead
|
3
|
+
%tr
|
4
|
+
%th= t_attr :value_date, EsrRecord
|
5
|
+
%th= t_attr :customer, EsrRecord
|
6
|
+
%th= t_attr :state, EsrRecord
|
7
|
+
%th.currency= t_attr :amount, EsrRecord
|
8
|
+
%th.currency= t_attr :payment_amount, EsrRecord
|
9
|
+
%th.currency= t_attr :saldo, EsrRecord
|
10
|
+
%th.action-links
|
11
|
+
%tbody
|
12
|
+
= render @esr_records || esr_records
|
data/lib/vesr/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vesr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 57
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 11
|
9
|
-
-
|
10
|
-
version: 0.11.
|
9
|
+
- 5
|
10
|
+
version: 0.11.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Roman Simecek
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2012-03-
|
19
|
+
date: 2012-03-08 00:00:00 Z
|
20
20
|
dependencies: []
|
21
21
|
|
22
22
|
description: VESR provides support for ESR number calculations and gives ready to use Rails components.
|