erp_inventory 3.1.0 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. checksums.yaml +7 -0
  2. data/app/controllers/erp_inventory/erp_app/organizer/asset_management/facilities_controller.rb +78 -0
  3. data/app/controllers/erp_inventory/erp_app/organizer/asset_management/fixed_assets_controller.rb +16 -0
  4. data/app/controllers/erp_inventory/erp_app/organizer/inventory_mgt/base_controller.rb +15 -0
  5. data/app/controllers/erp_inventory/erp_app/organizer/inventory_mgt/inventory_entries_controller.rb +126 -0
  6. data/app/controllers/erp_inventory/erp_app/organizer/inventory_mgt/inventory_entry_locations_controller.rb +47 -0
  7. data/app/controllers/erp_inventory/erp_app/organizer/inventory_mgt/inventory_txns_controller.rb +37 -0
  8. data/app/models/facility.rb +23 -0
  9. data/app/models/inventory_entry.rb +69 -6
  10. data/app/models/inventory_entry_location.rb +13 -0
  11. data/app/views/erp_inventory/erp_app/organizer/asset_management/facilities/show_summary.html.erb +64 -0
  12. data/app/views/erp_inventory/erp_app/organizer/inventory_mgt/base/show_summary.html.erb +7 -0
  13. data/app/views/erp_inventory/erp_app/organizer/inventory_mgt/inventory_entries/show_summary.html.erb +50 -0
  14. data/config/routes.rb +21 -0
  15. data/db/data_migrations/20131206033154_create_inv_txn_types.rb +21 -0
  16. data/db/migrate/20130925202059_create_inventory_entry_locations.rb +13 -0
  17. data/db/migrate/20130925222100_create_inventory_pickup_txns.rb +17 -0
  18. data/db/migrate/20130925222150_create_inventory_dropoff_txns.rb +18 -0
  19. data/db/migrate/20131206035027_add_inv_entry_to_inventory_txns.rb +15 -0
  20. data/db/migrate/20131211170059_change_fixed_asset_to_facility_for_inventory_locations.rb +8 -0
  21. data/db/migrate/20140103183635_add_uom_to_inventory_entry.rb +5 -0
  22. data/db/migrate/20140104182403_add_number_in_stock_inventory.rb +9 -0
  23. data/lib/erp_inventory/engine.rb +1 -1
  24. data/lib/erp_inventory/version.rb +6 -2
  25. metadata +43 -139
  26. data/app/assets/javascripts/erp_inventory/application.js +0 -9
  27. data/app/assets/stylesheets/erp_inventory/application.css +0 -7
  28. data/app/helpers/erp_inventory/application_helper.rb +0 -4
  29. data/app/views/layouts/erp_inventory/application.html.erb +0 -14
  30. data/lib/erp_inventory/extensions/compass_ae/erp_products/erp_app/desktop/product_manager/base_controller.rb +0 -64
  31. data/public/javascripts/extensions/compass_ae/erp_app/desktop/applications/product_manager/inventory_form_panel.js +0 -83
  32. data/spec/dummy/db/data_migrations/20101011152441_payment_gateway_actions.erp_commerce.rb +0 -28
  33. data/spec/dummy/db/data_migrations/20101014142230_financial_txn_types.erp_txns_and_accts.rb +0 -16
  34. data/spec/dummy/db/data_migrations/20110109173616_create_capability_scope_types.erp_tech_svcs.rb +0 -15
  35. data/spec/dummy/db/data_migrations/20110324010232_product_role_types.erp_products.rb +0 -24
  36. data/spec/dummy/db/data_migrations/20110525001935_add_usd_currency.erp_base_erp_svcs.rb +0 -12
  37. data/spec/dummy/db/data_migrations/20110527160807_add_default_prod_avail_types.erp_products.rb +0 -27
  38. data/spec/dummy/db/data_migrations/20110605231556_create_order_party_roles.erp_orders.rb +0 -24
  39. data/spec/dummy/db/data_migrations/20110609150135_add_iso_codes.erp_base_erp_svcs.rb +0 -19
  40. data/spec/dummy/db/data_migrations/20110728201729_erp_app_setup.erp_app.rb +0 -252
  41. data/spec/dummy/db/data_migrations/20110728201730_create_desktop_app_product_manager.erp_products.rb +0 -26
  42. data/spec/dummy/db/data_migrations/20110728201731_create_desktop_app_order_manager.erp_orders.rb +0 -26
  43. data/spec/dummy/db/data_migrations/20110728201732_create_organizer_app_order_management.erp_orders.rb +0 -15
  44. data/spec/dummy/db/data_migrations/20110728201733_update_preferences.erp_app.rb +0 -53
  45. data/spec/dummy/db/data_migrations/20110802200222_schedule_delete_expired_sessions_job.erp_tech_svcs.rb +0 -16
  46. data/spec/dummy/db/data_migrations/20110816161238_create_desktop_app_audit_log_viewer.erp_app.rb +0 -21
  47. data/spec/dummy/db/data_migrations/20110817160743_add_file_manager_application.erp_app.rb +0 -32
  48. data/spec/dummy/db/data_migrations/20110913145838_setup_compass_ae_instance.erp_base_erp_svcs.rb +0 -12
  49. data/spec/dummy/db/data_migrations/20111108183739_add_default_capabilities.erp_app.rb +0 -23
  50. data/spec/dummy/db/data_migrations/20111108183740_add_new_contact_widgets.erp_app.rb +0 -42
  51. data/spec/dummy/db/data_migrations/20111111144706_setup_audit_log_types.erp_tech_svcs.rb +0 -22
  52. data/spec/dummy/db/data_migrations/20120109173616_create_download_capability_type.erp_tech_svcs.rb +0 -14
  53. data/spec/dummy/db/data_migrations/20120229160222_add_userinfo_widget.erp_app.rb +0 -29
  54. data/spec/dummy/db/data_migrations/20120229174343_add_orders_widget.erp_orders.rb +0 -29
  55. data/spec/dummy/db/data_migrations/20120405193721_create_party_and_role_type_for_communication_events.erp_app.rb +0 -11
  56. data/spec/dummy/db/data_migrations/20120411180756_create_user_management_mobile_application.erp_app.rb +0 -19
  57. data/spec/dummy/db/data_migrations/20120418164215_create_configuration_management_desktop_application.erp_app.rb +0 -23
  58. data/spec/dummy/db/data_migrations/20121116155018_create_group_relationship_and_role_types.erp_tech_svcs.rb +0 -20
  59. data/spec/dummy/db/data_migrations/20121130201859_upgrade_remove_system_mgmt_app.erp_app.rb +0 -16
  60. data/spec/dummy/db/data_migrations/20121130212146_note_capabilities.erp_tech_svcs.rb +0 -24
  61. data/spec/dummy/db/data_migrations/20121218175028_create_security_management_desktop_application.erp_app.rb +0 -23
  62. data/spec/dummy/db/migrate/20121213235616_base_erp_services.erp_base_erp_svcs.rb +0 -461
  63. data/spec/dummy/db/migrate/20121213235617_base_inventory.erp_inventory.rb +0 -91
  64. data/spec/dummy/db/migrate/20121213235618_base_inventory_indexes.erp_inventory.rb +0 -48
  65. data/spec/dummy/db/migrate/20121213235619_base_tech_services.erp_tech_svcs.rb +0 -255
  66. data/spec/dummy/db/migrate/20121213235620_create_has_attribute_tables.erp_tech_svcs.rb +0 -39
  67. data/spec/dummy/db/migrate/20121213235621_base_orders.erp_orders.rb +0 -178
  68. data/spec/dummy/db/migrate/20121213235622_base_products.erp_products.rb +0 -234
  69. data/spec/dummy/db/migrate/20121213235623_base_products_indexes.erp_products.rb +0 -59
  70. data/spec/dummy/db/migrate/20121213235624_base_txns_and_accts.erp_txns_and_accts.rb +0 -364
  71. data/spec/dummy/db/migrate/20121213235625_agreements_services.erp_agreements.rb +0 -160
  72. data/spec/dummy/db/migrate/20121213235626_agreements_services_indexes.erp_agreements.rb +0 -52
  73. data/spec/dummy/db/migrate/20121213235627_base_app_framework.erp_app.rb +0 -276
  74. data/spec/dummy/db/migrate/20121213235628_erp_commerce_base.erp_commerce.rb +0 -442
  75. data/spec/dummy/db/migrate/20130107180714_create_groups.erp_tech_svcs.rb +0 -19
  76. data/spec/dummy/db/migrate/20130107180715_upgrade_security.erp_tech_svcs.rb +0 -54
  77. data/spec/dummy/db/migrate/20130107180716_upgrade_security2.erp_tech_svcs.rb +0 -270
  78. data/spec/dummy/db/schema.rb +0 -1879
  79. data/spec/dummy/db/spec.sqlite3 +0 -0
  80. data/spec/dummy/log/spec.log +0 -9949
