bookyt_salary 0.16.7 → 0.16.8
Sign up to get free protection for your applications and to get access to all the features.
@@ -4,14 +4,14 @@
|
|
4
4
|
= f.input :employee_id, :as => :hidden
|
5
5
|
= f.input :employer_id, :as => :hidden
|
6
6
|
= f.input :state, :as => :hidden
|
7
|
-
.row
|
8
|
-
.
|
9
|
-
.row
|
10
|
-
.
|
11
|
-
.
|
12
|
-
.row
|
13
|
-
.
|
14
|
-
.
|
7
|
+
.row-fluid
|
8
|
+
.span10= f.input :title, :input_html => {:class => 'span10'}
|
9
|
+
.row-fluid
|
10
|
+
.span5= f.input :duration_from, :as => :date_field
|
11
|
+
.span5= f.input :duration_to, :as => :date_field
|
12
|
+
.row-fluid
|
13
|
+
.span10= f.input :text, :input_html => {:rows => 4, :class => 'span10'}
|
14
|
+
.span10= f.input :remarks, :input_html => {:rows => 4, :class => 'span10'}
|
15
15
|
|
16
16
|
= render 'line_items/list_form', :f => f, :invoice => resource
|
17
17
|
|
@@ -4,10 +4,10 @@
|
|
4
4
|
= f.semantic_errors
|
5
5
|
|
6
6
|
= f.inputs do
|
7
|
-
.row
|
8
|
-
.
|
9
|
-
.row
|
10
|
-
.
|
7
|
+
.row-fluid
|
8
|
+
.span5= f.input :employee, :as => :combobox
|
9
|
+
.row-fluid
|
10
|
+
.span5= f.input :duration_from, :as => :date_field
|
11
11
|
|
12
12
|
= f.buttons do
|
13
13
|
= f.commit_button
|
@@ -1,23 +1,23 @@
|
|
1
1
|
= semantic_form_for @salary_booking_template do |f|
|
2
2
|
= f.semantic_errors
|
3
3
|
= f.inputs do
|
4
|
-
.row
|
5
|
-
.
|
6
|
-
.
|
7
|
-
.row
|
8
|
-
.
|
9
|
-
.
|
10
|
-
.row
|
11
|
-
.
|
12
|
-
.
|
13
|
-
.row
|
14
|
-
.
|
4
|
+
.row-fluid
|
5
|
+
.span5= f.input :title, :input_html => {"data-autofocus" => true}
|
6
|
+
.span5= f.input :code
|
7
|
+
.row-fluid
|
8
|
+
.span5= f.input :credit_account, :as => :combobox, :collection => accounts_as_collection
|
9
|
+
.span5= f.input :debit_account, :as => :combobox, :collection => accounts_as_collection
|
10
|
+
.row-fluid
|
11
|
+
.span5= f.input :amount
|
12
|
+
.span5= f.input :amount_relates_to, :collection => amount_relates_to_collection
|
13
|
+
.row-fluid
|
14
|
+
.span10= f.input :comments, :input_html => {:rows => 2, :class => 'span10'}
|
15
15
|
|
16
|
-
.row
|
17
|
-
.
|
16
|
+
.row-fluid
|
17
|
+
.span10= f.input :include_in_saldo_list, :input_html => {:class => 'span10'}
|
18
18
|
|
19
|
-
.row
|
20
|
-
.
|
19
|
+
.row-fluid
|
20
|
+
.span5= f.input :salary_declaration_code
|
21
21
|
|
22
22
|
= f.buttons do
|
23
23
|
= f.commit_button
|
@@ -1,11 +1,11 @@
|
|
1
1
|
= semantic_form_for @salary_template do |f|
|
2
2
|
= f.semantic_errors
|
3
3
|
= f.inputs do
|
4
|
-
.row
|
5
|
-
.
|
6
|
-
.
|
7
|
-
.row
|
8
|
-
.
|
4
|
+
.row-fluid
|
5
|
+
.span5= f.input :title, :input_html => {"data-autofocus" => true}
|
6
|
+
.span5= f.input :person, :as => :combobox, :collection => Employee.all
|
7
|
+
.row-fluid
|
8
|
+
.span10= f.input :remarks, :input_html => {:rows => 2, :class => 'span10'}
|
9
9
|
|
10
10
|
= render 'salary_items/list_form', :f => f
|
11
11
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bookyt_salary
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 79
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 16
|
9
|
-
-
|
10
|
-
version: 0.16.
|
9
|
+
- 8
|
10
|
+
version: 0.16.8
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- "Simon H\xC3\xBCrlimann (CyT)"
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-03
|
18
|
+
date: 2012-04-03 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: rails
|