erp_financial_accounting 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 (56) hide show
  1. checksums.yaml +7 -0
  2. data/lib/erp_financial_accounting/version.rb +6 -2
  3. metadata +43 -165
  4. data/app/assets/javascripts/erp_financial_accounting/application.js +0 -9
  5. data/app/assets/stylesheets/erp_financial_accounting/application.css +0 -7
  6. data/app/controllers/erp_financial_accounting/application_controller.rb +0 -4
  7. data/app/helpers/erp_financial_accounting/application_helper.rb +0 -4
  8. data/app/views/layouts/erp_financial_accounting/application.html.erb +0 -14
  9. data/spec/dummy/db/data_migrations/20101011152441_payment_gateway_actions.erp_commerce.rb +0 -28
  10. data/spec/dummy/db/data_migrations/20101014142230_financial_txn_types.erp_txns_and_accts.rb +0 -16
  11. data/spec/dummy/db/data_migrations/20110109173616_create_capability_scope_types.erp_tech_svcs.rb +0 -15
  12. data/spec/dummy/db/data_migrations/20110324010232_product_role_types.erp_products.rb +0 -24
  13. data/spec/dummy/db/data_migrations/20110525001935_add_usd_currency.erp_base_erp_svcs.rb +0 -12
  14. data/spec/dummy/db/data_migrations/20110527160807_add_default_prod_avail_types.erp_products.rb +0 -27
  15. data/spec/dummy/db/data_migrations/20110605231556_create_order_party_roles.erp_orders.rb +0 -24
  16. data/spec/dummy/db/data_migrations/20110609150135_add_iso_codes.erp_base_erp_svcs.rb +0 -19
  17. data/spec/dummy/db/data_migrations/20110728201729_erp_app_setup.erp_app.rb +0 -252
  18. data/spec/dummy/db/data_migrations/20110728201730_create_desktop_app_product_manager.erp_products.rb +0 -26
  19. data/spec/dummy/db/data_migrations/20110728201731_create_desktop_app_order_manager.erp_orders.rb +0 -26
  20. data/spec/dummy/db/data_migrations/20110728201732_create_organizer_app_order_management.erp_orders.rb +0 -15
  21. data/spec/dummy/db/data_migrations/20110728201733_update_preferences.erp_app.rb +0 -53
  22. data/spec/dummy/db/data_migrations/20110802200222_schedule_delete_expired_sessions_job.erp_tech_svcs.rb +0 -16
  23. data/spec/dummy/db/data_migrations/20110816161238_create_desktop_app_audit_log_viewer.erp_app.rb +0 -21
  24. data/spec/dummy/db/data_migrations/20110817160743_add_file_manager_application.erp_app.rb +0 -32
  25. data/spec/dummy/db/data_migrations/20110913145838_setup_compass_ae_instance.erp_base_erp_svcs.rb +0 -12
  26. data/spec/dummy/db/data_migrations/20111108183739_add_default_capabilities.erp_app.rb +0 -23
  27. data/spec/dummy/db/data_migrations/20111108183740_add_new_contact_widgets.erp_app.rb +0 -42
  28. data/spec/dummy/db/data_migrations/20111111144706_setup_audit_log_types.erp_tech_svcs.rb +0 -22
  29. data/spec/dummy/db/data_migrations/20120109173616_create_download_capability_type.erp_tech_svcs.rb +0 -14
  30. data/spec/dummy/db/data_migrations/20120229160222_add_userinfo_widget.erp_app.rb +0 -29
  31. data/spec/dummy/db/data_migrations/20120229174343_add_orders_widget.erp_orders.rb +0 -29
  32. data/spec/dummy/db/data_migrations/20120405193721_create_party_and_role_type_for_communication_events.erp_app.rb +0 -11
  33. data/spec/dummy/db/data_migrations/20120411180756_create_user_management_mobile_application.erp_app.rb +0 -19
  34. data/spec/dummy/db/data_migrations/20120418164215_create_configuration_management_desktop_application.erp_app.rb +0 -23
  35. data/spec/dummy/db/data_migrations/20121116155018_create_group_relationship_and_role_types.erp_tech_svcs.rb +0 -20
  36. data/spec/dummy/db/data_migrations/20121130201859_upgrade_remove_system_mgmt_app.erp_app.rb +0 -16
  37. data/spec/dummy/db/data_migrations/20121130212146_note_capabilities.erp_tech_svcs.rb +0 -24
  38. data/spec/dummy/db/data_migrations/20121218175028_create_security_management_desktop_application.erp_app.rb +0 -23
  39. data/spec/dummy/db/migrate/20121213234212_base_erp_services.erp_base_erp_svcs.rb +0 -461
  40. data/spec/dummy/db/migrate/20121213234213_financial_accounting_services.erp_financial_accounting.rb +0 -50
  41. data/spec/dummy/db/migrate/20121213234214_base_tech_services.erp_tech_svcs.rb +0 -255
  42. data/spec/dummy/db/migrate/20121213234215_create_has_attribute_tables.erp_tech_svcs.rb +0 -39
  43. data/spec/dummy/db/migrate/20121213234216_base_orders.erp_orders.rb +0 -178
  44. data/spec/dummy/db/migrate/20121213234217_base_products.erp_products.rb +0 -234
  45. data/spec/dummy/db/migrate/20121213234218_base_products_indexes.erp_products.rb +0 -59
  46. data/spec/dummy/db/migrate/20121213234219_base_txns_and_accts.erp_txns_and_accts.rb +0 -364
  47. data/spec/dummy/db/migrate/20121213234220_agreements_services.erp_agreements.rb +0 -160
  48. data/spec/dummy/db/migrate/20121213234221_agreements_services_indexes.erp_agreements.rb +0 -52
  49. data/spec/dummy/db/migrate/20121213234222_base_app_framework.erp_app.rb +0 -276
  50. data/spec/dummy/db/migrate/20121213234223_erp_commerce_base.erp_commerce.rb +0 -442
  51. data/spec/dummy/db/migrate/20130107180909_create_groups.erp_tech_svcs.rb +0 -19
  52. data/spec/dummy/db/migrate/20130107180910_upgrade_security.erp_tech_svcs.rb +0 -54
  53. data/spec/dummy/db/migrate/20130107180911_upgrade_security2.erp_tech_svcs.rb +0 -270
  54. data/spec/dummy/db/schema.rb +0 -1827
  55. data/spec/dummy/db/spec.sqlite3 +0 -0
  56. data/spec/dummy/log/spec.log +0 -9739
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 7b7077b50ac7b22198036e6f140e5bbf4a418bb2
4
+ data.tar.gz: 91a6fa53e6eed5a46ebef2d7e8d05523b4cdebbc
5
+ SHA512:
6
+ metadata.gz: 9c8d00f63acb7901af14b1bf38df97735aabbc8c7c325541f747274f830580ef24a4e833b4d2d1e866e6d1893aef24889276b94c3ce479bd8aa49b6f04d8f7c7
7
+ data.tar.gz: eadc901a7f387eeeb938c872889fac76a1647b13228e270f01f4653396cf131d7c5127a5d09df93744c7a6384d8265c09cff72346e40f01006ecd112727ea97f
@@ -1,9 +1,13 @@
1
1
  module ErpFinancialAccounting
