Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

BigQuery

Olay tabloları

Kaynak: src/bigquery/bigquery.const.ts. Her tabloda zorunlu timestamp (TIMESTAMP) vardır. Aşağıdaki alanlar buna eklenir.

Canlı yazım ve geri yükleme: Raporlama. Bu tablolar sipariş gerçeğinin yerine geçmez.

orders

AlanTipZorunluAnlamı
order_codeSTRINGevetSipariş kodu
buyer_idINTEGERAlıcı
buyer_nameSTRINGAd
buyer_typeSTRINGŞirket tipi
total_priceFLOATTutar
order_statusSTRINGDurum
delivery_latitude / longitudeFLOATTeslimat koordinatı

order_products

AlanTipAnlamı
order_codeSTRING, zorunluSipariş
product_idINTEGERÜrün
product_nameSTRINGAd
product_priceFLOATFiyat
quantity_soldFLOATMiktar
unitSTRINGBirim
total_priceFLOATSatır tutarı
statusSTRINGKalem durumu
categorySTRINGKategori

buyer_addresses

buyer_id, buyer_name, buyer_type, address_latitude, address_longitude, min_basket_amount.

product_price_changes

product_id, product_name, category, max_price, warehouse_id.

product_search_not_found / product_search_found

search_query, searched_by_id, searched_by_name.

product_views

product_id, product_name, category, max_price, warehouse_id, viewed_by_id, viewed_by_name.

buyer_registrations

buyer_id, buyer_name, buyer_type, email, phone, reference_code.

product_requests

product_id, product_name, is_existing_product, note, amount, requested_by_id, requested_by_name.

Tablo adları enum’da: orders, order_products, buyer_addresses, product_price_changes, product_search_not_found, product_search_found, product_views, buyer_registrations, product_requests.