From f0fcdf41e4a492866c87b365f16001b1b1d568fa Mon Sep 17 00:00:00 2001 From: Eric J Date: Thu, 25 Sep 2025 08:43:24 -0500 Subject: [PATCH] Update Tips and Tricks (#805) Added section highlighting the ability to use math operators in amounts --- docs/getting-started/tips-tricks.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/getting-started/tips-tricks.md b/docs/getting-started/tips-tricks.md index c29ae09e68..572456d13d 100644 --- a/docs/getting-started/tips-tricks.md +++ b/docs/getting-started/tips-tricks.md @@ -129,3 +129,8 @@ like [Emojipedia](https://emojipedia.org/), [EmojiDB](https://emojidb.org/) or [ By using emojis on the accounts, you can have grouping of accounts by type, such as credit cards, expenses, and savings. +## Math Operators + +When entering amounts for transactions, math operators can be used to calculate a final value. + +For example when splitting a transaction, you can input `16.99*1.1` in the subcategory's payment field to apply a 10% tax rate to the amount, which would display `$18.69` once entered.