HELPER FILE TO DELETE/REVISE
This commit is contained in:
parent
538751f21a
commit
461cf08a69
1 changed files with 12 additions and 0 deletions
|
|
@ -2,6 +2,18 @@
|
|||
"""
|
||||
Beancount to Castle Import Script
|
||||
|
||||
⚠️ NOTE: This script is for ONE-OFF MIGRATION purposes only.
|
||||
|
||||
Now that Castle uses Fava/Beancount as the single source of truth,
|
||||
the data flow is: Castle → Fava/Beancount (not the reverse).
|
||||
|
||||
This script was used for initial data import from existing Beancount files.
|
||||
|
||||
Future disposition:
|
||||
- DELETE if no longer needed for migrations
|
||||
- REPURPOSE for bidirectional sync if that becomes a requirement
|
||||
- ARCHIVE to misc-docs/old-helpers/ if keeping for reference
|
||||
|
||||
Imports Beancount ledger transactions into Castle accounting extension.
|
||||
Reads daily BTC/EUR rates from btc_eur_rates.csv in the same directory.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue