diff --git a/wiki/Budget-Tracking.md b/wiki/Budget-Tracking.md index 4839681b..8014ce7e 100644 --- a/wiki/Budget-Tracking.md +++ b/wiki/Budget-Tracking.md @@ -12,6 +12,8 @@ Open the **Budget** tab inside the trip planner. The tab is only visible when th > **Admin:** Budget is an addon. Enable it in [Admin-Addons](Admin-Addons). +![Create Budget](assets/BudgetCreateBudget.gif) + ## Currency Use the currency picker in the Budget toolbar to select one currency for the entire trip. 46 currencies are supported (EUR, USD, GBP, JPY, CHF, CZK, PLN, SEK, NOK, DKK, TRY, THB, AUD, CAD, NZD, BRL, MXN, INR, IDR, MYR, PHP, SGD, KRW, CNY, HKD, TWD, ZAR, AED, SAR, ILS, EGP, MAD, HUF, RON, BGN, HRK, ISK, RUB, UAH, BDT, LKR, VND, CLP, COP, PEN, ARS). All amounts are displayed in this currency. @@ -54,6 +56,8 @@ The **Persons** column behaves differently depending on the trip: - **Single-user trip** — enter a number of persons directly. - **Multi-member trip** — a member chip picker appears. Click the edit button to assign or remove members from an expense. Click an assigned member chip again to mark them as **paid** (the chip shows a green ring). +![Add Expense](assets/BudgetAddExpensive.gif) + ## Settlement calculator When multiple members are assigned to expenses and there are outstanding debts between members, a collapsible **Settlement** section appears inside the total card. Click the section header to expand it. It shows the minimum number of transfers needed to settle all debts (using a greedy matching algorithm), including: @@ -61,6 +65,8 @@ When multiple members are assigned to expenses and there are outstanding debts b - Transfer flows: who pays whom and how much. - Net balances: each member's overall surplus or deficit. +![Final Settlement](assets/BudgetFinalSettlement.gif) + ## Budget summary The right-hand column contains two widgets: diff --git a/wiki/Day-Plans-and-Notes.md b/wiki/Day-Plans-and-Notes.md index d8db9694..d9a3773e 100644 --- a/wiki/Day-Plans-and-Notes.md +++ b/wiki/Day-Plans-and-Notes.md @@ -26,7 +26,7 @@ Items are sorted by their time or position index. ![Adding a place by dragging](assets/DayItineraryAddPlaceDragging.gif) -- **Add button** — click the **+** button inside an expanded day section to open an inline search panel; find the place and tap it to assign. +- **Add button** — Click on the day and then click the **+** button inside an expanded day section to open an inline search panel; find the place and tap it to assign. ![Adding a place by button](assets/DayItineraryAddPlaceByButton.gif) diff --git a/wiki/assets/BudgetAddExpensive.gif b/wiki/assets/BudgetAddExpensive.gif new file mode 100644 index 00000000..a6899fe4 Binary files /dev/null and b/wiki/assets/BudgetAddExpensive.gif differ diff --git a/wiki/assets/BudgetCreateBudget.gif b/wiki/assets/BudgetCreateBudget.gif new file mode 100644 index 00000000..3dcda0f4 Binary files /dev/null and b/wiki/assets/BudgetCreateBudget.gif differ diff --git a/wiki/assets/BudgetFinalSettlement.gif b/wiki/assets/BudgetFinalSettlement.gif new file mode 100644 index 00000000..b74780ae Binary files /dev/null and b/wiki/assets/BudgetFinalSettlement.gif differ