enju_leaf 1.3.2 → 1.3.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (143) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +38 -0
  3. data/Rakefile +9 -1
  4. data/app/assets/javascripts/enju_leaf.js +1 -1
  5. data/app/assets/javascripts/{enju.menu.js → menu.js} +0 -0
  6. data/app/assets/javascripts/mobile.js +2 -2
  7. data/app/assets/stylesheets/enju.css +2 -0
  8. data/app/views/page/opensearch.xml.builder +1 -0
  9. data/app/views/page/system_information.html.erb +7 -1
  10. data/lib/enju_leaf.rb +0 -1
  11. data/lib/enju_leaf/version.rb +1 -1
  12. data/lib/generators/enju_leaf/quick_install/quick_install_generator.rb +2 -19
  13. data/lib/generators/enju_leaf/seed/seed_generator.rb +29 -0
  14. data/lib/generators/enju_leaf/setup/setup_generator.rb +0 -1
  15. data/lib/generators/enju_leaf/setup/templates/db/seeds.rb +9 -12
  16. data/lib/tasks/enju_leaf_tasks.rake +2 -1
  17. data/spec/dummy/app/models/application_record.rb +3 -0
  18. data/spec/dummy/app/models/user.rb +1 -1
  19. data/spec/dummy/config/application.rb +1 -1
  20. data/spec/dummy/db/schema.rb +0 -390
  21. metadata +323 -516
  22. data/README.rdoc +0 -30
  23. data/config/locales/en.yml +0 -214
  24. data/config/locales/ja.yml +0 -204
  25. data/lib/generators/enju_leaf/setup/templates/db/fixtures/roles.yml +0 -29
  26. data/lib/generators/enju_leaf/setup/templates/db/fixtures/user_groups.yml +0 -7
  27. data/spec/dummy/app/views/layouts/application.html.erb +0 -14
  28. data/spec/dummy/db/migrate/032_create_checkins.rb +0 -17
  29. data/spec/dummy/db/migrate/033_create_checkouts.rb +0 -25
  30. data/spec/dummy/db/migrate/035_create_reserves.rb +0 -26
  31. data/spec/dummy/db/migrate/055_create_bookmarks.rb +0 -22
  32. data/spec/dummy/db/migrate/121_create_checked_items.rb +0 -17
  33. data/spec/dummy/db/migrate/129_create_item_has_use_restrictions.rb +0 -16
  34. data/spec/dummy/db/migrate/20081030023412_create_checkout_types.rb +0 -17
  35. data/spec/dummy/db/migrate/20081030023518_create_user_group_has_checkout_types.rb +0 -25
  36. data/spec/dummy/db/migrate/20081030023615_create_carrier_type_has_checkout_types.rb +0 -18
  37. data/spec/dummy/db/migrate/20081212075554_create_checkout_stat_has_manifestations.rb +0 -17
  38. data/spec/dummy/db/migrate/20081212080038_create_manifestation_checkout_stats.rb +0 -15
  39. data/spec/dummy/db/migrate/20081212151614_create_bookmark_stats.rb +0 -13
  40. data/spec/dummy/db/migrate/20081212151820_create_bookmark_stat_has_manifestations.rb +0 -13
  41. data/spec/dummy/db/migrate/20081215094302_create_user_checkout_stats.rb +0 -15
  42. data/spec/dummy/db/migrate/20081215094955_create_checkout_stat_has_users.rb +0 -17
  43. data/spec/dummy/db/migrate/20081216190517_create_reserve_stat_has_manifestations.rb +0 -17
  44. data/spec/dummy/db/migrate/20081216190724_create_manifestation_reserve_stats.rb +0 -15
  45. data/spec/dummy/db/migrate/20081220023628_create_user_reserve_stats.rb +0 -15
  46. data/spec/dummy/db/migrate/20081220034117_create_reserve_stat_has_users.rb +0 -17
  47. data/spec/dummy/db/migrate/20090321130448_add_completed_at_to_user_checkout_stat.rb +0 -23
  48. data/spec/dummy/db/migrate/20090705212043_add_attachments_attachment_to_manifestation.rb +0 -15
  49. data/spec/dummy/db/migrate/20090831220301_create_lending_policies.rb +0 -21
  50. data/spec/dummy/db/migrate/20100222124420_add_allow_bookmark_external_url_to_library_group.rb +0 -9
  51. data/spec/dummy/db/migrate/20110301134521_add_expire_date_to_reserve.rb +0 -9
  52. data/spec/dummy/db/migrate/20110328130826_add_current_checkout_count_to_user_group_has_checkout_type.rb +0 -9
  53. data/spec/dummy/db/migrate/20110425133109_add_issn_to_series_statement.rb +0 -9
  54. data/spec/dummy/db/migrate/20110621093332_remove_expire_date_from_reserve.rb +0 -9
  55. data/spec/dummy/db/migrate/20111129044509_add_pickup_location_to_reserve.rb +0 -6
  56. data/spec/dummy/db/migrate/20111217234412_add_save_checkout_history_to_user.rb +0 -5
  57. data/spec/dummy/db/migrate/20111218002349_add_checkout_icalendar_token_to_user.rb +0 -6
  58. data/spec/dummy/db/migrate/20111231145823_add_share_bookmarks_to_user.rb +0 -5
  59. data/spec/dummy/db/migrate/20120415164821_add_attachment_meta_to_manifestation.rb +0 -5
  60. data/spec/dummy/db/migrate/20120424103932_add_librarian_id_to_checked_item.rb +0 -5
  61. data/spec/dummy/db/migrate/20121116033446_add_doi_to_manifestation.rb +0 -6
  62. data/spec/dummy/db/migrate/20130303124821_add_retained_at_to_reserve.rb +0 -5
  63. data/spec/dummy/db/migrate/20130304015019_add_postponed_at_to_reserve.rb +0 -5
  64. data/spec/dummy/db/migrate/20130416054135_add_circulation_status_id_to_item.rb +0 -8
  65. data/spec/dummy/db/migrate/20130519065638_add_lock_version_to_reserve.rb +0 -5
  66. data/spec/dummy/db/migrate/20130519065837_add_lock_version_to_checkin.rb +0 -5
  67. data/spec/dummy/db/migrate/20140518050147_create_reserve_transitions.rb +0 -18
  68. data/spec/dummy/db/migrate/20140524135607_create_bookmark_stat_transitions.rb +0 -18
  69. data/spec/dummy/db/migrate/20140528045518_create_user_checkout_stat_transitions.rb +0 -18
  70. data/spec/dummy/db/migrate/20140528045539_create_user_reserve_stat_transitions.rb +0 -18
  71. data/spec/dummy/db/migrate/20140528045600_create_manifestation_checkout_stat_transitions.rb +0 -18
  72. data/spec/dummy/db/migrate/20140528045617_create_manifestation_reserve_stat_transitions.rb +0 -18
  73. data/spec/dummy/db/migrate/20140529014410_create_item_transitions.rb +0 -18
  74. data/spec/dummy/db/migrate/20140810061942_add_user_id_to_user_checkout_stat.rb +0 -12
  75. data/spec/dummy/db/migrate/20140810091231_add_checkout_icalendar_token_to_profile.rb +0 -6
  76. data/spec/dummy/db/migrate/20140810091417_add_save_checkout_history_to_profile.rb +0 -5
  77. data/spec/dummy/db/migrate/20140812093836_add_share_bookmarks_to_profile.rb +0 -5
  78. data/spec/dummy/db/migrate/20141014065831_add_shelf_id_to_checkout.rb +0 -6
  79. data/spec/dummy/db/migrate/20141020120523_add_library_id_to_checkout.rb +0 -6
  80. data/spec/dummy/db/migrate/20150106001709_create_demands.rb +0 -14
  81. data/spec/dummy/db/migrate/20150421023923_create_identities.rb +0 -15
  82. data/spec/dummy/db/migrate/20151126005552_add_provider_to_identity.rb +0 -5
  83. data/spec/dummy/db/migrate/20160703184619_add_most_recent_to_reserve_transitions.rb +0 -9
  84. data/spec/dummy/db/migrate/20160703184650_add_most_recent_to_manifestation_checkout_stat_transitions.rb +0 -9
  85. data/spec/dummy/db/migrate/20160703184723_add_most_recent_to_manifestation_reserve_stat_transitions.rb +0 -9
  86. data/spec/dummy/db/migrate/20160703184747_add_most_recent_to_user_checkout_stat_transitions.rb +0 -9
  87. data/spec/dummy/db/migrate/20160703184805_add_most_recent_to_user_reserve_stat_transitions.rb +0 -9
  88. data/spec/dummy/db/migrate/20160703190209_add_foreign_key_on_manifestation_id_to_reserve.rb +0 -5
  89. data/spec/dummy/db/migrate/20160820004638_add_attachment_attachment_to_carrier_types.rb +0 -11
  90. data/spec/dummy/db/migrate/20171014084528_add_header_logo_to_library_group.rb +0 -5
  91. data/spec/fixtures/agent_import_files.yml +0 -44
  92. data/spec/fixtures/agent_import_results.yml +0 -26
  93. data/spec/fixtures/agent_relationship_types.yml +0 -34
  94. data/spec/fixtures/agent_relationships.yml +0 -25
  95. data/spec/fixtures/agent_types.yml +0 -35
  96. data/spec/fixtures/agents.yml +0 -326
  97. data/spec/fixtures/baskets.yml +0 -80
  98. data/spec/fixtures/carrier_type_has_checkout_types.yml +0 -30
  99. data/spec/fixtures/checked_items.yml +0 -34
  100. data/spec/fixtures/checkins.yml +0 -54
  101. data/spec/fixtures/checkout_stat_has_manifestations.yml +0 -23
  102. data/spec/fixtures/checkout_stat_has_users.yml +0 -23
  103. data/spec/fixtures/checkout_types.yml +0 -33
  104. data/spec/fixtures/checkouts.yml +0 -162
  105. data/spec/fixtures/circulation_statuses.yml +0 -119
  106. data/spec/fixtures/create_types.yml +0 -47
  107. data/spec/fixtures/creates.yml +0 -66
  108. data/spec/fixtures/donates.yml +0 -31
  109. data/spec/fixtures/event_categories.yml +0 -55
  110. data/spec/fixtures/events.yml +0 -116
  111. data/spec/fixtures/exemplifies.yml +0 -168
  112. data/spec/fixtures/import_requests.yml +0 -25
  113. data/spec/fixtures/item_has_use_restrictions.yml +0 -60
  114. data/spec/fixtures/items.yml +0 -303
  115. data/spec/fixtures/lending_policies.yml +0 -98
  116. data/spec/fixtures/licenses.yml +0 -29
  117. data/spec/fixtures/manifestation_checkout_stats.yml +0 -27
  118. data/spec/fixtures/manifestation_relationship_types.yml +0 -29
  119. data/spec/fixtures/manifestation_relationships.yml +0 -30
  120. data/spec/fixtures/manifestation_reserve_stats.yml +0 -27
  121. data/spec/fixtures/medium_of_performances.yml +0 -29
  122. data/spec/fixtures/message_requests.yml +0 -27
  123. data/spec/fixtures/message_templates.yml +0 -105
  124. data/spec/fixtures/owns.yml +0 -27
  125. data/spec/fixtures/picture_files.yml +0 -64
  126. data/spec/fixtures/produce_types.yml +0 -31
  127. data/spec/fixtures/produces.yml +0 -150
  128. data/spec/fixtures/realize_types.yml +0 -39
  129. data/spec/fixtures/realizes.yml +0 -87
  130. data/spec/fixtures/request_status_types.yml +0 -63
  131. data/spec/fixtures/request_types.yml +0 -55
  132. data/spec/fixtures/reserve_stat_has_manifestations.yml +0 -23
  133. data/spec/fixtures/reserve_stat_has_users.yml +0 -23
  134. data/spec/fixtures/reserve_transitions.yml +0 -88
  135. data/spec/fixtures/reserves.yml +0 -162
  136. data/spec/fixtures/resource_import_files.yml +0 -44
  137. data/spec/fixtures/resource_import_results.yml +0 -29
  138. data/spec/fixtures/series_statements.yml +0 -45
  139. data/spec/fixtures/subscribes.yml +0 -45
  140. data/spec/fixtures/subscriptions.yml +0 -27
  141. data/spec/fixtures/use_restrictions.yml +0 -92
  142. data/spec/fixtures/user_checkout_stats.yml +0 -27
  143. data/spec/fixtures/user_group_has_checkout_types.yml +0 -110
