The MySql table sales_order contains base_total_invoiced and base_grand_total, what is the (technical and semantic) difference between these two values?
1 Answer
base_grand_total is the total of all ordered items in base currency of store.
base_total_invoiced os the total of all invoiced items from ordered items in base currency of store.
- can you give me an example where these two values are different?bpoiss– bpoiss2018-01-30 09:11:56 +00:00Commented Jan 30, 2018 at 9:11