J
Joe Cilinceon
I've been using a application I've developed over the last year to run a
self storage business. I'm in the process of fixing some design flaws in the
Ledger areas of the program and could use some advise here. Please don't
tell me to purchase an off the shelf accounting package. Now with that said
here is what I need. I'm splitting one of the tables into smaller tables
that will link together. The table my question pertains too is as follows:
LEDGER table
[LedgerID] ties record to a lease (tenant & unit)
[Transaction] unique number that ties to Table.Payments and Table.Charges.
[PaymentDate]
[PaymentAmount] total moneys collected for this transaction (we accept split
payments cash, check, credit card etc.)
.... Now the next 2 fields is what I need advise on
[PaidFrom]
[PaidThru]
Now both the PaidFrom and PaidThru dates would be blank (Null), unless they
are paying enough to move the rent forward at least 1 full month, which in
the case 90% of the time. However there are other charges that don't effect
these dates such as buying a lock or paying a fee of some kind. I was
looking for advise on how to handle these 2 fields, either leave like they
are or make still another table with Transaction and the 2 paid fields. What
would be the advantages to this if any. Oh and this to fields are used to
base a Balance Due query on for each open account.
self storage business. I'm in the process of fixing some design flaws in the
Ledger areas of the program and could use some advise here. Please don't
tell me to purchase an off the shelf accounting package. Now with that said
here is what I need. I'm splitting one of the tables into smaller tables
that will link together. The table my question pertains too is as follows:
LEDGER table
[LedgerID] ties record to a lease (tenant & unit)
[Transaction] unique number that ties to Table.Payments and Table.Charges.
[PaymentDate]
[PaymentAmount] total moneys collected for this transaction (we accept split
payments cash, check, credit card etc.)
.... Now the next 2 fields is what I need advise on
[PaidFrom]
[PaidThru]
Now both the PaidFrom and PaidThru dates would be blank (Null), unless they
are paying enough to move the rent forward at least 1 full month, which in
the case 90% of the time. However there are other charges that don't effect
these dates such as buying a lock or paying a fee of some kind. I was
looking for advise on how to handle these 2 fields, either leave like they
are or make still another table with Transaction and the 2 paid fields. What
would be the advantages to this if any. Oh and this to fields are used to
base a Balance Due query on for each open account.