[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/csv2ledger 3a309c795a 139/190: Fix the README.
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/csv2ledger 3a309c795a 139/190: Fix the README. |
Date: |
Sun, 2 Jun 2024 15:59:52 -0400 (EDT) |
branch: elpa/csv2ledger
commit 3a309c795ad3f88732306d33245fe93ea000bea9
Author: Joost Kremers <joostkremers@fastmail.com>
Commit: Joost Kremers <joostkremers@fastmail.com>
Fix the README.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index bd492aff64..ba55437c6d 100644
--- a/README.md
+++ b/README.md
@@ -172,7 +172,7 @@ The setting for `c2l-field-modify-functions` then ends up
like this:
```emacs-lisp
(setopt c2l-field-modify-functions
'((date . c2l-convert-little-endian-to-iso8601-date)
- (amount . jk/c2l-convert-postbank-to-ledger-amount)))
+ (amount . jk/c2l-convert-amount)))
```
Another possible use of `c2l-field-modify-functions` is to make sure the value
of the `debit` field is is a negative value. For example, if your CSV file
lists amounts debit as `"€25.14"` instead of `"-€25.14"`, you can change this
with the following setup:
- [nongnu] elpa/csv2ledger cc5050faaf 117/190: Fix doc string for c2l-create-amount, (continued)
- [nongnu] elpa/csv2ledger cc5050faaf 117/190: Fix doc string for c2l-create-amount, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger d00914d9f1 044/190: c2l-csv-line-to-ledger: Check c2l-fallback-account before asking the user., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 466a098d2b 034/190: Extract new function `c2l-get-current-row` from `c2l-csv-entry-as-kill`., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 799beb345b 035/190: New function `c2l-has-header`., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 2531e81bcf 082/190: Add user option c2l-transaction-modify-function., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 81322ebde0 072/190: Use c2l--amount-p in c2l--has-header., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger bf995e11cb 080/190: Rename balancing account back to target account., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 521edc8471 081/190: Do not create c2l-base-account as a buffer-local variable., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger ea515e3ae6 074/190: Set default value of c2l-base-account to "Assets:Unknown"., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger c72b617d68 159/190: Fix typo in the README, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 3a309c795a 139/190: Fix the README.,
ELPA Syncer <=
- [nongnu] elpa/csv2ledger 0bcf56f4b8 140/190: Update the README., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger f299813350 146/190: Recognise amounts without cents in c2l--amount-p, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 2b2f8267f2 161/190: Update README., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 7a3c55377e 154/190: Small update to the README, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 9b36538371 111/190: Update the README., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger ccb45be9dc 114/190: Add URL line to the file header., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 393b9d9688 043/190: New function: c2l-convert-buffer., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 40e1230600 059/190: Fix doc string of `c2l--csv-line-to-ledger`., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 5d813d7f09 189/190: Add note about c2l-read-account-matchers to the README, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 7932657f9f 022/190: Move definitions of internal variables after defcustoms., ELPA Syncer, 2024/06/03