From 24a2203386319da776dc6ee5c769b6386b1585c0 Mon Sep 17 00:00:00 2001 From: eugene teu Date: Mon, 11 Nov 2019 15:05:08 +0800 Subject: [PATCH] minor addition --- docs/UserGuide.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/UserGuide.adoc b/docs/UserGuide.adoc index ff43ed67558..fb1e939760a 100644 --- a/docs/UserGuide.adoc +++ b/docs/UserGuide.adoc @@ -809,13 +809,13 @@ Lacking any of this will cause its non-inclusion into the statistics calculation The value calculated is the sum over the total time period within a month, meaning that it will take the date period, calculate the statistics for orders within that time period, split it by month and display it. -e.g `revenue` between 2019.11.12 and 2019.11.29 will calculate the order between this 2 dates, sum up the revenue +e.g Total `revenue` between 2019.11.12 and 2019.11.29 will calculate the order between this 2 dates, sum up the revenue (as it falls within a single month) and display this value. * Accepts two types of input: ** Without date input - display total value for that particular statistics -** with date input - displays chart and total value for that particular statistics + +** with date input - displays chart (Monthly value) and total value for that particular statistics + Generates the statistics with no date input. +