131 lines
3.7 KiB
Plaintext
131 lines
3.7 KiB
Plaintext
ancien modèle ludo
|
|
|
|
digraph G {
|
|
inventories -> articles
|
|
article_prices -> article_families
|
|
|
|
customer_adresses -> customers
|
|
payments -> orders
|
|
packages -> articles_families
|
|
unities -> packages
|
|
prices -> articles
|
|
prices -> articles_families
|
|
prices -> price_generics
|
|
prices -> packages
|
|
prices -> unities
|
|
prices -> taxes
|
|
price_generics -> price_generic_categories
|
|
price_generic_categories -> articles_families
|
|
price_generic_values -> price_generics
|
|
price_generic_values -> packages
|
|
price_generic_values -> unities
|
|
price_generic_values -> taxes
|
|
unities -> packages
|
|
|
|
invoices -> customers
|
|
invoice_items -> invoices
|
|
invoice_items -> articles
|
|
invoice_items -> taxes
|
|
orders -> customers
|
|
|
|
articles -> botanic_variétés
|
|
articles -> botanic_especes
|
|
articles -> articles_families
|
|
produits -> botanic_variétés
|
|
produits -> botanic_especes
|
|
botanic_variétés -> botanic_especes
|
|
botanic_especes -> botanic_genres
|
|
botanic_genres -> botanic_familles
|
|
}
|
|
|
|
|
|
nouveau modèle ludo
|
|
|
|
# Place the cursor inside "graph" to get some refactoring options
|
|
|
|
digraph G {
|
|
articles -> article_natures
|
|
articles -> boutique_rayons
|
|
articles -> marchandises
|
|
articles -> produits_déclinaisons
|
|
offres -> stock
|
|
offres -> produits_déclinaisons
|
|
offres -> tarifs
|
|
offres -> tarifs_génériques
|
|
produits_déclinaisons -> packages
|
|
produits_déclinaisons -> unités
|
|
clients -> canaux_distribution
|
|
clients_adresses -> clients
|
|
tarifs -> canaux_distribution
|
|
tarifs_génériques -> canaux_distribution
|
|
tarifs_génériques -> produits_déclinaisons
|
|
paniers -> clients
|
|
paniers -> canaux_distribution
|
|
panier_lignes -> paniers
|
|
panier_lignes -> offres
|
|
factures -> clients
|
|
factures_lignes -> factures
|
|
factures_lignes -> offres
|
|
articles -> botanic_variétés
|
|
articles -> botanic_especes
|
|
stock -> articles
|
|
stock -> produits_déclinaisons
|
|
botanic_variétés -> botanic_especes
|
|
botanic_especes -> botanic_genres
|
|
botanic_genres -> botanic_familles
|
|
taggables -> articles
|
|
taggables -> tags
|
|
tags -> tag_groups
|
|
boutique_rayons_filterables -> boutique_rayons
|
|
boutique_rayons_filterables -> articles
|
|
boutique_rayons_filterables -> tags
|
|
boutique_rayons_filterables -> botanic_especes
|
|
}
|
|
|
|
|
|
|
|
------------------------
|
|
|
|
modèle Patrice
|
|
|
|
|
|
digraph G {
|
|
shop_offers -> articles
|
|
shop_offers -> prod_declinations
|
|
offers_tariffs -> shop_offers
|
|
offers_tariffs -> mkt_tariffs
|
|
mkt_tariffs -> sales_channels
|
|
mkt_tariffs -> mkt_tariff_blocks
|
|
mkt_tariffs -> shop_offers
|
|
mkt_tariffs_values -> mkt_tariffs
|
|
mkt_tariffs_values -> sales_channels
|
|
mkt_tariffs_values -> mkt_price_unities
|
|
mkt_tariffs_values -> taxes
|
|
shop_session_baskets -> sales_channels
|
|
shop_session_baskets -> customers
|
|
customer_sales_channels -> sales_channels
|
|
customer_sales_channels -> customers
|
|
customer_adresses -> customers
|
|
sales_channels -> sales_business_partners
|
|
shop_basket_items -> shop_session_baskets
|
|
shop_basket_items -> shop_offers
|
|
prod_declinations -> shop_offers
|
|
prod_declinations -> prod_packages
|
|
prod_declinations -> prod_unities
|
|
|
|
articles -> produits
|
|
shop_invoice_items -> shop_invoices
|
|
shop_invoice_items -> taxes
|
|
shop_invoices -> customers
|
|
shop_orders -> customers
|
|
shop_orders -> sales_channels
|
|
shop_order_items -> shop_offers
|
|
shop_order_items -> shop_orders
|
|
shop_order_payments -> shop_orders
|
|
produits -> botanic_variétés
|
|
produits -> botanic_especes
|
|
botanic_variétés -> botanic_especes
|
|
botanic_especes -> botanic_genres
|
|
botanic_genres -> botanic_familles
|
|
}
|