This topic is locked

Accounting Entry

10/24/2011 4:20:25 PM
PHPRunner General questions
I
indigo author

Hi,
We are trying to develop a small accounting system for a small business.
What we need is to enter double entry system for creating journal entries.

To achieve this, we want to add rows of records for a single journal, till the debit and credit match.

In PHPR, we tried to create this but couldnt understand how we can create number of records till the amount matches.
Is there a way we can do this..? Can this be done in Ajax so there is no page refreshing while adding rows?

C
cgphp 10/25/2011



In PHPR, we tried to create this but couldnt understand how we can create number of records till the amount matches.


Do you want to limit the number of records that can be added to the table ?

I
indigo author 10/25/2011

No, there is no fixed number to limit.

However, at best we should not have more than say 20 lines of records