Skip to content

Commit

Permalink
doc: effective_date README minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
redstreet committed Nov 23, 2024
1 parent 081acc4 commit a9e274d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions beancount_reds_plugins/effective_date/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Effective dates plugin for Beancount
------------------------------------

Double entry bookkeeping requires each transaction to occur instantaneously in time. In
Beancount, that translates to each transaction occurring on a single date. However, it is
occasionally useful to view different legs of a transaction occurring across difference
periods of time. For example, consider:
Beancount, that means each transaction must occur on a single date. However, it is
occasionally useful to view different legs (postings) of a transaction as occurring
across different dates. For example, consider:

````
2014-12-15 * "Annual Insurance payment for 2015"
Expand Down Expand Up @@ -51,7 +51,7 @@ gets rewritten into:
Expenses:Insurance
````

The plugin also allows for legs to occur on multiple different dates. For example:
The plugin allows for postings to occur on multiple different dates. For example:

````
2015-02-01 * "Car insurance: 3 months"
Expand Down

0 comments on commit a9e274d

Please sign in to comment.