2
2
  module VERSION #:nodoc:
3
- MAJOR = 3
4
- MINOR = 1
3
+ MAJOR = 4
4
+ MINOR = 0
5
5
  TINY = 0
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].compact.join('.')
8
8
  end
9
+
10
+ def self.version
11
+ ErpFinancialAccounting::VERSION::STRING
12
+ end
9
13
  end
metadata CHANGED
@@ -1,128 +1,113 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: erp_financial_accounting
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
5
- prerelease:
4
+ version: 4.0.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Rick Koloski, Russell Holmes
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-01-11 00:00:00.000000000 Z
11
+ date: 2014-11-19 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: erp_app
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ~>
17
+ - - "~>"
20
18
  - !ruby/object:Gem::Version
21
- version: '3.1'
19
+ version: '4.0'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ~>
24
+ - - "~>"
28
25
  - !ruby/object:Gem::Version
29
- version: '3.1'
26
+ version: '4.0'
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: erp_txns_and_accts
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ~>
31
+ - - "~>"
36
32
  - !ruby/object:Gem::Version
37
- version: '3.1'
33
+ version: '4.0'
38
34
  type: :runtime
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ~>
38
+ - - "~>"
44
39
  - !ruby/object:Gem::Version
45
- version: '3.1'
40
+ version: '4.0'
46
41
  - !ruby/object:Gem::Dependency
47
42
  name: erp_agreements
