Skip to content

Commit

Permalink
Merge pull request #100 from AngWM/topic-updateUG
Browse files Browse the repository at this point in the history
Update user guide for stats function
  • Loading branch information
px1099 committed Oct 30, 2018
2 parents 1666e03 + 7e5328f commit e5bd3ad
Showing 1 changed file with 34 additions and 6 deletions.
40 changes: 34 additions & 6 deletions docs/UserGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -309,16 +309,40 @@ Format: `listorder`

=== Statistics

==== View Order Statistics
==== View Employee Statistics

Display the order statistics overview +
Format: vieworderstats
Display the member statistics overview +
Format: statsemp

Examples: +
`statsemp`

==== View Member Statistics

Display the member statistics overview +
Format: viewmemberstats
Format: statsmember

Examples: +
`statsmember`

==== View Menu Statistics

Display the menu statistics overview with optional parameter `f/` or `t/` to set date range to calculate statistics from +
Format: statsmenu [f/mmddyyyy] [t/mmddyyyy]

Examples: +

* `statsmenu` +
* `statsmenu f/01122017 t/31122017`
* `statsmenu f/01012017 t/31122017`

==== View Order Statistics

Display the order statistics overview +
Format: statsorder

Examples: +
`statsorder`

=== Saving the data

Expand Down Expand Up @@ -395,6 +419,10 @@ e.g. `deleteorder 3`

=== Statistics

*View Order Statistics* : `vieworderstats`
*View Employee Statistics* : `statsemp`

*View Member Statistics* : `statsmember`

*View Menu Statistics* : `statsmenu [f/ddmmyyyy] [t/ddmmyyyy]`

*View Member Statistics* : `viewmemberstats`
*View Order Statistics* : `statsorder`

0 comments on commit e5bd3ad

Please sign in to comment.