You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,9 @@ This project provides an importer from Israeli banks (via [israeli-bank-scrapers
27
27
6.**Concurrent Processing**
28
28
Uses a queue (via [p-queue](https://www.npmjs.com/package/p-queue)) to manage scraping tasks concurrently.
29
29
30
+
7.**Pending transactions are skipped**
31
+
Only completed transactions are imported into Actual, which avoids provisional card amounts and pre-conversion foreign-currency rows landing in the final ledger.
32
+
30
33
## Installation
31
34
32
35
### Docker
@@ -279,4 +282,4 @@ This project is open-source. Please see the [LICENSE](./LICENSE) file for licens
279
282
280
283
- **israeli-bank-scrapers:** Thanks to the contributors of the bank scraper libraries.
281
284
- **Actual App:** For providing a powerful budgeting API.
282
-
- **Open-source Community:** Your support and contributions are appreciated.
285
+
- **Open-source Community:** Your support and contributions are appreciated.
0 commit comments