48
43
  requirement: !ruby/object:Gem::Requirement
49
- none: false
50
44
  requirements:
51
- - - ~>
45
+ - - "~>"
52
46
  - !ruby/object:Gem::Version
53
- version: '3.1'
47
+ version: '4.0'
54
48
  type: :runtime
55
49
  prerelease: false
56
50
  version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
51
  requirements:
59
- - - ~>
52
+ - - "~>"
60
53
  - !ruby/object:Gem::Version
61
- version: '3.1'
54
+ version: '4.0'
62
55
  - !ruby/object:Gem::Dependency
63
56
  name: erp_products
64
57
  requirement: !ruby/object:Gem::Requirement
65
- none: false
66
58
  requirements:
67
- - - ~>
59
+ - - "~>"
68
60
  - !ruby/object:Gem::Version
69
- version: '3.1'
61
+ version: '4.0'
70
62
  type: :runtime
71
63
  prerelease: false
72
64
  version_requirements: !ruby/object:Gem::Requirement
73
- none: false
74
65
  requirements:
75
- - - ~>
66
+ - - "~>"
76
67
  - !ruby/object:Gem::Version
77
- version: '3.1'
68
+ version: '4.0'
78
69
  - !ruby/object:Gem::Dependency
79
70
  name: erp_orders
80
71
  requirement: !ruby/object:Gem::Requirement
81
- none: false
82
72
  requirements:
83
- - - ~>
73
+ - - "~>"
84
74
  - !ruby/object:Gem::Version
85
- version: '3.1'
75
+ version: '4.0'
86
76
  type: :runtime
87
77
  prerelease: false
88
78
  version_requirements: !ruby/object:Gem::Requirement
89
- none: false
90
79
  requirements:
91
- - - ~>
80
+ - - "~>"
92
81
  - !ruby/object:Gem::Version
93
- version: '3.1'
82
+ version: '4.0'
94
83
  - !ruby/object:Gem::Dependency
95
84
  name: erp_commerce
96
85
  requirement: !ruby/object:Gem::Requirement
97
- none: false
98
86
  requirements:
99
- - - ~>
87
+ - - "~>"
100
88
  - !ruby/object:Gem::Version
101
- version: '3.1'
89
+ version: '4.0'
102
90
  type: :runtime
103
91
  prerelease: false
104
92
  version_requirements: !ruby/object:Gem::Requirement
105
- none: false
106
93
  requirements:
107
- - - ~>
94
+ - - "~>"
108
95
  - !ruby/object:Gem::Version
109
- version: '3.1'
96
+ version: '4.0'
110
97
  - !ruby/object:Gem::Dependency
111
98
  name: erp_dev_svcs
112
99
  requirement: !ruby/object:Gem::Requirement
113
- none: false
114
100
  requirements:
115
- - - ~>
101
+ - - "~>"
116
102
  - !ruby/object:Gem::Version
117
- version: '3.1'
103
+ version: '4.0'
118
104
  type: :development
119
105
  prerelease: false
120
106
  version_requirements: !ruby/object:Gem::Requirement
121
- none: false
122
107
  requirements:
123
- - - ~>
108
+ - - "~>"
124
109
  - !ruby/object:Gem::Version
125
- version: '3.1'
110
+ version: '4.0'
126
111
  description: The CompassAE Financial Accounting Engine implements the basic classes
127
112
  that allow either interface or implementation of general ledger, accounts payable
128
113
  and accounts receivable modules. This module is experimental at this stage.
@@ -132,28 +117,25 @@ executables: []
132
117
  extensions: []
133
118
  extra_rdoc_files: []
134
119
  files:
135
- - app/assets/javascripts/erp_financial_accounting/application.js
136
- - app/assets/stylesheets/erp_financial_accounting/application.css
137
- - app/controllers/erp_financial_accounting/application_controller.rb
138
- - app/helpers/erp_financial_accounting/application_helper.rb
120
+ - GPL-3-LICENSE
121
+ - README.rdoc
122
+ - Rakefile
139
123
  - app/models/extensions/pricing_plan_component.rb
140
124
  - app/models/gl_account.rb
141
125
  - app/models/price_plan_comp_gl_account.rb
142
- - app/views/layouts/erp_financial_accounting/application.html.erb
143
126
  - config/routes.rb
144
127
  - db/migrate/20101025003639_financial_accounting_services.rb
