var fDesc=new Array(); fDesc[0] = "School Finance Controller is specially developed for school & other institutional organization. This fulfills all the requirements related to accounts up to Profit & Loss and Balance Sheet.

Input Features:

- Shifts Registration
- Levels Registration
- Students Registration
- Accounts Types
- Accounts Master File
- Academic Year Setup
- Monthly Fee Challan
- Fee Receipt
- Receipt Voucher
- Payment Voucher
- Journal Voucher

Output Features:

- Accounts List
- Students List
- Receipt Vouchers Report
- Payment Vouchers Report
- Journal Voucher Report
- Fee Receipt Register
- Fee Challans Register
- Vouchers Tally
- Fee Challan Printout
- Bank Challan Printout
- Fee Receipt Printout
- Voucher Printout
- Journal Voucher Printout
- Student Account Statement
- Fee Receivable Summary
- Month wise Receivable Detail
- Student Receivable Note
- Cash / Bank Book
- Accounts Ledger
- Cash Flow
- Accounts Receivable / Payable
- Trial Balance (2 Column)
- Trial Balance (6 Column)
- Profit & Loss
- Balance Sheet

Other Features:

- System Setup
- Currency Setup
- Repair & Maintenance
- Backup Data
- Data Restore
- Color Scheme Selection
- Check for Missing Code in Chart of Account
- Trial Balance Difference Check"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }