InvoicingNoob
New Member
- Joined
- Nov 6, 2024
- Messages
- 7
- Office Version
- 365
- Platform
- Windows
Invoice Amount - this is the total amount for the invoice
Payment - the amount paid
in the sample provided, Invoice #1 got an initial payment last 6/1. breakdown is 1000 was paid towards #1, 500 was paid towards #3, and 500 was paid towards #4. the second payment for Invoice #1 was paid 11/1.
Invoice #3 got the second payment in 7/1. is there a way to also get the latest date of the payment? in this case, the output that i want to show should look like this:
Payment - the amount paid
in the sample provided, Invoice #1 got an initial payment last 6/1. breakdown is 1000 was paid towards #1, 500 was paid towards #3, and 500 was paid towards #4. the second payment for Invoice #1 was paid 11/1.
Invoice #3 got the second payment in 7/1. is there a way to also get the latest date of the payment? in this case, the output that i want to show should look like this:
Date | Type | Amount | Completed Payment |
11/1/2024 | Payment | 1500 | - |
10/1/2024 | Invoice #1 | 1500 | 11/1/2024 |
9/1/2024 | Invoice #2 | 1000 | 11/1/2024 |
8/1/2024 | Payment | 3000 | - |
7/1/2024 | Invoice #3 | 3500 | 8/1/2024 |
6/1/2024 | Payment | 2000 | - |
5/1/2024 | Invoice #1 | 1500 | 11/1/2024 |
4/1/2024 | Invoice #3 | 3500 | 8/1/2024 |
3/1/2024 | Invoice #4 | 500 | 6/1/2024 |