J
Joe Cilinceon
I'm looking for a method to query for the actual rent paid for given month.
Example:
The RentRate would be the monthly rental charge for a full month only. The
first month a tenant pays only for the days rented (prorated) so unless he
move ins on the 1st he will pay less than rent rate. Now we only prorate on
move in not move out, so if he leaves on the 5th he still pays the full
month. I now track the paid dates buy PaidFrom and PaidThru (will always be
the last day of a given month), but we do have many paid in advance.
I have a prorate function written that is based on RentRate/days (day move
in to last day of given month).
Tables with data:
LEASES
LedgerID (links to other table)
StartDate (day moved in)
LEDGER
Transaction (links to other tables)
PaidFrom
PaidThru
RentRate (This could change so the Rate is recorded at the time of any
payment)
PayAmt (this would be the total payment including months in advance, locks
and other charges)
Example:
The RentRate would be the monthly rental charge for a full month only. The
first month a tenant pays only for the days rented (prorated) so unless he
move ins on the 1st he will pay less than rent rate. Now we only prorate on
move in not move out, so if he leaves on the 5th he still pays the full
month. I now track the paid dates buy PaidFrom and PaidThru (will always be
the last day of a given month), but we do have many paid in advance.
I have a prorate function written that is based on RentRate/days (day move
in to last day of given month).
Tables with data:
LEASES
LedgerID (links to other table)
StartDate (day moved in)
LEDGER
Transaction (links to other tables)
PaidFrom
PaidThru
RentRate (This could change so the Rate is recorded at the time of any
payment)
PayAmt (this would be the total payment including months in advance, locks
and other charges)