Commit Graph

626 Commits

Author SHA1 Message Date
Julian Dominguez-Schatz
ee4d9d65af 🔖 (25.3.1) (#656)
https://github.com/actualbudget/actual/pull/4497
2025-03-02 20:17:11 -05:00
Michael Clark
7dc34a9b99 Update missing start server command (#655)
Missed an instance of ```yarn start:server```
2025-03-02 15:35:45 +00:00
Julian Dominguez-Schatz
9d646f9d12 Add docs on data to move (#653) 2025-02-28 19:39:55 -07:00
youngcw
0bfa988f2b Note on fixing nYNAB duplicates after import (#625)
goes with actualbudget/actual#4294

Merge in at release of v25.3.0

---------

Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk>
2025-02-28 19:01:19 -07:00
Michael Clark
37b570c302 Update github container reference to new repo (#652)
Updating to point to the new github container located here:
https://ghcr.io/actualbudget/actual

This is to accommodate this change:
https://github.com/actualbudget/actual/pull/4483
2025-02-28 20:57:38 -05:00
Julian Dominguez-Schatz
05e187092a 🔖 (25.3.0) (#651)
Release docs for https://github.com/actualbudget/actual/pull/4478
2025-02-28 20:52:41 -05:00
Matt Fiddaman
531cdc264a add lelemm to maintainer list (#649) 2025-02-26 17:23:13 +00:00
David Kaufman
199ebb499f Add SimpleFIN where GoCardless mentioned in Accounts docs (#643)
Replace: Link to GoCardless
With: Link (to GoCardless for Eurpean Banks or SimpleFin for North
American Banks)
2025-02-17 17:17:02 +00:00
Michael Clark
bf8dd4d345 Update sync server config information (#646)
Making it clearer where the config.json file lives and adding it to the
repo move instructions.
2025-02-17 09:16:03 +00:00
Michael Clark
ba49c1651e Upating Local install docs for people on a clean clone (#645)
Issue reported here: https://github.com/actualbudget/actual/issues/4377

https://deploy-preview-645.www.actualbudget.org/docs/install/local

It turns out that yarn doesn't let you run scripts without first
installing dependencies, so users will have to type it in the install
manually.

The other alternative is to run the script with npm but that would add
confusion.

I think yarn workspace focus is the best option to pick but here was the
options:

- Instruct users to ```yarn install``` (which would install all deps) -
1.07GB
- Instruct users to ```yarn workspaces focus @actual-app/sync-server
--production``` (which is a long command) - 60.6MB
- Create a new shell script to run the command ```
./install-server.sh```

In future we might want to consider packaging the server up into an
executable. That way the user wont have to install node/deal with any of
this stuff.

Here's an example packager - i've never used it:
https://github.com/nexe/nexe
2025-02-17 09:15:36 +00:00
David Kaufman
ea180dc924 Two small corrections to config docs page (#640)
- s/want to Actual to serve/want Actual to serve/
- s/allowed to authentic with/allowed to authenticate with/
2025-02-16 22:59:12 +00:00
David Kaufman
ca7164b01c Small doc correction to local.md install instructions (#639)
s/below/above/ referring to the startup output (which is now actually
"above" the paragraph)
2025-02-16 22:58:43 +00:00
David Kaufman
25ad8353d8 [WIP] Grammar correction to starting-fresh.md page (#641)
s/like bill and groceries/like bills and groceries/
2025-02-16 22:56:43 +00:00
David Kaufman
116508aa47 Correct Rule link syntax, url and drop-down menu item name on schedul… (#642)
…es.md page

Corrected:
- link [Rules][rules] to [Rules](/docs/budgeting/rules)
- s/Click Link Selection/Click Link schedule/
2025-02-16 22:56:08 +00:00
David Kaufman
4028ba448d [WIP] Small grammar correction to filters docs page (#644)
s/To clear out the any/To clear out any/
2025-02-16 22:52:32 +00:00
Simon Mayerhofer
1c7b8e2e5f Add Priotecs MoneyControl importer reference (#624)
I created a new importer to migrate from [Priotecs
MoneyControl](https://primoco.me/) to Actual Budget and linked it in the
docs.
2025-02-16 16:53:53 +00:00
Matt Farrell
1434ed8711 Documenting percentage adjustments feature for actual PR #4257 (#631)
Goes with https://github.com/actualbudget/actual/pull/4257
2025-02-13 16:53:41 -07:00
Matt Fiddaman
275e6da9e8 update payees page (#634)
Closes https://github.com/actualbudget/docs/issues/505
2025-02-13 03:36:01 +00:00
Matt Fiddaman
bfc1b0ef3f update filtering page (#635)
Closes https://github.com/actualbudget/docs/issues/604

Budget used (for future reference if these need revisiting): 

[docs-filtering-budget.zip](https://github.com/user-attachments/files/18776247/docs-filtering-budget.zip)
2025-02-13 03:35:50 +00:00
Matt Fiddaman
f55a67c009 add release dates to releases page (#636)
Closes https://github.com/actualbudget/docs/issues/493
2025-02-13 03:35:37 +00:00
Matt Fiddaman
cd1b5f1052 add docs for rule action templating experimental feature (#632)
Closes https://github.com/actualbudget/docs/issues/480

Feedback issue for the reference
https://github.com/actualbudget/actual/issues/3606

This is a starting point for a more fleshed out version, adding examples
in the future would be good
2025-02-13 01:54:16 +00:00
Matt Fiddaman
55e41fbf97 update reconciliation page (#633)
Closes https://github.com/actualbudget/docs/issues/485

This is probably hard to review through GitHub as the file name ordering
has been fixed too, best look at it through the deploy too.
2025-02-13 01:09:21 +00:00
Julian Dominguez-Schatz
e341630e8c Add docs for i18n on local install (#630) 2025-02-11 19:15:13 -05:00
Michael Clark
a0a0d5de51 Updating references to Actual-Server to point to Actual repository (#620) 2025-02-10 22:29:03 +00:00
Michael Clark
6308598f29 Documenting the server repo move (#629)
Documenting the repo move. I'll attach this doc to the Server readme so
people are more informed


https://deploy-preview-629.www.actualbudget.org/docs/actual-server-repo-move
2025-02-09 20:18:32 +00:00
Matt Fiddaman
ed9999be4c 🔖 (25.2.1) fix desktop apps and reports page (#628)
What commits will be included in the release?

https://github.com/actualbudget/actual/compare/v25.2.1?expand=1

---

- web: https://github.com/actualbudget/actual/pull/4319
- server: https://github.com/actualbudget/actual-server/pull/565
- docs: https://github.com/actualbudget/docs/pull/628
2025-02-06 19:05:27 +00:00
Julian Dominguez-Schatz
7cf8d3a96b 🔖 (25.2.0) (#626)
- web: actualbudget/actual#4296
- server: actualbudget/actual-server#561
- docs: actualbudget/docs#626
2025-02-05 16:53:06 -05:00
Julian Dominguez-Schatz
b5b3b533bf Add docs about releasing translations (#627) 2025-02-05 16:19:54 -05:00
Szymon Sakowicz
a559fda57f Add actual-budget-prometheus-exporter (#623)
Hello, 

I've created a prometheus metrics exporter and want to share it with a
community :)
2025-02-03 14:06:09 -07:00
ftbboy2115
f8440b62a8 Update 2024-07-01-ynab_v_actual.md (#617)
Corrected typo - "the don't worry" -> "then don't worry"
2025-01-30 22:42:53 +00:00
ftbboy2115
11ae860f5c Update envelope-budgeting.md (#615)
Capitalized and Italicized "to budget", where appropriate to improve
context clues.
2025-01-30 22:42:36 +00:00
ftbboy2115
d4614ee1ab Update 2025-01-02-roadmap-for-2025.md (#618)
Typo - "a opinionated" -> "an opinionated"
2025-01-30 22:41:57 +00:00
ftbboy2115
804a09e4ad Update https.md (#619)
Clarified sentence - "If this is desired" -> "If access from the
internet is desired"
2025-01-27 08:09:07 -07:00
Zachary Milonas
dc43a680e9 Fix link to main.ts in API docs. (#621) 2025-01-27 08:07:29 -07:00
ftbboy2115
344448560e Update reconciliation.md (#622)
Added lock emoji, clarified location of icon on webpage, and corrected
spelling.
2025-01-27 08:06:16 -07:00
nojohnny101
06aaab0277 [WIP] Update faq.md (#614)
small fix for typo
2025-01-24 15:19:05 +00:00
Andrew Buskov
48bf49c2d5 Update envelope-budgeting.md numbering (#616)
Corrected numbering
2025-01-24 08:13:39 -07:00
Kennedy242
8116279300 Update docker compose command (#613)
Update to newer docker compose command.

From the docs: From July 2023 Compose V1 stopped receiving updates. It’s
also no longer available in new releases of Docker Desktop.
See the docs: https://docs.docker.com/compose/releases/migrate
2025-01-22 15:27:33 +00:00
youngcw
b020e84b72 [Goals]: tweaks for clarity and note on lines (#611) 2025-01-19 00:00:55 +01:00
Travis Lesicka
15b7169529 Add Page for Multi-Currency Support (#594)
Adding a page to Using Actual/Budgeting to demonstrate how to implement
multi-currency using Rule Templates.

---------

Co-authored-by: Ruben Olsen Lærk <ruben@lku.no>
2025-01-15 13:38:23 -07:00
DJ Mountney
c5285aa512 Add auth proxies config to the docs (#581) 2025-01-13 20:17:39 +00:00
youngcw
2682f3bca8 reworking template docs (#606)
This is the start of getting the existing template setup ready to
mainline. We can consider making each template type its own file if this
feels too long.

---------

Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk>
2025-01-13 08:00:49 -07:00
Julian Dominguez-Schatz
4fd70cab8f Update translation docs (#610) 2025-01-11 15:28:39 -05:00
Khiet Tam Nguyen
677c227f16 changed effect (noun) to affect (verb) (#609)
> Off budget accounts don't effect the budget and are meant to track
stuff like investments and mortgages. Transactions in off budget
accounts can't be categorized; they simply track balances over time.

Should be `affect`, a verb, instead of `effect`, a noun.
2025-01-10 09:40:32 -07:00
Ruben Olsen Lærk
1e935baf01 Fixing #566 - documenting ACTUAL_DATA_DIR environment variable. (#589) 2025-01-10 06:36:39 +01:00
Ruben Olsen Lærk
11b20e7961 Community repos ICS Cards and Amazon Order CVS file generators. (#602)
- https://github.com/IeuanK/AmazonExporter/
- https://github.com/IeuanK/ICS-Exporter/
See
https://discord.com/channels/937901803608096828/1027831463103696928/1325627562080206878

Changed a heading to _Bank Export and Importers_ as this is more correct
given the kind of contributions we see here.
Also, did I move the _My Edenred_ entry to its proper alphabetical
place.
2025-01-10 06:35:30 +01:00
Ruben Olsen Lærk
ee33b5c82b Export from commercial Actual Budget app-page and associated image is no longer relevant for the documentation. (#599)
Reason:  The commercial https://app.actualbudget.com has been axed. 

For export from the current open-source offering use the existing
documentation.

Replacment pages is found at
https://actualbudget.org/docs/backup-restore/backup and
https://actualbudget.org/docs/backup-restore/restore
2025-01-10 06:34:46 +01:00
Adam Monsen
89c0254df4 document multi-user usage of same budget file (#496)
Discussed in:

*
https://discord.com/channels/937901803608096828/969693280226906162/1288542693814960260
*
https://discord.com/channels/937901803608096828/1290073711730495599/1290073711730495599

Could someone with intimate knowledge of the syncing
architecture/CRDTs/etc. validate and help me perfect the text? I took
the conservative approach with my "To be safe..." comment, but if it
truly is fine to edit simultaneously, we should say so less
conservatively. Moreso, if simultaneous edits are supported behavior, we
should also take this page out of "experimental".

---------

Co-authored-by: Ruben Olsen Lærk <ruben@lku.no>
2025-01-09 12:39:16 -07:00
Klemen Košir
7c3084fbc4 Update instructions for enabling Tracking Budget (#607)
This PR updates the instructions for enabling Tracking Budget. The
feature is no longer experimental, but the documentation still treats it
as such.
2025-01-09 12:31:38 -07:00
Ruben Olsen Lærk
2fa1d34d17 #470 - added section on Pay Yourself First strategy (#473)
A go at #470
2025-01-08 19:53:20 +01:00