diff --git a/How-it-works?.md b/How-it-works?.md index c9c48a3..3d577bb 100644 --- a/How-it-works?.md +++ b/How-it-works?.md @@ -67,7 +67,7 @@ Additional labels for transaction categorization. Optional. Additional information about the transaction. Optional. -![img_4.png](.github/img/readme_transaction.png) +![img_4.png](https://github.com/eitchtee/WYGIWYH/blob/main/.github/img/readme_transaction.png) ### Installment Plan @@ -88,7 +88,7 @@ An Installment Plan is a helper model that generates a series of recurring trans - **Reference Date**: Reference date for the first transaction - **Recurrence**: Frequency of transactions (e.g., Monthly) -![img_1.png](.github/img/readme_installment_plan.png) +![img_1.png](https://github.com/eitchtee/WYGIWYH/blob/main/.github/img/readme_installment_plan.png) ### Transaction Details @@ -127,7 +127,7 @@ A Recurring Transaction is a helper model that generates recurring transactions - If you delete a recurring transaction it will not be recreated. - You can stop or pause a recurring transaction at any time on the config page (/recurring-trasanctions/) -![img_3.png](.github/img/readme_recurring_transaction.png) +![img_3.png](https://github.com/eitchtee/WYGIWYH/blob/main/.github/img/readme_recurring_transaction.png) ### Account @@ -197,13 +197,13 @@ A transfer happens when you move a monetary value from one account to another. T Contrary to other finance trackers, due to our multi-currency support, **WYGIWYH**'s transfer system allows for non-zero transfers. -![img.png](.github/img/readme_transfer.png) +![img.png](https://github.com/eitchtee/WYGIWYH/blob/main/.github/img/readme_transfer.png) ### Balance (Account Reconciliation) A balance is a easy way of updating your accounts balance. It creates a transaction with the difference between the balance currently in **WYGIWYH** and the new balance informed by you. -This can be useful for savings accounts or other interest accruing investments.![img_2.png](.github/img/readme_balance.png) +This can be useful for savings accounts or other interest accruing investments.![img_2.png](https://github.com/eitchtee/WYGIWYH/blob/main/.github/img/readme_balance.png) --- @@ -314,7 +314,7 @@ The calculator is a floating widget that can be toggled by clicking the calculat It allows for any math expression supported by [math.js](https://mathjs.org). -![calculator](.github/img/readme_calculator.gif) +![calculator](https://github.com/eitchtee/WYGIWYH/blob/main/.github/img/readme_calculator.gif) ### Dollar Cost Average Tracker @@ -325,7 +325,7 @@ It allows for tracking DCA strategies and getting helpful information and insigh > [!IMPORTANT] > Currently DCA exists separately from your main transactions. You will need to add your entries manually. - + ### Unit Price Calculator @@ -340,7 +340,7 @@ You can add additional items by clicking the _Add_ button at the end of the page > [!NOTE] > This doesn't do unit convertion. The amount of all items needs to be on the same the unit for proper functioning. -![img.png](.github/img/readme_unit_price_calculator.png) +![img.png](https://github.com/eitchtee/WYGIWYH/blob/main/.github/img/readme_unit_price_calculator.png) ### Currency Converter