|
1 | 1 | <script lang="ts"> |
2 | | - import FlexDownloadButtons from '$lib/components/FlexDownloadButtons.svelte'; |
3 | 2 | import DocHeader from '$lib/components/DocHeader.svelte'; |
| 3 | + import FlexDownloadButtons from '$lib/components/FlexDownloadButtons.svelte'; |
4 | 4 | import copyBankAccountNumber from '$lib/copyBankAccNo'; |
5 | 5 | </script> |
6 | 6 |
|
|
13 | 13 | <li> |
14 | 14 | <a href="https://buymeacoffee.com/sadespresso">Buy me a coffee</a> |
15 | 15 | </li> |
16 | | - <li>Skrill<br />batmend@gege.mn</li> |
17 | 16 | <li> |
18 | 17 | Sponsor on GitHub: <iframe |
19 | 18 | src="https://github.com/sponsors/flow-mn/button" |
|
28 | 27 | <button |
29 | 28 | class="appearance-none font-bold" |
30 | 29 | type="button" |
31 | | - title="Click to copy my Golomt Bank (Mongolia) account number" |
| 30 | + title="Click to copy IBAN" |
32 | 31 | onclick={copyBankAccountNumber} |
33 | 32 | > |
34 | | - 1105415662 |
| 33 | + MN17 0015 0011 0541 5662 |
35 | 34 | </button> (Batmend Ganbaatar) |
36 | 35 | </li> |
37 | 36 | </ul> |
|
84 | 83 | <DocHeader id="does-flow-have-online-sync">Does Flow have online sync?</DocHeader> |
85 | 84 |
|
86 | 85 | <p> |
87 | | - No. It's planned, and is likely to take quite some time. In the meantime, I recommend doing |
88 | | - periodic backups to avoid data loss. |
89 | | - </p> |
| 86 | + If you have Flow 0.14.0 or later on iOS, iPadOS, or macOS, you can use iCloud. This required iCloud Drive sync to |
| 87 | + be enabled on your device. This feature does not support multiple devices syncing. Flow will attempt to save your |
| 88 | + manual backups to your iCloud Drive too. |
90 | 89 |
|
91 | | - <DocHeader id="will-flow-have-online-sync">Will Flow have online sync?</DocHeader> |
| 90 | + <br /> |
92 | 91 |
|
93 | | - <p> |
94 | | - Yes, it will. It's likely to take quite some time. In the meantime, I recommend doing periodic |
95 | | - backups to avoid data loss. |
| 92 | + If you have Android, Windows, or Linux, it's not available at the moment. It's planned, and may take some time to |
| 93 | + be ready for use. I recommend doing periodic backups to avoid data loss. |
96 | 94 | </p> |
97 | 95 |
|
| 96 | + <DocHeader id="why-icloud-sync-isnt-working">Why iCloud sync isn't working?</DocHeader> |
| 97 | + |
| 98 | + <ul class="list-inside list-disc"> |
| 99 | + <li>Ensure you've logged into your Apple Account on your device (in System Settings, not on Flow)</li> |
| 100 | + <li>Ensure you've enabled iCloud Drive sync in System Settings > Apple Account > iCloud > iCloud Drive > Sync this iPhone (or your device's name)</li> |
| 101 | + <li>Ensure you've allowed Flow to access iCloud inSystem Settings > Apple Account > iCloud > iCloud Drive > Apps Syncing to iCloud Drive</li> |
| 102 | + <li>Flow refuses to upload the backup if it's older than the current file on iCloud. You may want to check your device's date and time settings.</li> |
| 103 | + </ul> |
| 104 | + |
98 | 105 | <DocHeader id="does-flow-work-offline">Does Flow work offline?</DocHeader> |
99 | 106 |
|
100 | 107 | <p> |
101 | | - Yes, Flow doesn't require internet except for gather exchange rates data. |
102 | | - <br /> |
103 | | - Flow doesn't need exchange rates if you use only one currency. |
| 108 | + Yes, but there are some occurances where Flow might use internet connection. Here are few examples: |
104 | 109 | </p> |
| 110 | + <br/> |
| 111 | + <ul class="list-inside list-disc"> |
| 112 | + <li>Downloading exchange rates information (only if you use more than one currencies)</li> |
| 113 | + <li>Clicking on buttons that lead to external internet resource (Discord, GitHub, etc.)</li> |
| 114 | + </ul> |
105 | 115 |
|
106 | 116 | <DocHeader id="does-flow-support-multi-currency">Does Flow support multi-currency</DocHeader> |
107 | 117 |
|
|
161 | 171 |
|
162 | 172 | <DocHeader id="can-i-add-recurring-transactions">Can I add recurring transactions?</DocHeader> |
163 | 173 |
|
164 | | - <p>No, not at the moment, but it's planned.</p> |
| 174 | + <p>Recurring transactions feature is available on Flow 0.14.0 or later.</p> |
| 175 | + |
| 176 | + <DocHeader id="how-does-icloud-sync-work">How does iCloud sync work?</DocHeader> |
| 177 | + |
| 178 | + <p> |
| 179 | + This section is not specific to Flow.<br/><br /> |
| 180 | + |
| 181 | + TL;DR Flow saves to iCloud, and the operating system uploads the file. This process cannot be sped up, or altered.<br /><br /> |
| 182 | + |
| 183 | + Enabling iCloud sync on Flow will not immediately upload the data to iCloud. The operating system decides when it gets |
| 184 | + uploaded, and the decision is affected by many factors, including network connection, battery level, time of the day, |
| 185 | + and so on. This is not official Apple documentation, so you should refer to Apple's documentation for more accurate |
| 186 | + information.<br /><br /> |
| 187 | + |
| 188 | + Interestingly enough, you don't need an internet connection for Flow to save to iCloud. |
| 189 | + </p> |
165 | 190 |
|
166 | 191 | <DocHeader id="how-do-i-contact-the-maintainer">How do I contact the maintainer?</DocHeader> |
167 | 192 |
|
|
0 commit comments