128
+ - lib/erp_financial_accounting.rb
145
129
  - lib/erp_financial_accounting/engine.rb
146
130
  - lib/erp_financial_accounting/version.rb
147
- - lib/erp_financial_accounting.rb
148
131
  - lib/tasks/erp_financial_accounting_tasks.rake
149
- - GPL-3-LICENSE
150
- - Rakefile
151
- - README.rdoc
132
+ - spec/dummy/Rakefile
152
133
  - spec/dummy/app/assets/javascripts/application.js
153
134
  - spec/dummy/app/assets/stylesheets/application.css
154
135
  - spec/dummy/app/controllers/application_controller.rb
155
136
  - spec/dummy/app/helpers/application_helper.rb
156
137
  - spec/dummy/app/views/layouts/application.html.erb
138
+ - spec/dummy/config.ru
157
139
  - spec/dummy/config/application.rb
158
140
  - spec/dummy/config/boot.rb
159
141
  - spec/dummy/config/database.yml
@@ -167,93 +149,37 @@ files:
167
149
  - spec/dummy/config/initializers/wrap_parameters.rb
168
150
  - spec/dummy/config/locales/en.yml
169
151
  - spec/dummy/config/routes.rb
170
- - spec/dummy/config.ru
171
- - spec/dummy/db/data_migrations/20101011152441_payment_gateway_actions.erp_commerce.rb
172
- - spec/dummy/db/data_migrations/20101014142230_financial_txn_types.erp_txns_and_accts.rb
173
- - spec/dummy/db/data_migrations/20110109173616_create_capability_scope_types.erp_tech_svcs.rb
174
- - spec/dummy/db/data_migrations/20110324010232_product_role_types.erp_products.rb
175
- - spec/dummy/db/data_migrations/20110525001935_add_usd_currency.erp_base_erp_svcs.rb
176
- - spec/dummy/db/data_migrations/20110527160807_add_default_prod_avail_types.erp_products.rb
177
- - spec/dummy/db/data_migrations/20110605231556_create_order_party_roles.erp_orders.rb
178
- - spec/dummy/db/data_migrations/20110609150135_add_iso_codes.erp_base_erp_svcs.rb
179
- - spec/dummy/db/data_migrations/20110728201729_erp_app_setup.erp_app.rb
180
- - spec/dummy/db/data_migrations/20110728201730_create_desktop_app_product_manager.erp_products.rb
181
- - spec/dummy/db/data_migrations/20110728201731_create_desktop_app_order_manager.erp_orders.rb
182
- - spec/dummy/db/data_migrations/20110728201732_create_organizer_app_order_management.erp_orders.rb
183
- - spec/dummy/db/data_migrations/20110728201733_update_preferences.erp_app.rb
184
- - spec/dummy/db/data_migrations/20110802200222_schedule_delete_expired_sessions_job.erp_tech_svcs.rb
185
- - spec/dummy/db/data_migrations/20110816161238_create_desktop_app_audit_log_viewer.erp_app.rb
186
- - spec/dummy/db/data_migrations/20110817160743_add_file_manager_application.erp_app.rb
187
- - spec/dummy/db/data_migrations/20110913145838_setup_compass_ae_instance.erp_base_erp_svcs.rb
188
- - spec/dummy/db/data_migrations/20111108183739_add_default_capabilities.erp_app.rb
189
- - spec/dummy/db/data_migrations/20111108183740_add_new_contact_widgets.erp_app.rb
190
- - spec/dummy/db/data_migrations/20111111144706_setup_audit_log_types.erp_tech_svcs.rb
191
- - spec/dummy/db/data_migrations/20120109173616_create_download_capability_type.erp_tech_svcs.rb
192
- - spec/dummy/db/data_migrations/20120229160222_add_userinfo_widget.erp_app.rb
193
- - spec/dummy/db/data_migrations/20120229174343_add_orders_widget.erp_orders.rb
194
- - spec/dummy/db/data_migrations/20120405193721_create_party_and_role_type_for_communication_events.erp_app.rb
195
- - spec/dummy/db/data_migrations/20120411180756_create_user_management_mobile_application.erp_app.rb
196
- - spec/dummy/db/data_migrations/20120418164215_create_configuration_management_desktop_application.erp_app.rb
197
- - spec/dummy/db/data_migrations/20121116155018_create_group_relationship_and_role_types.erp_tech_svcs.rb
198
- - spec/dummy/db/data_migrations/20121130201859_upgrade_remove_system_mgmt_app.erp_app.rb
199
- - spec/dummy/db/data_migrations/20121130212146_note_capabilities.erp_tech_svcs.rb
200
- - spec/dummy/db/data_migrations/20121218175028_create_security_management_desktop_application.erp_app.rb
201
- - spec/dummy/db/migrate/20121213234212_base_erp_services.erp_base_erp_svcs.rb
202
- - spec/dummy/db/migrate/20121213234213_financial_accounting_services.erp_financial_accounting.rb
203
- - spec/dummy/db/migrate/20121213234214_base_tech_services.erp_tech_svcs.rb
204
- - spec/dummy/db/migrate/20121213234215_create_has_attribute_tables.erp_tech_svcs.rb
205
- - spec/dummy/db/migrate/20121213234216_base_orders.erp_orders.rb
206
- - spec/dummy/db/migrate/20121213234217_base_products.erp_products.rb
207
- - spec/dummy/db/migrate/20121213234218_base_products_indexes.erp_products.rb
208
- - spec/dummy/db/migrate/20121213234219_base_txns_and_accts.erp_txns_and_accts.rb
209
- - spec/dummy/db/migrate/20121213234220_agreements_services.erp_agreements.rb
210
- - spec/dummy/db/migrate/20121213234221_agreements_services_indexes.erp_agreements.rb
211
- - spec/dummy/db/migrate/20121213234222_base_app_framework.erp_app.rb
212
- - spec/dummy/db/migrate/20121213234223_erp_commerce_base.erp_commerce.rb
213
- - spec/dummy/db/migrate/20130107180909_create_groups.erp_tech_svcs.rb
214
- - spec/dummy/db/migrate/20130107180910_upgrade_security.erp_tech_svcs.rb
215
- - spec/dummy/db/migrate/20130107180911_upgrade_security2.erp_tech_svcs.rb
216
- - spec/dummy/db/schema.rb
217
- - spec/dummy/db/spec.sqlite3
218
- - spec/dummy/log/spec.log
219
152
  - spec/dummy/public/404.html
