Topic: Let the Classes & Types Accounts ID's be Characters
Hello,
I wish from your side, to expand the possibility of using " Characters " when defining the ID numbers in Classes & Types accounts tables.
This will help efficiently in developing reports by grouping the descendent accounts under any group type or class using simple SQL statements.
In this case , using RepGen 2.2 will be very simple to explore & report any grouping of accounts transactions & data.
I am sure that with such simple modification
Note when using character types in :
chart_class (cid)
I suggest : cid varchar(3)
chart_types (id ; class_id)
I suggest : id varchar(8) & class_id varchar(3)
chart_master (account_code ; account_type)
I suggest : account_code varchar(15) & account_type varchar(8)
So you may build an interrelated hierarchical tree for your chart of account who can be accessed at any level you want from a simple SQL Statement using RepGen2.2.
I am sure it will be a wonderfull solution for reporting.
ex. :
1 Class
11 Type
111 Sub-Type
11111 Account
Regards,
Khaled