From 354254bc746f0133a8dd37fe6cc0eb0a7e622c65 Mon Sep 17 00:00:00 2001 From: Richard Dominick <34370238+RichDom2185@users.noreply.github.com> Date: Thu, 27 Oct 2022 17:34:22 +0800 Subject: [PATCH] Update ItemCommands table description --- docs/_ug/commandSummary/ItemCommands.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/_ug/commandSummary/ItemCommands.md b/docs/_ug/commandSummary/ItemCommands.md index 4b13806a2cd..67c91a3a0ee 100644 --- a/docs/_ug/commandSummary/ItemCommands.md +++ b/docs/_ug/commandSummary/ItemCommands.md @@ -50,18 +50,18 @@ {% capture TABLE %} -| Action | Format | Example | -|-------------------------------------------------------------------|--------|---------------| -| Create a new item | :new: | :newexample: | -| List all items | :list: | :listexample: | -| Search for an item | :find: | :findexample: | -| Sort an item by name, quantity, type, bought date or expiry date. | :sort: | :sortexample: | -| View information about an item | :view: | :viewexample: | -| Increase the quantity of an item | :inc: | :incexample: | -| Decrease the quantity of an item | :dec: | :decexample: | -| Update the information of an item | :edit: | :editexample: | -| Adds a remark to an item | :rmk: | :rmkexample: | -| Delete an item | :del: | :delexample: | +| Action | Format | Example | +|-----------------------------------------------------------------------------------|--------|---------------| +| Create a new item | :new: | :newexample: | +| List all items | :list: | :listexample: | +| Search for an item | :find: | :findexample: | +| Sort an item by name, quantity, unit, bought date, expiry date, price, or remarks | :sort: | :sortexample: | +| View information about an item | :view: | :viewexample: | +| Increase the quantity of an item | :inc: | :incexample: | +| Decrease the quantity of an item | :dec: | :decexample: | +| Update the information of an item | :edit: | :editexample: | +| Adds a remark to an item | :rmk: | :rmkexample: | +| Delete an item | :del: | :delexample: | {% endcapture %}