220
153
  - spec/dummy/public/422.html
221
154
  - spec/dummy/public/500.html
222
155
  - spec/dummy/public/favicon.ico
223
- - spec/dummy/Rakefile
224
156
  - spec/dummy/script/rails
225
157
  - spec/models/gl_account_spec.rb
226
158
  - spec/models/price_plan_comp_gl_account_spec.rb
227
159
  - spec/spec_helper.rb
228
160
  homepage: http://development.compassagile.com
229
- licenses: []
161
+ licenses:
162
+ - GPL-3-LICENSE
163
+ metadata: {}
230
164
  post_install_message:
231
165
  rdoc_options: []
232
166
  require_paths:
233
167
  - lib
234
168
  required_ruby_version: !ruby/object:Gem::Requirement
235
- none: false
236
169
  requirements:
237
- - - ! '>='
170
+ - - ">="
238
171
  - !ruby/object:Gem::Version
239
172
  version: '0'
240
- segments:
241
- - 0
242
- hash: 2144262272495821717
243
173
  required_rubygems_version: !ruby/object:Gem::Requirement
244
- none: false
245
174
  requirements:
246
- - - ! '>='
175
+ - - ">="
247
176
  - !ruby/object:Gem::Version
248
177
  version: '0'
249
- segments:
250
- - 0
251
- hash: 2144262272495821717
252
178
  requirements: []
253
179
  rubyforge_project:
254
- rubygems_version: 1.8.24
180
+ rubygems_version: 2.2.2
255
181
  signing_key:
256
- specification_version: 3
182
+ specification_version: 4
257
183
  summary: The CompassAE Financial Accounting Engine implements the basic classes that
258
184
  allow either interface or implementation of general ledger, accounts payable and
259
185
  accounts receivable modules.
@@ -277,54 +203,6 @@ test_files:
277
203
  - spec/dummy/config/locales/en.yml
278
204
  - spec/dummy/config/routes.rb
279
205
  - spec/dummy/config.ru
