@@ -123,11 +123,15 @@ models:
123123 - name : lifetime_visit_count
124124 description : The total number of visits of the member's family since they first visited
125125
126- - name : viz_operations__stock_entries_collection_dates
127- description : Model containing stock entries by product on collection days
126+ - name : viz_operations__stock_entries_sources
127+ description : Model containing stock entries metrics by sources at the product-level.
128128 columns :
129129 - name : date_at
130130 description : The date when the operation occurred
131+ - name : source
132+ description : >
133+ The acquisition channel for this operation.
134+ Either 'Pleins Courses', 'Collectes Supermarché' or 'Enlèvements BAPIF'
131135 - name : product_name
132136 description : The name of the product
133137 - name : unit_of_measure
@@ -149,30 +153,3 @@ models:
149153 description : >
150154 The corresponding monetary value in euro of the products brought into stock
151155 calculated based on the average price of a product unit.
152-
153- - name : viz_operations__stock_entries_shopping_dates
154- description : Model containing stock entries by product on grocery shopping days
155- columns :
156- - name : date_at
157- description : The date when the operation occurred
158- - name : product_name
159- description : The name of the product
160- - name : unit_of_measure
161- description : >
162- Unit of measure for a given product
163- eg: 'Paquet' for 'Biscuits'
164- - name : units_per_batch
165- description : Number of product units given per batch
166- - name : date_latest_shopping
167- description : The date of the lastest grocery shopping
168- - name : unit_entries
169- description : The quantity of product units entered in stock
170- - name : batch_quantity
171- description : >
172- The corresponding quantity of product units in product batch.
173- Eg: If diapers are given in batches of 10 to families,
174- then 10 unit entries correspond to 1 product batch stock entry.
175- - name : monetary_value_eur
176- description : >
177- The corresponding monetary value in euro of the products brought into stock
178- calculated based on the average price of a product unit.
0 commit comments