Hi Airtable community!
I need your help please.
I try to organize and keep track of monthly payments.
Customers have contracts with monthly payments. Sometimes they do partial payments for the SAME Month. Sometimes they do not pay a month (!).
- When I have partial payments within the SAME month and their total is equal to the contract → i need to return the status “Complete (Partial)” and the “Difference” sould be $0.00
- I need to transfer the unpaid payment OR the difference of a payment, so that it can be paid NEXT month (plus the current monthly contract payment)!
1)
So, i have the field “Sum Payments” which calculates the total of Payment A & Payment B. (Credit Card & Cash):
SUM({Payment A'
},{Payment Β'
})
the field “Status” which showing:
IF({SUM Payments} < {
Contract},"
Pending", "
Complete")
The field “Difference” :
SUM({Payment A'
},{Payment Β'
})- {
Contract}
I need,
- when I have partial payments within the SAME month and their total is equal to the contract to return the status “
Complete (Partial)”
- when this happened → “Difference” sould be $0.00
2)
No payment was made in March (3). In April the customer paid the current month (4) and the debt of the previous month (3).
I need the status of month 3 to return to “ Complete (on Month 4)” and the “Difference” of Month 3 sould be $0.00
That is, to calculate the debt of the previous months, in the next month!
You will help me a lot if you find some time to see my two problems.
Thank you very much in advance!