280
- - spec/dummy/db/data_migrations/20101011152441_payment_gateway_actions.erp_commerce.rb
281
- - spec/dummy/db/data_migrations/20101014142230_financial_txn_types.erp_txns_and_accts.rb
282
- - spec/dummy/db/data_migrations/20110109173616_create_capability_scope_types.erp_tech_svcs.rb
283
- - spec/dummy/db/data_migrations/20110324010232_product_role_types.erp_products.rb
284
- - spec/dummy/db/data_migrations/20110525001935_add_usd_currency.erp_base_erp_svcs.rb
285
- - spec/dummy/db/data_migrations/20110527160807_add_default_prod_avail_types.erp_products.rb
286
- - spec/dummy/db/data_migrations/20110605231556_create_order_party_roles.erp_orders.rb
287
- - spec/dummy/db/data_migrations/20110609150135_add_iso_codes.erp_base_erp_svcs.rb
288
- - spec/dummy/db/data_migrations/20110728201729_erp_app_setup.erp_app.rb
289
- - spec/dummy/db/data_migrations/20110728201730_create_desktop_app_product_manager.erp_products.rb
290
- - spec/dummy/db/data_migrations/20110728201731_create_desktop_app_order_manager.erp_orders.rb
291
- - spec/dummy/db/data_migrations/20110728201732_create_organizer_app_order_management.erp_orders.rb
292
- - spec/dummy/db/data_migrations/20110728201733_update_preferences.erp_app.rb
293
- - spec/dummy/db/data_migrations/20110802200222_schedule_delete_expired_sessions_job.erp_tech_svcs.rb
294
- - spec/dummy/db/data_migrations/20110816161238_create_desktop_app_audit_log_viewer.erp_app.rb
295
- - spec/dummy/db/data_migrations/20110817160743_add_file_manager_application.erp_app.rb
296
- - spec/dummy/db/data_migrations/20110913145838_setup_compass_ae_instance.erp_base_erp_svcs.rb
297
- - spec/dummy/db/data_migrations/20111108183739_add_default_capabilities.erp_app.rb
298
- - spec/dummy/db/data_migrations/20111108183740_add_new_contact_widgets.erp_app.rb
299
- - spec/dummy/db/data_migrations/20111111144706_setup_audit_log_types.erp_tech_svcs.rb
300
- - spec/dummy/db/data_migrations/20120109173616_create_download_capability_type.erp_tech_svcs.rb
301
- - spec/dummy/db/data_migrations/20120229160222_add_userinfo_widget.erp_app.rb
302
- - spec/dummy/db/data_migrations/20120229174343_add_orders_widget.erp_orders.rb
303
- - spec/dummy/db/data_migrations/20120405193721_create_party_and_role_type_for_communication_events.erp_app.rb
304
- - spec/dummy/db/data_migrations/20120411180756_create_user_management_mobile_application.erp_app.rb
305
- - spec/dummy/db/data_migrations/20120418164215_create_configuration_management_desktop_application.erp_app.rb
306
- - spec/dummy/db/data_migrations/20121116155018_create_group_relationship_and_role_types.erp_tech_svcs.rb
307
- - spec/dummy/db/data_migrations/20121130201859_upgrade_remove_system_mgmt_app.erp_app.rb
308
- - spec/dummy/db/data_migrations/20121130212146_note_capabilities.erp_tech_svcs.rb
309
- - spec/dummy/db/data_migrations/20121218175028_create_security_management_desktop_application.erp_app.rb
310
- - spec/dummy/db/migrate/20121213234212_base_erp_services.erp_base_erp_svcs.rb
311
- - spec/dummy/db/migrate/20121213234213_financial_accounting_services.erp_financial_accounting.rb
312
- - spec/dummy/db/migrate/20121213234214_base_tech_services.erp_tech_svcs.rb
313
- - spec/dummy/db/migrate/20121213234215_create_has_attribute_tables.erp_tech_svcs.rb
314
- - spec/dummy/db/migrate/20121213234216_base_orders.erp_orders.rb
315
- - spec/dummy/db/migrate/20121213234217_base_products.erp_products.rb
316
- - spec/dummy/db/migrate/20121213234218_base_products_indexes.erp_products.rb
317
- - spec/dummy/db/migrate/20121213234219_base_txns_and_accts.erp_txns_and_accts.rb
318
- - spec/dummy/db/migrate/20121213234220_agreements_services.erp_agreements.rb
319
- - spec/dummy/db/migrate/20121213234221_agreements_services_indexes.erp_agreements.rb
320
- - spec/dummy/db/migrate/20121213234222_base_app_framework.erp_app.rb
321
- - spec/dummy/db/migrate/20121213234223_erp_commerce_base.erp_commerce.rb
322
- - spec/dummy/db/migrate/20130107180909_create_groups.erp_tech_svcs.rb
323
- - spec/dummy/db/migrate/20130107180910_upgrade_security.erp_tech_svcs.rb
324
- - spec/dummy/db/migrate/20130107180911_upgrade_security2.erp_tech_svcs.rb
325
- - spec/dummy/db/schema.rb
326
- - spec/dummy/db/spec.sqlite3
327
- - spec/dummy/log/spec.log
328
206
  - spec/dummy/public/404.html
