spree_order_reporting 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/jobs/order_reporting/recurring_report_delayed_job.rb +4 -1
- data/lib/order_reporting/report.rb +2 -0
- data/lib/order_reporting/schedulers/delayed_job_scheduler.rb +4 -0
- data/lib/order_reporting/version.rb +1 -1
- data/spec/dummy/app/assets/stylesheets/application.css +1 -1
- data/spec/dummy/bin/rails +1 -1
- data/spec/dummy/config.ru +1 -1
- data/spec/dummy/config/application.rb +1 -4
- data/spec/dummy/config/environments/development.rb +0 -4
- data/spec/dummy/config/environments/production.rb +12 -13
- data/spec/dummy/config/environments/test.rb +1 -1
- data/spec/dummy/config/initializers/assets.rb +0 -3
- data/spec/dummy/config/initializers/cookies_serializer.rb +1 -1
- data/spec/dummy/config/initializers/devise.rb +1 -1
- data/spec/dummy/config/initializers/spree.rb +8 -51
- data/spec/dummy/config/secrets.yml +2 -2
- data/spec/dummy/config/spree.yml +2 -0
- data/spec/dummy/db/migrate/{20160707103353_spree_one_two.spree.rb → 20160708163029_spree_one_two.spree.rb} +36 -36
- data/spec/dummy/db/migrate/{20160707103354_spree_promo_one_two.spree.rb → 20160708163030_spree_promo_one_two.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20160707103355_add_tax_rate_label.spree.rb → 20160708163031_add_tax_rate_label.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103356_add_toggle_tax_rate_display.spree.rb → 20160708163032_add_toggle_tax_rate_display.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103357_remove_unused_preference_columns.spree.rb → 20160708163033_remove_unused_preference_columns.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103358_add_lock_version_to_variant.spree.rb → 20160708163034_add_lock_version_to_variant.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103359_add_states_required_to_countries.spree.rb → 20160708163035_add_states_required_to_countries.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103360_add_on_demand_to_product_and_variant.spree.rb → 20160708163036_add_on_demand_to_product_and_variant.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103361_remove_not_null_constraint_from_products_on_hand.spree.rb → 20160708163037_remove_not_null_constraint_from_products_on_hand.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103362_split_prices_from_variants.spree.rb → 20160708163038_split_prices_from_variants.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103363_remove_not_null_from_spree_prices_amount.spree.rb → 20160708163039_remove_not_null_from_spree_prices_amount.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103364_add_currency_to_line_items.spree.rb → 20160708163040_add_currency_to_line_items.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103365_add_currency_to_orders.spree.rb → 20160708163041_add_currency_to_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103366_add_cost_currency_to_variants.spree.rb → 20160708163042_add_cost_currency_to_variants.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103367_remove_display_on_from_payment_methods.spree.rb → 20160708163043_remove_display_on_from_payment_methods.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103368_add_position_to_taxonomies.spree.rb → 20160708163044_add_position_to_taxonomies.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103369_add_last_ip_to_spree_orders.spree.rb → 20160708163045_add_last_ip_to_spree_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103370_add_state_to_spree_adjustments.spree.rb → 20160708163046_add_state_to_spree_adjustments.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103371_add_display_on_to_spree_payment_methods.spree.rb → 20160708163047_add_display_on_to_spree_payment_methods.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103372_add_position_to_product_properties.spree.rb → 20160708163048_add_position_to_product_properties.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103373_add_identifier_to_spree_payments.spree.rb → 20160708163049_add_identifier_to_spree_payments.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103374_add_order_id_index_to_payments.spree.rb → 20160708163050_add_order_id_index_to_payments.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103375_add_primary_to_spree_products_taxons.spree.rb → 20160708163051_add_primary_to_spree_products_taxons.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103376_create_spree_stock_items.spree.rb → 20160708163052_create_spree_stock_items.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20160707103377_create_spree_stock_locations.spree.rb → 20160708163053_create_spree_stock_locations.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20160707103378_create_default_stock.spree.rb → 20160708163054_create_default_stock.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20160707103379_add_order_id_index_to_shipments.spree.rb → 20160708163055_add_order_id_index_to_shipments.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103380_change_meta_description_on_spree_products_to_text.spree.rb → 20160708163056_change_meta_description_on_spree_products_to_text.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103381_add_stock_location_id_to_spree_shipments.spree.rb → 20160708163057_add_stock_location_id_to_spree_shipments.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103382_add_pending_to_inventory_unit.spree.rb → 20160708163058_add_pending_to_inventory_unit.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103383_remove_on_demand_from_product_and_variant.spree.rb → 20160708163059_remove_on_demand_from_product_and_variant.spree.rb} +0 -0
- data/spec/dummy/db/migrate/20160708163060_create_shipping_method_zone.spree.rb +23 -0
- data/spec/dummy/db/migrate/{20160707103385_remove_shipping_category_id_from_shipping_method.spree.rb → 20160708163061_remove_shipping_category_id_from_shipping_method.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103386_create_shipping_method_categories.spree.rb → 20160708163062_create_shipping_method_categories.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20160707103387_add_tracking_url_to_spree_shipping_methods.spree.rb → 20160708163063_add_tracking_url_to_spree_shipping_methods.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103388_create_spree_shipping_rates.spree.rb → 20160708163064_create_spree_shipping_rates.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20160707103389_remove_category_match_attributes_from_shipping_method.spree.rb → 20160708163065_remove_category_match_attributes_from_shipping_method.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103390_create_stock_movements.spree.rb → 20160708163066_create_stock_movements.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20160707103391_add_address_fields_to_stock_location.spree.rb → 20160708163067_add_address_fields_to_stock_location.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20160707103392_add_active_field_to_stock_locations.spree.rb → 20160708163068_add_active_field_to_stock_locations.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103393_add_backorderable_to_stock_item.spree.rb → 20160708163069_add_backorderable_to_stock_item.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103394_add_default_quantity_to_stock_movement.spree.rb → 20160708163070_add_default_quantity_to_stock_movement.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103395_add_source_and_destination_to_stock_movements.spree.rb → 20160708163071_add_source_and_destination_to_stock_movements.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103396_change_orders_total_precision.spree.rb → 20160708163072_change_orders_total_precision.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103397_change_spree_payments_amount_precision.spree.rb → 20160708163073_change_spree_payments_amount_precision.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103398_change_spree_return_authorization_amount_precision.spree.rb → 20160708163074_change_spree_return_authorization_amount_precision.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103399_change_adjustments_amount_precision.spree.rb → 20160708163075_change_adjustments_amount_precision.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103400_add_originator_to_stock_movement.spree.rb → 20160708163076_add_originator_to_stock_movement.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103401_drop_source_and_destination_from_stock_movement.spree.rb → 20160708163077_drop_source_and_destination_from_stock_movement.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103402_migrate_inventory_unit_sold_to_on_hand.spree.rb → 20160708163078_migrate_inventory_unit_sold_to_on_hand.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103403_add_stock_location_to_rma.spree.rb → 20160708163079_add_stock_location_to_rma.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103404_update_shipment_state_for_canceled_orders.spree.rb → 20160708163080_update_shipment_state_for_canceled_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103405_add_seo_metas_to_taxons.spree.rb → 20160708163081_add_seo_metas_to_taxons.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103406_remove_stock_item_and_variant_lock.spree.rb → 20160708163082_remove_stock_item_and_variant_lock.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103407_add_name_to_spree_credit_cards.spree.rb → 20160708163083_add_name_to_spree_credit_cards.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103408_update_name_fields_on_spree_credit_cards.spree.rb → 20160708163084_update_name_fields_on_spree_credit_cards.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103409_add_index_to_source_columns_on_adjustments.spree.rb → 20160708163085_add_index_to_source_columns_on_adjustments.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103410_update_adjustment_states.spree.rb → 20160708163086_update_adjustment_states.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103411_add_shipping_rates_to_shipments.spree.rb → 20160708163087_add_shipping_rates_to_shipments.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103412_create_spree_stock_transfers.spree.rb → 20160708163088_create_spree_stock_transfers.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20160707103413_drop_products_count_on_hand.spree.rb → 20160708163089_drop_products_count_on_hand.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103414_set_default_shipping_rate_cost.spree.rb → 20160708163090_set_default_shipping_rate_cost.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103415_add_number_to_stock_transfer.spree.rb → 20160708163091_add_number_to_stock_transfer.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20160707103416_add_sku_index_to_spree_variants.spree.rb → 20160708163092_add_sku_index_to_spree_variants.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103417_add_backorderable_default_to_spree_stock_location.spree.rb → 20160708163093_add_backorderable_default_to_spree_stock_location.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103418_add_propage_all_variants_to_spree_stock_location.spree.rb → 20160708163094_add_propage_all_variants_to_spree_stock_location.spree.rb} +0 -0
- data/spec/dummy/db/migrate/20160708163095_rename_shipping_methods_zones_to_spree_shipping_methods_zones.spree.rb +11 -0
- data/spec/dummy/db/migrate/{20160707103420_add_user_id_index_to_spree_orders.spree.rb → 20160708163096_add_user_id_index_to_spree_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103421_add_updated_at_to_spree_countries.spree.rb → 20160708163097_add_updated_at_to_spree_countries.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103422_add_updated_at_to_spree_states.spree.rb → 20160708163098_add_updated_at_to_spree_states.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103423_add_cvv_result_code_and_cvv_result_message_to_spree_payments.spree.rb → 20160708163099_add_cvv_result_code_and_cvv_result_message_to_spree_payments.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103424_add_unique_index_to_permalink_on_spree_products.spree.rb → 20160708163100_add_unique_index_to_permalink_on_spree_products.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103425_add_unique_index_to_orders_shipments_and_stock_transfers.spree.rb → 20160708163101_add_unique_index_to_orders_shipments_and_stock_transfers.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103426_add_deleted_at_to_spree_tax_rates.spree.rb → 20160708163102_add_deleted_at_to_spree_tax_rates.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103427_remove_lock_version_from_inventory_units.spree.rb → 20160708163103_remove_lock_version_from_inventory_units.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103428_add_cost_price_to_line_item.spree.rb → 20160708163104_add_cost_price_to_line_item.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103429_set_backorderable_to_default_to_false.spree.rb → 20160708163105_set_backorderable_to_default_to_false.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103430_add_created_by_id_to_spree_orders.spree.rb → 20160708163106_add_created_by_id_to_spree_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103431_index_completed_at_on_spree_orders.spree.rb → 20160708163107_index_completed_at_on_spree_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103432_add_tax_category_id_to_spree_line_items.spree.rb → 20160708163108_add_tax_category_id_to_spree_line_items.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103433_migrate_tax_categories_to_line_items.spree.rb → 20160708163109_migrate_tax_categories_to_line_items.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103434_drop_spree_mail_methods.spree.rb → 20160708163110_drop_spree_mail_methods.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103435_set_default_stock_location_on_shipments.spree.rb → 20160708163111_set_default_stock_location_on_shipments.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103436_upgrade_adjustments.spree.rb → 20160708163112_upgrade_adjustments.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103437_rename_adjustment_fields.spree.rb → 20160708163113_rename_adjustment_fields.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103438_add_admin_name_column_to_spree_shipping_methods.spree.rb → 20160708163114_add_admin_name_column_to_spree_shipping_methods.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103439_add_admin_name_column_to_spree_stock_locations.spree.rb → 20160708163115_add_admin_name_column_to_spree_stock_locations.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103440_add_shipment_total_to_spree_orders.spree.rb → 20160708163116_add_shipment_total_to_spree_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103441_expand_order_number_size.spree.rb → 20160708163117_expand_order_number_size.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103442_rename_activators_to_promotions.spree.rb → 20160708163118_rename_activators_to_promotions.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103443_add_adjustment_total_to_line_items.spree.rb → 20160708163119_add_adjustment_total_to_line_items.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103444_add_adjustment_total_to_shipments.spree.rb → 20160708163120_add_adjustment_total_to_shipments.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103445_add_depth_to_spree_taxons.spree.rb → 20160708163121_add_depth_to_spree_taxons.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103446_add_tax_total_to_line_items_shipments_and_orders.spree.rb → 20160708163122_add_tax_total_to_line_items_shipments_and_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103447_add_shipping_category_to_shipping_methods_and_products.spree.rb → 20160708163123_add_shipping_category_to_shipping_methods_and_products.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103448_migrate_old_shipping_calculators.spree.rb → 20160708163124_migrate_old_shipping_calculators.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103449_add_code_to_spree_promotion_rules.spree.rb → 20160708163125_add_code_to_spree_promotion_rules.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103450_change_states_required_for_countries.spree.rb → 20160708163126_change_states_required_for_countries.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103451_add_deleted_at_to_spree_stock_items.spree.rb → 20160708163127_add_deleted_at_to_spree_stock_items.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103452_remove_promotions_event_name_field.spree.rb → 20160708163128_remove_promotions_event_name_field.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103453_add_promo_total_to_line_items_and_shipments_and_orders.spree.rb → 20160708163129_add_promo_total_to_line_items_and_shipments_and_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103454_remove_unused_credit_card_fields.spree.rb → 20160708163130_remove_unused_credit_card_fields.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103455_add_track_inventory_to_variant.spree.rb → 20160708163131_add_track_inventory_to_variant.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103456_add_tax_category_to_variants.spree.rb → 20160708163132_add_tax_category_to_variants.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103457_add_channel_to_spree_orders.spree.rb → 20160708163133_add_channel_to_spree_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103458_add_included_to_adjustments.spree.rb → 20160708163134_add_included_to_adjustments.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103459_rename_tax_total_fields.spree.rb → 20160708163135_rename_tax_total_fields.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103460_add_line_item_id_to_spree_inventory_units.spree.rb → 20160708163136_add_line_item_id_to_spree_inventory_units.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103461_add_updated_at_to_variants.spree.rb → 20160708163137_add_updated_at_to_variants.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103462_add_position_to_classifications.spree.rb → 20160708163138_add_position_to_classifications.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103463_create_spree_orders_promotions.spree.rb → 20160708163139_create_spree_orders_promotions.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103464_unique_shipping_method_categories.spree.rb → 20160708163140_unique_shipping_method_categories.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103465_add_item_count_to_spree_orders.spree.rb → 20160708163141_add_item_count_to_spree_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103466_remove_value_type_from_spree_preferences.spree.rb → 20160708163142_remove_value_type_from_spree_preferences.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103467_rename_permalink_to_slug_for_products.spree.rb → 20160708163143_rename_permalink_to_slug_for_products.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103468_add_index_to_variant_id_and_currency_on_prices.spree.rb → 20160708163144_add_index_to_variant_id_and_currency_on_prices.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103469_rename_activator_id_in_rules_and_actions_to_promotion_id.spree.rb → 20160708163145_rename_activator_id_in_rules_and_actions_to_promotion_id.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103470_add_deleted_at_to_spree_prices.spree.rb → 20160708163146_add_deleted_at_to_spree_prices.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103471_add_approver_id_and_approved_at_to_orders.spree.rb → 20160708163147_add_approver_id_and_approved_at_to_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103472_add_confirmation_delivered_to_spree_orders.spree.rb → 20160708163148_add_confirmation_delivered_to_spree_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103473_add_auto_capture_to_payment_methods.spree.rb → 20160708163149_add_auto_capture_to_payment_methods.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103474_create_spree_payment_capture_events.spree.rb → 20160708163150_create_spree_payment_capture_events.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20160707103475_add_uncaptured_amount_to_payments.spree.rb → 20160708163151_add_uncaptured_amount_to_payments.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103476_default_variant_weight_to_zero.spree.rb → 20160708163152_default_variant_weight_to_zero.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103477_add_tax_category_id_to_shipping_methods.spree.rb → 20160708163153_add_tax_category_id_to_shipping_methods.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103478_add_tax_rate_id_to_shipping_rates.spree.rb → 20160708163154_add_tax_rate_id_to_shipping_rates.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103479_add_pre_tax_amount_to_line_items_and_shipments.spree.rb → 20160708163155_add_pre_tax_amount_to_line_items_and_shipments.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103480_add_more_indexes.spree.rb → 20160708163156_add_more_indexes.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103481_add_considered_risky_to_orders.spree.rb → 20160708163157_add_considered_risky_to_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103482_add_preference_store_to_everything.spree.rb → 20160708163158_add_preference_store_to_everything.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103483_add_user_id_to_spree_credit_cards.spree.rb → 20160708163159_add_user_id_to_spree_credit_cards.spree.rb} +0 -0
- data/spec/dummy/db/migrate/20160708163160_migrate_old_preferences.spree.rb +24 -0
- data/spec/dummy/db/migrate/{20160707103485_create_spree_stores.spree.rb → 20160708163161_create_spree_stores.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20160707103486_create_store_from_preferences.spree.rb → 20160708163162_create_store_from_preferences.spree.rb} +12 -8
- data/spec/dummy/db/migrate/{20160707103487_add_timestamps_to_spree_assets.spree.rb → 20160708163163_add_timestamps_to_spree_assets.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103488_create_spree_taxons_promotion_rules.spree.rb → 20160708163164_create_spree_taxons_promotion_rules.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103489_add_additional_store_fields.spree.rb → 20160708163165_add_additional_store_fields.spree.rb} +0 -0
- data/spec/dummy/db/migrate/20160708163166_add_many_missing_indexes.spree.rb +19 -0
- data/spec/dummy/db/migrate/20160708163167_correct_some_polymorphic_index_and_add_more_missing.spree.rb +67 -0
- data/spec/dummy/db/migrate/{20160707103492_add_user_id_created_by_id_index_to_order.spree.rb → 20160708163168_add_user_id_created_by_id_index_to_order.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103493_change_spree_price_amount_precision.spree.rb → 20160708163169_change_spree_price_amount_precision.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103494_add_token_to_spree_orders.spree.rb → 20160708163170_add_token_to_spree_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103495_move_order_token_from_tokenized_permission.spree.rb → 20160708163171_move_order_token_from_tokenized_permission.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103496_set_shipment_total_for_users_upgrading.spree.rb → 20160708163172_set_shipment_total_for_users_upgrading.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103497_drop_credit_card_first_name_and_last_name.spree.rb → 20160708163173_drop_credit_card_first_name_and_last_name.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103498_add_deleted_at_to_spree_promotion_actions.spree.rb → 20160708163174_add_deleted_at_to_spree_promotion_actions.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103499_remove_uncaptured_amount_from_spree_payments.spree.rb → 20160708163175_remove_uncaptured_amount_from_spree_payments.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103500_create_spree_refunds.spree.rb → 20160708163176_create_spree_refunds.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20160707103501_create_spree_return_authorization_inventory_unit.spree.rb → 20160708163177_create_spree_return_authorization_inventory_unit.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20160707103502_rename_return_authorization_inventory_unit_to_return_items.spree.rb → 20160708163178_rename_return_authorization_inventory_unit_to_return_items.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103504_backfill_line_item_pre_tax_amount.spree.rb → 20160708163179_backfill_line_item_pre_tax_amount.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103505_recreate_spree_return_authorizations.spree.rb → 20160708163180_recreate_spree_return_authorizations.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103506_add_amount_fields_to_return_items.spree.rb → 20160708163181_add_amount_fields_to_return_items.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103507_drop_return_authorization_amount.spree.rb → 20160708163182_drop_return_authorization_amount.spree.rb} +0 -0
- data/spec/dummy/db/migrate/20160708163183_create_spree_return_authorization_reasons.spree.rb +29 -0
- data/spec/dummy/db/migrate/{20160707103509_create_spree_refund_reasons.spree.rb → 20160708163184_create_spree_refund_reasons.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20160707103510_rename_return_authorization_reason.spree.rb → 20160708163185_rename_return_authorization_reason.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103511_create_spree_promotion_categories.spree.rb → 20160708163186_create_spree_promotion_categories.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20160707103512_drop_received_at_on_return_items.spree.rb → 20160708163187_drop_received_at_on_return_items.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103513_add_reception_and_acceptance_status_to_return_items.spree.rb → 20160708163188_add_reception_and_acceptance_status_to_return_items.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103514_create_default_refund_reason.spree.rb → 20160708163189_create_default_refund_reason.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103515_add_default_to_spree_stock_locations.spree.rb → 20160708163190_add_default_to_spree_stock_locations.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103516_create_spree_customer_returns.spree.rb → 20160708163191_create_spree_customer_returns.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20160707103517_add_customer_return_id_to_return_item.spree.rb → 20160708163192_add_customer_return_id_to_return_item.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103518_create_friendly_id_slugs.spree.rb → 20160708163193_create_friendly_id_slugs.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103519_rename_spree_refund_return_authorization_id.spree.rb → 20160708163194_rename_spree_refund_return_authorization_id.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103520_increase_return_item_pre_tax_amount_precision.spree.rb → 20160708163195_increase_return_item_pre_tax_amount_precision.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103521_copy_product_slugs_to_slug_history.spree.rb → 20160708163196_copy_product_slugs_to_slug_history.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103522_create_spree_reimbursements.spree.rb → 20160708163197_create_spree_reimbursements.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20160707103523_add_promotionable_to_spree_products.spree.rb → 20160708163198_add_promotionable_to_spree_products.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103524_add_exchange_inventory_unit_foreign_keys.spree.rb → 20160708163199_add_exchange_inventory_unit_foreign_keys.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103525_add_acceptance_status_errors_to_return_item.spree.rb → 20160708163200_add_acceptance_status_errors_to_return_item.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103526_create_spree_reimbursement_types.spree.rb → 20160708163201_create_spree_reimbursement_types.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20160707103527_add_default_to_shipment_cost.spree.rb → 20160708163202_add_default_to_shipment_cost.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103528_add_default_to_spree_credit_cards.spree.rb → 20160708163203_add_default_to_spree_credit_cards.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103529_make_existing_credit_cards_default.spree.rb → 20160708163204_make_existing_credit_cards_default.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103530_add_type_to_reimbursement_type.spree.rb → 20160708163205_add_type_to_reimbursement_type.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103531_create_spree_reimbursement_credits.spree.rb → 20160708163206_create_spree_reimbursement_credits.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103532_add_meta_title_to_spree_products.spree.rb → 20160708163207_add_meta_title_to_spree_products.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103533_add_code_to_spree_tax_categories.spree.rb → 20160708163208_add_code_to_spree_tax_categories.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103534_default_pre_tax_amount_should_be_zero.spree.rb → 20160708163209_default_pre_tax_amount_should_be_zero.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103535_add_code_to_spree_shipping_methods.spree.rb → 20160708163210_add_code_to_spree_shipping_methods.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103536_add_cancel_audit_fields_to_spree_orders.spree.rb → 20160708163211_add_cancel_audit_fields_to_spree_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/20160708163212_add_store_id_to_orders.spree.rb +9 -0
- data/spec/dummy/db/migrate/{20160707103538_create_spree_taxons_prototypes.spree.rb → 20160708163213_create_spree_taxons_prototypes.spree.rb} +0 -0
- data/spec/dummy/db/migrate/20160708163214_add_state_lock_version_to_order.spree.rb +6 -0
- data/spec/dummy/db/migrate/20160708163215_add_counter_cache_from_spree_variants_to_spree_stock_items.spree.rb +14 -0
- data/spec/dummy/db/migrate/{20160707103540_fix_adjustment_order_presence.spree.rb → 20160708163216_fix_adjustment_order_presence.spree.rb} +1 -1
- data/spec/dummy/db/migrate/{20160707103541_update_classifications_positions.spree.rb → 20160708163217_update_classifications_positions.spree.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103542_add_guest_token_index_to_spree_orders.spree.rb → 20160708163218_add_guest_token_index_to_spree_orders.spree.rb} +0 -0
- data/spec/dummy/db/migrate/20160708163219_fix_adjustment_order_id.spree.rb +71 -0
- data/spec/dummy/db/migrate/20160708163220_add_deleted_at_to_friendly_id_slugs.spree.rb +7 -0
- data/spec/dummy/db/migrate/20160708163221_enable_acts_as_paranoid_on_calculators.spree.rb +7 -0
- data/spec/dummy/db/migrate/{20160707103631_add_api_key_to_spree_users.spree_api.rb → 20160708163222_add_api_key_to_spree_users.spree_api.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103632_resize_api_key_field.spree_api.rb → 20160708163223_resize_api_key_field.spree_api.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103633_rename_api_key_to_spree_api_key.spree_api.rb → 20160708163224_rename_api_key_to_spree_api_key.spree_api.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103634_add_index_to_user_spree_api_key.spree_api.rb → 20160708163225_add_index_to_user_spree_api_key.spree_api.rb} +0 -0
- data/spec/dummy/db/migrate/{20160707103635_create_users.solidus_auth.rb → 20160708163226_create_users.spree_auth.rb} +1 -1
- data/spec/dummy/db/migrate/{20160707103636_rename_columns_for_devise.solidus_auth.rb → 20160708163227_rename_columns_for_devise.spree_auth.rb} +1 -1
- data/spec/dummy/db/migrate/{20160707103637_convert_user_remember_field.solidus_auth.rb → 20160708163228_convert_user_remember_field.spree_auth.rb} +1 -1
- data/spec/dummy/db/migrate/{20160707103638_add_reset_password_sent_at_to_spree_users.solidus_auth.rb → 20160708163229_add_reset_password_sent_at_to_spree_users.spree_auth.rb} +1 -1
- data/spec/dummy/db/migrate/{20160707103639_make_users_email_index_unique.solidus_auth.rb → 20160708163230_make_users_email_index_unique.spree_auth.rb} +1 -1
- data/spec/dummy/db/migrate/{20160707103640_add_deleted_at_to_users.solidus_auth.rb → 20160708163231_add_deleted_at_to_users.spree_auth.rb} +1 -1
- data/spec/dummy/db/migrate/{20160707103641_add_confirmable_to_users.solidus_auth.rb → 20160708163232_add_confirmable_to_users.spree_auth.rb} +1 -1
- data/spec/dummy/db/migrate/{20160707103642_create_delayed_jobs.rb → 20160708163233_create_delayed_jobs.rb} +0 -0
- data/spec/dummy/db/schema.rb +210 -397
- data/spec/dummy/db/spree_test.sqlite3 +0 -0
- data/spec/dummy/log/test.log +15949 -8818
- data/spec/dummy/tmp/cache/2CC/B21/spree%2Fapp_configuration%2Frequire_master_price +1 -0
- data/spec/dummy/tmp/cache/397/F31/spree%2Fapp_configuration%2Fbinary_inventory_cache +1 -0
- data/spec/dummy/tmp/cache/39C/F91/spree%2Fapp_configuration%2Ftax_using_ship_address +1 -0
- data/spec/dummy/tmp/cache/3A7/4A1/spree%2Fapp_configuration%2Faddress_requires_state +1 -0
- data/spec/dummy/tmp/cache/3BE/851/spree%2Fapp_configuration%2Ftrack_inventory_levels +1 -0
- data/spec/dummy/tmp/cache/5AE/6A1/spree%2Fapp_configuration%2Falways_include_confirm_step +1 -0
- data/spec/dummy/tmp/cache/DDD/2D0/spree%2Fapp_configuration%2Fcurrency +1 -0
- data/spec/dummy/tmp/cache/F65/550/spree%2Fauth_configuration%2Fconfirmable +1 -1
- data/spec/dummy/vendor/assets/javascripts/spree/backend/all.js +3 -0
- data/spec/dummy/vendor/assets/javascripts/spree/frontend/all.js +3 -0
- data/spec/dummy/vendor/assets/stylesheets/spree/backend/all.css +3 -0
- data/spec/dummy/vendor/assets/stylesheets/spree/frontend/all.css +3 -0
- data/spec/features/recurring_reports_spec.rb +1 -1
- data/spec/unit/lib/order_reporting/delayed_job_scheduler_spec.rb +12 -2
- metadata +428 -584
- data/spec/dummy/bin/setup +0 -29
- data/spec/dummy/db/migrate/20160707103384_create_shipping_method_zone.spree.rb +0 -22
- data/spec/dummy/db/migrate/20160707103419_rename_shipping_methods_zones_to_spree_shipping_methods_zones.spree.rb +0 -6
- data/spec/dummy/db/migrate/20160707103484_migrate_old_preferences.spree.rb +0 -52
- data/spec/dummy/db/migrate/20160707103490_add_many_missing_indexes.spree.rb +0 -20
- data/spec/dummy/db/migrate/20160707103491_correct_some_polymorphic_index_and_add_more_missing.spree.rb +0 -66
- data/spec/dummy/db/migrate/20160707103503_create_order_mutex.spree.rb +0 -12
- data/spec/dummy/db/migrate/20160707103508_create_spree_return_authorization_reasons.spree.rb +0 -33
- data/spec/dummy/db/migrate/20160707103537_add_store_id_to_orders.spree.rb +0 -13
- data/spec/dummy/db/migrate/20160707103539_add_counter_cache_from_spree_variants_to_spree_stock_items.spree.rb +0 -9
- data/spec/dummy/db/migrate/20160707103543_remove_extra_products_slug_index.spree.rb +0 -6
- data/spec/dummy/db/migrate/20160707103544_update_product_slug_index.spree.rb +0 -9
- data/spec/dummy/db/migrate/20160707103545_add_default_column_to_price.spree.rb +0 -6
- data/spec/dummy/db/migrate/20160707103546_add_position_to_stock_location.spree.rb +0 -6
- data/spec/dummy/db/migrate/20160707103547_create_spree_promotion_codes.spree.rb +0 -14
- data/spec/dummy/db/migrate/20160707103548_create_adjustment_promotion_code_association.spree.rb +0 -7
- data/spec/dummy/db/migrate/20160707103549_remove_environment_from_payment_method.spree.rb +0 -7
- data/spec/dummy/db/migrate/20160707103550_add_restock_inventory_to_stock_location.spree.rb +0 -6
- data/spec/dummy/db/migrate/20160707103551_add_code_to_spree_promotion_categories.spree.rb +0 -6
- data/spec/dummy/db/migrate/20160707103552_create_order_stock_locations.spree.rb +0 -13
- data/spec/dummy/db/migrate/20160707103553_remove_environment_from_tracker.spree.rb +0 -7
- data/spec/dummy/db/migrate/20160707103554_add_fulfillable_to_stock_location.spree.rb +0 -6
- data/spec/dummy/db/migrate/20160707103555_add_code_to_refund_reason.spree.rb +0 -6
- data/spec/dummy/db/migrate/20160707103556_add_promotion_code_id_to_orders_promotions.spree.rb +0 -8
- data/spec/dummy/db/migrate/20160707103557_add_approver_name_to_spree_orders.spree.rb +0 -6
- data/spec/dummy/db/migrate/20160707103558_move_promotion_code_to_promotion_code_value.spree.rb +0 -66
- data/spec/dummy/db/migrate/20160707103559_downcase_promotion_codes_values.spree.rb +0 -12
- data/spec/dummy/db/migrate/20160707103560_add_order_ids_to_adjustments_where_missing.spree.rb +0 -10
- data/spec/dummy/db/migrate/20160707103561_add_per_code_usage_limit_to_promotions.spree.rb +0 -6
- data/spec/dummy/db/migrate/20160707103562_remove_usage_limit_from_promotion_codes.spree.rb +0 -6
- data/spec/dummy/db/migrate/20160707103563_add_timestamps_to_order_promotions.spree.rb +0 -7
- data/spec/dummy/db/migrate/20160707103564_create_spree_cartons.spree.rb +0 -25
- data/spec/dummy/db/migrate/20160707103565_add_timestamps_to_spree_roles_users.spree.rb +0 -8
- data/spec/dummy/db/migrate/20160707103566_remove_considered_risky_from_spree_orders.spree.rb +0 -6
- data/spec/dummy/db/migrate/20160707103567_add_index_to_inventory_units_carton_id.spree.rb +0 -6
- data/spec/dummy/db/migrate/20160707103568_add_imported_from_shipment_id_to_cartons.spree.rb +0 -9
- data/spec/dummy/db/migrate/20160707103569_copy_shipped_shipments_to_cartons.spree.rb +0 -14
- data/spec/dummy/db/migrate/20160707103570_create_spree_user_stock_locations.spree.rb +0 -11
- data/spec/dummy/db/migrate/20160707103571_add_stock_location_code.spree.rb +0 -6
- data/spec/dummy/db/migrate/20160707103572_create_unit_cancels.spree.rb +0 -11
- data/spec/dummy/db/migrate/20160707103573_add_fields_to_stock_transfer.spree.rb +0 -13
- data/spec/dummy/db/migrate/20160707103574_create_transfer_items.spree.rb +0 -15
- data/spec/dummy/db/migrate/20160707103575_drop_stock_transfer_type.spree.rb +0 -11
- data/spec/dummy/db/migrate/20160707103576_add_stock_transfer_finalized_at.spree.rb +0 -9
- data/spec/dummy/db/migrate/20160707103577_rename_stock_transfer_reference.spree.rb +0 -6
- data/spec/dummy/db/migrate/20160707103578_create_line_item_actions.spree.rb +0 -11
- data/spec/dummy/db/migrate/20160707103579_create_spree_store_credit_categories.spree.rb +0 -11
- data/spec/dummy/db/migrate/20160707103580_create_spree_store_credits.spree.rb +0 -20
- data/spec/dummy/db/migrate/20160707103581_create_spree_store_credit_events.spree.rb +0 -18
- data/spec/dummy/db/migrate/20160707103582_create_spree_store_credit_payment_method.spree.rb +0 -22
- data/spec/dummy/db/migrate/20160707103583_create_store_credit_types.spree.rb +0 -18
- data/spec/dummy/db/migrate/20160707103584_create_store_credit_reimbursement_type.spree.rb +0 -6
- data/spec/dummy/db/migrate/20160707103585_add_resellable_to_return_items.spree.rb +0 -6
- data/spec/dummy/db/migrate/20160707103586_add_invalidated_at_to_spree_store_credits.spree.rb +0 -6
- data/spec/dummy/db/migrate/20160707103587_migrate_deleted_store_credits_to_invalidated.spree.rb +0 -14
- data/spec/dummy/db/migrate/20160707103588_add_check_stock_on_transfer.spree.rb +0 -6
- data/spec/dummy/db/migrate/20160707103589_fix_adjustment_order_id.spree.rb +0 -81
- data/spec/dummy/db/migrate/20160707103590_delete_inventory_units_without_shipment.spree.rb +0 -26
- data/spec/dummy/db/migrate/20160707103591_add_deleted_at_to_stock_transfers.spree.rb +0 -6
- data/spec/dummy/db/migrate/20160707103592_add_deleted_at_to_transfer_items.spree.rb +0 -6
- data/spec/dummy/db/migrate/20160707103593_increase_scale_on_pre_tax_amounts.spree.rb +0 -27
- data/spec/dummy/db/migrate/20160707103594_add_preferences_to_promotion_actions.spree.rb +0 -6
- data/spec/dummy/db/migrate/20160707103595_add_id_to_spree_option_values_variants.spree.rb +0 -6
- data/spec/dummy/db/migrate/20160707103596_add_frontend_viewable_to_spree_orders.spree.rb +0 -6
- data/spec/dummy/db/migrate/20160707103597_remove_spree_configurations.spree.rb +0 -16
- data/spec/dummy/db/migrate/20160707103598_add_preference_source_to_spree_payment_methods.spree.rb +0 -6
- data/spec/dummy/db/migrate/20160707103599_remove_credit_card_address_id.spree.rb +0 -8
- data/spec/dummy/db/migrate/20160707103600_create_spree_store_credit_update_reasons.spree.rb +0 -9
- data/spec/dummy/db/migrate/20160707103601_create_adjustment_reason.spree.rb +0 -19
- data/spec/dummy/db/migrate/20160707103602_add_update_reason_to_store_credit_events.spree.rb +0 -6
- data/spec/dummy/db/migrate/20160707103603_add_return_authorization_reason_id_to_return_items.spree.rb +0 -8
- data/spec/dummy/db/migrate/20160707103604_seed_store_credit_update_reasons.spree.rb +0 -10
- data/spec/dummy/db/migrate/20160707103605_remove_shipping_method_id_from_spree_orders.spree.rb +0 -10
- data/spec/dummy/db/migrate/20160707103606_remove_counter_cache_from_spree_variants_to_spree_stock_items.spree.rb +0 -11
- data/spec/dummy/db/migrate/20160707103607_add_address_id_to_credit_card.spree.rb +0 -6
- data/spec/dummy/db/migrate/20160707103608_copy_order_bill_address_to_credit_card.spree.rb +0 -13
- data/spec/dummy/db/migrate/20160707103609_remove_unnecessary_indexes.spree.rb +0 -65
- data/spec/dummy/db/migrate/20160707103610_remove_state_lock_version_from_order.spree.rb +0 -12
- data/spec/dummy/db/migrate/20160707103611_add_spree_user_addresses.spree.rb +0 -17
- data/spec/dummy/db/migrate/20160707103612_add_id_and_timestamp_to_promotion_rule_user.spree.rb +0 -14
- data/spec/dummy/db/migrate/20160707103613_remove_mandatory_from_adjustments.spree.rb +0 -6
- data/spec/dummy/db/migrate/20160707103614_add_finalized_to_spree_adjustments.spree.rb +0 -12
- data/spec/dummy/db/migrate/20160707103615_add_store_payment_methods.spree.rb +0 -11
- data/spec/dummy/db/migrate/20160707103616_convert_habtm_to_hmt_for_shipping_methods_zones.spree.rb +0 -18
- data/spec/dummy/db/migrate/20160707103617_convert_habtm_to_hmt_for_products_promotion_rules.spree.rb +0 -18
- data/spec/dummy/db/migrate/20160707103618_drop_spree_gateways.spree.rb +0 -21
- data/spec/dummy/db/migrate/20160707103619_convert_habtm_to_hmt_for_taxon_prototypes.spree.rb +0 -16
- data/spec/dummy/db/migrate/20160707103620_create_variant_properties_and_rules.spree.rb +0 -29
- data/spec/dummy/db/migrate/20160707103621_add_foreign_keys_for_taxons_prototypes.spree.rb +0 -7
- data/spec/dummy/db/migrate/20160707103622_remove_token_permissions_table.spree.rb +0 -17
- data/spec/dummy/db/migrate/20160707103623_rename_identifier_to_number_for_payment.spree.rb +0 -8
- data/spec/dummy/db/migrate/20160707103624_add_foreign_keys_for_product_promotion_rules.spree.rb +0 -10
- data/spec/dummy/db/migrate/20160707103625_add_sale_to_spree_promotions.spree.rb +0 -7
- data/spec/dummy/db/migrate/20160707103626_convert_sale_promotions.spree.rb +0 -29
- data/spec/dummy/db/migrate/20160707103627_convert_habtm_to_hmt_for_properties_prototypes.spree.rb +0 -18
- data/spec/dummy/db/migrate/20160707103628_convert_habtm_to_hmt_for_option_type_prototypes.spree.rb +0 -18
- data/spec/dummy/db/migrate/20160707103629_convert_habtm_to_hmt_for_taxons_promotion_rules.spree.rb +0 -16
- data/spec/dummy/db/migrate/20160707103630_add_stock_item_unique_index.spree.rb +0 -10
@@ -1,12 +0,0 @@
|
|
1
|
-
# This migration comes from spree (originally 20150226195213)
|
2
|
-
class DowncasePromotionCodesValues < ActiveRecord::Migration
|
3
|
-
def up
|
4
|
-
Spree::PromotionCode.update_all("value = lower(value)")
|
5
|
-
Spree::Promotion.where.not(code: nil).update_all("code = lower(code)")
|
6
|
-
end
|
7
|
-
|
8
|
-
def down
|
9
|
-
# can't tell which things we updated vs what things were like before
|
10
|
-
raise ActiveRecord::IrreversibleMigration
|
11
|
-
end
|
12
|
-
end
|
data/spec/dummy/db/migrate/20160707103560_add_order_ids_to_adjustments_where_missing.spree.rb
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
# This migration comes from spree (originally 20150227161934)
|
2
|
-
class AddOrderIdsToAdjustmentsWhereMissing < ActiveRecord::Migration
|
3
|
-
def up
|
4
|
-
Spree::Adjustment.where(order_id: nil, adjustable_type: 'Spree::Order').update_all("order_id = adjustable_id")
|
5
|
-
end
|
6
|
-
|
7
|
-
def down
|
8
|
-
raise ActiveRecord::IrreversibleMigration
|
9
|
-
end
|
10
|
-
end
|
@@ -1,7 +0,0 @@
|
|
1
|
-
# This migration comes from spree (originally 20150304211616)
|
2
|
-
class AddTimestampsToOrderPromotions < ActiveRecord::Migration
|
3
|
-
def change
|
4
|
-
add_column :spree_orders_promotions, :created_at, :datetime
|
5
|
-
add_column :spree_orders_promotions, :updated_at, :datetime
|
6
|
-
end
|
7
|
-
end
|
@@ -1,25 +0,0 @@
|
|
1
|
-
# This migration comes from spree (originally 20150305043021)
|
2
|
-
class CreateSpreeCartons < ActiveRecord::Migration
|
3
|
-
def change
|
4
|
-
create_table "spree_cartons" do |t|
|
5
|
-
t.string "number"
|
6
|
-
|
7
|
-
t.string "external_number"
|
8
|
-
|
9
|
-
t.references "stock_location", index: true
|
10
|
-
t.references "address"
|
11
|
-
t.references "shipping_method"
|
12
|
-
|
13
|
-
t.string "tracking"
|
14
|
-
|
15
|
-
t.datetime "shipped_at"
|
16
|
-
|
17
|
-
t.timestamps null: true
|
18
|
-
end
|
19
|
-
|
20
|
-
add_index "spree_cartons", "number", unique: true
|
21
|
-
add_index "spree_cartons", "external_number"
|
22
|
-
|
23
|
-
add_column "spree_inventory_units", "carton_id", :integer
|
24
|
-
end
|
25
|
-
end
|
@@ -1,8 +0,0 @@
|
|
1
|
-
# This migration comes from spree (originally 20150305210403)
|
2
|
-
class AddTimestampsToSpreeRolesUsers < ActiveRecord::Migration
|
3
|
-
def change
|
4
|
-
add_column :spree_roles_users, :id, :primary_key
|
5
|
-
add_column :spree_roles_users, :created_at, :datetime
|
6
|
-
add_column :spree_roles_users, :updated_at, :datetime
|
7
|
-
end
|
8
|
-
end
|
@@ -1,9 +0,0 @@
|
|
1
|
-
# This migration comes from spree (originally 20150313201235)
|
2
|
-
class AddImportedFromShipmentIdToCartons < ActiveRecord::Migration
|
3
|
-
def change
|
4
|
-
# Temporarily add this column until we're sure that this migration and the
|
5
|
-
# upcoming code changes are working correctly
|
6
|
-
add_column :spree_cartons, :imported_from_shipment_id, :integer
|
7
|
-
add_index :spree_cartons, :imported_from_shipment_id, unique: true
|
8
|
-
end
|
9
|
-
end
|
@@ -1,14 +0,0 @@
|
|
1
|
-
# This migration comes from spree (originally 20150313201503)
|
2
|
-
class CopyShippedShipmentsToCartons < ActiveRecord::Migration
|
3
|
-
# Prevent everything from running in one giant transaction in postrgres.
|
4
|
-
disable_ddl_transaction!
|
5
|
-
|
6
|
-
def up
|
7
|
-
Rake::Task["spree:migrations:copy_shipped_shipments_to_cartons:up"].invoke
|
8
|
-
end
|
9
|
-
|
10
|
-
def down
|
11
|
-
Rake::Task["spree:migrations:copy_shipped_shipments_to_cartons:down"].invoke
|
12
|
-
end
|
13
|
-
|
14
|
-
end
|
@@ -1,11 +0,0 @@
|
|
1
|
-
# This migration comes from spree (originally 20150330144639)
|
2
|
-
class CreateSpreeUserStockLocations < ActiveRecord::Migration
|
3
|
-
def change
|
4
|
-
create_table :spree_user_stock_locations do |t|
|
5
|
-
t.integer :user_id
|
6
|
-
t.integer :stock_location_id
|
7
|
-
t.timestamps null: true
|
8
|
-
end
|
9
|
-
add_index :spree_user_stock_locations, :user_id
|
10
|
-
end
|
11
|
-
end
|
@@ -1,11 +0,0 @@
|
|
1
|
-
# This migration comes from spree (originally 20150402210430)
|
2
|
-
class CreateUnitCancels < ActiveRecord::Migration
|
3
|
-
def change
|
4
|
-
create_table :spree_unit_cancels do |t|
|
5
|
-
t.references :inventory_unit, index: true, null: false
|
6
|
-
t.string :reason
|
7
|
-
t.string :created_by
|
8
|
-
t.timestamps null: true
|
9
|
-
end
|
10
|
-
end
|
11
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# This migration comes from spree (originally 20150407173305)
|
2
|
-
class AddFieldsToStockTransfer < ActiveRecord::Migration
|
3
|
-
def change
|
4
|
-
add_column :spree_stock_transfers, :shipped_at, :datetime
|
5
|
-
add_column :spree_stock_transfers, :closed_at, :datetime
|
6
|
-
add_column :spree_stock_transfers, :tracking_number, :string
|
7
|
-
add_column :spree_stock_transfers, :created_by_id, :integer
|
8
|
-
add_column :spree_stock_transfers, :closed_by_id, :integer
|
9
|
-
|
10
|
-
add_index :spree_stock_transfers, :shipped_at
|
11
|
-
add_index :spree_stock_transfers, :closed_at
|
12
|
-
end
|
13
|
-
end
|
@@ -1,15 +0,0 @@
|
|
1
|
-
# This migration comes from spree (originally 20150407173531)
|
2
|
-
class CreateTransferItems < ActiveRecord::Migration
|
3
|
-
def change
|
4
|
-
create_table :spree_transfer_items do |t|
|
5
|
-
t.integer :variant_id, null: false
|
6
|
-
t.integer :stock_transfer_id, null: false
|
7
|
-
t.integer :expected_quantity, null: false, default: 0
|
8
|
-
t.integer :received_quantity, null: false, default: 0
|
9
|
-
t.timestamps null: true
|
10
|
-
end
|
11
|
-
|
12
|
-
add_index :spree_transfer_items, :stock_transfer_id
|
13
|
-
add_index :spree_transfer_items, :variant_id
|
14
|
-
end
|
15
|
-
end
|
@@ -1,11 +0,0 @@
|
|
1
|
-
# This migration comes from spree (originally 20150424143547)
|
2
|
-
class DropStockTransferType < ActiveRecord::Migration
|
3
|
-
def up
|
4
|
-
# type is reserved for Single Table Inheritance
|
5
|
-
remove_column :spree_stock_transfers, :type
|
6
|
-
end
|
7
|
-
|
8
|
-
def down
|
9
|
-
add_column :spree_stock_transfers, :type, :string
|
10
|
-
end
|
11
|
-
end
|
@@ -1,9 +0,0 @@
|
|
1
|
-
# This migration comes from spree (originally 20150424161102)
|
2
|
-
class AddStockTransferFinalizedAt < ActiveRecord::Migration
|
3
|
-
def change
|
4
|
-
add_column :spree_stock_transfers, :finalized_at, :datetime
|
5
|
-
add_column :spree_stock_transfers, :finalized_by_id, :integer
|
6
|
-
|
7
|
-
add_index :spree_stock_transfers, :finalized_at
|
8
|
-
end
|
9
|
-
end
|
@@ -1,11 +0,0 @@
|
|
1
|
-
# This migration comes from spree (originally 20150430233803)
|
2
|
-
class CreateLineItemActions < ActiveRecord::Migration
|
3
|
-
def change
|
4
|
-
create_table :spree_line_item_actions do |t|
|
5
|
-
t.references :line_item, index: true, null: false
|
6
|
-
t.references :action, index: true, null: false
|
7
|
-
t.integer :quantity, default: 0
|
8
|
-
t.timestamps null: true
|
9
|
-
end
|
10
|
-
end
|
11
|
-
end
|
@@ -1,11 +0,0 @@
|
|
1
|
-
# This migration comes from spree (originally 20150506181159)
|
2
|
-
class CreateSpreeStoreCreditCategories < ActiveRecord::Migration
|
3
|
-
def change
|
4
|
-
create_table :spree_store_credit_categories do |t|
|
5
|
-
t.string :name
|
6
|
-
t.timestamps null: true
|
7
|
-
end
|
8
|
-
|
9
|
-
Spree::StoreCreditCategory.find_or_create_by!(name: Spree.t("store_credit_category.default"))
|
10
|
-
end
|
11
|
-
end
|
@@ -1,20 +0,0 @@
|
|
1
|
-
# This migration comes from spree (originally 20150506181244)
|
2
|
-
class CreateSpreeStoreCredits < ActiveRecord::Migration
|
3
|
-
def change
|
4
|
-
create_table :spree_store_credits do |t|
|
5
|
-
t.references :user
|
6
|
-
t.references :category
|
7
|
-
t.references :created_by
|
8
|
-
t.decimal :amount, precision: 8, scale: 2, default: 0.0, null: false
|
9
|
-
t.decimal :amount_used, precision: 8, scale: 2, default: 0.0, null: false
|
10
|
-
t.decimal :amount_authorized, precision: 8, scale: 2, default: 0.0, null: false
|
11
|
-
t.string :currency
|
12
|
-
t.text :memo
|
13
|
-
t.datetime :spree_store_credits, :deleted_at
|
14
|
-
t.timestamps null: true
|
15
|
-
end
|
16
|
-
|
17
|
-
add_index :spree_store_credits, :deleted_at
|
18
|
-
add_index :spree_store_credits, :user_id
|
19
|
-
end
|
20
|
-
end
|
@@ -1,18 +0,0 @@
|
|
1
|
-
# This migration comes from spree (originally 20150506181539)
|
2
|
-
class CreateSpreeStoreCreditEvents < ActiveRecord::Migration
|
3
|
-
def change
|
4
|
-
create_table :spree_store_credit_events do |t|
|
5
|
-
t.integer :store_credit_id, null: false
|
6
|
-
t.string :action, null: false
|
7
|
-
t.decimal :amount, precision: 8, scale: 2
|
8
|
-
t.decimal :user_total_amount, precision: 8, scale: 2, default: 0.0, null: false
|
9
|
-
t.string :authorization_code, null: false
|
10
|
-
t.datetime :deleted_at
|
11
|
-
t.references :originator, polymorphic: true
|
12
|
-
t.timestamps null: true
|
13
|
-
end
|
14
|
-
|
15
|
-
add_index :spree_store_credit_events, :store_credit_id
|
16
|
-
add_index :spree_store_credit_events, :deleted_at
|
17
|
-
end
|
18
|
-
end
|
@@ -1,22 +0,0 @@
|
|
1
|
-
# This migration comes from spree (originally 20150506181611)
|
2
|
-
class CreateSpreeStoreCreditPaymentMethod < ActiveRecord::Migration
|
3
|
-
class PaymentMethod < Spree::Base
|
4
|
-
self.table_name = 'spree_payment_methods'
|
5
|
-
self.inheritance_column = :_type_disabled
|
6
|
-
end
|
7
|
-
def up
|
8
|
-
# If migrating from Spree 3.0, the environment column is already gone.
|
9
|
-
# We remove it in a later migration if upgrading from spree <= 2.4 to soldius
|
10
|
-
if column_exists?(:spree_payment_methods, :environment)
|
11
|
-
attributes = {type: "Spree::PaymentMethod::StoreCredit", environment: Rails.env}
|
12
|
-
else
|
13
|
-
attributes = {type: "Spree::PaymentMethod::StoreCredit"}
|
14
|
-
end
|
15
|
-
PaymentMethod.create_with(
|
16
|
-
name: Spree.t("store_credit.store_credit"),
|
17
|
-
description: Spree.t("store_credit.store_credit"),
|
18
|
-
active: true,
|
19
|
-
display_on: 'none',
|
20
|
-
).find_or_create_by!(attributes)
|
21
|
-
end
|
22
|
-
end
|
@@ -1,18 +0,0 @@
|
|
1
|
-
# This migration comes from spree (originally 20150506181715)
|
2
|
-
class CreateStoreCreditTypes < ActiveRecord::Migration
|
3
|
-
def change
|
4
|
-
create_table :spree_store_credit_types do |t|
|
5
|
-
t.string :name
|
6
|
-
t.integer :priority
|
7
|
-
t.timestamps null: true
|
8
|
-
end
|
9
|
-
|
10
|
-
add_column :spree_store_credits, :type_id, :integer
|
11
|
-
|
12
|
-
add_index :spree_store_credits, :type_id
|
13
|
-
add_index :spree_store_credit_types, :priority
|
14
|
-
|
15
|
-
Spree::StoreCreditType.create_with(priority: 1).find_or_create_by!(name: Spree.t("store_credit.expiring"))
|
16
|
-
Spree::StoreCreditType.create_with(priority: 2).find_or_create_by!(name: Spree.t("store_credit.non_expiring"))
|
17
|
-
end
|
18
|
-
end
|
@@ -1,6 +0,0 @@
|
|
1
|
-
# This migration comes from spree (originally 20150506182045)
|
2
|
-
class CreateStoreCreditReimbursementType < ActiveRecord::Migration
|
3
|
-
def up
|
4
|
-
Spree::ReimbursementType.create_with(name: Spree.t("store_credit.store_credit")).find_or_create_by!(type: 'Spree::ReimbursementType::StoreCredit')
|
5
|
-
end
|
6
|
-
end
|
data/spec/dummy/db/migrate/20160707103587_migrate_deleted_store_credits_to_invalidated.spree.rb
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
# This migration comes from spree (originally 20150514201836)
|
2
|
-
class MigrateDeletedStoreCreditsToInvalidated < ActiveRecord::Migration
|
3
|
-
def up
|
4
|
-
Spree::StoreCredit.only_deleted.find_each do |store_credit|
|
5
|
-
say "Marking deleted store credit #{store_credit.id} for #{store_credit.user.try(:email)} as invalidated"
|
6
|
-
deleted_at = store_credit.deleted_at
|
7
|
-
store_credit.update_attributes!(deleted_at: nil, invalidated_at: deleted_at)
|
8
|
-
end
|
9
|
-
end
|
10
|
-
|
11
|
-
def down
|
12
|
-
# intentionally blank
|
13
|
-
end
|
14
|
-
end
|
@@ -1,81 +0,0 @@
|
|
1
|
-
# This migration comes from spree (originally 20150515211137)
|
2
|
-
class FixAdjustmentOrderId < ActiveRecord::Migration
|
3
|
-
def change
|
4
|
-
say 'Populate order_id from adjustable_id where appropriate'
|
5
|
-
|
6
|
-
# 3 separate execute calls to workaround MySQL limitation
|
7
|
-
execute(<<-'SQL'.squish)
|
8
|
-
UPDATE
|
9
|
-
spree_adjustments
|
10
|
-
SET
|
11
|
-
order_id = adjustable_id
|
12
|
-
WHERE
|
13
|
-
adjustable_type = 'Spree::Order'
|
14
|
-
AND order_id IS NULL
|
15
|
-
SQL
|
16
|
-
|
17
|
-
execute(<<-'SQL'.squish)
|
18
|
-
UPDATE
|
19
|
-
spree_adjustments
|
20
|
-
SET
|
21
|
-
order_id =
|
22
|
-
(SELECT order_id FROM spree_line_items WHERE spree_line_items.id = spree_adjustments.adjustable_id)
|
23
|
-
WHERE
|
24
|
-
adjustable_type = 'Spree::LineItem'
|
25
|
-
AND order_id IS NULL
|
26
|
-
;
|
27
|
-
SQL
|
28
|
-
|
29
|
-
execute(<<-'SQL'.squish)
|
30
|
-
UPDATE
|
31
|
-
spree_adjustments
|
32
|
-
SET
|
33
|
-
order_id =
|
34
|
-
(SELECT order_id FROM spree_shipments WHERE spree_shipments.id = spree_adjustments.adjustable_id)
|
35
|
-
WHERE
|
36
|
-
adjustable_type = 'Spree::Shipment'
|
37
|
-
AND order_id IS NULL
|
38
|
-
SQL
|
39
|
-
|
40
|
-
say 'Fix schema for spree_adjustments order_id column'
|
41
|
-
change_table :spree_adjustments do |t|
|
42
|
-
t.change :order_id, :integer, null: false
|
43
|
-
t.change :adjustable_id, :integer, null: false
|
44
|
-
|
45
|
-
add_foreign_key :spree_adjustments,
|
46
|
-
:spree_orders,
|
47
|
-
name: 'fk_spree_adjustments_order_id', # default is indeterministic
|
48
|
-
column: :order_id,
|
49
|
-
on_delete: :restrict, # handled by models
|
50
|
-
on_update: :restrict # handled by models
|
51
|
-
end
|
52
|
-
|
53
|
-
|
54
|
-
if connection.adapter_name.eql?('PostgreSQL')
|
55
|
-
# Negated Logical implication.
|
56
|
-
#
|
57
|
-
# When adjustable_type is 'Spree::Order' (p) the adjustable_id must be order_id (q).
|
58
|
-
#
|
59
|
-
# When adjustable_type is NOT 'Spree::Order' the adjustable id allowed to be any value (including of order_id in
|
60
|
-
# case foreign keys match). XOR does not work here.
|
61
|
-
#
|
62
|
-
# Postgresql does not have an operator for logical implication. So we need to build the following truth table
|
63
|
-
# via AND with OR:
|
64
|
-
#
|
65
|
-
# p q | CHECK = !(p -> q)
|
66
|
-
# -----------
|
67
|
-
# t t | t
|
68
|
-
# t f | f
|
69
|
-
# f t | t
|
70
|
-
# f f | t
|
71
|
-
#
|
72
|
-
# According to de-morgans law the logical implication q -> p is equivalent to !p || q
|
73
|
-
#
|
74
|
-
execute(<<-SQL.squish)
|
75
|
-
ALTER TABLE ONLY spree_adjustments
|
76
|
-
ADD CONSTRAINT check_spree_adjustments_order_id CHECK
|
77
|
-
(adjustable_type <> 'Spree::Order' OR order_id = adjustable_id);
|
78
|
-
SQL
|
79
|
-
end
|
80
|
-
end
|
81
|
-
end
|