@@ -1,44 +0,0 @@
1
- # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2
-
3
- resource_import_file_00001:
4
- id: 1
5
- resource_import_file_name: MyString
6
- resource_import_file_size: 1
7
- user_id: 1
8
- resource_import_content_type: text/csv
9
- resource_import_file_00002:
10
- id: 2
11
- resource_import_file_name: MyString
12
- resource_import_file_size: 1
13
- user_id: 1
14
- resource_import_content_type: text/csv
15
- resource_import_file_00003:
16
- id: 3
17
- resource_import_file_name: MyString
18
- resource_import_file_size: 1
19
- user_id: 1
20
- resource_import_content_type: text/csv
21
-
22
- # == Schema Information
23
- #
24
- # Table name: resource_import_files
25
- #
26
- # id :integer not null, primary key
27
- # parent_id :integer
28
- # content_type :string(255)
29
- # size :integer
30
- # user_id :integer
31
- # note :text
32
- # executed_at :datetime
33
- # state :string(255)
34
- # resource_import_file_name :string(255)
35
- # resource_import_content_type :string(255)
36
- # resource_import_file_size :integer
37
- # resource_import_updated_at :datetime
38
- # created_at :datetime not null
39
- # updated_at :datetime not null
40
- # edit_mode :string(255)
41
- # resource_import_fingerprint :string(255)
42
- # error_message :text
43
- #
44
-
@@ -1,29 +0,0 @@
1
- # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2
-
3
- one:
4
- id: 1
5
- resource_import_file_id: 1
6
- manifestation_id: 1
7
- item_id: 1
8
- body: MyText
9
-
10
- two:
11
- id: 2
12
- resource_import_file_id: 1
13
- manifestation_id: 1
14
- item_id: 1
15
- body: MyText
16
-
17
- # == Schema Information
18
- #
19
- # Table name: resource_import_results
20
- #
21
- # id :integer not null, primary key
22
- # resource_import_file_id :integer
23
- # manifestation_id :integer
24
- # item_id :integer
25
- # body :text
26
- # created_at :datetime
27
- # updated_at :datetime
28
- #
29
-
@@ -1,45 +0,0 @@
1
- # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2
-
3
- one:
4
- id: 1
5
- original_title: title1
6
- periodical: false
7
- position: 1
8
-
9
- two:
10
- id: 2
11
- original_title: title2
12
- title_transcription: テスト
13
- periodical: true
14
- issn: 09135707
15
- position: 2
16
-
17
- three:
18
- id: 3
19
- original_title: テスト雑誌
20
- periodical: true
21
- position: 3
22
-
23
-
24
- # == Schema Information
25
- #
26
- # Table name: series_statements
27
- #
28
- # id :integer not null, primary key
29
- # original_title :text
30
- # numbering :text
31
- # title_subseries :text
32
- # numbering_subseries :text
33
- # position :integer
34
- # created_at :datetime not null
35
- # updated_at :datetime not null
36
- # title_transcription :text
37
- # title_alternative :text
38
- # series_statement_identifier :string(255)
39
- # issn :string(255)
40
- # periodical :boolean
41
- # root_manifestation_id :integer
42
- # note :text
43
- # title_subseries_transcription :text
44
- #
45
-
@@ -1,45 +0,0 @@
1
- ---
2
- subscription_00001:
3
- id: 1
4
- subscription_id: 1
5
- work_id: 1
6
- start_at: 2008-01-08 01:23:15.995345 +09:00
7
- end_at: 2009-01-08 01:23:15.995345 +09:00
8
- subscription_00002:
9
- id: 2
10
- subscription_id: 1
11
- work_id: 2
12
- start_at: 2008-01-08 01:23:15.995345 +09:00
13
- end_at: 2009-01-08 01:23:15.995345 +09:00
14
- subscription_00003:
15
- id: 3
16
- subscription_id: 2
17
- work_id: 1
18
- start_at: 2008-01-08 01:23:15.995345 +09:00
19
- end_at: 2009-01-08 01:23:15.995345 +09:00
20
- subscription_00004:
21
- id: 4
22
- subscription_id: 2
23
- work_id: 2
24
- start_at: 2008-01-08 01:23:15.995345 +09:00
25
- end_at: 2009-01-08 01:23:15.995345 +09:00
26
- subscription_00005:
27
- id: 5
28
- subscription_id: 2
29
- work_id: 3
30
- start_at: 2008-01-08 01:23:15.995345 +09:00
31
- end_at: 2009-01-08 01:23:15.995345 +09:00
32
-
33
- # == Schema Information
34
- #
35
- # Table name: subscribes
36
- #
37
- # id :integer not null, primary key
38
- # subscription_id :integer not null
39
- # work_id :integer not null
40
- # start_at :datetime not null
41
- # end_at :datetime not null
42
- # created_at :datetime
43
- # updated_at :datetime
44
- #
45
-
@@ -1,27 +0,0 @@
1
- ---
2
- subscription_00001:
3
- id: 1
4
- title: test
5
- user_id: 1
6
- order_list_id: 1
7
- subscription_00002:
8
- id: 2
9
- title: test
10
- user_id: 2
11
- order_list_id: 2
12
-
13
- # == Schema Information
14
- #
15
- # Table name: subscriptions
16
- #
17
- # id :integer not null, primary key
18
- # title :text not null
19
- # note :text
20
- # user_id :integer
21
- # order_list_id :integer
22
- # deleted_at :datetime
23
- # subscribes_count :integer default(0), not null
24
- # created_at :datetime
25
- # updated_at :datetime
26
- #
27
-
@@ -1,92 +0,0 @@
1
- ---
2
- use_restriction_00001:
3
- name: Available For Supply Without Return
4
- display_name: Available For Supply Without Return
5
- id: 1
6
- position: 1
7
- note: ""
8
- use_restriction_00002:
9
- name: In Library Use Only
10
- display_name: In Library Use Only
11
- id: 2
12
- position: 2
13
- note: ""
14
- use_restriction_00003:
15
- name: Limited Circulation, Long Loan Period
16
- display_name: Limited Circulation, Long Loan Period
17
- id: 3
18
- position: 3
19
- note: ""
20
- use_restriction_00004:
21
- name: Limited Circulation, Normal Loan Period
22
- display_name: Limited Circulation, Normal Loan Period
23
- id: 4
24
- position: 4
25
- note: ""
26
- use_restriction_00005:
27
- name: Limited Circulation, Short Loan Period
28
- display_name: Limited Circulation, Short Loan Period
29
- id: 5
30
- position: 5
31
- note: ""
32
- use_restriction_00006:
33
- name: No Reproduction
34
- display_name: No Reproduction
35
- id: 6
36
- position: 6
37
- note: ""
38
- use_restriction_00007:
39
- name: Not For Loan
40
- display_name: Not For Loan
41
- id: 7
42
- position: 7
43
- note: ""
44
- use_restriction_00008:
45
- name: Overnight Only
46
- display_name: Overnight Only
47
- id: 8
48
- position: 8
49
- note: ""
50
- use_restriction_00009:
51
- name: Renewals Not Permitted
52
- display_name: Renewals Not Permitted
53
- id: 9
54
- position: 9
55
- note: ""
56
- use_restriction_00010:
57
- name: Supervision Required
58
- display_name: Supervision Required
59
- id: 10
60
- position: 10
61
- note: ""
62
- use_restriction_00011:
63
- name: Term Loan
64
- display_name: Term Loan
65
- id: 11
66
- position: 11
67
- note: ""
68
- use_restriction_00012:
69
- name: Use Only In Controlled Access
70
- display_name: Use Only In Controlled Access
71
- id: 12
72
- position: 12
73
- note: ""
74
- use_restriction_00013:
75
- name: User Signature Required
76
- display_name: User Signature Required
77
- id: 13
78
- position: 13
79
- note: ""
80
-
81
- # == Schema Information
82
- #
83
- # Table name: use_restrictions
84
- #
85
- # id :integer not null, primary key
86
- # name :string(255) not null
87
- # display_name :text
88
- # note :text
89
- # position :integer
90
- # created_at :datetime
91
- # updated_at :datetime
92
- #
@@ -1,27 +0,0 @@
1
- # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2
-
3
- one:
4
- id: 1
5
- start_date: 2008-12-15 18:43:02
6
- end_date: 2008-12-16 18:43:02
7
- note: MyText
8
-
9
- two:
10
- id: 2
11
- start_date: 2008-12-15 18:43:02
12
- end_date: 2008-12-16 18:43:02
13
- note: MyText
14
-
15
- # == Schema Information
16
- #
17
- # Table name: user_checkout_stats
18
- #
19
- # id :integer not null, primary key
20
- # start_date :datetime
21
- # end_date :datetime
22
- # note :text
23
- # created_at :datetime
24
- # updated_at :datetime
25
- # started_at :datetime
26
- # completed_at :datetime
27
- #
@@ -1,110 +0,0 @@
1
- ---
2
- user_group_has_checkout_type_00001:
3
- checkout_type_id: 1
4
- updated_at: 2007-12-23 03:13:08.107022 +09:00
5
- checkout_limit: 3
6
- reservation_limit: 2
7
- user_group_id: 1
8
- checkout_period: 0
9
- checkout_renewal_limit: 1
10
- id: 1
11
- created_at: 2007-12-23 03:13:08.107022 +09:00
12
- set_due_date_before_closing_day: false
13
- user_group_has_checkout_type_00002:
14
- checkout_type_id: 2
15
- updated_at: 2007-12-23 03:13:15.620143 +09:00
16
- checkout_limit: 3
17
- reservation_limit: 2
18
- user_group_id: 1
19
- checkout_period: 10
20
- checkout_renewal_limit: 1
21
- id: 2
22
- created_at: 2007-12-23 03:13:15.620143 +09:00
23
- set_due_date_before_closing_day: false
24
- user_group_has_checkout_type_00003:
25
- checkout_type_id: 1
26
- updated_at: 2007-12-23 03:13:23.416856 +09:00
27
- checkout_limit: 3
28
- reservation_limit: 2
29
- user_group_id: 2
30
- checkout_period: 21
31
- checkout_renewal_limit: 1
32
- id: 3
33
- created_at: 2007-12-23 03:13:23.416856 +09:00
34
- set_due_date_before_closing_day: false
35
- user_group_has_checkout_type_00004:
36
- checkout_type_id: 2
37
- updated_at: 2007-12-23 03:13:29.880538 +09:00
38
- checkout_limit: 3
39
- reservation_limit: 2
40
- user_group_id: 2
41
- checkout_period: 21
42
- checkout_renewal_limit: 1
43
- id: 4
44
- created_at: 2007-12-23 03:13:29.880538 +09:00
45
- set_due_date_before_closing_day: false
46
- user_group_has_checkout_type_00005:
47
- checkout_type_id: 1
48
- updated_at: 2007-12-23 03:13:37.440462 +09:00
49
- checkout_limit: 3
50
- reservation_limit: 3
51
- user_group_id: 3
52
- checkout_period: 14
53
- checkout_renewal_limit: 1
54
- id: 5
55
- created_at: 2007-12-23 03:13:37.440462 +09:00
56
- set_due_date_before_closing_day: false
57
- user_group_has_checkout_type_00006:
58
- checkout_type_id: 2
59
- updated_at: 2007-12-23 03:13:46.312751 +09:00
60
- checkout_limit: 3
61
- reservation_limit: 3
62
- user_group_id: 3
63
- checkout_period: 7
64
- checkout_renewal_limit: 1
65
- id: 6
66
- created_at: 2007-12-23 03:13:46.312751 +09:00
67
- set_due_date_before_closing_day: false
68
- user_group_has_checkout_type_00007:
69
- checkout_type_id: 3
70
- updated_at: 2007-12-23 03:13:46.312751 +09:00
71
- checkout_limit: 3
72
- reservation_limit: 3
73
- user_group_id: 2
74
- checkout_period: 3
75
- checkout_renewal_limit: 1
76
- id: 7
77
- created_at: 2007-12-23 03:13:46.312751 +09:00
78
- set_due_date_before_closing_day: true
79
- user_group_has_checkout_type_00008:
80
- checkout_type_id: 3
81
- updated_at: 2007-12-23 03:13:46.312751 +09:00
82
- checkout_limit: 3
83
- reservation_limit: 3
84
- user_group_id: 1
85
- checkout_period: 3
86
- checkout_renewal_limit: 1
87
- id: 8
88
- created_at: 2007-12-23 03:13:46.312751 +09:00
89
- set_due_date_before_closing_day: true
90
-
91
- # == Schema Information
92
- #
93
- # Table name: user_group_has_checkout_types
94
- #
95
- # id :integer not null, primary key
96
- # user_group_id :integer not null
97
- # checkout_type_id :integer not null
98
- # checkout_limit :integer default(0), not null
99
- # checkout_period :integer default(0), not null
100
- # checkout_renewal_limit :integer default(0), not null
101
- # reservation_limit :integer default(0), not null
102
- # reservation_expired_period :integer default(7), not null
103
- # set_due_date_before_closing_day :boolean default(FALSE), not null
104
- # fixed_due_date :datetime
105
- # note :text
106
- # position :integer
107
- # created_at :datetime
108
- # updated_at :datetime
109
- # current_checkout_count :integer
110
- #