@@ -1,160 +0,0 @@
1
- # This migration comes from erp_agreements (originally 20080805000070)
2
- class AgreementsServices < ActiveRecord::Migration
3
- def self.up
4
-
5
- # Create agreements
6
- unless table_exists?(:agreements)
7
- create_table :agreements do |t|
8
- t.column :description, :string
9
- t.column :agreement_type_id, :integer
10
- t.column :agreement_status, :string
11
- t.column :product_id, :integer
12
- t.column :agreement_date, :date
13
- t.column :from_date, :date
14
- t.column :thru_date, :date
15
- t.column :external_identifier, :string
16
- t.column :external_id_source, :string
17
-
18
- t.timestamps
19
- end
20
- end
21
-
22
- # Create agreement types
23
- unless table_exists?(:agreement_types)
24
- create_table :agreement_types do |t|
25
- t.column :parent_id, :integer
26
- t.column :lft, :integer
27
- t.column :rgt, :integer
28
-
29
- #custom columns go here
30
- t.column :description, :string
31
- t.column :comments, :string
32
- t.column :internal_identifier, :string
33
- t.column :external_identifier, :string
34
- t.column :external_id_source, :string
35
-
36
- t.timestamps
37
- end
38
- end
39
-
40
- # Create agreement items
41
- unless table_exists?(:agreement_items)
42
- create_table :agreement_items do |t|
43
- t.column :agreement_id, :integer
44
- t.column :agreement_item_type_id, :integer
45
- t.column :agreement_item_value, :string
46
- t.column :description, :string
47
- t.column :agreement_item_rule_string, :string
48
-
49
- t.timestamps
50
- end
51
- end
52
-
53
- # Create agreement item types
54
- unless table_exists?(:agreement_item_types)
55
- create_table :agreement_item_types do |t|
56
- t.column :parent_id, :integer
57
- t.column :lft, :integer
58
- t.column :rgt, :integer
59
-
60
- #custom columns go here
61
- t.column :description, :string
62
- t.column :comments, :string
63
- t.column :internal_identifier, :string
64
- t.column :external_identifier, :string
65
- t.column :external_id_source, :string
66
-
67
- t.timestamps
68
- end
69
- end
70
-
71
- # Create agreement_party_roles
72
- unless table_exists?(:agreement_party_roles)
73
- create_table :agreement_party_roles do |t|
74
- t.column :description, :string
75
- t.column :agreement_id, :integer
76
- t.column :party_id, :integer
77
- t.column :role_type_id, :integer
78
- t.column :external_identifier, :string
79
- t.column :external_id_source, :string
80
-
81
- t.timestamps
82
- end
83
- end
84
-
85
- unless table_exists?(:agreement_relationships)
86
- create_table :agreement_relationships do |t|
87
- t.column :agreement_reln_type_id, :integer
88
- t.column :description, :string
89
- t.column :agreement_id_from, :integer
90
- t.column :agreement_id_to, :integer
91
- t.column :role_type_id_from, :integer
92
- t.column :role_type_id_to, :integer
93
- t.column :status_type_id, :integer
94
- t.column :from_date, :date
95
- t.column :thru_date, :date
96
-
97
- t.timestamps
98
- end
99
- end
100
-
101
- unless table_exists?(:agreement_reln_types)
102
- create_table :agreement_reln_types do |t|
103
- t.column :parent_id, :integer
104
- t.column :lft, :integer
105
- t.column :rgt, :integer
106
- #custom columns go here
107
- t.column :valid_from_role_type_id, :integer
108
- t.column :valid_to_role_type_id, :integer
109
- t.column :name, :string
110
- t.column :description, :string
111
- t.column :internal_identifier, :string
112
- t.column :external_identifier, :string
113
- t.column :external_id_source, :string
114
-
115
- t.timestamps
116
- end
117
- end
118
-
119
- unless table_exists?(:agreement_role_types)
120
- create_table :agreement_role_types do |t|
121
-
122
- t.column :parent_id, :integer
123
- t.column :lft, :integer
124
- t.column :rgt, :integer
125
- #custom columns go here
126
- t.column :description, :string
127
- t.column :comments, :string
128
- t.column :internal_identifier, :string
129
- t.column :external_identifier, :string
130
- t.column :external_id_source, :string
131
-
132
- t.timestamps
133
- end
134
- end
135
-
136
- unless table_exists?(:loyalty_program_codes)
137
- create_table :loyalty_program_codes do |t|
138
- t.string :identifier
139
- t.string :name
140
- t.string :description
141
-
142
- t.timestamps
143
- end
144
- end
145
-
146
- end
147
-
148
- def self.down
149
- [
150
- :loyalty_program_codes, :agreement_role_types, :agreement_reln_types,
151
- :agreement_relationships, :agreement_party_roles, :agreement_item_types,
152
- :agreement_items, :agreements
153
- ].each do |tbl|
154
- if table_exists?(tbl)
155
- drop_table tbl
156
- end
157
- end
158
-
159
- end
160
- end
@@ -1,52 +0,0 @@
1
- # This migration comes from erp_agreements (originally 20080805000071)
2
- class AgreementsServicesIndexes < ActiveRecord::Migration
3
- def self.up
4
- add_index :agreements, :agreement_type_id
5
- add_index :agreements, :product_id
6
-
7
- add_index :agreement_types, :parent_id
8
-
9
- add_index :agreement_items, :agreement_id
10
- add_index :agreement_items, :agreement_item_type_id
11
-
12
- add_index :agreement_item_types, :parent_id
13
-
14
- add_index :agreement_party_roles, :agreement_id
15
- add_index :agreement_party_roles, :party_id
16
- add_index :agreement_party_roles, :role_type_id
17
-
18
- add_index :agreement_relationships, :agreement_reln_type_id
19
- add_index :agreement_relationships, :status_type_id
20
-
21
- add_index :agreement_reln_types, :parent_id
22
- add_index :agreement_reln_types, :valid_from_role_type_id
23
- add_index :agreement_reln_types, :valid_to_role_type_id
24
-
25
- add_index :agreement_role_types, :parent_id
26
- end
27
-
28
- def self.down
29
- remove_index :agreements, :agreement_type_id
30
- remove_index :agreements, :product_id
31
-
32
- remove_index :agreement_types, :parent_id
33
-
34
- remove_index :agreement_items, :agreement_id
35
- remove_index :agreement_items, :agreement_item_type_id
36
-
37
- remove_index :agreement_item_types, :parent_id
38
-
39
- remove_index :agreement_party_roles, :agreement_id
40
- remove_index :agreement_party_roles, :party_id
41
- remove_index :agreement_party_roles, :role_type_id
42
-
43
- remove_index :agreement_relationships, :agreement_reln_type_id
44
- remove_index :agreement_relationships, :status_type_id
45
-
46
- remove_index :agreement_reln_types, :parent_id
47
- remove_index :agreement_reln_types, :valid_from_role_type_id
48
- remove_index :agreement_reln_types, :valid_to_role_type_id
49
-
50
- remove_index :agreement_role_types, :parent_id
51
- end
52
- end
@@ -1,276 +0,0 @@
1
- # This migration comes from erp_app (originally 20080805000096)
2
- class BaseAppFramework < ActiveRecord::Migration
3
- def self.up
4
-
5
- unless table_exists?(:preferences)
6
- create_table :preferences do |t|
7
- t.references :preference_option
8
- t.references :preference_type
9
-
10
- t.timestamps
11
- end
12
- add_index :preferences, :preference_option_id
13
- add_index :preferences, :preference_type_id
14
- end
15
-
16
- unless table_exists?(:preference_types)
17
- create_table :preference_types do |t|
18
- t.string :description
19
- t.string :internal_identifier
20
- t.integer :default_pref_option_id
21
-
22
- t.timestamps
23
- end
24
-
25
- add_index :preference_types, :default_pref_option_id
26
- end
27
-
28
- unless table_exists?(:preference_options)
29
- create_table :preference_options do |t|
30
- t.string :description
31
- t.string :internal_identifier
32
- t.string :value
33
-
34
- t.timestamps
35
- end
36
- end
37
-
38
- unless table_exists?(:preference_options_preference_types)
39
- create_table :preference_options_preference_types, {:id => false} do |t|
40
- t.references :preference_type
41
- t.references :preference_option
42
- end
43
-
44
- add_index :preference_options_preference_types, :preference_type_id, :name => 'pref_opt_pref_type_pref_type_id_idx'
45
- add_index :preference_options_preference_types, :preference_option_id, :name => 'pref_opt_pref_type_pref_opt_id_idx'
46
- end
47
-
48
- unless table_exists?(:valid_preference_types)
49
- create_table :valid_preference_types do |t|
50
- t.references :preference_type
51
- t.references :preferenced_record, :polymorphic => true
52
- end
53
- end
54
-
55
- unless table_exists?(:user_preferences)
56
- create_table :user_preferences do |t|
57
- t.references :user
58
- t.references :preference
59
-
60
- t.references :preferenced_record, :polymorphic => true
61
-
62
- t.timestamps
63
- end
64
- add_index :user_preferences, :user_id
65
- add_index :user_preferences, :preference_id
66
- add_index :user_preferences, :preferenced_record_id
67
- add_index :user_preferences, :preferenced_record_type
68
- end
69
-
70
- unless table_exists?(:app_containers)
71
- create_table :app_containers do |t|
72
- t.references :user
73
- t.string :description
74
- t.string :internal_identifier
75
- t.string :type
76
-
77
- t.timestamps
78
- end
79
- add_index :app_containers, :user_id
80
- add_index :app_containers, :type
81
- end
82
-
83
- unless table_exists?(:applications)
84
- create_table :applications do |t|
85
- t.column :description, :string
86
- t.column :icon, :string
87
- t.column :internal_identifier, :string
88
- t.column :javascript_class_name, :string
89
- t.column :shortcut_id, :string
90
- t.column :base_url, :string
91
- t.column :type, :string
92
-
93
- t.timestamps
94
- end
95
- end
96
-
97
- unless table_exists?(:app_containers_applications)
98
- create_table :app_containers_applications, {:id => false} do |t|
99
- t.column :app_container_id, :integer
100
- t.column :application_id, :integer
101
- end
102
-
103
- add_index :app_containers_applications, :application_id
104
- add_index :app_containers_applications, :app_container_id
105
- end
106
-
107
- unless table_exists?(:widgets)
108
- create_table :widgets do |t|
109
- t.column :description, :string
110
- t.column :internal_identifier, :string
111
- t.column :icon, :string
112
- t.column :xtype, :string
113
-
114
- t.timestamps
115
- end
116
- end
117
-
118
- unless table_exists?(:applications_widgets)
119
- create_table :applications_widgets, {:id => false} do |t|
120
- t.column :application_id, :integer
121
- t.column :widget_id, :integer
122
- end
123
- add_index :applications_widgets, :application_id
124
- add_index :applications_widgets, :widget_id
125
- end
126
-
127
- unless table_exists?(:tree_menu_node_defs)
128
- create_table :tree_menu_node_defs do |t|
129
- t.string :node_type
130
- t.integer :parent_id
131
- t.integer :lft
132
- t.integer :rgt
133
- t.string :menu_short_name
134
- t.string :menu_description
135
- t.string :text
136
- t.string :icon_url
137
- t.string :target_url
138
- t.string :resource_class
139
- t.timestamps
140
- end
141
- add_index :tree_menu_node_defs, :parent_id
142
- end
143
-
144
- unless table_exists? :configurations
145
- create_table :configurations do |t|
146
- #custom columns go here
147
- t.string :description
148
- t.string :internal_identifier
149
- t.boolean :active
150
- t.boolean :is_template, :default => false
151
-
152
- t.timestamps
153
- end
154
-
155
- add_index :configurations, :is_template
156
- end
157
-
158
- unless table_exists? :valid_configurations
159
- create_table :valid_configurations do |t|
160
- #foreign keys
161
- t.references :configured_item, :polymorphic => true
162
- t.references :configuration
163
-
164
- t.timestamps
165
- end
166
-
167
- add_index :valid_configurations, [:configured_item_id, :configured_item_type], :name => 'configured_item_poly_idx'
168
- add_index :valid_configurations, :configuration_id
169
- end
170
-
171
- unless table_exists? :configuration_items
172
- create_table :configuration_items do |t|
173
- #foreign keys
174
- t.references :configuration
175
- t.references :configuration_item_type
176
- t.references :configuration_option
177
-
178
- t.timestamps
179
- end
180
-
181
- add_index :configuration_items, :configuration_id
182
- add_index :configuration_items, :configuration_item_type_id
183
- add_index :configuration_items, :configuration_option_id
184
- end
185
-
186
- unless table_exists? :configuration_item_types
187
- create_table :configuration_item_types do |t|
188
- #awesome nested set columns
189
- t.integer :parent_id
190
- t.integer :lft
191
- t.integer :rgt
192
-
193
- #custom columns go here
194
- t.string :description
195
- t.string :internal_identifier
196
- t.boolean :allow_user_defined_options, :default => false
197
- t.boolean :is_multi_optional, :default => false
198
-
199
- t.timestamps
200
- end
201
- end
202
-
203
- unless table_exists?(:configuration_item_types_configurations)
204
- create_table :configuration_item_types_configurations, {:id => false} do |t|
205
- t.references :configuration_item_type
206
- t.references :configuration
207
- end
208
-
209
- add_index :configuration_item_types_configurations, :configuration_item_type_id, :name => 'conf_conf_type_id_item_idx'
210
- add_index :configuration_item_types_configurations, :configuration_id, :name => 'conf_id_idx'
211
- add_index :configuration_item_types_configurations, [:configuration_item_type_id, :configuration_id], :unique => true, :name => 'conf_config_type_uniq_idx'
212
- end
213
-
214
- unless table_exists? :configuration_options
215
- create_table :configuration_options do |t|
216
- #custom columns go here
217
- t.string :description
218
- t.string :internal_identifier
219
- t.string :value
220
- t.text :comment
221
- t.boolean :user_defined, :default => false
222
-
223
- t.timestamps
224
- end
225
-
226
- add_index :configuration_options, :value
227
- add_index :configuration_options, :internal_identifier
228
- add_index :configuration_options, :user_defined
229
- end
230
-
231
- unless table_exists?(:configuration_item_types_configuration_options)
232
- create_table :configuration_item_types_configuration_options do |t|
233
- t.references :configuration_item_type
234
- t.references :configuration_option
235
- t.boolean :is_default, :default => false
236
-
237
- t.timestamps
238
- end
239
-
240
- add_index :configuration_item_types_configuration_options, :configuration_item_type_id, :name => 'conf_item_type_conf_opt_id_item_idx'
241
- add_index :configuration_item_types_configuration_options, :configuration_option_id, :name => 'conf_item_type_conf_opt_id_opt_idx'
242
- end
243
-
244
- unless table_exists?(:configuration_items_configuration_options)
245
- create_table :configuration_items_configuration_options, {:id => false} do |t|
246
- t.references :configuration_item
247
- t.references :configuration_option
248
- end
249
-
250
- add_index :configuration_items_configuration_options, :configuration_item_id, :name => 'conf_item_conf_opt_id_item_idx'
251
- add_index :configuration_items_configuration_options, :configuration_option_id, :name => 'conf_item_conf_opt_id_opt_idx'
252
- end
253
-
254
- end
255
-
256
- def self.down
257
- [
258
- :preferences, :preference_types,
259
- :preference_options, :preference_options_preference_types,
260
- :valid_preference_types, :user_preferences,
261
- :app_containers, :app_containers_applications,
262
- :applications_widgets, :widgets, :tree_menu_node_defs,
263
- :applications, :applications_desktops,
264
- :configurations, :configuration_items,
265
- :configuration_item_types, :configuration_options,
266
- :configuration_item_types_configuration_options,
267
- :configuration_items_configuration_options, :configured_items,
268
- :configuration_item_types_configurations
269
- ].each do |tbl|
270
- if table_exists?(tbl)
271
- drop_table(tbl)
272
- end
273
- end
274
- end
275
-
276
- end