erp_invoicing 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 (107) hide show
  1. checksums.yaml +7 -0
  2. data/app/models/extensions/party.rb +15 -3
  3. data/app/models/invoice.rb +33 -1
  4. data/app/models/invoice_party_role.rb +16 -0
  5. data/app/models/payment_application.rb +17 -1
  6. data/lib/erp_invoicing/engine.rb +1 -1
  7. data/lib/erp_invoicing/version.rb +6 -2
  8. metadata +31 -234
  9. data/app/assets/javascripts/erp_invoicing/application.js +0 -9
  10. data/app/assets/stylesheets/erp_invoicing/application.css +0 -7
  11. data/app/controllers/erp_invoicing/erp_app/organizer/bill_pay/accounts_controller.rb +0 -166
  12. data/app/controllers/erp_invoicing/erp_app/organizer/bill_pay/base_controller.rb +0 -22
  13. data/app/controllers/erp_invoicing/erp_app/shared/billing_accounts_controller.rb +0 -111
  14. data/app/controllers/erp_invoicing/erp_app/shared/files_controller.rb +0 -52
  15. data/app/controllers/erp_invoicing/erp_app/shared/invoices_controller.rb +0 -208
  16. data/app/controllers/erp_invoicing/sms_controller.rb +0 -156
  17. data/app/helpers/erp_invoicing/application_helper.rb +0 -4
  18. data/app/views/layouts/erp_invoicing/application.html.erb +0 -14
  19. data/db/data_migrations/20111121153349_create_bill_pay_organizer_application.rb +0 -14
  20. data/db/data_migrations/20120118181839_create_invoice_management_desktop_application.rb +0 -26
  21. data/db/data_migrations/20120229174322_add_billpay_widget.rb +0 -26
  22. data/public/javascripts/erp_app/desktop/applications/invoice_management/billing_accounts_panel.js +0 -79
  23. data/public/javascripts/erp_app/desktop/applications/invoice_management/invoices_panel.js +0 -48
  24. data/public/javascripts/erp_app/desktop/applications/invoice_management/module.js +0 -36
  25. data/public/javascripts/erp_app/organizer/applications/bill_pay/base.js +0 -146
  26. data/public/javascripts/erp_app/organizer/applications/bill_pay/extensions.js +0 -21
  27. data/public/javascripts/erp_app/organizer/applications/bill_pay/make_payment_window.js +0 -109
  28. data/public/javascripts/erp_app/organizer/applications/bill_pay/payment_accounts_grid_panel.js +0 -105
  29. data/public/javascripts/erp_app/organizer/applications/bill_pay/transactions_grid_panel.js +0 -84
  30. data/public/javascripts/erp_app/shared/add_invoice_window.js +0 -220
  31. data/public/javascripts/erp_app/shared/billing_accounts_grid_panel.js +0 -316
  32. data/public/javascripts/erp_app/shared/invoice_items_grid_panel.js +0 -152
  33. data/public/javascripts/erp_app/shared/invoices_grid_panel.js +0 -361
  34. data/public/javascripts/erp_app/shared/payments_grid_panel.js +0 -74
  35. data/spec/dummy/db/data_migrations/20101011152441_payment_gateway_actions.erp_commerce.rb +0 -28
  36. data/spec/dummy/db/data_migrations/20101014142230_financial_txn_types.erp_txns_and_accts.rb +0 -16
  37. data/spec/dummy/db/data_migrations/20110109173616_create_capability_scope_types.erp_tech_svcs.rb +0 -15
  38. data/spec/dummy/db/data_migrations/20110324010232_product_role_types.erp_products.rb +0 -24
  39. data/spec/dummy/db/data_migrations/20110509223702_add_publisher_role.knitkit.rb +0 -22
  40. data/spec/dummy/db/data_migrations/20110525001935_add_usd_currency.erp_base_erp_svcs.rb +0 -12
  41. data/spec/dummy/db/data_migrations/20110527160807_add_default_prod_avail_types.erp_products.rb +0 -27
  42. data/spec/dummy/db/data_migrations/20110605231556_create_order_party_roles.erp_orders.rb +0 -24
  43. data/spec/dummy/db/data_migrations/20110608185830_create_default_dynamic_models_and_forms.erp_forms.rb +0 -33
  44. data/spec/dummy/db/data_migrations/20110609150135_add_iso_codes.erp_base_erp_svcs.rb +0 -19
  45. data/spec/dummy/db/data_migrations/20110728201729_erp_app_setup.erp_app.rb +0 -252
  46. data/spec/dummy/db/data_migrations/20110728201730_create_desktop_app_product_manager.erp_products.rb +0 -26
  47. data/spec/dummy/db/data_migrations/20110728201731_create_desktop_app_order_manager.erp_orders.rb +0 -26
  48. data/spec/dummy/db/data_migrations/20110728201732_create_organizer_app_order_management.erp_orders.rb +0 -15
  49. data/spec/dummy/db/data_migrations/20110728201733_update_preferences.erp_app.rb +0 -53
  50. data/spec/dummy/db/data_migrations/20110802200222_schedule_delete_expired_sessions_job.erp_tech_svcs.rb +0 -16
  51. data/spec/dummy/db/data_migrations/20110816153456_add_knitkit_application.knitkit.rb +0 -32
  52. data/spec/dummy/db/data_migrations/20110816161238_create_desktop_app_audit_log_viewer.erp_app.rb +0 -21
  53. data/spec/dummy/db/data_migrations/20110817160743_add_file_manager_application.erp_app.rb +0 -32
  54. data/spec/dummy/db/data_migrations/20110828190913_create_desktop_app_dynamic_forms.erp_forms.rb +0 -19
  55. data/spec/dummy/db/data_migrations/20110913145838_setup_compass_ae_instance.erp_base_erp_svcs.rb +0 -12
  56. data/spec/dummy/db/data_migrations/20111108183739_add_default_capabilities.erp_app.rb +0 -23
  57. data/spec/dummy/db/data_migrations/20111108183740_add_new_contact_widgets.erp_app.rb +0 -42
  58. data/spec/dummy/db/data_migrations/20111111144706_setup_audit_log_types.erp_tech_svcs.rb +0 -22
  59. data/spec/dummy/db/data_migrations/20111118182910_setup_knitkit_capabilities.knitkit.rb +0 -128
  60. data/spec/dummy/db/data_migrations/20111121153349_create_bill_pay_organizer_application.erp_invoicing.rb +0 -15
  61. data/spec/dummy/db/data_migrations/20120109173616_create_download_capability_type.erp_tech_svcs.rb +0 -14
  62. data/spec/dummy/db/data_migrations/20120118181839_create_invoice_management_desktop_application.erp_invoicing.rb +0 -27
  63. data/spec/dummy/db/data_migrations/20120127144444_create_website_role_types.knitkit.rb +0 -14
  64. data/spec/dummy/db/data_migrations/20120127150505_create_website_default_configuration.knitkit.rb +0 -73
  65. data/spec/dummy/db/data_migrations/20120127150506_add_primary_host_to_website_configuration.knitkit.rb +0 -34
  66. data/spec/dummy/db/data_migrations/20120229160222_add_userinfo_widget.erp_app.rb +0 -29
  67. data/spec/dummy/db/data_migrations/20120229174322_add_billpay_widget.erp_invoicing.rb +0 -27
  68. data/spec/dummy/db/data_migrations/20120229174343_add_orders_widget.erp_orders.rb +0 -29
  69. data/spec/dummy/db/data_migrations/20120316150424_add_is_template_to_default_website_config.knitkit.rb +0 -17
  70. data/spec/dummy/db/data_migrations/20120405193721_create_party_and_role_type_for_communication_events.erp_app.rb +0 -11
  71. data/spec/dummy/db/data_migrations/20120411180756_create_user_management_mobile_application.erp_app.rb +0 -19
  72. data/spec/dummy/db/data_migrations/20120418164215_create_configuration_management_desktop_application.erp_app.rb +0 -23
  73. data/spec/dummy/db/data_migrations/20120605154637_add_calculate_balance_strategy_types.erp_invoicing.rb +0 -21
  74. data/spec/dummy/db/data_migrations/20120809020508_update_website_and_configuration.knitkit.rb +0 -78
  75. data/spec/dummy/db/data_migrations/20120824013449_create_ticket_form.erp_forms.rb +0 -67
  76. data/spec/dummy/db/data_migrations/20121026013449_update_ticket_form.erp_forms.rb +0 -65
  77. data/spec/dummy/db/data_migrations/20121026191738_update_contact_form.erp_forms.rb +0 -27
  78. data/spec/dummy/db/data_migrations/20121116155018_create_group_relationship_and_role_types.erp_tech_svcs.rb +0 -20
  79. data/spec/dummy/db/data_migrations/20121129185611_upgrade_website_role_iid.knitkit.rb +0 -21
  80. data/spec/dummy/db/data_migrations/20121130201859_upgrade_remove_system_mgmt_app.erp_app.rb +0 -16
  81. data/spec/dummy/db/data_migrations/20121130212146_note_capabilities.erp_tech_svcs.rb +0 -24
  82. data/spec/dummy/db/data_migrations/20121218175028_create_security_management_desktop_application.erp_app.rb +0 -23
  83. data/spec/dummy/db/migrate/20121214000230_base_erp_services.erp_base_erp_svcs.rb +0 -461
  84. data/spec/dummy/db/migrate/20121214000231_base_tech_services.erp_tech_svcs.rb +0 -255
  85. data/spec/dummy/db/migrate/20121214000232_create_has_attribute_tables.erp_tech_svcs.rb +0 -39
  86. data/spec/dummy/db/migrate/20121214000233_base_app_framework.erp_app.rb +0 -276
  87. data/spec/dummy/db/migrate/20121214000234_dynamic_forms.erp_forms.rb +0 -95
  88. data/spec/dummy/db/migrate/20121214000235_create_tickets.erp_forms.rb +0 -19
  89. data/spec/dummy/db/migrate/20121214000236_upgrade_dynamic_forms_table.erp_forms.rb +0 -32
  90. data/spec/dummy/db/migrate/20121214000237_setup_knitkit.knitkit.rb +0 -316
  91. data/spec/dummy/db/migrate/20121214000238_invoicing_services.erp_invoicing.rb +0 -277
  92. data/spec/dummy/db/migrate/20121214000239_base_inventory.erp_inventory.rb +0 -91
  93. data/spec/dummy/db/migrate/20121214000240_base_inventory_indexes.erp_inventory.rb +0 -48
  94. data/spec/dummy/db/migrate/20121214000241_base_txns_and_accts.erp_txns_and_accts.rb +0 -364
  95. data/spec/dummy/db/migrate/20121214000242_agreements_services.erp_agreements.rb +0 -160
  96. data/spec/dummy/db/migrate/20121214000243_agreements_services_indexes.erp_agreements.rb +0 -52
  97. data/spec/dummy/db/migrate/20121214000244_base_orders.erp_orders.rb +0 -178
  98. data/spec/dummy/db/migrate/20121214000245_base_products.erp_products.rb +0 -234
  99. data/spec/dummy/db/migrate/20121214000246_base_products_indexes.erp_products.rb +0 -59
  100. data/spec/dummy/db/migrate/20121214000247_erp_commerce_base.erp_commerce.rb +0 -442
  101. data/spec/dummy/db/migrate/20121214000248_base_work_efforts.erp_work_effort.rb +0 -211
  102. data/spec/dummy/db/migrate/20130107181155_create_groups.erp_tech_svcs.rb +0 -19
  103. data/spec/dummy/db/migrate/20130107181156_upgrade_security.erp_tech_svcs.rb +0 -54
  104. data/spec/dummy/db/migrate/20130107181157_upgrade_security2.erp_tech_svcs.rb +0 -270
  105. data/spec/dummy/db/schema.rb +0 -2569
  106. data/spec/dummy/db/spec.sqlite3 +0 -0
  107. data/spec/dummy/log/spec.log +0 -64744
