diff --git a/doc/projects.html b/doc/projects.html
index c38f43ae60..f674d8b3d3 100644
--- a/doc/projects.html
+++ b/doc/projects.html
@@ -2495,9 +2495,22 @@ Password:
Add features to track sales receipts and other pending
sources of income, as well as owed sums.
- - Automatic matchin of invoices to payments.
-
- Account aging: show (average) age of ammount-due/amount-owed.
-
- Prepare sales statics report by customer.
+
- Need new account type 'ar' and 'ap'. When this account type is
+ selected, the register display, etc. is slightly different, as below:
+
- Add field to register called 'date due'. The date could be
+ entered as 'date of transaction +30days'. etc. The account
+ could have a default: entries always default to +30 or +45 days
+ or whatever.
+
- Create a report to match 'date due' to current date, and report
+ overdue balances ...
+
- Create Account aging report: show (average) age of
+ amount-due/amount-owed.
+
- Create a projected cash flow report: showing projected
+ future payments based on date due.
+
- Somehow, automatically match invoices to payments.
+ When an invoice has been paid off, then there should be a
+ view mode where the invoice and its payment is no longer shown
+ (i.e. so that only outstanding, unpaid entires are shown ...)