enju_message 0.0.13 → 0.0.14
Sign up to get free protection for your applications and to get access to all the features.
- data/app/views/baskets/edit.html.erb +30 -0
- data/app/views/baskets/index.html.erb +31 -0
- data/app/views/baskets/new.html.erb +29 -0
- data/app/views/baskets/show.html.erb +23 -0
- data/app/views/carrier_type_has_checkout_types/_form.html.erb +19 -0
- data/app/views/carrier_type_has_checkout_types/edit.html.erb +13 -0
- data/app/views/carrier_type_has_checkout_types/index.html.erb +33 -0
- data/app/views/carrier_type_has_checkout_types/new.html.erb +12 -0
- data/app/views/carrier_type_has_checkout_types/show.html.erb +29 -0
- data/app/views/checked_items/_checkouts.html.erb +20 -0
- data/app/views/checked_items/_list.html.erb +39 -0
- data/app/views/checked_items/edit.html.erb +21 -0
- data/app/views/checked_items/index.html.erb +32 -0
- data/app/views/checked_items/index.js.erb +1 -0
- data/app/views/checked_items/new.html.erb +20 -0
- data/app/views/checked_items/show.html.erb +24 -0
- data/app/views/checkins/_form.html.erb +24 -0
- data/app/views/checkins/_list.html.erb +51 -0
- data/app/views/checkins/edit.html.erb +26 -0
- data/app/views/checkins/index.html.erb +16 -0
- data/app/views/checkins/index.js.erb +1 -0
- data/app/views/checkins/new.html.erb +14 -0
- data/app/views/checkins/show.html.erb +24 -0
- data/app/views/checkout_stat_has_manifestations/_form.html.erb +15 -0
- data/app/views/checkout_stat_has_manifestations/edit.html.erb +13 -0
- data/app/views/checkout_stat_has_manifestations/index.html.erb +33 -0
- data/app/views/checkout_stat_has_manifestations/new.html.erb +12 -0
- data/app/views/checkout_stat_has_manifestations/show.html.erb +28 -0
- data/app/views/checkout_stat_has_users/_form.html.erb +15 -0
- data/app/views/checkout_stat_has_users/edit.html.erb +13 -0
- data/app/views/checkout_stat_has_users/index.html.erb +33 -0
- data/app/views/checkout_stat_has_users/new.html.erb +12 -0
- data/app/views/checkout_stat_has_users/show.html.erb +28 -0
- data/app/views/checkout_types/_form.html.erb +19 -0
- data/app/views/checkout_types/edit.html.erb +13 -0
- data/app/views/checkout_types/index.html.erb +50 -0
- data/app/views/checkout_types/new.html.erb +12 -0
- data/app/views/checkout_types/show.html.erb +38 -0
- data/app/views/checkouts/_form.html.erb +28 -0
- data/app/views/checkouts/_index.html.erb +23 -0
- data/app/views/checkouts/_index_overdue.html.erb +33 -0
- data/app/views/checkouts/_index_user.html.erb +44 -0
- data/app/views/checkouts/_list.html.erb +45 -0
- data/app/views/checkouts/edit.html.erb +51 -0
- data/app/views/checkouts/index.atom.builder +14 -0
- data/app/views/checkouts/index.csv.erb +4 -0
- data/app/views/checkouts/index.html.erb +11 -0
- data/app/views/checkouts/index.ics.erb +13 -0
- data/app/views/checkouts/index.rss.builder +38 -0
- data/app/views/checkouts/new.html.erb +20 -0
- data/app/views/checkouts/show.html.erb +35 -0
- data/app/views/circulation_statuses/_form.html.erb +19 -0
- data/app/views/circulation_statuses/edit.html.erb +13 -0
- data/app/views/circulation_statuses/index.html.erb +43 -0
- data/app/views/circulation_statuses/new.html.erb +12 -0
- data/app/views/circulation_statuses/show.html.erb +29 -0
- data/app/views/item_has_use_restrictions/edit.html.erb +27 -0
- data/app/views/item_has_use_restrictions/index.html.erb +32 -0
- data/app/views/item_has_use_restrictions/new.html.erb +25 -0
- data/app/views/item_has_use_restrictions/show.html.erb +29 -0
- data/app/views/lending_policies/_form.html.erb +41 -0
- data/app/views/lending_policies/edit.html.erb +13 -0
- data/app/views/lending_policies/index.html.erb +42 -0
- data/app/views/lending_policies/new.html.erb +12 -0
- data/app/views/lending_policies/show.html.erb +50 -0
- data/app/views/manifestation_checkout_stats/_form.html.erb +19 -0
- data/app/views/manifestation_checkout_stats/edit.html.erb +13 -0
- data/app/views/manifestation_checkout_stats/index.html.erb +35 -0
- data/app/views/manifestation_checkout_stats/new.html.erb +12 -0
- data/app/views/manifestation_checkout_stats/show.csv.erb +4 -0
- data/app/views/manifestation_checkout_stats/show.html.erb +55 -0
- data/app/views/manifestation_reserve_stats/_form.html.erb +19 -0
- data/app/views/manifestation_reserve_stats/edit.html.erb +13 -0
- data/app/views/manifestation_reserve_stats/index.html.erb +35 -0
- data/app/views/manifestation_reserve_stats/new.html.erb +12 -0
- data/app/views/manifestation_reserve_stats/show.csv.erb +4 -0
- data/app/views/manifestation_reserve_stats/show.html.erb +55 -0
- data/app/views/reserve_stat_has_manifestations/_form.html.erb +15 -0
- data/app/views/reserve_stat_has_manifestations/edit.html.erb +13 -0
- data/app/views/reserve_stat_has_manifestations/index.html.erb +33 -0
- data/app/views/reserve_stat_has_manifestations/new.html.erb +12 -0
- data/app/views/reserve_stat_has_manifestations/show.html.erb +28 -0
- data/app/views/reserve_stat_has_users/_form.html.erb +15 -0
- data/app/views/reserve_stat_has_users/edit.html.erb +13 -0
- data/app/views/reserve_stat_has_users/index.html.erb +33 -0
- data/app/views/reserve_stat_has_users/new.html.erb +12 -0
- data/app/views/reserve_stat_has_users/show.html.erb +28 -0
- data/app/views/reserves/_form.html.erb +49 -0
- data/app/views/reserves/_new.html.erb +44 -0
- data/app/views/reserves/_new_user.html.erb +50 -0
- data/app/views/reserves/_title.html.erb +19 -0
- data/app/views/reserves/edit.html.erb +42 -0
- data/app/views/reserves/index.atom.builder +14 -0
- data/app/views/reserves/index.csv.erb +4 -0
- data/app/views/reserves/index.html.erb +75 -0
- data/app/views/reserves/index.rss.builder +41 -0
- data/app/views/reserves/new.html.erb +5 -0
- data/app/views/reserves/show.html.erb +61 -0
- data/app/views/use_restrictions/_form.html.erb +19 -0
- data/app/views/use_restrictions/edit.html.erb +13 -0
- data/app/views/use_restrictions/index.html.erb +43 -0
- data/app/views/use_restrictions/new.html.erb +12 -0
- data/app/views/use_restrictions/show.html.erb +29 -0
- data/app/views/user_checkout_stats/_form.html.erb +19 -0
- data/app/views/user_checkout_stats/edit.html.erb +13 -0
- data/app/views/user_checkout_stats/index.html.erb +35 -0
- data/app/views/user_checkout_stats/new.html.erb +12 -0
- data/app/views/user_checkout_stats/show.csv.erb +4 -0
- data/app/views/user_checkout_stats/show.html.erb +55 -0
- data/app/views/user_group_has_checkout_types/edit.html.erb +63 -0
- data/app/views/user_group_has_checkout_types/index.html.erb +32 -0
- data/app/views/user_group_has_checkout_types/new.html.erb +62 -0
- data/app/views/user_group_has_checkout_types/show.html.erb +64 -0
- data/app/views/user_reserve_stats/_form.html.erb +19 -0
- data/app/views/user_reserve_stats/edit.html.erb +13 -0
- data/app/views/user_reserve_stats/index.html.erb +35 -0
- data/app/views/user_reserve_stats/new.html.erb +12 -0
- data/app/views/user_reserve_stats/show.csv.erb +4 -0
- data/app/views/user_reserve_stats/show.html.erb +54 -0
- data/lib/enju_message/version.rb +1 -1
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/migrate/20120213092115_add_queue_to_delayed_jobs.rb +9 -0
- data/spec/dummy/db/production.sqlite3 +0 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/script/delayed_job +5 -0
- data/spec/dummy/solr/data/test/index/segments_1 +0 -0
- data/spec/dummy/solr/data/test/spellchecker/segments_1 +0 -0
- data/spec/support/controller_macros.rb +3 -3
- metadata +171 -45
@@ -0,0 +1,61 @@
|
|
1
|
+
<div id="content_detail" class="ui-corner-all">
|
2
|
+
<h1 class="title"><%= t('page.showing', :model => t('activerecord.models.reserve')) -%></h1>
|
3
|
+
<div id="content_list">
|
4
|
+
<p id="notice"><%= notice %></p>
|
5
|
+
|
6
|
+
<%= render 'manifestations/title', :manifestation => @reserve.manifestation -%>
|
7
|
+
|
8
|
+
<p>
|
9
|
+
<strong><%= t('activerecord.models.manifestation') -%>:</strong>
|
10
|
+
<%= link_to @reserve.manifestation.original_title, @reserve.manifestation -%>
|
11
|
+
</p>
|
12
|
+
|
13
|
+
<p>
|
14
|
+
<strong><%= t('activerecord.models.user') -%>:</strong>
|
15
|
+
<%= link_to @reserve.user.username, @reserve.user -%>
|
16
|
+
(<%= @reserve.user.user_number %>)
|
17
|
+
</p>
|
18
|
+
|
19
|
+
<p>
|
20
|
+
<strong><%= t('activerecord.attributes.reserve.state') -%>:</strong>
|
21
|
+
<%= i18n_state(@reserve.state) -%>
|
22
|
+
</p>
|
23
|
+
|
24
|
+
<p>
|
25
|
+
<strong><%= t('activerecord.attributes.reserve.created_at') -%>:</strong>
|
26
|
+
<%= l(@reserve.created_at) -%>
|
27
|
+
</p>
|
28
|
+
|
29
|
+
<p>
|
30
|
+
<strong><%= t('activerecord.attributes.reserve.canceled_at') -%>:</strong>
|
31
|
+
<%= l(@reserve.canceled_at) if @reserve.canceled_at -%>
|
32
|
+
</p>
|
33
|
+
|
34
|
+
<p>
|
35
|
+
<strong><%= t('activerecord.attributes.reserve.expired_at') -%>:</strong>
|
36
|
+
<%= l(@reserve.expired_at, :format => :only_date) if @reserve.expired_at -%>
|
37
|
+
</p>
|
38
|
+
|
39
|
+
<p>
|
40
|
+
<strong><%= t('activerecord.attributes.reserve.checked_out_at') -%>:</strong>
|
41
|
+
<%= l(@reserve.checked_out_at) if @reserve.checked_out_at -%>
|
42
|
+
</p>
|
43
|
+
|
44
|
+
</div>
|
45
|
+
</div>
|
46
|
+
|
47
|
+
<div id="submenu" class="ui-corner-all">
|
48
|
+
<%= render 'manifestations/book_jacket', :manifestation => @reserve.manifestation -%>
|
49
|
+
<ul>
|
50
|
+
<li><%= link_to t('page.edit'), edit_reserve_path(@reserve) -%></li>
|
51
|
+
<%- if @reserve.user.reserves.waiting.include?(@reserve) -%>
|
52
|
+
<li><%= link_to t('page.cancel'), reserve_path(@reserve, :mode => 'cancel'), :confirm => t('page.are_you_sure'), :method => :put -%></li>
|
53
|
+
<%- else -%>
|
54
|
+
<li><%= link_to t('page.destroy'), @reserve, :confirm => t('page.are_you_sure'), :method => :delete -%></li>
|
55
|
+
<%- end -%>
|
56
|
+
<li><%= link_to t('page.back'), @reserve -%></li>
|
57
|
+
</ul>
|
58
|
+
<!--
|
59
|
+
<p>TODO: 予約取り消し時に、次の予約者に連絡する</p>
|
60
|
+
-->
|
61
|
+
</div>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
<%= form_for(@use_restriction, :validate => true) do |f| %>
|
2
|
+
<%= f.error_notification %>
|
3
|
+
|
4
|
+
<div class="field">
|
5
|
+
<%= f.label :name %><br />
|
6
|
+
<%= f.text_field :name %>
|
7
|
+
</div>
|
8
|
+
<div class="field">
|
9
|
+
<%= f.label :display_name %><br />
|
10
|
+
<%= f.text_area :display_name %>
|
11
|
+
</div>
|
12
|
+
<div class="field">
|
13
|
+
<%= f.label :note %><br />
|
14
|
+
<%= f.text_area :note %>
|
15
|
+
</div>
|
16
|
+
<div class="actions">
|
17
|
+
<%= f.submit %>
|
18
|
+
</div>
|
19
|
+
<% end %>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<div id="content_detail" class="ui-corner-all">
|
2
|
+
<h1 class="title"><%= t('page.editing', :model => t('activerecord.models.use_restriction')) -%></h1>
|
3
|
+
<div id="content_list">
|
4
|
+
<%= render 'form' %>
|
5
|
+
</div>
|
6
|
+
</div>
|
7
|
+
|
8
|
+
<div id="submenu" class="ui-corner-all">
|
9
|
+
<ul>
|
10
|
+
<li><%= link_to t('page.show'), @use_restriction -%></li>
|
11
|
+
<li><%= link_to t('page.back'), use_restrictions_path -%></li>
|
12
|
+
</ul>
|
13
|
+
</div>
|
@@ -0,0 +1,43 @@
|
|
1
|
+
<div id="content_detail" class="ui-corner-all">
|
2
|
+
<h1 class="title"><%= t('page.listing', :model => t('activerecord.models.use_restriction')) -%></h1>
|
3
|
+
<div id="content_list">
|
4
|
+
|
5
|
+
<table class="index">
|
6
|
+
<tr>
|
7
|
+
<th id="position"></th>
|
8
|
+
<th><%= t('activerecord.attributes.use_restriction.name') -%></th>
|
9
|
+
<th><%= t('activerecord.attributes.use_restriction.display_name') -%></th>
|
10
|
+
<th></th>
|
11
|
+
</tr>
|
12
|
+
|
13
|
+
<%- @use_restrictions.each do |use_restriction| -%>
|
14
|
+
<tr class="line<%= cycle("0", "1") -%>">
|
15
|
+
<td>
|
16
|
+
<%- if can? :update, use_restriction -%>
|
17
|
+
<%= move_position(use_restriction) -%>
|
18
|
+
<%- end -%>
|
19
|
+
</td>
|
20
|
+
<td><%= link_to use_restriction.name, use_restriction -%></td>
|
21
|
+
<td><%= link_to use_restriction.display_name.localize, use_restriction -%></td>
|
22
|
+
<td>
|
23
|
+
<%- if can? :update, use_restriction -%>
|
24
|
+
<%= link_to t('page.edit'), edit_use_restriction_path(use_restriction) -%>
|
25
|
+
<% end %>
|
26
|
+
<%- if can? :destroy, use_restriction -%>
|
27
|
+
<%= link_to t('page.destroy'), use_restriction, :confirm => t('page.are_you_sure'), :method => :delete -%>
|
28
|
+
<%- end -%>
|
29
|
+
</td>
|
30
|
+
</tr>
|
31
|
+
<%- end -%>
|
32
|
+
</table>
|
33
|
+
|
34
|
+
</div>
|
35
|
+
</div>
|
36
|
+
|
37
|
+
<div id="submenu" class="ui-corner-all">
|
38
|
+
<ul>
|
39
|
+
<%- if can? :create, UseRestriction -%>
|
40
|
+
<li><%= link_to t('page.new', :model => t('activerecord.models.use_restriction')), new_use_restriction_path -%></li >
|
41
|
+
<%- end -%>
|
42
|
+
</ul>
|
43
|
+
</div>
|
@@ -0,0 +1,12 @@
|
|
1
|
+
<div id="content_detail" class="ui-corner-all">
|
2
|
+
<h1 class="title"><%= t('page.new', :model => t('activerecord.models.use_restriction')) -%></h1>
|
3
|
+
<div id="content_list">
|
4
|
+
<%= render 'form' %>
|
5
|
+
</div>
|
6
|
+
</div>
|
7
|
+
|
8
|
+
<div id="submenu" class="ui-corner-all">
|
9
|
+
<ul>
|
10
|
+
<li><%= link_to t('page.back'), use_restrictions_path -%></li>
|
11
|
+
</ul>
|
12
|
+
</div>
|
@@ -0,0 +1,29 @@
|
|
1
|
+
<div id="content_detail" class="ui-corner-all">
|
2
|
+
<h1 class="title"><%= t('page.showing', :model => t('activerecord.models.use_restriction')) -%></h1>
|
3
|
+
<div id="content_list">
|
4
|
+
<p id="notice"><%= notice %></p>
|
5
|
+
|
6
|
+
<p>
|
7
|
+
<strong><%= t('activerecord.attributes.use_restriction.name') -%></strong>
|
8
|
+
<%= @use_restriction.name -%>
|
9
|
+
</p>
|
10
|
+
|
11
|
+
<p>
|
12
|
+
<strong><%= t('activerecord.attributes.use_restriction.display_name') -%></strong>
|
13
|
+
<%= @use_restriction.display_name.localize -%>
|
14
|
+
</p>
|
15
|
+
|
16
|
+
<p>
|
17
|
+
<strong><%= t('activerecord.attributes.use_restriction.note') -%></strong>
|
18
|
+
<%= @use_restriction.note -%>
|
19
|
+
</p>
|
20
|
+
|
21
|
+
</div>
|
22
|
+
</div>
|
23
|
+
|
24
|
+
<div id="submenu" class="ui-corner-all">
|
25
|
+
<ul>
|
26
|
+
<li><%= link_to t('page.edit'), edit_use_restriction_path(@use_restriction) -%></li>
|
27
|
+
<li><%= back_to_index(flash[:page_info]) -%></li>
|
28
|
+
</ul>
|
29
|
+
</div>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
<%= form_for(@user_checkout_stat) do |f| -%>
|
2
|
+
<%= f.error_messages -%>
|
3
|
+
|
4
|
+
<div class="field">
|
5
|
+
<%= f.label :start_date -%><br />
|
6
|
+
<%= f.datetime_select :start_date -%>
|
7
|
+
</div>
|
8
|
+
<div class="field">
|
9
|
+
<%= f.label :end_date -%><br />
|
10
|
+
<%= f.datetime_select :end_date -%>
|
11
|
+
</div>
|
12
|
+
<div class="field">
|
13
|
+
<%= f.label :note -%><br />
|
14
|
+
<%= f.text_area :note -%>
|
15
|
+
</div>
|
16
|
+
<div class="actions">
|
17
|
+
<%= f.submit %>
|
18
|
+
</div>
|
19
|
+
<%- end -%>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<div id="content_detail" class="ui-corner-all">
|
2
|
+
<h1 class="title"><%= t('page.editing', :model => t('activerecord.models.user_checkout_stat')) -%></h1>
|
3
|
+
<div id="content_list">
|
4
|
+
<%= render 'form' %>
|
5
|
+
</div>
|
6
|
+
</div>
|
7
|
+
|
8
|
+
<div id="submenu" class="ui-corner-all">
|
9
|
+
<ul>
|
10
|
+
<li><%= link_to t('page.show'), @user_checkout_stat -%></li>
|
11
|
+
<li><%= link_to t('page.back'), user_checkout_stats_path -%></li>
|
12
|
+
</ul>
|
13
|
+
</div>
|
@@ -0,0 +1,35 @@
|
|
1
|
+
<div id="content_detail" class="ui-corner-all">
|
2
|
+
<h1 class="title"><%= t('page.listing', :model => t('activerecord.models.user_checkout_stat')) -%></h1>
|
3
|
+
<div id="content_list">
|
4
|
+
|
5
|
+
<table class="index">
|
6
|
+
<tr>
|
7
|
+
<th><%= t('activerecord.attributes.user_checkout_stat.start_date') -%></th>
|
8
|
+
<th><%= t('activerecord.attributes.user_checkout_stat.end_date') -%></th>
|
9
|
+
<th><%= t('activerecord.attributes.user_checkout_stat.state') -%></th>
|
10
|
+
<th></th>
|
11
|
+
</tr>
|
12
|
+
|
13
|
+
<%- @user_checkout_stats.each do |user_checkout_stat| -%>
|
14
|
+
<tr class="line<%= cycle("0", "1") -%>">
|
15
|
+
<td><%= l(user_checkout_stat.start_date) -%></td>
|
16
|
+
<td><%= l(user_checkout_stat.end_date) -%></td>
|
17
|
+
<td><%= user_checkout_stat.state -%></td>
|
18
|
+
<td>
|
19
|
+
<%= link_to t('page.show'), user_checkout_stat -%>
|
20
|
+
<%= link_to t('page.edit'), edit_user_checkout_stat_path(user_checkout_stat) -%>
|
21
|
+
<%= link_to t('page.destroy'), user_checkout_stat, :confirm => t('page.are_you_sure'), :method => :delete -%>
|
22
|
+
</td>
|
23
|
+
</tr>
|
24
|
+
<%- end -%>
|
25
|
+
</table>
|
26
|
+
|
27
|
+
<%= will_paginate(@user_checkout_stats) -%>
|
28
|
+
</div>
|
29
|
+
</div>
|
30
|
+
|
31
|
+
<div id="submenu" class="ui-corner-all">
|
32
|
+
<ul>
|
33
|
+
<li><%= link_to t('page.new', :model => t('activerecord.models.user_checkout_stat')), new_user_checkout_stat_path -%></li>
|
34
|
+
</ul>
|
35
|
+
</div>
|
@@ -0,0 +1,12 @@
|
|
1
|
+
<div id="content_detail" class="ui-corner-all">
|
2
|
+
<h1 class="title"><%= t('page.new', :model => t('activerecord.models.user_checkout_stat')) -%></h1>
|
3
|
+
<div id="content_list">
|
4
|
+
<%= render 'form' %>
|
5
|
+
</div>
|
6
|
+
</div>
|
7
|
+
|
8
|
+
<div id="submenu" class="ui-corner-all">
|
9
|
+
<ul>
|
10
|
+
<li><%= link_to t('page.back'), user_checkout_stats_path -%></li>
|
11
|
+
</ul>
|
12
|
+
</div>
|
@@ -0,0 +1,55 @@
|
|
1
|
+
<div id="content_detail" class="ui-corner-all">
|
2
|
+
<h1 class="title"><%= t('page.showing', :model => t('activerecord.models.user_checkout_stat')) -%></h1>
|
3
|
+
<div id="content_list">
|
4
|
+
<p id="notice"><%= notice %></p>
|
5
|
+
|
6
|
+
<p>
|
7
|
+
<strong><%= t('activerecord.attributes.user_checkout_stat.start_date') -%>:</strong>
|
8
|
+
<%= l(@user_checkout_stat.start_date) -%>
|
9
|
+
</p>
|
10
|
+
|
11
|
+
<p>
|
12
|
+
<strong><%= t('activerecord.attributes.user_checkout_stat.end_date') -%>:</strong>
|
13
|
+
<%= l(@user_checkout_stat.end_date) -%>
|
14
|
+
</p>
|
15
|
+
|
16
|
+
<p>
|
17
|
+
<strong><%= t('activerecord.attributes.user_checkout_stat.state') -%>:</strong>
|
18
|
+
<%= @user_checkout_stat.state -%>
|
19
|
+
</p>
|
20
|
+
|
21
|
+
<p>
|
22
|
+
<strong><%= t('activerecord.attributes.user_checkout_stat.note') -%>:</strong>
|
23
|
+
<%= @user_checkout_stat.note -%>
|
24
|
+
</p>
|
25
|
+
|
26
|
+
<table class="index">
|
27
|
+
<tr>
|
28
|
+
<th><%= t('activerecord.models.user') -%></th>
|
29
|
+
<th><%= t('activerecord.attributes.checkout_stat_has_user.checkouts_count') -%></th>
|
30
|
+
</tr>
|
31
|
+
<%- @stats.each do |stat| -%>
|
32
|
+
<tr class="line<%= cycle("0", "1") -%>">
|
33
|
+
<td>
|
34
|
+
<%= link_to stat.user.username, stat.user -%>
|
35
|
+
</td>
|
36
|
+
<td><%= stat.checkouts_count -%></td>
|
37
|
+
</tr>
|
38
|
+
<%- end -%>
|
39
|
+
</table>
|
40
|
+
|
41
|
+
<%= will_paginate(@stats) -%>
|
42
|
+
|
43
|
+
</div>
|
44
|
+
</div>
|
45
|
+
|
46
|
+
<div id="submenu" class="ui-corner-all">
|
47
|
+
<ul>
|
48
|
+
<li><%= link_to t('page.edit'), edit_user_checkout_stat_path(@user_checkout_stat) -%></li>
|
49
|
+
<li><%= back_to_index(flash[:page_info]) -%></li>
|
50
|
+
</ul>
|
51
|
+
<h4><%= t('page.export') -%></h4>
|
52
|
+
<ul>
|
53
|
+
<li><%= link_to 'CSV', user_checkout_stat_path(@user_checkout_stat, :format => :csv, :locale => @locale.to_s) -%></li>
|
54
|
+
</ul>
|
55
|
+
</div>
|
@@ -0,0 +1,63 @@
|
|
1
|
+
<div id="content_detail" class="ui-corner-all">
|
2
|
+
<h1 class="title"><%= t('page.editing', :model => t('activerecord.models.user_group_has_checkout_type')) -%></h1>
|
3
|
+
<div id="content_list">
|
4
|
+
|
5
|
+
<%= form_for(@user_group_has_checkout_type) do |f| -%>
|
6
|
+
<%= f.error_messages -%>
|
7
|
+
|
8
|
+
<div class="field">
|
9
|
+
<%= f.label t('activerecord.models.user_group') -%><br />
|
10
|
+
<%= f.select(:user_group_id, @user_groups.collect{|u| [u.display_name.localize, u.id]}) -%>
|
11
|
+
</div>
|
12
|
+
<div class="field">
|
13
|
+
<%= f.label t('activerecord.models.checkout_type') -%><br />
|
14
|
+
<%= f.select(:checkout_type_id, @checkout_types.collect{|c| [c.display_name.localize, c.id]}) -%>
|
15
|
+
</div>
|
16
|
+
<div class="field">
|
17
|
+
<%= f.label :checkout_limit -%><br />
|
18
|
+
<%= f.text_field :checkout_limit, :class => 'resource_integer' -%>
|
19
|
+
</div>
|
20
|
+
|
21
|
+
<div class="field">
|
22
|
+
<%= f.label :checkout_period -%><br />
|
23
|
+
<%= f.text_field :checkout_period, :class => 'resource_integer' -%>
|
24
|
+
</div>
|
25
|
+
|
26
|
+
<div class="field">
|
27
|
+
<%= f.label :checkout_renewal_limit -%><br />
|
28
|
+
<%= f.text_field :checkout_renewal_limit, :class => 'resource_integer' -%>
|
29
|
+
</div>
|
30
|
+
|
31
|
+
<div class="field">
|
32
|
+
<%= f.label :reservation_limit -%><br />
|
33
|
+
<%= f.text_field :reservation_limit, :class => 'resource_integer' -%>
|
34
|
+
</div>
|
35
|
+
|
36
|
+
<div class="field">
|
37
|
+
<%= f.label :reservation_expired_period -%><br />
|
38
|
+
<%= f.text_field :reservation_expired_period, :class => 'resource_integer' -%>
|
39
|
+
</div>
|
40
|
+
|
41
|
+
<div class="field">
|
42
|
+
<%= f.label :set_due_date_before_closing_day -%>
|
43
|
+
<%= f.check_box :set_due_date_before_closing_day -%>
|
44
|
+
</div>
|
45
|
+
|
46
|
+
<div class="field">
|
47
|
+
<%= f.label :note -%><br />
|
48
|
+
<%= f.text_area :note, :class => 'resource_textarea' -%>
|
49
|
+
</div>
|
50
|
+
<div class="actions">
|
51
|
+
<%= f.submit %>
|
52
|
+
</div>
|
53
|
+
<%- end -%>
|
54
|
+
|
55
|
+
</div>
|
56
|
+
</div>
|
57
|
+
|
58
|
+
<div id="submenu" class="ui-corner-all">
|
59
|
+
<ul>
|
60
|
+
<li><%= link_to t('page.show'), @user_group_has_checkout_type -%></li>
|
61
|
+
<li><%= link_to t('page.back'), user_group_has_checkout_types_path -%></li>
|
62
|
+
</ul>
|
63
|
+
</div>
|
@@ -0,0 +1,32 @@
|
|
1
|
+
<div id="content_detail" class="ui-corner-all">
|
2
|
+
<h1 class="title"><%= t('page.listing', :model => t('activerecord.models.user_group_has_checkout_type')) -%></h1>
|
3
|
+
<div id="content_list">
|
4
|
+
|
5
|
+
<table class="index">
|
6
|
+
<tr>
|
7
|
+
<th><%= t('activerecord.models.user_group') -%></th>
|
8
|
+
<th><%= t('activerecord.models.checkout_type') -%></th>
|
9
|
+
<th></th>
|
10
|
+
</tr>
|
11
|
+
|
12
|
+
<%- @user_group_has_checkout_types.each do |user_group_has_checkout_type| -%>
|
13
|
+
<tr class="line<%= cycle("0", "1") -%>">
|
14
|
+
<td><%= link_to user_group_has_checkout_type.user_group.display_name.localize.localize, user_group_has_checkout_type.user_group -%></td>
|
15
|
+
<td><%= link_to user_group_has_checkout_type.checkout_type.display_name.localize.localize, user_group_has_checkout_type.checkout_type -%></td>
|
16
|
+
<td>
|
17
|
+
<%= link_to t('page.show'), user_group_has_checkout_type -%>
|
18
|
+
<%= link_to t('page.edit'), edit_user_group_has_checkout_type_path(user_group_has_checkout_type) -%>
|
19
|
+
<%= link_to t('page.destroy'), user_group_has_checkout_type, :confirm => t('page.are_you_sure'), :method => :delete -%>
|
20
|
+
</td>
|
21
|
+
</tr>
|
22
|
+
<%- end -%>
|
23
|
+
</table>
|
24
|
+
|
25
|
+
</div>
|
26
|
+
</div>
|
27
|
+
|
28
|
+
<div id="submenu" class="ui-corner-all">
|
29
|
+
<ul>
|
30
|
+
<li><%= link_to t('page.new', :model => t('activerecord.models.user_group_has_checkout_type')), new_user_group_has_checkout_type_path -%></li>
|
31
|
+
</ul>
|
32
|
+
</div>
|
@@ -0,0 +1,62 @@
|
|
1
|
+
<div id="content_detail" class="ui-corner-all">
|
2
|
+
<h1 class="title"><%= t('page.new', :model => t('activerecord.models.user_group_has_checkout_type')) -%></h1>
|
3
|
+
<div id="content_list">
|
4
|
+
|
5
|
+
<%= form_for(@user_group_has_checkout_type) do |f| -%>
|
6
|
+
<%= f.error_messages -%>
|
7
|
+
|
8
|
+
<div class="field">
|
9
|
+
<%= f.label t('activerecord.models.user_group') -%><br />
|
10
|
+
<%= f.select(:user_group_id, @user_groups.collect{|u| [u.display_name.localize, u.id]}, :include_blank => true) -%>
|
11
|
+
</div>
|
12
|
+
<div class="field">
|
13
|
+
<%= f.label t('activerecord.models.checkout_type') -%><br />
|
14
|
+
<%= f.select(:checkout_type_id, @checkout_types.collect{|c| [c.display_name.localize, c.id]}, :include_blank => true) -%>
|
15
|
+
</div>
|
16
|
+
<div class="field">
|
17
|
+
<%= f.label :checkout_limit -%><br />
|
18
|
+
<%= f.text_field :checkout_limit, :class => 'resource_integer' -%>
|
19
|
+
</div>
|
20
|
+
|
21
|
+
<div class="field">
|
22
|
+
<%= f.label :checkout_period -%><br />
|
23
|
+
<%= f.text_field :checkout_period, :class => 'resource_integer' -%>
|
24
|
+
</div>
|
25
|
+
|
26
|
+
<div class="field">
|
27
|
+
<%= f.label :checkout_renewal_limit -%><br />
|
28
|
+
<%= f.text_field :checkout_renewal_limit, :class => 'resource_integer' -%>
|
29
|
+
</div>
|
30
|
+
|
31
|
+
<div class="field">
|
32
|
+
<%= f.label :reservation_limit -%><br />
|
33
|
+
<%= f.text_field :reservation_limit, :class => 'resource_integer' -%>
|
34
|
+
</div>
|
35
|
+
|
36
|
+
<div class="field">
|
37
|
+
<%= f.label :reservation_expired_period -%><br />
|
38
|
+
<%= f.text_field :reservation_expired_period, :class => 'resource_integer' -%>
|
39
|
+
</div>
|
40
|
+
|
41
|
+
<div class="field">
|
42
|
+
<%= f.label :set_due_date_before_closing_day -%>
|
43
|
+
<%= f.check_box :set_due_date_before_closing_day -%>
|
44
|
+
</div>
|
45
|
+
|
46
|
+
<div class="field">
|
47
|
+
<%= f.label :note -%><br />
|
48
|
+
<%= f.text_area :note, :class => 'resource_textarea' -%>
|
49
|
+
</div>
|
50
|
+
<div class="actions">
|
51
|
+
<%= f.submit %>
|
52
|
+
</div>
|
53
|
+
<%- end -%>
|
54
|
+
|
55
|
+
</div>
|
56
|
+
</div>
|
57
|
+
|
58
|
+
<div id="submenu" class="ui-corner-all">
|
59
|
+
<ul>
|
60
|
+
<li><%= link_to t('page.back'), user_group_has_checkout_types_path -%></li>
|
61
|
+
</ul>
|
62
|
+
</div>
|
@@ -0,0 +1,64 @@
|
|
1
|
+
<div id="content_detail" class="ui-corner-all">
|
2
|
+
<h1 class="title"><%= t('page.showing', :model => t('activerecord.models.user_group_has_checkout_type')) -%></h1>
|
3
|
+
<div id="content_list">
|
4
|
+
<p id="notice"><%= notice %></p>
|
5
|
+
|
6
|
+
<p>
|
7
|
+
<strong><%= t('activerecord.models.user_group') -%>:</strong>
|
8
|
+
<%= link_to @user_group_has_checkout_type.user_group.display_name.localize, @user_group_has_checkout_type.user_group -%>
|
9
|
+
</p>
|
10
|
+
|
11
|
+
<p>
|
12
|
+
<strong><%= t('activerecord.models.checkout_type') -%>:</strong>
|
13
|
+
<%= link_to @user_group_has_checkout_type.checkout_type.display_name.localize, @user_group_has_checkout_type.checkout_type -%>
|
14
|
+
</p>
|
15
|
+
|
16
|
+
<p>
|
17
|
+
<strong><%= t('activerecord.attributes.user_group_has_checkout_type.note') -%>:</strong>
|
18
|
+
<%= @user_group_has_checkout_type.note -%>
|
19
|
+
</p>
|
20
|
+
|
21
|
+
<p>
|
22
|
+
<strong><%= t('activerecord.attributes.user_group_has_checkout_type.checkout_limit') -%>:</strong>
|
23
|
+
<%= @user_group_has_checkout_type.checkout_limit -%>
|
24
|
+
</p>
|
25
|
+
|
26
|
+
<p>
|
27
|
+
<strong><%= t('activerecord.attributes.user_group_has_checkout_type.checkout_period') -%>:</strong>
|
28
|
+
<%= @user_group_has_checkout_type.checkout_period -%>
|
29
|
+
</p>
|
30
|
+
|
31
|
+
<p>
|
32
|
+
<strong><%= t('activerecord.attributes.user_group_has_checkout_type.checkout_renewal_limit') -%>:</strong>
|
33
|
+
<%= @user_group_has_checkout_type.checkout_renewal_limit -%>
|
34
|
+
</p>
|
35
|
+
|
36
|
+
<p>
|
37
|
+
<strong><%= t('activerecord.attributes.user_group_has_checkout_type.reservation_limit') -%>:</strong>
|
38
|
+
<%= @user_group_has_checkout_type.reservation_limit -%>
|
39
|
+
</p>
|
40
|
+
|
41
|
+
<p>
|
42
|
+
<strong><%= t('activerecord.attributes.user_group_has_checkout_type.reservation_expired_period') -%>:</strong>
|
43
|
+
<%= @user_group_has_checkout_type.reservation_expired_period -%>
|
44
|
+
</p>
|
45
|
+
|
46
|
+
<p>
|
47
|
+
<strong><%= t('activerecord.attributes.user_group_has_checkout_type.set_due_date_before_closing_day') -%>:</strong>
|
48
|
+
<%= localized_boolean(@user_group_has_checkout_type.set_due_date_before_closing_day) -%>
|
49
|
+
</p>
|
50
|
+
|
51
|
+
<p>
|
52
|
+
<strong><%= t('activerecord.attributes.user_group_has_checkout_type.current_checkout_count') -%>:</strong>
|
53
|
+
<%= @user_group_has_checkout_type.current_checkout_count.to_i -%>
|
54
|
+
</p>
|
55
|
+
|
56
|
+
</div>
|
57
|
+
</div>
|
58
|
+
|
59
|
+
<div id="submenu" class="ui-corner-all">
|
60
|
+
<ul>
|
61
|
+
<li><%= link_to t('page.edit'), edit_user_group_has_checkout_type_path(@user_group_has_checkout_type) -%></li>
|
62
|
+
<li><%= back_to_index(flash[:page_info]) -%></li>
|
63
|
+
</ul>
|
64
|
+
</div>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
<%= form_for(@user_reserve_stat) do |f| -%>
|
2
|
+
<%= f.error_messages -%>
|
3
|
+
|
4
|
+
<div class="field">
|
5
|
+
<%= f.label :start_date -%><br />
|
6
|
+
<%= f.datetime_select :start_date -%>
|
7
|
+
</div>
|
8
|
+
<div class="field">
|
9
|
+
<%= f.label :end_date -%><br />
|
10
|
+
<%= f.datetime_select :end_date -%>
|
11
|
+
</div>
|
12
|
+
<div class="field">
|
13
|
+
<%= f.label :note -%><br />
|
14
|
+
<%= f.text_area :note -%>
|
15
|
+
</div>
|
16
|
+
<div class="actions">
|
17
|
+
<%= f.submit %>
|
18
|
+
</div>
|
19
|
+
<%- end -%>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<div id="content_detail" class="ui-corner-all">
|
2
|
+
<h1 class="title"><%= t('page.editing', :model => t('activerecord.models.user_reserve_stat')) -%></h1>
|
3
|
+
<div id="content_list">
|
4
|
+
<%= render 'form' %>
|
5
|
+
</div>
|
6
|
+
</div>
|
7
|
+
|
8
|
+
<div id="submenu" class="ui-corner-all">
|
9
|
+
<ul>
|
10
|
+
<li><%= link_to t('page.show'), @user_reserve_stat -%></li>
|
11
|
+
<li><%= link_to t('page.back'), user_reserve_stats_path -%></li>
|
12
|
+
</ul>
|
13
|
+
</div>
|
@@ -0,0 +1,35 @@
|
|
1
|
+
<div id="content_detail" class="ui-corner-all">
|
2
|
+
<h1 class="title"><%= t('page.listing', :model => t('activerecord.models.user_reserve_stat')) -%></h1>
|
3
|
+
<div id="content_list">
|
4
|
+
|
5
|
+
<table class="index">
|
6
|
+
<tr>
|
7
|
+
<th><%= t('activerecord.attributes.user_reserve_stat.start_date') -%></th>
|
8
|
+
<th><%= t('activerecord.attributes.user_reserve_stat.end_date') -%></th>
|
9
|
+
<th><%= t('activerecord.attributes.user_reserve_stat.state') -%></th>
|
10
|
+
<th></th>
|
11
|
+
</tr>
|
12
|
+
|
13
|
+
<%- @user_reserve_stats.each do |user_reserve_stat| -%>
|
14
|
+
<tr class="line<%= cycle("0", "1") -%>">
|
15
|
+
<td><%= l(user_reserve_stat.start_date) -%></td>
|
16
|
+
<td><%= l(user_reserve_stat.end_date) -%></td>
|
17
|
+
<td><%= user_reserve_stat.state -%></td>
|
18
|
+
<td>
|
19
|
+
<%= link_to t('page.show'), user_reserve_stat -%>
|
20
|
+
<%= link_to t('page.edit'), edit_user_reserve_stat_path(user_reserve_stat) -%>
|
21
|
+
<%= link_to t('page.destroy'), user_reserve_stat, :confirm => t('page.are_you_sure'), :method => :delete -%>
|
22
|
+
</td>
|
23
|
+
</tr>
|
24
|
+
<%- end -%>
|
25
|
+
</table>
|
26
|
+
|
27
|
+
<%= will_paginate(@user_reserve_stats) -%>
|
28
|
+
</div>
|
29
|
+
</div>
|
30
|
+
|
31
|
+
<div id="submenu" class="ui-corner-all">
|
32
|
+
<ul>
|
33
|
+
<li><%= link_to t('page.new', :model => t('activerecord.models.user_reserve_stat')), new_user_reserve_stat_path -%></li>
|
34
|
+
</ul>
|
35
|
+
</div>
|
@@ -0,0 +1,12 @@
|
|
1
|
+
<div id="content_detail" class="ui-corner-all">
|
2
|
+
<h1 class="title"><%= t('page.new', :model => t('activerecord.models.user_reserve_stat')) -%></h1>
|
3
|
+
<div id="content_list">
|
4
|
+
<%= render 'form' %>
|
5
|
+
</div>
|
6
|
+
</div>
|
7
|
+
|
8
|
+
<div id="submenu" class="ui-corner-all">
|
9
|
+
<ul>
|
10
|
+
<li><%= link_to t('page.back'), user_reserve_stats_path -%></li>
|
11
|
+
</ul>
|
12
|
+
</div>
|