|
1 | 1 | <script lang="ts"> |
2 | 2 | import FlexDownloadButtons from '$lib/components/FlexDownloadButtons.svelte'; |
3 | 3 | import DocHeader from '$lib/components/DocHeader.svelte'; |
| 4 | + import copyBankAccountNumber from '$lib/copyBankAccNo'; |
4 | 5 | </script> |
5 | 6 |
|
6 | 7 | <svelte:head> |
|
13 | 14 | <a href="https://buymeacoffee.com/sadespresso">Buy me a coffee</a> |
14 | 15 | </li> |
15 | 16 | <li>Skrill: batmend@gege.mn</li> |
| 17 | + <li> |
| 18 | + Golomt Bank (of Mongolia): <button |
| 19 | + class="appearance-none font-bold" |
| 20 | + type="button" |
| 21 | + title="Click to copy my Golomt Bank of Mongolia account number" |
| 22 | + onclick={copyBankAccountNumber} |
| 23 | + > |
| 24 | + 1105415662 |
| 25 | + </button> (Batmend Ganbaatar) |
| 26 | + </li> |
16 | 27 | </ul> |
17 | 28 | {/snippet} |
18 | 29 |
|
|
42 | 53 | recoverable like JSON/ZIP backups. |
43 | 54 | </p> |
44 | 55 |
|
| 56 | + <DocHeader id="importing-erased-my-data-how-to-recover"> |
| 57 | + Importing erased my data, how to recover? |
| 58 | + </DocHeader> |
| 59 | + |
| 60 | + <p> |
| 61 | + Flow does a precaution backup before starting to import. You can find the backup in <b |
| 62 | + >Profile tab > Backup > Backup history</b |
| 63 | + >. |
| 64 | + </p> |
| 65 | + <br /> |
| 66 | + <ul class="list-inside list-disc"> |
| 67 | + <li>Please note that the precaution isn't guaranteed to succeed</li> |
| 68 | + <li> |
| 69 | + Also iOS clears the temporary storage periodically, so you may find the backup file deleted |
| 70 | + if too much time has passed. |
| 71 | + </li> |
| 72 | + </ul> |
| 73 | + |
45 | 74 | <DocHeader id="does-flow-have-online-sync">Does Flow have online sync?</DocHeader> |
46 | 75 |
|
47 | 76 | <p> |
|
69 | 98 | <p> |
70 | 99 | Yes. Flow can generate reports, summaries involving accounts with different currency. |
71 | 100 | <br /> |
| 101 | + Reports are always displayed in your primary currency. |
| 102 | + <br /> |
72 | 103 | <span class="opacity-60">Cross-currency transfers are not available at the moment.</span> |
73 | 104 | </p> |
74 | 105 |
|
|
0 commit comments