329
207
  - spec/dummy/public/422.html
330
208
  - spec/dummy/public/500.html
@@ -1,9 +0,0 @@
1
- // This is a manifest file that'll be compiled into including all the files listed below.
2
- // Add new JavaScript/Coffee code in separate files in this directory and they'll automatically
3
- // be included in the compiled file accessible from http://example.com/assets/application.js
4
- // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
5
- // the compiled file.
6
- //
7
- //= require jquery
8
- //= require jquery_ujs
9
- //= require_tree .
@@ -1,7 +0,0 @@
1
- /*
2
- * This is a manifest file that'll automatically include all the stylesheets available in this directory
3
- * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
4
- * the top of the compiled file, but it's generally better to create a new file per style scope.
5
- *= require_self
6
- *= require_tree .
7
- */
@@ -1,4 +0,0 @@
1
- module ErpFinancialAccounting
2
- class ApplicationController < ActionController::Base
3
- end
4
- end
@@ -1,4 +0,0 @@
1
- module ErpFinancialAccounting
2
- module ApplicationHelper
3
- end
4
- end
@@ -1,14 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>ErpFinancialAccounting</title>
5
- <%= stylesheet_link_tag "erp_financial_accounting/application" %>
6
- <%= javascript_include_tag "erp_financial_accounting/application" %>
7
- <%= csrf_meta_tags %>
8
- </head>
9
- <body>
10
-
11
- <%= yield %>
12
-
13
- </body>
14
- </html>
@@ -1,28 +0,0 @@
1
- # This migration comes from erp_commerce (originally 20101011152441)
2
- class PaymentGatewayActions
3
-
4
- def self.up
5
- PaymentGatewayAction.create(
6
- :internal_identifier => 'capture',
7
- :description => 'capture'
8
- )
9
-
10
- PaymentGatewayAction.create(
11
- :internal_identifier => 'authorize',
12
- :description => 'Authorize'
13
- )
14
-
15
- PaymentGatewayAction.create(
16
- :internal_identifier => 'full_reverse_of_authorization',
17
- :description => 'Full Reverse Of Authorization'
18
- )
19
- end
20
-
21
- def self.down
22
- ['sale','void_sale','authorize'].each do |iid|
23
- type = PaymentGatewayAction.find_by_internal_identifier(iid)
24
- type.destroy unless type.nil?
25
- end
26
- end
27
-
28
- end
@@ -1,16 +0,0 @@
1
- # This migration comes from erp_txns_and_accts (originally 20101014142230)
2
- class FinancialTxnTypes
3
-
4
- def self.up
5
- BizTxnType.create(
6
- :description => "Payment Transaction",
7
- :internal_identifier => 'payment_txn'
8
- )
9
- end
10
-
11
- def self.down
12
- type = BizTxnType.iid('payment_txn')
13
- type.destroy unless type.nil?
14
- end
15
-
16
- end
@@ -1,15 +0,0 @@
1
- # This migration comes from erp_tech_svcs (originally 20110109173616)
2
- class CreateCapabilityScopeTypes
3
-
4
- def self.up
5
- CapabilityType.create(:internal_identifier => 'download', :description => 'Download') if CapabilityType.where("internal_identifier = 'download'").first.nil?
6
-
7
- ScopeType.create(:description => 'Instance', :internal_identifier => 'instance') if ScopeType.where("internal_identifier = 'instance'").first.nil?
8
- ScopeType.create(:description => 'Class', :internal_identifier => 'class') if ScopeType.where("internal_identifier = 'class'").first.nil?
9
- ScopeType.create(:description => 'Query', :internal_identifier => 'query') if ScopeType.where("internal_identifier = 'query'").first.nil?
10
- end
11
-
12
- def self.down
13
- end
14
-
15
- end
@@ -1,24 +0,0 @@
1
- # This migration comes from erp_products (originally 20110324010232)
2
- class ProductRoleTypes
3
-
4
- def self.up
5
- ProdTypeRelnType.create(:internal_identifier => 'product_type_package_reln', :description => 'Product Type Package Relationship')
6
- ProdTypeRoleType.create(:internal_identifier => 'product_type_package', :description => 'Product Type Package')
7
- ProdTypeRoleType.create(:internal_identifier => 'packaged_product_type', :description => 'Packaged Product Type')
8
-
9
- ProdInstanceRelnType.create(:internal_identifier => 'product_instance_package_reln', :description => 'Product Instance Package Relantionship')
10
- ProdInstanceRoleType.create(:internal_identifier => 'product_instance_package', :description => 'Product Instance Package')
11
- ProdInstanceRoleType.create(:internal_identifier => 'packaged_product_instance', :description => 'Packaged Product Instance')
12
- end
13
-
14
- def self.down
15
- ['product_type_package_reln','product_type_package','packaged_product_type'].each do |iid|
16
- ProdTypeRelnType.iid(iid).destroy
17
- end
18
-
19
- ['product_instance_package_reln','product_instance_package','packaged_product_instance'].each do |iid|
20
- ProdInstanceRoleType.iid(iid).destroy
21
- end
22
- end
23
-
24
- end
@@ -1,12 +0,0 @@
1
- # This migration comes from erp_base_erp_svcs (originally 20110525001935)
2
- class AddUsdCurrency
3
-
4
- def self.up
5
- Currency.create(:name => 'US Dollar', :internal_identifier => 'USD', :major_unit_symbol => "$")
6
- end
7
-
8
- def self.down
9
- Currency.usd.destroy
10
- end
11
-
12
- end
@@ -1,27 +0,0 @@
1
- # This migration comes from erp_products (originally 20110527160807)
2
- class AddDefaultProdAvailTypes
3
-
4
- def self.up
5
- ProdAvailabilityStatusType.create(
6
- :description => 'Available',
7
- :internal_identifier => 'available'
8
- )
9
-
10
- ProdAvailabilityStatusType.create(
11
- :description => 'Sold',
12
- :internal_identifier => 'sold'
13
- )
14
-
15
- ProdAvailabilityStatusType.create(
16
- :description => 'Shipped',
17
- :internal_identifier => 'shipped'
18
- )
19
- end
20
-
21
- def self.down
22
- %w(available sold shipped).each do |iid|
23
- ProdAvailabilityStatusType.find_by_internal_identifier(iid).destroy
24
- end
25
- end
26
-
27
- end
@@ -1,24 +0,0 @@
1
- # This migration comes from erp_orders (originally 20110605231556)
2
- class CreateOrderPartyRoles
3
-
4
- def self.up
5
- order_roles = BizTxnPartyRoleType.create(
6
- :description => 'Order Roles',
7
- :internal_identifier => 'order_roles'
8
- )
9
-
10
- buyor_role = BizTxnPartyRoleType.create(
11
- :description => 'Payor',
12
- :internal_identifier => 'payor'
13
- )
14
-
15
- buyor_role.move_to_child_of(order_roles)
16
- buyor_role.save
17
- end
18
-
19
- def self.down
20
- BizTxnPartyRoleType.find_by_internal_identifier('payor').destroy
21
- BizTxnPartyRoleType.find_by_internal_identifier('order_roles').destroy
22
- end
23
-
24
- end
@@ -1,19 +0,0 @@
1
- # This migration comes from erp_base_erp_svcs (originally 20110609150135)
2
- require 'yaml'
3
-
4
- class AddIsoCodes
5
-
6
- def self.up
7
- #find the erp_base_erp_svcs engine
8
- engine_path = Rails::Application::Railties.engines.find{|item| item.engine_name == 'erp_base_erp_svcs'}.config.root.to_s
9
-
10
- GeoCountry.load_from_file(File.join(engine_path,'db/data_sets/geo_countries.yml'))
11
- GeoZone.load_from_file(File.join(engine_path,'db/data_sets/geo_zones.yml'))
12
- end
13
-
14
- def self.down
15
- GeoCountry.delete_all
16
- GeoZone.delete_all
17
- end
18
-
19
- end