A QCodo powered CMS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.5 KiB

  1. authorize_net_transaction.order_id => order.id
  2. account.type_id => account_type.id
  3. account.status_id => account_status_type.id
  4. address.zone_id => zone_type.id
  5. address.country_id => country_type.id
  6. address.type_id => address_type.id
  7. product.status_id => product_status_type.id
  8. product.type_id => product_type.id
  9. product_image.size_type => image_size_type.id
  10. order.status_id => order_status_type.id
  11. order.type_id => order_type.id
  12. order.shipping_method_id => shipping_method.id
  13. order.payment_method_id => payment_method.id
  14. order_change.type_id => order_change_type.id
  15. order_status_history.status_id => order_status_type.id
  16. order_item.status_id => order_item_status_type.id
  17. payment_method.payment_type_id => payment_type.id
  18. tracking_number.order_id => order.id
  19. paypal_transaction.payment_method_id => payment_method.id
  20. content_block.parent_content_block_id => content_block.id
  21. content_block.location_id => block_location_type.id
  22. content_category.parent_content_category_id => content_category.id
  23. product_category.parent_product_category_id => product_category.id
  24. content_item.creator_id => person.id
  25. content_item.type_id => content_type.id
  26. content_item.status_id => content_status_type.id
  27. module.content_block_id => content_block.id
  28. page.doc_type_id => page_doc_type.id
  29. page.type_id => page_type.id
  30. page.status_id => page_status_type.id
  31. menu_item.type_id => menu_item_type.id
  32. menu_item.status_id => menu_status_type.id
  33. menu.type_id => menu_type.id
  34. menu.status_id => menu_status_type.id