spree_purchase_order 3.2.0.rc1 → 3.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/spree/admin/payments/source_views/_purchaseorder.html.erb +13 -0
- data/app/views/spree/checkout/payment/_purchaseorder.html.erb +2 -2
- data/config/locales/en.yml +2 -0
- data/lib/spree_purchase_order/version.rb +1 -1
- data/spec/dummy/app/models/application_record.rb +3 -0
- data/spec/dummy/db/migrate/20180516181839_spree_one_two.spree.rb +482 -0
- data/spec/dummy/db/migrate/20180516181840_spree_promo_one_two.spree.rb +46 -0
- data/spec/dummy/db/migrate/20180516181841_add_tax_rate_label.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181842_add_toggle_tax_rate_display.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181843_remove_unused_preference_columns.spree.rb +9 -0
- data/spec/dummy/db/migrate/20180516181844_add_lock_version_to_variant.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181845_add_states_required_to_countries.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181846_add_on_demand_to_product_and_variant.spree.rb +7 -0
- data/spec/dummy/db/migrate/20180516181847_remove_not_null_constraint_from_products_on_hand.spree.rb +12 -0
- data/spec/dummy/db/migrate/20180516181848_split_prices_from_variants.spree.rb +32 -0
- data/spec/dummy/db/migrate/20180516181849_remove_not_null_from_spree_prices_amount.spree.rb +10 -0
- data/spec/dummy/db/migrate/20180516181850_add_currency_to_line_items.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181851_add_currency_to_orders.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181852_add_cost_currency_to_variants.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181853_remove_display_on_from_payment_methods.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181854_add_position_to_taxonomies.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181855_add_last_ip_to_spree_orders.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181856_add_state_to_spree_adjustments.spree.rb +7 -0
- data/spec/dummy/db/migrate/20180516181857_add_display_on_to_spree_payment_methods.spree.rb +10 -0
- data/spec/dummy/db/migrate/20180516181858_add_position_to_product_properties.spree.rb +7 -0
- data/spec/dummy/db/migrate/20180516181859_add_identifier_to_spree_payments.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181860_add_order_id_index_to_payments.spree.rb +10 -0
- data/spec/dummy/db/migrate/20180516181861_add_primary_to_spree_products_taxons.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181862_create_spree_stock_items.spree.rb +15 -0
- data/spec/dummy/db/migrate/20180516181863_create_spree_stock_locations.spree.rb +12 -0
- data/spec/dummy/db/migrate/20180516181864_create_default_stock.spree.rb +34 -0
- data/spec/dummy/db/migrate/20180516181865_add_order_id_index_to_shipments.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181866_change_meta_description_on_spree_products_to_text.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181867_add_stock_location_id_to_spree_shipments.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181868_add_pending_to_inventory_unit.spree.rb +7 -0
- data/spec/dummy/db/migrate/20180516181869_remove_on_demand_from_product_and_variant.spree.rb +7 -0
- data/spec/dummy/db/migrate/20180516181870_create_shipping_method_zone.spree.rb +22 -0
- data/spec/dummy/db/migrate/20180516181871_remove_shipping_category_id_from_shipping_method.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181872_create_shipping_method_categories.spree.rb +14 -0
- data/spec/dummy/db/migrate/20180516181873_add_tracking_url_to_spree_shipping_methods.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181874_create_spree_shipping_rates.spree.rb +25 -0
- data/spec/dummy/db/migrate/20180516181875_remove_category_match_attributes_from_shipping_method.spree.rb +8 -0
- data/spec/dummy/db/migrate/20180516181876_create_stock_movements.spree.rb +13 -0
- data/spec/dummy/db/migrate/20180516181877_add_address_fields_to_stock_location.spree.rb +23 -0
- data/spec/dummy/db/migrate/20180516181878_add_active_field_to_stock_locations.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181879_add_backorderable_to_stock_item.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181880_add_default_quantity_to_stock_movement.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181881_add_source_and_destination_to_stock_movements.spree.rb +9 -0
- data/spec/dummy/db/migrate/20180516181882_change_orders_total_precision.spree.rb +9 -0
- data/spec/dummy/db/migrate/20180516181883_change_spree_payments_amount_precision.spree.rb +8 -0
- data/spec/dummy/db/migrate/20180516181884_change_spree_return_authorization_amount_precision.spree.rb +8 -0
- data/spec/dummy/db/migrate/20180516181885_change_adjustments_amount_precision.spree.rb +8 -0
- data/spec/dummy/db/migrate/20180516181886_add_originator_to_stock_movement.spree.rb +8 -0
- data/spec/dummy/db/migrate/20180516181887_drop_source_and_destination_from_stock_movement.spree.rb +16 -0
- data/spec/dummy/db/migrate/20180516181888_migrate_inventory_unit_sold_to_on_hand.spree.rb +10 -0
- data/spec/dummy/db/migrate/20180516181889_add_stock_location_to_rma.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181890_update_shipment_state_for_canceled_orders.spree.rb +16 -0
- data/spec/dummy/db/migrate/20180516181891_add_seo_metas_to_taxons.spree.rb +10 -0
- data/spec/dummy/db/migrate/20180516181892_remove_stock_item_and_variant_lock.spree.rb +15 -0
- data/spec/dummy/db/migrate/20180516181893_add_name_to_spree_credit_cards.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181894_update_name_fields_on_spree_credit_cards.spree.rb +14 -0
- data/spec/dummy/db/migrate/20180516181895_add_index_to_source_columns_on_adjustments.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181896_update_adjustment_states.spree.rb +17 -0
- data/spec/dummy/db/migrate/20180516181897_add_shipping_rates_to_shipments.spree.rb +16 -0
- data/spec/dummy/db/migrate/20180516181898_create_spree_stock_transfers.spree.rb +15 -0
- data/spec/dummy/db/migrate/20180516181899_drop_products_count_on_hand.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181900_set_default_shipping_rate_cost.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181901_add_number_to_stock_transfer.spree.rb +24 -0
- data/spec/dummy/db/migrate/20180516181902_add_sku_index_to_spree_variants.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181903_add_backorderable_default_to_spree_stock_location.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181904_add_propage_all_variants_to_spree_stock_location.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181905_rename_shipping_methods_zones_to_spree_shipping_methods_zones.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181906_add_user_id_index_to_spree_orders.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181907_add_updated_at_to_spree_countries.spree.rb +10 -0
- data/spec/dummy/db/migrate/20180516181908_add_updated_at_to_spree_states.spree.rb +10 -0
- data/spec/dummy/db/migrate/20180516181909_add_cvv_result_code_and_cvv_result_message_to_spree_payments.spree.rb +7 -0
- data/spec/dummy/db/migrate/20180516181910_add_unique_index_to_permalink_on_spree_products.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181911_add_unique_index_to_orders_shipments_and_stock_transfers.spree.rb +8 -0
- data/spec/dummy/db/migrate/20180516181912_add_deleted_at_to_spree_tax_rates.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181913_remove_lock_version_from_inventory_units.spree.rb +7 -0
- data/spec/dummy/db/migrate/20180516181914_add_cost_price_to_line_item.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181915_set_backorderable_to_default_to_false.spree.rb +7 -0
- data/spec/dummy/db/migrate/20180516181916_add_created_by_id_to_spree_orders.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181917_index_completed_at_on_spree_orders.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181918_add_tax_category_id_to_spree_line_items.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181919_migrate_tax_categories_to_line_items.spree.rb +11 -0
- data/spec/dummy/db/migrate/20180516181920_drop_spree_mail_methods.spree.rb +13 -0
- data/spec/dummy/db/migrate/20180516181921_set_default_stock_location_on_shipments.spree.rb +9 -0
- data/spec/dummy/db/migrate/20180516181922_upgrade_adjustments.spree.rb +41 -0
- data/spec/dummy/db/migrate/20180516181923_rename_adjustment_fields.spree.rb +15 -0
- data/spec/dummy/db/migrate/20180516181924_add_admin_name_column_to_spree_shipping_methods.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181925_add_admin_name_column_to_spree_stock_locations.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181926_add_shipment_total_to_spree_orders.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181927_expand_order_number_size.spree.rb +10 -0
- data/spec/dummy/db/migrate/20180516181928_rename_activators_to_promotions.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181929_add_adjustment_total_to_line_items.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181930_add_adjustment_total_to_shipments.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181931_add_depth_to_spree_taxons.spree.rb +17 -0
- data/spec/dummy/db/migrate/20180516181932_add_tax_total_to_line_items_shipments_and_orders.spree.rb +9 -0
- data/spec/dummy/db/migrate/20180516181933_add_shipping_category_to_shipping_methods_and_products.spree.rb +16 -0
- data/spec/dummy/db/migrate/20180516181934_migrate_old_shipping_calculators.spree.rb +20 -0
- data/spec/dummy/db/migrate/20180516181935_add_code_to_spree_promotion_rules.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181936_change_states_required_for_countries.spree.rb +10 -0
- data/spec/dummy/db/migrate/20180516181937_add_deleted_at_to_spree_stock_items.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181938_remove_promotions_event_name_field.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181939_add_promo_total_to_line_items_and_shipments_and_orders.spree.rb +8 -0
- data/spec/dummy/db/migrate/20180516181940_remove_unused_credit_card_fields.spree.rb +17 -0
- data/spec/dummy/db/migrate/20180516181941_add_track_inventory_to_variant.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181942_add_tax_category_to_variants.spree.rb +7 -0
- data/spec/dummy/db/migrate/20180516181943_add_channel_to_spree_orders.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181944_add_included_to_adjustments.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181945_rename_tax_total_fields.spree.rb +12 -0
- data/spec/dummy/db/migrate/20180516181946_add_line_item_id_to_spree_inventory_units.spree.rb +22 -0
- data/spec/dummy/db/migrate/20180516181947_add_updated_at_to_variants.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181948_add_position_to_classifications.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181949_create_spree_orders_promotions.spree.rb +9 -0
- data/spec/dummy/db/migrate/20180516181950_unique_shipping_method_categories.spree.rb +25 -0
- data/spec/dummy/db/migrate/20180516181951_add_item_count_to_spree_orders.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181952_remove_value_type_from_spree_preferences.spree.rb +9 -0
- data/spec/dummy/db/migrate/20180516181953_rename_permalink_to_slug_for_products.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181954_add_index_to_variant_id_and_currency_on_prices.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181955_rename_activator_id_in_rules_and_actions_to_promotion_id.spree.rb +7 -0
- data/spec/dummy/db/migrate/20180516181956_add_deleted_at_to_spree_prices.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181957_add_approver_id_and_approved_at_to_orders.spree.rb +7 -0
- data/spec/dummy/db/migrate/20180516181958_add_confirmation_delivered_to_spree_orders.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181959_add_auto_capture_to_payment_methods.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181960_create_spree_payment_capture_events.spree.rb +13 -0
- data/spec/dummy/db/migrate/20180516181961_add_uncaptured_amount_to_payments.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181962_default_variant_weight_to_zero.spree.rb +12 -0
- data/spec/dummy/db/migrate/20180516181963_add_tax_category_id_to_shipping_methods.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181964_add_tax_rate_id_to_shipping_rates.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181965_add_pre_tax_amount_to_line_items_and_shipments.spree.rb +7 -0
- data/spec/dummy/db/migrate/20180516181966_add_more_indexes.spree.rb +14 -0
- data/spec/dummy/db/migrate/20180516181967_add_considered_risky_to_orders.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181968_add_preference_store_to_everything.spree.rb +9 -0
- data/spec/dummy/db/migrate/20180516181969_add_user_id_to_spree_credit_cards.spree.rb +14 -0
- data/spec/dummy/db/migrate/20180516181970_migrate_old_preferences.spree.rb +24 -0
- data/spec/dummy/db/migrate/20180516181971_create_spree_stores.spree.rb +26 -0
- data/spec/dummy/db/migrate/20180516181972_create_store_from_preferences.spree.rb +38 -0
- data/spec/dummy/db/migrate/20180516181973_add_timestamps_to_spree_assets.spree.rb +7 -0
- data/spec/dummy/db/migrate/20180516181974_create_spree_taxons_promotion_rules.spree.rb +9 -0
- data/spec/dummy/db/migrate/20180516181975_add_additional_store_fields.spree.rb +9 -0
- data/spec/dummy/db/migrate/20180516181976_add_many_missing_indexes.spree.rb +19 -0
- data/spec/dummy/db/migrate/20180516181977_correct_some_polymorphic_index_and_add_more_missing.spree.rb +67 -0
- data/spec/dummy/db/migrate/20180516181978_add_user_id_created_by_id_index_to_order.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181979_change_spree_price_amount_precision.spree.rb +9 -0
- data/spec/dummy/db/migrate/20180516181980_add_token_to_spree_orders.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181981_move_order_token_from_tokenized_permission.spree.rb +30 -0
- data/spec/dummy/db/migrate/20180516181982_set_shipment_total_for_users_upgrading.spree.rb +11 -0
- data/spec/dummy/db/migrate/20180516181983_drop_credit_card_first_name_and_last_name.spree.rb +7 -0
- data/spec/dummy/db/migrate/20180516181984_add_deleted_at_to_spree_promotion_actions.spree.rb +7 -0
- data/spec/dummy/db/migrate/20180516181985_remove_uncaptured_amount_from_spree_payments.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181986_create_spree_refunds.spree.rb +13 -0
- data/spec/dummy/db/migrate/20180516181987_create_spree_return_authorization_inventory_unit.spree.rb +13 -0
- data/spec/dummy/db/migrate/20180516181988_rename_return_authorization_inventory_unit_to_return_items.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181989_backfill_line_item_pre_tax_amount.spree.rb +11 -0
- data/spec/dummy/db/migrate/20180516181990_recreate_spree_return_authorizations.spree.rb +56 -0
- data/spec/dummy/db/migrate/20180516181991_add_amount_fields_to_return_items.spree.rb +8 -0
- data/spec/dummy/db/migrate/20180516181992_drop_return_authorization_amount.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181993_create_spree_return_authorization_reasons.spree.rb +29 -0
- data/spec/dummy/db/migrate/20180516181994_create_spree_refund_reasons.spree.rb +15 -0
- data/spec/dummy/db/migrate/20180516181995_rename_return_authorization_reason.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516181996_create_spree_promotion_categories.spree.rb +12 -0
- data/spec/dummy/db/migrate/20180516181997_drop_received_at_on_return_items.spree.rb +10 -0
- data/spec/dummy/db/migrate/20180516181998_add_reception_and_acceptance_status_to_return_items.spree.rb +7 -0
- data/spec/dummy/db/migrate/20180516181999_create_default_refund_reason.spree.rb +10 -0
- data/spec/dummy/db/migrate/20180516182000_add_default_to_spree_stock_locations.spree.rb +8 -0
- data/spec/dummy/db/migrate/20180516182001_create_spree_customer_returns.spree.rb +10 -0
- data/spec/dummy/db/migrate/20180516182002_add_customer_return_id_to_return_item.spree.rb +7 -0
- data/spec/dummy/db/migrate/20180516182003_create_friendly_id_slugs.spree.rb +16 -0
- data/spec/dummy/db/migrate/20180516182004_rename_spree_refund_return_authorization_id.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516182005_increase_return_item_pre_tax_amount_precision.spree.rb +14 -0
- data/spec/dummy/db/migrate/20180516182006_copy_product_slugs_to_slug_history.spree.rb +16 -0
- data/spec/dummy/db/migrate/20180516182007_create_spree_reimbursements.spree.rb +22 -0
- data/spec/dummy/db/migrate/20180516182008_add_promotionable_to_spree_products.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516182009_add_exchange_inventory_unit_foreign_keys.spree.rb +8 -0
- data/spec/dummy/db/migrate/20180516182010_add_acceptance_status_errors_to_return_item.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516182011_create_spree_reimbursement_types.spree.rb +21 -0
- data/spec/dummy/db/migrate/20180516182012_add_default_to_shipment_cost.spree.rb +11 -0
- data/spec/dummy/db/migrate/20180516182013_add_default_to_spree_credit_cards.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516182014_make_existing_credit_cards_default.spree.rb +11 -0
- data/spec/dummy/db/migrate/20180516182015_add_type_to_reimbursement_type.spree.rb +10 -0
- data/spec/dummy/db/migrate/20180516182016_create_spree_reimbursement_credits.spree.rb +11 -0
- data/spec/dummy/db/migrate/20180516182017_add_meta_title_to_spree_products.spree.rb +8 -0
- data/spec/dummy/db/migrate/20180516182018_add_kind_to_zone.spree.rb +12 -0
- data/spec/dummy/db/migrate/20180516182019_add_code_to_spree_tax_categories.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516182020_default_pre_tax_amount_should_be_zero.spree.rb +7 -0
- data/spec/dummy/db/migrate/20180516182021_add_code_to_spree_shipping_methods.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516182022_add_cancel_audit_fields_to_spree_orders.spree.rb +7 -0
- data/spec/dummy/db/migrate/20180516182023_add_store_id_to_orders.spree.rb +9 -0
- data/spec/dummy/db/migrate/20180516182024_create_spree_taxons_prototypes.spree.rb +9 -0
- data/spec/dummy/db/migrate/20180516182025_add_state_lock_version_to_order.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516182026_add_counter_cache_from_spree_variants_to_spree_stock_items.spree.rb +9 -0
- data/spec/dummy/db/migrate/20180516182027_fix_adjustment_order_presence.spree.rb +14 -0
- data/spec/dummy/db/migrate/20180516182028_update_classifications_positions.spree.rb +10 -0
- data/spec/dummy/db/migrate/20180516182029_add_guest_token_index_to_spree_orders.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516182030_remove_token_permissions_table.spree.rb +7 -0
- data/spec/dummy/db/migrate/20180516182031_remove_extra_products_slug_index.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516182032_update_product_slug_index.spree.rb +7 -0
- data/spec/dummy/db/migrate/20180516182033_rename_identifier_to_number_for_payment.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516182034_create_spree_store_credits.spree.rb +25 -0
- data/spec/dummy/db/migrate/20180516182035_create_spree_store_credit_categories.spree.rb +9 -0
- data/spec/dummy/db/migrate/20180516182036_create_spree_store_credit_events.spree.rb +18 -0
- data/spec/dummy/db/migrate/20180516182037_create_spree_store_credit_types.spree.rb +11 -0
- data/spec/dummy/db/migrate/20180516182038_remove_environment_from_payment_method.spree.rb +7 -0
- data/spec/dummy/db/migrate/20180516182039_add_resellable_to_return_items.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516182040_add_code_to_spree_promotion_categories.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516182041_remove_environment_from_tracker.spree.rb +7 -0
- data/spec/dummy/db/migrate/20180516182042_remove_spree_configurations.spree.rb +17 -0
- data/spec/dummy/db/migrate/20180516182043_add_index_to_spree_stock_items_variant_id.spree.rb +14 -0
- data/spec/dummy/db/migrate/20180516182044_ensure_payments_have_numbers.spree.rb +10 -0
- data/spec/dummy/db/migrate/20180516182045_add_missing_indexes_on_spree_tables.spree.rb +68 -0
- data/spec/dummy/db/migrate/20180516182046_remove_duplicated_indexes_from_multi_columns.spree.rb +19 -0
- data/spec/dummy/db/migrate/20180516182047_remove_user_index_from_spree_state_changes.spree.rb +15 -0
- data/spec/dummy/db/migrate/20180516182048_fix_adjustment_order_id.spree.rb +71 -0
- data/spec/dummy/db/migrate/20180516182049_add_position_to_spree_payment_methods.spree.rb +6 -0
- data/spec/dummy/db/migrate/20180516182050_add_deleted_at_to_friendly_id_slugs.spree.rb +7 -0
- data/spec/dummy/db/migrate/20180516182051_increase_scale_on_pre_tax_amounts.spree.rb +17 -0
- data/spec/dummy/db/migrate/20180516182052_add_taxable_adjustment_total_to_line_item.spree.rb +20 -0
- data/spec/dummy/db/migrate/20180516182053_migrate_payment_methods_display.spree.rb +13 -0
- data/spec/dummy/db/migrate/20180516182054_enable_acts_as_paranoid_on_calculators.spree.rb +7 -0
- data/spec/dummy/db/migrate/20180516182055_spree_payment_method_store_credits.spree.rb +13 -0
- data/spec/dummy/db/migrate/20180516182056_rename_has_and_belongs_to_associations_to_model_names.spree.rb +19 -0
- data/spec/dummy/db/migrate/20180516182057_spree_store_credit_types.spree.rb +12 -0
- data/spec/dummy/db/migrate/20180516182058_add_discontinued_to_products_and_variants.spree.rb +69 -0
- data/spec/dummy/db/migrate/20180516182059_remove_shipping_method_id_from_spree_orders.spree.rb +14 -0
- data/spec/dummy/db/migrate/20180516182060_add_id_column_to_earlier_habtm_tables.spree.rb +17 -0
- data/spec/dummy/db/migrate/20180516182061_add_indexes.spree.rb +15 -0
- data/spec/dummy/db/migrate/20180516182062_remove_counter_cache_from_spree_variants_to_spree_stock_items.spree.rb +11 -0
- data/spec/dummy/db/migrate/20180516182063_acts_as_taggable_on_spree_migration.spree.rb +41 -0
- data/spec/dummy/db/migrate/20180516182064_change_collation_for_spree_tag_names.spree.rb +10 -0
- data/spec/dummy/db/migrate/20180516182065_add_missing_indexes_to_spree_taggings.spree.rb +15 -0
- data/spec/dummy/db/migrate/20180516182066_add_zipcode_required_to_spree_countries.spree.rb +8 -0
- data/spec/dummy/db/migrate/20180516182067_add_created_at_to_variant.spree.rb +9 -0
- data/spec/dummy/db/migrate/20180516182068_add_null_false_to_spree_variants_timestamps.spree.rb +7 -0
- data/spec/dummy/db/migrate/20180516182069_create_spree_purchase_orders.spree_purchase_order.rb +11 -0
- data/spec/dummy/db/migrate/20180516182070_add_payment_method_id_to_spree_purchase_orders.spree_purchase_order.rb +7 -0
- data/spec/dummy/db/migrate/20180516182071_add_user_id_to_spree_purchase_orders.spree_purchase_order.rb +7 -0
- data/spec/dummy/db/schema.rb +1027 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/test.log +27686 -0
- data/spec/dummy/tmp/cache/17E/D61/spree%2Fapp_configuration%2Fdefault_seo_title +1 -0
- data/spec/dummy/tmp/cache/334/AA1/spree%2Fapp_configuration%2Fdefault_meta_keywords +1 -0
- data/spec/dummy/tmp/cache/3A7/4A1/spree%2Fapp_configuration%2Faddress_requires_state +1 -0
- data/spec/dummy/tmp/cache/460/D81/spree%2Fapp_configuration%2Fdefault_meta_description +1 -0
- data/spec/dummy/tmp/cache/DD9/320/spree%2Fapp_configuration%2Fsite_url +1 -0
- data/spec/dummy/tmp/cache/DDD/2D0/spree%2Fapp_configuration%2Fcurrency +1 -0
- data/spec/dummy/tmp/cache/E27/320/spree%2Fapp_configuration%2Fsite_name +1 -0
- data/spec/dummy/tmp/cache/E9B/7F0/spree%2Fapp_configuration%2Fmails_from +1 -0
- data/spec/factories/purchase_orders.rb +1 -1
- data/spec/spec_helper.rb +2 -2
- metadata +498 -7
@@ -0,0 +1,11 @@
|
|
1
|
+
# This migration comes from spree (originally 20140601011216)
|
2
|
+
class SetShipmentTotalForUsersUpgrading < ActiveRecord::Migration[4.2]
|
3
|
+
def up
|
4
|
+
# NOTE You might not need this at all unless you're upgrading from Spree 2.1.x
|
5
|
+
# or below. For those upgrading this should populate the Order#shipment_total
|
6
|
+
# for legacy orders
|
7
|
+
Spree::Order.complete.where('shipment_total = ?', 0).includes(:shipments).find_each do |order|
|
8
|
+
order.update_column(:shipment_total, order.shipments.sum(:cost))
|
9
|
+
end
|
10
|
+
end
|
11
|
+
end
|
@@ -0,0 +1,7 @@
|
|
1
|
+
# This migration comes from spree (originally 20140604135309)
|
2
|
+
class DropCreditCardFirstNameAndLastName < ActiveRecord::Migration[4.2]
|
3
|
+
def change
|
4
|
+
remove_column :spree_credit_cards, :first_name, :string
|
5
|
+
remove_column :spree_credit_cards, :last_name, :string
|
6
|
+
end
|
7
|
+
end
|
@@ -0,0 +1,7 @@
|
|
1
|
+
# This migration comes from spree (originally 20140609201656)
|
2
|
+
class AddDeletedAtToSpreePromotionActions < ActiveRecord::Migration[4.2]
|
3
|
+
def change
|
4
|
+
add_column :spree_promotion_actions, :deleted_at, :datetime
|
5
|
+
add_index :spree_promotion_actions, :deleted_at
|
6
|
+
end
|
7
|
+
end
|
@@ -0,0 +1,13 @@
|
|
1
|
+
# This migration comes from spree (originally 20140625214618)
|
2
|
+
class CreateSpreeRefunds < ActiveRecord::Migration[4.2]
|
3
|
+
def change
|
4
|
+
create_table :spree_refunds do |t|
|
5
|
+
t.integer :payment_id
|
6
|
+
t.integer :return_authorization_id
|
7
|
+
t.decimal :amount, precision: 10, scale: 2, default: 0.0, null: false
|
8
|
+
t.string :transaction_id
|
9
|
+
|
10
|
+
t.timestamps null: false
|
11
|
+
end
|
12
|
+
end
|
13
|
+
end
|
data/spec/dummy/db/migrate/20180516181987_create_spree_return_authorization_inventory_unit.spree.rb
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
# This migration comes from spree (originally 20140702140656)
|
2
|
+
class CreateSpreeReturnAuthorizationInventoryUnit < ActiveRecord::Migration[4.2]
|
3
|
+
def change
|
4
|
+
create_table :spree_return_authorization_inventory_units do |t|
|
5
|
+
t.integer :return_authorization_id
|
6
|
+
t.integer :inventory_unit_id
|
7
|
+
t.integer :exchange_variant_id
|
8
|
+
t.datetime :received_at
|
9
|
+
|
10
|
+
t.timestamps null: false
|
11
|
+
end
|
12
|
+
end
|
13
|
+
end
|
@@ -0,0 +1,11 @@
|
|
1
|
+
# This migration comes from spree (originally 20140709160534)
|
2
|
+
class BackfillLineItemPreTaxAmount < ActiveRecord::Migration[4.2]
|
3
|
+
def change
|
4
|
+
# set pre_tax_amount to discounted_amount - included_tax_total
|
5
|
+
execute(<<-SQL)
|
6
|
+
UPDATE spree_line_items
|
7
|
+
SET pre_tax_amount = ((price * quantity) + promo_total) - included_tax_total
|
8
|
+
WHERE pre_tax_amount IS NULL;
|
9
|
+
SQL
|
10
|
+
end
|
11
|
+
end
|
@@ -0,0 +1,56 @@
|
|
1
|
+
# This migration comes from spree (originally 20140710041921)
|
2
|
+
class RecreateSpreeReturnAuthorizations < ActiveRecord::Migration[4.2]
|
3
|
+
def up
|
4
|
+
# If the app has any legacy return authorizations then rename the table & columns and leave them there
|
5
|
+
# for the spree_legacy_return_authorizations extension to pick up with.
|
6
|
+
# Otherwise just drop the tables/columns as they are no longer used in stock spree. The spree_legacy_return_authorizations
|
7
|
+
# extension will recreate these tables for dev environments & etc as needed.
|
8
|
+
if Spree::ReturnAuthorization.exists?
|
9
|
+
rename_table :spree_return_authorizations, :spree_legacy_return_authorizations
|
10
|
+
rename_column :spree_inventory_units, :return_authorization_id, :legacy_return_authorization_id
|
11
|
+
else
|
12
|
+
drop_table :spree_return_authorizations
|
13
|
+
remove_column :spree_inventory_units, :return_authorization_id
|
14
|
+
end
|
15
|
+
|
16
|
+
Spree::Adjustment.where(source_type: 'Spree::ReturnAuthorization').update_all(source_type: 'Spree::LegacyReturnAuthorization')
|
17
|
+
|
18
|
+
# For now just recreate the table as it was. Future changes to the schema (including dropping "amount") will be coming in a
|
19
|
+
# separate commit.
|
20
|
+
create_table :spree_return_authorizations do |t|
|
21
|
+
t.string "number"
|
22
|
+
t.string "state"
|
23
|
+
t.decimal "amount", precision: 10, scale: 2, default: 0.0, null: false
|
24
|
+
t.integer "order_id"
|
25
|
+
t.text "reason"
|
26
|
+
t.datetime "created_at"
|
27
|
+
t.datetime "updated_at"
|
28
|
+
t.integer "stock_location_id"
|
29
|
+
end
|
30
|
+
|
31
|
+
end
|
32
|
+
|
33
|
+
def down
|
34
|
+
drop_table :spree_return_authorizations
|
35
|
+
|
36
|
+
Spree::Adjustment.where(source_type: 'Spree::LegacyReturnAuthorization').update_all(source_type: 'Spree::ReturnAuthorization')
|
37
|
+
|
38
|
+
if data_source_exists?(:spree_legacy_return_authorizations)
|
39
|
+
rename_table :spree_legacy_return_authorizations, :spree_return_authorizations
|
40
|
+
rename_column :spree_inventory_units, :legacy_return_authorization_id, :return_authorization_id
|
41
|
+
else
|
42
|
+
create_table :spree_return_authorizations do |t|
|
43
|
+
t.string "number"
|
44
|
+
t.string "state"
|
45
|
+
t.decimal "amount", precision: 10, scale: 2, default: 0.0, null: false
|
46
|
+
t.integer "order_id"
|
47
|
+
t.text "reason"
|
48
|
+
t.datetime "created_at"
|
49
|
+
t.datetime "updated_at"
|
50
|
+
t.integer "stock_location_id"
|
51
|
+
end
|
52
|
+
add_column :spree_inventory_units, :return_authorization_id, :integer, after: :shipment_id
|
53
|
+
add_index :spree_inventory_units, :return_authorization_id
|
54
|
+
end
|
55
|
+
end
|
56
|
+
end
|
@@ -0,0 +1,8 @@
|
|
1
|
+
# This migration comes from spree (originally 20140710181204)
|
2
|
+
class AddAmountFieldsToReturnItems < ActiveRecord::Migration[4.2]
|
3
|
+
def change
|
4
|
+
add_column :spree_return_items, :pre_tax_amount, :decimal, precision: 10, scale: 2, default: 0.0, null: false
|
5
|
+
add_column :spree_return_items, :included_tax_total, :decimal, precision: 10, scale: 2, default: 0.0, null: false
|
6
|
+
add_column :spree_return_items, :additional_tax_total, :decimal, precision: 10, scale: 2, default: 0.0, null: false
|
7
|
+
end
|
8
|
+
end
|
@@ -0,0 +1,29 @@
|
|
1
|
+
# This migration comes from spree (originally 20140713140455)
|
2
|
+
class CreateSpreeReturnAuthorizationReasons < ActiveRecord::Migration[4.2]
|
3
|
+
def change
|
4
|
+
create_table :spree_return_authorization_reasons do |t|
|
5
|
+
t.string :name
|
6
|
+
t.boolean :active, default: true
|
7
|
+
t.boolean :mutable, default: true
|
8
|
+
|
9
|
+
t.timestamps null: false
|
10
|
+
end
|
11
|
+
|
12
|
+
reversible do |direction|
|
13
|
+
direction.up do
|
14
|
+
Spree::ReturnAuthorizationReason.create!(name: 'Better price available')
|
15
|
+
Spree::ReturnAuthorizationReason.create!(name: 'Missed estimated delivery date')
|
16
|
+
Spree::ReturnAuthorizationReason.create!(name: 'Missing parts or accessories')
|
17
|
+
Spree::ReturnAuthorizationReason.create!(name: 'Damaged/Defective')
|
18
|
+
Spree::ReturnAuthorizationReason.create!(name: 'Different from what was ordered')
|
19
|
+
Spree::ReturnAuthorizationReason.create!(name: 'Different from description')
|
20
|
+
Spree::ReturnAuthorizationReason.create!(name: 'No longer needed/wanted')
|
21
|
+
Spree::ReturnAuthorizationReason.create!(name: 'Accidental order')
|
22
|
+
Spree::ReturnAuthorizationReason.create!(name: 'Unauthorized purchase')
|
23
|
+
end
|
24
|
+
end
|
25
|
+
|
26
|
+
add_column :spree_return_authorizations, :return_authorization_reason_id, :integer
|
27
|
+
add_index :spree_return_authorizations, :return_authorization_reason_id, name: 'index_return_authorizations_on_return_authorization_reason_id'
|
28
|
+
end
|
29
|
+
end
|
@@ -0,0 +1,15 @@
|
|
1
|
+
# This migration comes from spree (originally 20140713140527)
|
2
|
+
class CreateSpreeRefundReasons < ActiveRecord::Migration[4.2]
|
3
|
+
def change
|
4
|
+
create_table :spree_refund_reasons do |t|
|
5
|
+
t.string :name
|
6
|
+
t.boolean :active, default: true
|
7
|
+
t.boolean :mutable, default: true
|
8
|
+
|
9
|
+
t.timestamps null: false
|
10
|
+
end
|
11
|
+
|
12
|
+
add_column :spree_refunds, :refund_reason_id, :integer
|
13
|
+
add_index :spree_refunds, :refund_reason_id, name: 'index_refunds_on_refund_reason_id'
|
14
|
+
end
|
15
|
+
end
|
@@ -0,0 +1,12 @@
|
|
1
|
+
# This migration comes from spree (originally 20140715182625)
|
2
|
+
class CreateSpreePromotionCategories < ActiveRecord::Migration[4.2]
|
3
|
+
def change
|
4
|
+
create_table :spree_promotion_categories do |t|
|
5
|
+
t.string :name
|
6
|
+
t.timestamps null: false
|
7
|
+
end
|
8
|
+
|
9
|
+
add_column :spree_promotions, :promotion_category_id, :integer
|
10
|
+
add_index :spree_promotions, :promotion_category_id
|
11
|
+
end
|
12
|
+
end
|
@@ -0,0 +1,10 @@
|
|
1
|
+
# This migration comes from spree (originally 20140716204111)
|
2
|
+
class DropReceivedAtOnReturnItems < ActiveRecord::Migration[4.2]
|
3
|
+
def up
|
4
|
+
remove_column :spree_return_items, :received_at
|
5
|
+
end
|
6
|
+
|
7
|
+
def down
|
8
|
+
add_column :spree_return_items, :received_at, :datetime
|
9
|
+
end
|
10
|
+
end
|
@@ -0,0 +1,7 @@
|
|
1
|
+
# This migration comes from spree (originally 20140716212330)
|
2
|
+
class AddReceptionAndAcceptanceStatusToReturnItems < ActiveRecord::Migration[4.2]
|
3
|
+
def change
|
4
|
+
add_column :spree_return_items, :reception_status, :string
|
5
|
+
add_column :spree_return_items, :acceptance_status, :string
|
6
|
+
end
|
7
|
+
end
|
@@ -0,0 +1,10 @@
|
|
1
|
+
# This migration comes from spree (originally 20140717155155)
|
2
|
+
class CreateDefaultRefundReason < ActiveRecord::Migration[4.2]
|
3
|
+
def up
|
4
|
+
Spree::RefundReason.create!(name: Spree::RefundReason::RETURN_PROCESSING_REASON, mutable: false)
|
5
|
+
end
|
6
|
+
|
7
|
+
def down
|
8
|
+
Spree::RefundReason.find_by(name: Spree::RefundReason::RETURN_PROCESSING_REASON, mutable: false).destroy
|
9
|
+
end
|
10
|
+
end
|
@@ -0,0 +1,8 @@
|
|
1
|
+
# This migration comes from spree (originally 20140717185932)
|
2
|
+
class AddDefaultToSpreeStockLocations < ActiveRecord::Migration[4.2]
|
3
|
+
def change
|
4
|
+
unless column_exists? :spree_stock_locations, :default
|
5
|
+
add_column :spree_stock_locations, :default, :boolean, null: false, default: false
|
6
|
+
end
|
7
|
+
end
|
8
|
+
end
|
@@ -0,0 +1,10 @@
|
|
1
|
+
# This migration comes from spree (originally 20140718133010)
|
2
|
+
class CreateSpreeCustomerReturns < ActiveRecord::Migration[4.2]
|
3
|
+
def change
|
4
|
+
create_table :spree_customer_returns do |t|
|
5
|
+
t.string :number
|
6
|
+
t.integer :stock_location_id
|
7
|
+
t.timestamps null: false
|
8
|
+
end
|
9
|
+
end
|
10
|
+
end
|
@@ -0,0 +1,7 @@
|
|
1
|
+
# This migration comes from spree (originally 20140718133349)
|
2
|
+
class AddCustomerReturnIdToReturnItem < ActiveRecord::Migration[4.2]
|
3
|
+
def change
|
4
|
+
add_column :spree_return_items, :customer_return_id, :integer
|
5
|
+
add_index :spree_return_items, :customer_return_id, name: 'index_return_items_on_customer_return_id'
|
6
|
+
end
|
7
|
+
end
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# This migration comes from spree (originally 20140718195325)
|
2
|
+
class CreateFriendlyIdSlugs < ActiveRecord::Migration[4.2]
|
3
|
+
def change
|
4
|
+
create_table :friendly_id_slugs do |t|
|
5
|
+
t.string :slug, null: false
|
6
|
+
t.integer :sluggable_id, null: false
|
7
|
+
t.string :sluggable_type, limit: 50
|
8
|
+
t.string :scope
|
9
|
+
t.datetime :created_at
|
10
|
+
end
|
11
|
+
add_index :friendly_id_slugs, :sluggable_id
|
12
|
+
add_index :friendly_id_slugs, [:slug, :sluggable_type]
|
13
|
+
add_index :friendly_id_slugs, [:slug, :sluggable_type, :scope], unique: true
|
14
|
+
add_index :friendly_id_slugs, :sluggable_type
|
15
|
+
end
|
16
|
+
end
|
data/spec/dummy/db/migrate/20180516182005_increase_return_item_pre_tax_amount_precision.spree.rb
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
# This migration comes from spree (originally 20140723152808)
|
2
|
+
class IncreaseReturnItemPreTaxAmountPrecision < ActiveRecord::Migration[4.2]
|
3
|
+
def up
|
4
|
+
change_column :spree_return_items, :pre_tax_amount, :decimal, precision: 12, scale: 4, default: 0.0, null: false
|
5
|
+
change_column :spree_return_items, :included_tax_total, :decimal, precision: 12, scale: 4, default: 0.0, null: false
|
6
|
+
change_column :spree_return_items, :additional_tax_total, :decimal, precision: 12, scale: 4, default: 0.0, null: false
|
7
|
+
end
|
8
|
+
|
9
|
+
def down
|
10
|
+
change_column :spree_return_items, :pre_tax_amount, :decimal, precision: 10, scale: 2, default: 0.0, null: false
|
11
|
+
change_column :spree_return_items, :included_tax_total, :decimal, precision: 10, scale: 2, default: 0.0, null: false
|
12
|
+
change_column :spree_return_items, :additional_tax_total, :decimal, precision: 10, scale: 2, default: 0.0, null: false
|
13
|
+
end
|
14
|
+
end
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# This migration comes from spree (originally 20140723214541)
|
2
|
+
class CopyProductSlugsToSlugHistory < ActiveRecord::Migration[4.2]
|
3
|
+
def change
|
4
|
+
|
5
|
+
# do what sql does best: copy all slugs into history table in a single query
|
6
|
+
# rather than load potentially millions of products into memory
|
7
|
+
Spree::Product.connection.execute <<-SQL
|
8
|
+
INSERT INTO #{FriendlyId::Slug.table_name} (slug, sluggable_id, sluggable_type, created_at)
|
9
|
+
SELECT slug, id, '#{Spree::Product.to_s}', #{ApplicationRecord.send(:sanitize_sql_array, ['?', Time.current])}
|
10
|
+
FROM #{Spree::Product.table_name}
|
11
|
+
WHERE slug IS NOT NULL
|
12
|
+
ORDER BY id
|
13
|
+
SQL
|
14
|
+
|
15
|
+
end
|
16
|
+
end
|
@@ -0,0 +1,22 @@
|
|
1
|
+
# This migration comes from spree (originally 20140725131539)
|
2
|
+
class CreateSpreeReimbursements < ActiveRecord::Migration[4.2]
|
3
|
+
def change
|
4
|
+
create_table :spree_reimbursements do |t|
|
5
|
+
t.string :number
|
6
|
+
t.string :reimbursement_status
|
7
|
+
t.integer :customer_return_id
|
8
|
+
t.integer :order_id
|
9
|
+
t.decimal :total, precision: 10, scale: 2
|
10
|
+
|
11
|
+
t.timestamps null: false
|
12
|
+
end
|
13
|
+
|
14
|
+
add_index :spree_reimbursements, :customer_return_id
|
15
|
+
add_index :spree_reimbursements, :order_id
|
16
|
+
|
17
|
+
remove_column :spree_refunds, :customer_return_id, :integer
|
18
|
+
add_column :spree_refunds, :reimbursement_id, :integer
|
19
|
+
|
20
|
+
add_column :spree_return_items, :reimbursement_id, :integer
|
21
|
+
end
|
22
|
+
end
|
@@ -0,0 +1,8 @@
|
|
1
|
+
# This migration comes from spree (originally 20140729133613)
|
2
|
+
class AddExchangeInventoryUnitForeignKeys < ActiveRecord::Migration[4.2]
|
3
|
+
def change
|
4
|
+
add_column :spree_return_items, :exchange_inventory_unit_id, :integer
|
5
|
+
|
6
|
+
add_index :spree_return_items, :exchange_inventory_unit_id
|
7
|
+
end
|
8
|
+
end
|
@@ -0,0 +1,21 @@
|
|
1
|
+
# This migration comes from spree (originally 20140731150017)
|
2
|
+
class CreateSpreeReimbursementTypes < ActiveRecord::Migration[4.2]
|
3
|
+
def change
|
4
|
+
create_table :spree_reimbursement_types do |t|
|
5
|
+
t.string :name
|
6
|
+
t.boolean :active, default: true
|
7
|
+
t.boolean :mutable, default: true
|
8
|
+
|
9
|
+
t.timestamps null: false
|
10
|
+
end
|
11
|
+
|
12
|
+
reversible do |direction|
|
13
|
+
direction.up do
|
14
|
+
Spree::ReimbursementType.create!(name: Spree::ReimbursementType::ORIGINAL)
|
15
|
+
end
|
16
|
+
end
|
17
|
+
|
18
|
+
add_column :spree_return_items, :preferred_reimbursement_type_id, :integer
|
19
|
+
add_column :spree_return_items, :override_reimbursement_type_id, :integer
|
20
|
+
end
|
21
|
+
end
|
@@ -0,0 +1,11 @@
|
|
1
|
+
# This migration comes from spree (originally 20140804185157)
|
2
|
+
class AddDefaultToShipmentCost < ActiveRecord::Migration[4.2]
|
3
|
+
def up
|
4
|
+
change_column :spree_shipments, :cost, :decimal, precision: 10, scale: 2, default: 0.0
|
5
|
+
Spree::Shipment.where(cost: nil).update_all(cost: 0)
|
6
|
+
end
|
7
|
+
|
8
|
+
def down
|
9
|
+
change_column :spree_shipments, :cost, :decimal, precision: 10, scale: 2
|
10
|
+
end
|
11
|
+
end
|