고객 개인 정보 참조(버전 1.x)
다음과 같은 개인 정보 보호 규정을 위한 준수 프로그램을 개발할 때 참조할 수 있도록 다음 데이터 흐름 다이어그램 및 데이터베이스 엔티티 매핑을 사용하십시오.
데이터 흐름 다이어그램
데이터 흐름 다이어그램은 고객 및 관리자가 상점 및 관리자에서 입력하고 검색할 수 있는 데이터 유형을 보여 줍니다.
프론트엔드 데이터 진입점
사용자는 계정 등록 시, 체크아웃 시, 유사한 이벤트 시 고객, 주소, 결제 정보를 입력할 수 있다.
프론트엔드 데이터 액세스 포인트
Commerce은 고객이 로그인하고 여러 페이지를 보거나 체크아웃할 때 고객 정보를 로드합니다.
백엔드 데이터 진입점
판매자는 관리자로부터 고객, 주소 및 결제 정보를 입력하여 고객 또는 주문을 생성할 수 있습니다.
백엔드 데이터 액세스 포인트
Commerce은 판매자가 여러 유형의 그리드를 볼 때 고객 정보를 로드하고 그리드를 클릭하여 자세한 정보를 확인하고 기타 다양한 작업을 수행합니다.
데이터베이스 엔티티
Magento 1은 고객, 판매 및 기타 데이터베이스 테이블에 고객 정보를 저장합니다.
고객 데이터
Magento 1은 customer_entity
및 customer_address_entity
테이블에 고객 정보를 저장합니다. 이 두 테이블에는 모두 사용자 지정 고객 속성을 포함할 수 있는 여러 참조 테이블이 있습니다.
customer_entity
및 참조 테이블
customer_entity
테이블의 다음 열에는 고객 정보가 포함되어 있습니다.
email
다음 테이블은 customer_entity
을(를) 참조하며 사용자 지정 고객 특성을 포함할 수 있습니다.
customer_entity_datetime
value
customer_entity_decimal
value
customer_entity_int
value
customer_entity_text
value
customer_entity_varchar
value
customer_address_entity
및 참조 테이블
다음 테이블은 customer_address_entity
을(를) 참조하며 사용자 지정 고객 특성을 포함할 수 있습니다.
customer_address_entity_datetime
value
customer_address_entity_decimal
value
customer_address_entity_int
value
customer_address_entity_text
value
customer_address_entity_varchar
value
주문 데이터
sales_flat_order
및 관련 테이블에는 고객의 이름, 청구 및 배송 주소 및 관련 정보가 포함되어 있습니다.
sales_flat_order
테이블
sales_order
테이블의 다음 열에는 고객 정보가 포함되어 있습니다.
customer_id
customer_email
customer_firstname
customer_gender
customer_lastname
customer_middlename
customer_prefix
customer_suffix
customer_taxvat
remote_ip
sales_flat_order_address
테이블
sales_flat_order_address
테이블에는 고객의 주소가 들어 있습니다.
customer_id
fax
region
postcode
lastname
street
city
email
telephone
firstname
prefix
suffix
middlename
company
vat_id
sales_flat_order_grid
테이블
sales_flat_order_grid
테이블의 다음 열에는 고객 정보가 포함되어 있습니다.
customer_id
shipping_name
billing_name
sales_flat_order_payment
테이블
sales_flat_order_payment
테이블의 다음 열에는 고객 정보가 포함되어 있습니다.
cc_exp_month
cc_ss_start_year
echeck_bank_name
echeck_type
cc_ss_start_month
cc_owner
cc_exp_year
echeck_routing_number
echeck_account_name
견적 데이터
견적에는 고객의 이름, 이메일, 주소 및 관련 정보가 포함되어 있습니다.
sales_flat_quote
테이블
sales_flat_quote
테이블의 다음 열에는 고객 정보가 포함되어 있습니다.
customer_id
customer_tax_class_id
customer_group_id
customer_email
customer_prefix
customer_firstname
customer_middlename
customer_lastname
customer_suffix
customer_dob
customer_note
remote_ip
customer_gender
sales_flat_quote_address
테이블
sales_flat_quote_address
테이블의 다음 열에는 고객 정보가 포함되어 있습니다.
email
prefix
firstname
middlename
lastname
suffix
company
street
city
region
postcode
fax
sales_flat_quote_payment
테이블
sales_flat_quote_payment
테이블에는 신용 카드 정보 및 기타 트랜잭션 정보가 포함되어 있습니다.
cc_last_4
cc_owner
cc_exp_month
cc_exp_year
cc_ss_owner
cc_ss_start_month
cc_ss_start_year
데이터 보관
다음 테이블과 열에는 고객 정보가 포함되어 있습니다.
enterprise_sales_creditmemo_grid_archive
billing_name
enterprise_sales_invoice_grid_archive
billing_name
enterprise_sales_order_grid_archive
billing_name
enterprise_sales_order_grid_archive
customer_id
enterprise_sales_order_grid_archive
shipping_name
enterprise_sales_shipment_grid_archive
shipping_name
판매 데이터
다음 테이블과 열에는 고객 정보가 포함되어 있습니다.
sales_flat_creditmemo_grid
billing_name
sales_flat_invoice_grid
billing_name
RMA 데이터
다음 RMA 테이블 및 열에는 고객 정보가 포함되어 있습니다.
enterprise_rma
customer_custom_email
enterprise_rma_grid
customer_id
enterprise_rma_grid
customer_name
기타 데이터
다음 테이블과 열에는 고객 정보가 포함되어 있습니다.
core_email_queue_recipients
recipient_email
core_email_queue_recipients
recipient_name
customer_flowpassword
email
customer_flowpassword
ip
enterprise_giftregistry_person
email
enterprise_giftregistry_person
firstname
enterprise_giftregistry_person
lastname
enterprise_giftregistry_person
middlename
enterprise_invitation
customer_id
enterprise_invitation
email
enterprise_invitation
referral_id
enterprise_reminder_rule_coupon
customer_id
enterprise_reminder_rule_coupon
emails_failed
enterprise_scheduled_operations
email_receiver
enterprise_scheduled_operations
email_sender
gift_message
customer_id
gift_message
recipient
gift_message
sender
newsletter_subscriber
customer_id
newsletter_subscriber
subscriber_email
persistent_session
customer_id
persistent_session
info
poll_vote
customer_id
poll_vote
ip_address
rating_option_vote
customer_id
rating_option_vote
remote_ip
rating_option_vote
remote_ip_long
send_friend_log
ip
고객을 참조하는 기타 테이블:
catalog_compare_item
downloadable_link_purchased
enterprise_customerbalance
enterprise_customersegment_customer
enterprise_giftregistry_entity
enterprise_reminder_rule_log
enterprise_reward
log_customer
log_visitor_online
oauth_token
product_alert_price
product_alert_stock
report_compared_product_index
report_viewed_product_index
review_detail
sales_billing_agreement
sales_flat_shipment
sales_recurring_profile
salesrule_coupon_usage
salesrule_customer
tag
tag_relation
wishlist