Dear all
I am using CRXI on a SQL2005 db.
I am attempting to produce a tenant rent statement that should show th eopening balance, credit and debit transactions with a running total and a closing balance.
The opening balance is fine and is a field called opening_bal. This works for the primary opening balance. his field is repeated with an opening balance for each weekly period where there is a bedit transaction (e.g. their rent charge). There is no open balance for credit transactions e.g. when they make a payment. Therefore my runniung balances do not add up. What I want is:
Opening Balance: £100.00 In credit
Transaction Debit Credit Balance
Period type
Week 1 Rent debit -£10.00 £90.00
Week 2 Rent debit -£10.00 £80.00
Week 2 Payment £100.00 £180.00
Week 3
Because there is no opening balance for a week 2 credit, I have no figure to add the £100.00 to as a running total.
Is there a way to produce this running total? The standard running totla does not work.
Not sure if I explained this very well, so all help gratefully received!
I am using CRXI on a SQL2005 db.
I am attempting to produce a tenant rent statement that should show th eopening balance, credit and debit transactions with a running total and a closing balance.
The opening balance is fine and is a field called opening_bal. This works for the primary opening balance. his field is repeated with an opening balance for each weekly period where there is a bedit transaction (e.g. their rent charge). There is no open balance for credit transactions e.g. when they make a payment. Therefore my runniung balances do not add up. What I want is:
Opening Balance: £100.00 In credit
Transaction Debit Credit Balance
Period type
Week 1 Rent debit -£10.00 £90.00
Week 2 Rent debit -£10.00 £80.00
Week 2 Payment £100.00 £180.00
Week 3
Because there is no opening balance for a week 2 credit, I have no figure to add the £100.00 to as a running total.
Is there a way to produce this running total? The standard running totla does not work.
Not sure if I explained this very well, so all help gratefully received!