@@ -1,128 +0,0 @@
1
- # This migration comes from knitkit (originally 20111118182910)
2
- class SetupKnitkitCapabilities
3
-
4
- def self.up
5
- admin = SecurityRole.find_by_internal_identifier('admin')
6
- website_author = SecurityRole.find_by_internal_identifier('website_author')
7
- layout_author = SecurityRole.find_by_internal_identifier('layout_author')
8
- content_author = SecurityRole.find_by_internal_identifier('content_author')
9
- designer = SecurityRole.find_by_internal_identifier('designer')
10
- publisher = SecurityRole.find_by_internal_identifier('publisher')
11
-
12
- admin.add_capability('create', 'WebsiteNav')
13
- admin.add_capability('delete', 'WebsiteNav')
14
- admin.add_capability('edit', 'WebsiteNav')
15
-
16
- website_author.add_capability('create', 'WebsiteNav')
17
- website_author.add_capability('delete', 'WebsiteNav')
18
- website_author.add_capability('edit', 'WebsiteNav')
19
-
20
- admin.add_capability('create', 'Website')
21
- admin.add_capability('delete', 'Website')
22
- admin.add_capability('edit', 'Website')
23
- admin.add_capability('import', 'Website')
24
- admin.add_capability('publish', 'Website')
25
- admin.add_capability('activate', 'Website')
26
-
27
- website_author.add_capability('create', 'Website')
28
- website_author.add_capability('delete', 'Website')
29
- website_author.add_capability('edit', 'Website')
30
- website_author.add_capability('import', 'Website')
31
- publisher.add_capability('publish', 'Website')
32
- publisher.add_capability('activate', 'Website')
33
-
34
- admin.add_capability('create', 'WebsiteHost')
35
- admin.add_capability('delete', 'WebsiteHost')
36
- admin.add_capability('edit', 'WebsiteHost')
37
-
38
- website_author.add_capability('create', 'WebsiteHost')
39
- website_author.add_capability('delete', 'WebsiteHost')
40
- website_author.add_capability('edit', 'WebsiteHost')
41
-
42
- admin.add_capability('create', 'WebsiteSection')
43
- admin.add_capability('delete', 'WebsiteSection')
44
- admin.add_capability('edit', 'WebsiteSection')
45
- admin.add_capability('secure', 'WebsiteSection')
46
- admin.add_capability('unsecure', 'WebsiteSection')
47
-
48
- website_author.add_capability('create', 'WebsiteSection')
49
- website_author.add_capability('delete', 'WebsiteSection')
50
- website_author.add_capability('edit', 'WebsiteSection')
51
- website_author.add_capability('secure', 'WebsiteSection')
52
- website_author.add_capability('unsecure', 'WebsiteSection')
53
-
54
- admin.add_capability('create', 'WebsiteSectionLayout')
55
- admin.add_capability('edit', 'WebsiteSectionLayout')
56
-
57
- layout_author.add_capability('create', 'WebsiteSectionLayout')
58
- layout_author.add_capability('edit', 'WebsiteSectionLayout')
59
-
60
- admin.add_capability('create', 'Content')
61
- admin.add_capability('delete', 'Content')
62
- admin.add_capability('edit', 'Content')
63
- admin.add_capability('publish', 'Content')
64
- admin.add_capability('revert_version', 'Content')
65
- admin.add_capability('add_existing', 'Content')
66
- admin.add_capability('edit_html', 'Content')
67
- admin.add_capability('edit_excerpt', 'Content')
68
-
69
- content_author.add_capability('create', 'Content')
70
- content_author.add_capability('delete', 'Content')
71
- content_author.add_capability('edit', 'Content')
72
- content_author.add_capability('publish', 'Content')
73
- content_author.add_capability('revert_version', 'Content')
74
- content_author.add_capability('add_existing', 'Content')
75
- content_author.add_capability('edit_html', 'Content')
76
- content_author.add_capability('edit_excerpt', 'Content')
77
-
78
- admin.add_capability('create', 'WebsiteNavItem')
79
- admin.add_capability('delete', 'WebsiteNavItem')
80
- admin.add_capability('edit', 'WebsiteNavItem')
81
- admin.add_capability('secure', 'WebsiteNavItem')
82
- admin.add_capability('unsecure', 'WebsiteNavItem')
83
-
84
- website_author.add_capability('create', 'WebsiteNavItem')
85
- website_author.add_capability('delete', 'WebsiteNavItem')
86
- website_author.add_capability('edit', 'WebsiteNavItem')
87
- website_author.add_capability('secure', 'WebsiteNavItem')
88
- website_author.add_capability('unsecure', 'WebsiteNavItem')
89
-
90
- admin.add_capability('view', 'Theme')
91
- designer.add_capability('view', 'Theme')
92
-
93
- admin.add_capability('view', 'SiteImageAsset')
94
- website_author.add_capability('view', 'SiteImageAsset')
95
- content_author.add_capability('view', 'SiteImageAsset')
96
-
97
- content_author.add_capability('view', 'GlobalImageAsset')
98
-
99
- admin.add_capability('view', 'GlobalImageAsset')
100
- admin.add_capability('upload', 'GlobalImageAsset')
101
- admin.add_capability('delete', 'GlobalImageAsset')
102
-
103
- website_author.add_capability('view', 'GlobalImageAsset')
104
- website_author.add_capability('upload', 'GlobalImageAsset')
105
- website_author.add_capability('delete', 'GlobalImageAsset')
106
-
107
- admin.add_capability('view', 'SiteFileAsset')
108
- website_author.add_capability('view', 'SiteFileAsset')
109
- content_author.add_capability('view', 'SiteFileAsset')
110
-
111
- content_author.add_capability('view', 'GlobalFileAsset')
112
-
113
- admin.add_capability('view', 'GlobalFileAsset')
114
- admin.add_capability('upload', 'GlobalFileAsset')
115
- admin.add_capability('delete', 'GlobalFileAsset')
116
-
117
- website_author.add_capability('view', 'GlobalFileAsset')
118
- website_author.add_capability('upload', 'GlobalFileAsset')
119
- website_author.add_capability('delete', 'GlobalFileAsset')
120
-
121
- admin.add_capability('drag_item', 'WebsiteTree')
122
- website_author.add_capability('drag_item', 'WebsiteTree')
123
- end
124
-
125
- def self.down
126
- end
127
-
128
- end
@@ -1,15 +0,0 @@
1
- # This migration comes from erp_invoicing (originally 20111121153349)
2
- class CreateBillPayOrganizerApplication
3
- def self.up
4
- OrganizerApplication.create(
5
- :description => 'Bill Pay',
6
- :icon => 'icon-creditcards',
7
- :javascript_class_name => 'Compass.ErpApp.Organizer.Applications.BillPay.Base',
8
- :internal_identifier => 'bill_pay'
9
- )
10
- end
11
-
12
- def self.down
13
- OrganizerApplication.destroy_all(:conditions => ['internal_identifier = ?','bill_pay'])
14
- end
15
- end
@@ -1,14 +0,0 @@
1
- # This migration comes from erp_tech_svcs (originally 20120109173616)
2
- class CreateDownloadCapabilityType
3
-
4
- def self.up
5
- CapabilityType.create(:internal_identifier => 'download', :description => 'Download')
6
- Role.create(:description => 'File Downloader', :internal_identifier => 'file_downloader')
7
- end
8
-
9
- def self.down
10
- CapabilityType.where("internal_identifier = 'download'").first.destroy unless Role.where("internal_identifier = 'download'").first.nil?
11
- Role.where("internal_identifier = 'file_downloader'").first.destroy unless Role.where("internal_identifier = 'file_downloader'").first.nil?
12
- end
13
-
14
- end
@@ -1,27 +0,0 @@
1
- # This migration comes from erp_invoicing (originally 20120118181839)
2
- class CreateInvoiceManagementDesktopApplication
3
- def self.up
4
- app = DesktopApplication.create(
5
- :description => 'Invoice Management',
6
- :icon => 'icon-creditcards',
7
- :javascript_class_name => 'Compass.ErpApp.Desktop.Applications.InvoiceManagement',
8
- :internal_identifier => 'invoice_management',
9
- :shortcut_id => 'invoice_management-win'
10
- )
11
-
12
- app.save
13
-
14
- pt1 = PreferenceType.iid('desktop_shortcut')
15
- pt1.preferenced_records << app
16
- pt1.save
17
-
18
- pt2 = PreferenceType.iid('autoload_application')
19
- pt2.preferenced_records << app
20
- pt2.save
21
-
22
- end
23
-
24
- def self.down
25
- DesktopApplication.destroy_all(['internal_identifier = ?','invoice_management'])
26
- end
27
- end
@@ -1,14 +0,0 @@
1
- # This migration comes from knitkit (originally 20120127144444)
2
- class CreateWebsiteRoleTypes
3
-
4
- def self.up
5
- RoleType.create(:description => 'Website Owner', :internal_identifier => 'website_owner')
6
- RoleType.create(:description => 'Website Member', :internal_identifier => 'website_member')
7
- end
8
-
9
- def self.down
10
- RoleType.website_owner.destroy
11
- RoleType.website_member.destroy
12
- end
13
-
14
- end
@@ -1,73 +0,0 @@
1
- # This migration comes from knitkit (originally 20120127150505)
2
- class CreateWebsiteDefaultConfiguration
3
-
4
- def self.up
5
- unless ::Configuration.find_template('default_website_configuration')
6
- website_setup_category = Category.create(:description => 'Website Setup', :internal_identifier => 'website_setup')
7
-
8
- #configuration
9
- configuration = Configuration.create(
10
- :description => 'Default Website Configuration',
11
- :internal_identifier => 'default_website_configuration',
12
- :is_template => true
13
- )
14
-
15
- login_url_config_item_type = ConfigurationItemType.create(
16
- :description => 'Login Url',
17
- :internal_identifier => 'login_url',
18
- :allow_user_defined_options => true
19
- )
20
- CategoryClassification.create(:category => website_setup_category, :classification => login_url_config_item_type)
21
- configuration.configuration_item_types << login_url_config_item_type
22
-
23
- home_page_url_config_item_type = ConfigurationItemType.create(
24
- :description => 'Homepage Url',
25
- :internal_identifier => 'homepage_url',
26
- :allow_user_defined_options => true
27
- )
28
- CategoryClassification.create(:category => website_setup_category, :classification => home_page_url_config_item_type)
29
- configuration.configuration_item_types << home_page_url_config_item_type
30
-
31
- contact_us_email_address_item_type = ConfigurationItemType.create(
32
- :description => 'Contact Us Email',
33
- :internal_identifier => 'contact_us_email_address',
34
- :allow_user_defined_options => true
35
- )
36
- CategoryClassification.create(:category => website_setup_category, :classification => contact_us_email_address_item_type)
37
- configuration.configuration_item_types << contact_us_email_address_item_type
38
-
39
- #password strength
40
- simple_password_option = ConfigurationOption.create(
41
- :description => 'Simple password',
42
- :comment => 'must be at least 8 characters long and start and end with a letter',
43
- :internal_identifier => 'simple_password_regex',
44
- :value => '^[A-Za-z]\w{6,}[A-Za-z]$'
45
- )
46
-
47
- complex_password_option = ConfigurationOption.create(
48
- :description => 'Complex password',
49
- :comment => 'must be at least 10 characters, must contain at least one lower case letter, one upper case letter, one digit and one special character, valid special characters are @#$%^&+=',
50
- :internal_identifier => 'complex_password_regex',
51
- :value => '^.*(?=.{10,})(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[@#$%^&+=]).*$'
52
- )
53
-
54
- password_strength_config_item_type = ConfigurationItemType.create(
55
- :description => 'Password Strength',
56
- :internal_identifier => 'password_strength_regex'
57
- )
58
- CategoryClassification.create(:category => website_setup_category, :classification => password_strength_config_item_type)
59
-
60
- password_strength_config_item_type.configuration_options << complex_password_option
61
- password_strength_config_item_type.add_default_configuration_option(simple_password_option)
62
- password_strength_config_item_type.save
63
- configuration.configuration_item_types << password_strength_config_item_type
64
-
65
- configuration.save
66
- end
67
- end
68
-
69
- def self.down
70
- #remove data here
71
- end
72
-
73
- end
@@ -1,34 +0,0 @@
1
- # This migration comes from knitkit (originally 20120127150506)
2
- class AddPrimaryHostToWebsiteConfiguration
3
-
4
- def self.up
5
- unless ConfigurationItemType.find_by_internal_identifier('primary_host')
6
- website_setup_category = Category.find_by_internal_identifier('website_setup')
7
- configuration = ::Configuration.find_template('default_website_configuration')
8
-
9
- primary_host_config_item_type = ConfigurationItemType.create(
10
- :description => 'Primary Host',
11
- :internal_identifier => 'primary_host',
12
- :allow_user_defined_options => true
13
- )
14
- CategoryClassification.create(:category => website_setup_category, :classification => primary_host_config_item_type)
15
- configuration.configuration_item_types << primary_host_config_item_type
16
- configuration.save
17
-
18
- #update existing websites
19
- Website.all.each do |website|
20
- website_config = website.configurations.first
21
- if(website_config.internal_identifier == 'default_website_configuration')
22
- website_config.configuration_item_types << primary_host_config_item_type
23
- website_config.add_configuration_item(primary_host_config_item_type, website.hosts.first.host)
24
- website_config.save
25
- end
26
- end
27
- end
28
- end
29
-
30
- def self.down
31
- #remove data here
32
- end
33
-
34
- end
@@ -1,29 +0,0 @@
1
- # This migration comes from erp_app (originally 20120229160222)
2
- class AddUserinfoWidget
3
-
4
- def self.up
5
- #insert data here
6
- if Widget.find_by_internal_identifier('userinfo').nil?
7
- app = Application.find_by_internal_identifier('crm')
8
-
9
- user = Widget.create(
10
- :description => 'User Info',
11
- :internal_identifier => 'userinfo',
12
- :icon => 'icon-user',
13
- :xtype => 'userinfo'
14
- )
15
-
16
- unless app.nil?
17
- app.widgets << user
18
- app.save
19
- end
20
-
21
- end
22
- end
23
-
24
- def self.down
25
- #remove data here
26
- Widget.find_by_internal_identifier('userinfo').destroy
27
- end
28
-
29
- end
@@ -1,27 +0,0 @@
1
- # This migration comes from erp_invoicing (originally 20120229174322)
2
- class AddBillpayWidget
3
-
4
- def self.up
5
- #insert data here
6
- if Widget.find_by_internal_identifier('billpay').nil?
7
- app = Application.find_by_internal_identifier('crm')
8
-
9
- billpay = Widget.create(
10
- :description => 'Bill Pay',
11
- :internal_identifier => 'billpay',
12
- :icon => 'icon-grid',
13
- :xtype => 'billpay'
14
- )
15
-
16
- app.widgets << billpay
17
- app.save
18
-
19
- end
20
- end
21
-
22
- def self.down
23
- #remove data here
24
- Widget.find_by_internal_identifier('billpay').destroy
25
- end
26
-
27
- end
@@ -1,29 +0,0 @@
1
- # This migration comes from erp_orders (originally 20120229174343)
2
- class AddOrdersWidget
3
-
4
- def self.up
5
- #insert data here
6
- if Widget.find_by_internal_identifier('order_management').nil?
7
- app = Application.find_by_internal_identifier('crm')
8
-
9
- orders = Widget.create(
10
- :description => 'Order Managament',
11
- :internal_identifier => 'order_management',
12
- :icon => 'icon-grid',
13
- :xtype => 'partyorderstab'
14
- )
15
-
16
- unless app.nil?
17
- app.widgets << orders
18
- app.save
19
- end
20
-
21
- end
22
- end
23
-
24
- def self.down
25
- #remove data here
26
- Widget.find_by_internal_identifier('order_management').destroy
27
- end
28
-
29
- end
@@ -1,17 +0,0 @@
1
- # This migration comes from knitkit (originally 20120316150424)
2
- class AddIsTemplateToDefaultWebsiteConfig
3
-
4
- def self.up
5
- default_website_config = Configuration.where('internal_identifier = ?', 'default_website_configuration').all
6
- unless default_website_config.empty?
7
- config = default_website_config.find{|config| config.websites.empty?}
8
- config.is_template = true
9
- config.save
10
- end
11
- end
12
-
13
- def self.down
14
- #remove data here
15
- end
16
-
17
- end
@@ -1,11 +0,0 @@
1
- # This migration comes from erp_app (originally 20120405193721)
2
- class CreatePartyAndRoleTypeForCommunicationEvents < ActiveRecord::Migration
3
- def up
4
- role_type = RoleType.find_or_create_by_description_and_internal_identifier('Application', 'application')
5
- party = Party.find_or_create_by_description('Compass AE')
6
- party.role_type << role_type
7
- end
8
-
9
- def down
10
- end
11
- end
@@ -1,19 +0,0 @@
1
- # This migration comes from erp_app (originally 20120411180756)
2
- class CreateUserManagementMobileApplication
3
-
4
- def self.up
5
- app = MobileApplication.create(
6
- :description => 'User Management',
7
- :icon => 'icon-user',
8
- :internal_identifier => 'user_management',
9
- :base_url => '/erp_app/mobile/user_management/index'
10
- )
11
-
12
- app.save
13
- end
14
-
15
- def self.down
16
- MobileApplication.destroy_all("internal_identifier = 'user_management'")
17
- end
18
-
19
- end
@@ -1,23 +0,0 @@
1
- # This migration comes from erp_app (originally 20120418164215)
2
- class CreateConfigurationManagementDesktopApplication
3
- def self.up
4
- app = DesktopApplication.create(
5
- :description => 'Configuration Management',
6
- :icon => 'icon-grid',
7
- :javascript_class_name => 'Compass.ErpApp.Desktop.Applications.ConfigurationManagement',
8
- :internal_identifier => 'configuration_management',
9
- :shortcut_id => 'configuration_management-win'
10
- )
11
- pt1 = PreferenceType.iid('desktop_shortcut')
12
- pt1.preferenced_records << app
13
- pt1.save
14
-
15
- pt2 = PreferenceType.iid('autoload_application')
16
- pt2.preferenced_records << app
17
- pt2.save
18
- end
19
-
20
- def self.down
21
- DesktopApplication.destroy_all(['internal_identifier = ?','configuration_management'])
22
- end
23
- end
@@ -1,21 +0,0 @@
1
- # This migration comes from erp_invoicing (originally 20120605154637)
2
- class AddCalculateBalanceStrategyTypes
3
-
4
- def self.up
5
- [
6
- ['Calculate with invoices and payments', 'invoices_and_payments'],
7
- ['Calculate with payments', 'payments'],
8
- ['Calculate with invoices items and payments', 'invoice_items_and_payments']
9
- ].each do |item|
10
- CalculateBalanceStrategyType.create(:description => item[0], :internal_identifier => item[1])
11
- end
12
-
13
- end
14
-
15
- def self.down
16
- ['invoices_and_payments','payments', 'invoice_items_and_payments'].each do |iid|
17
- CalculateBalanceStrategyType.destroy_all("internal_identifier = #{iid}")
18
- end
19
- end
20
-
21
- end
@@ -1,78 +0,0 @@
1
- # This migration comes from knitkit (originally 20120809020508)
2
- class UpdateWebsiteAndConfiguration < ActiveRecord::Migration
3
- def self.up
4
- content_work_flow_category = Category.create(:description => 'Content Workflow', :internal_identifier => 'content_workflow')
5
-
6
- website_setup_category = Category.find_by_internal_identifier('website_setup')
7
- configuration = ::Configuration.find_template('default_website_configuration')
8
-
9
- yes_option = ConfigurationOption.find_by_internal_identifier('yes')
10
- yes_option = ConfigurationOption.create(
11
- :description => 'Yes',
12
- :internal_identifier => 'yes',
13
- :value => 'yes'
14
- ) if yes_option.nil?
15
-
16
- no_option = ConfigurationOption.find_by_internal_identifier('no')
17
- no_option = ConfigurationOption.create(
18
- :description => 'No',
19
- :internal_identifier => 'no',
20
- :value => 'no'
21
- ) if no_option.nil?
22
-
23
- #add email inquiries config
24
- email_inquiries_config_item_type = ConfigurationItemType.create(
25
- :description => 'Email inquiries',
26
- :internal_identifier => 'email_inquiries'
27
- )
28
- email_inquiries_config_item_type.configuration_options << yes_option
29
- email_inquiries_config_item_type.add_default_option(no_option)
30
- CategoryClassification.create(:category => website_setup_category, :classification => email_inquiries_config_item_type)
31
-
32
- configuration.configuration_item_types << email_inquiries_config_item_type
33
-
34
- #add auto activate publications
35
- auto_activate_config_item_type = ConfigurationItemType.create(
36
- :description => 'Auto activate publications',
37
- :internal_identifier => 'auto_active_publications'
38
- )
39
- auto_activate_config_item_type.configuration_options << no_option
40
- auto_activate_config_item_type.add_default_option(yes_option)
41
- CategoryClassification.create(:category => content_work_flow_category, :classification => auto_activate_config_item_type)
42
-
43
- configuration.configuration_item_types << auto_activate_config_item_type
44
-
45
- #add auto publish on save
46
- publish_on_save_config_item_type = ConfigurationItemType.create(
47
- :description => 'Publish on save',
48
- :internal_identifier => 'publish_on_save'
49
- )
50
- publish_on_save_config_item_type.configuration_options << no_option
51
- publish_on_save_config_item_type.add_default_option(yes_option)
52
- CategoryClassification.create(:category => content_work_flow_category, :classification => publish_on_save_config_item_type)
53
-
54
- configuration.configuration_item_types << publish_on_save_config_item_type
55
-
56
- Website.all.each do |website|
57
- website_config = website.configurations.first
58
- #add types
59
- website_config.configuration_item_types << email_inquiries_config_item_type
60
- website_config.configuration_item_types << auto_activate_config_item_type
61
- website_config.configuration_item_types << publish_on_save_config_item_type
62
-
63
- website_config.add_configuration_item(email_inquiries_config_item_type, (website.email_inquiries ? :yes : :no))
64
- website_config.add_configuration_item(auto_activate_config_item_type, (website.auto_activate_publication ? :yes : :no))
65
- website_config.add_configuration_item(publish_on_save_config_item_type, (website.auto_activate_publication ? :no : :yes))
66
-
67
- website_config.save
68
- end
69
-
70
- remove_column(:websites, :email) if columns(:websites).collect {|c| c.name}.include?('email')
71
-
72
- remove_column(:websites, :auto_activate_publication) if columns(:websites).collect {|c| c.name}.include?('auto_activate_publication')
73
- remove_column(:websites, :email_inquiries) if columns(:websites).collect {|c| c.name}.include?('email_inquiries')
74
- end
75
-
76
- def self.down
77
- end
78
- end
@@ -1,67 +0,0 @@
1
- # This migration comes from erp_forms (originally 20120824013449)
2
- class CreateTicketForm
3
-
4
- def self.up
5
- #insert data here
6
- fields = []
7
-
8
- fields << DynamicFormField.textfield({:fieldLabel => 'Title', :name => 'title', :width => 250, :allowBlank => false })
9
- fields << DynamicFormField.combobox([['Open', 'Open'],['Closed', 'Closed']],{:fieldLabel => 'Status', :name => 'status', :width => 175, :allowBlank => false })
10
- fields << DynamicFormField.combobox([ ['Defect', 'Defect'],
11
- ['Feature', 'Feature'],
12
- ['Issue', 'Issue'],
13
- ['Task', 'Task'],
14
- ],{:fieldLabel => 'Type', :name => 'type', :width => 175, :allowBlank => false })
15
- fields << DynamicFormField.combobox([['High', 'High'],['Medium', 'Medium'],['Low', 'Low']],{:fieldLabel => 'Priority', :name => 'priority', :width => 175, :allowBlank => false })
16
- fields << DynamicFormField.combobox([ ['compass_ae_console', 'compass_ae_console'],
17
- ['compass_ae_starter_kit', 'compass_ae_starter_kit'],
18
- ['data_migrator', 'data_migrator'],
19
- ['erp_agreements', 'erp_agreements'],
20
- ['erp_app', 'erp_app'],
21
- ['erp_base_erp_svcs', 'erp_base_erp_svcs'],
22
- ['erp_commerce', 'erp_commerce'],
23
- ['erp_communication_events', 'erp_communication_events'],
24
- ['erp_dev_svcs', 'erp_dev_svcs'],
25
- ['erp_financial_accounting', 'erp_financial_accounting'],
26
- ['erp_forms', 'erp_forms'],
27
- ['erp_inventory', 'erp_inventory'],
28
- ['erp_invoicing', 'erp_invoicing'],
29
- ['erp_offers', 'erp_offers'],
30
- ['erp_orders', 'erp_orders'],
31
- ['erp_products', 'erp_products'],
32
- ['erp_rules', 'erp_rules'],
33
- ['erp_search', 'erp_search'],
34
- ['erp_tech_svcs', 'erp_tech_svcs'],
35
- ['erp_txns_and_accts', 'erp_txns_and_accts'],
36
- ['erp_work_effort', 'erp_work_effort'],
37
- ['erp_workflow', 'erp_workflow'],
38
- ['knitkit', 'knitkit'],
39
- ['master_data_management', 'master_data_management'],
40
- ['prismpay', 'prismpay'],
41
- ['rails_db_admin', 'rails_db_admin'],
42
- ['tenancy', 'tenancy'],
43
- ['timeshare', 'timeshare']
44
- ],
45
- {:fieldLabel => 'Product', :name => 'product', :width => 270, :allowBlank => true })
46
- fields << DynamicFormField.combobox([['None', 'None']],{:fieldLabel => 'Project', :name => 'project', :width => 175, :allowBlank => true })
47
- fields << DynamicFormField.related_combobox('User','username',{:fieldLabel => 'Assigned To', :name => 'assigned_to_id', :width => 175, :allowBlank => true })
48
- fields << DynamicFormField.textarea({:fieldLabel => 'Body', :name => 'body', :width => 400, :height => 300, :allowBlank => false, :display_in_grid => false })
49
-
50
- d = DynamicForm.new
51
- d.description = 'Ticket Form'
52
- d.definition = fields.to_json
53
- d.model_name = 'Ticket'
54
- d.internal_identifier = 'ticket'
55
- d.default = true
56
- d.dynamic_form_model = DynamicFormModel.create(:model_name => 'Ticket')
57
- d.msg_target = 'qtip'
58
- d.save
59
- end
60
-
61
- def self.down
62
- #remove data here
63
- DynamicForm.find_by_internal_identifier('ticket').destroy
64
- DynamicFormModel.find_by_model_name('Ticket').destroy
65
- end
66
-
67
- end