Accounts.pm

This module will manage accounts.  A chart of accounts will be displayed from which other actions can then be performed.  Each Account type will be displayed and the Accounts that belong to that account type will be under it.  Clicking on the Account type Heading will open the create account window.  That window will write the data back into this window when finished.  Clicking on an account will run a register for that account for 1 year.  (We may want to make that a configurable option).

The "show all" checkbox will show all accounts that exist in the system when checked.  If not checked, the Assignment column and all accounts that are not assigned to this ledger are hidden.

When the create account window opens it might be helpful to have a list of unassigned accounts of the same type that was clicked mentioned at the bottom of the screen.

Layout

Chart of Accounts [ ] show all
Assign
Cash-Bank

  Click to Edit Pioneer
[ ]
Fixed Assets

  Click to Edit Car
[ ]
LT Liability

  Click to Edit Loan
[/]
Equity

   Retained Earnings

Other Revenue

   Misc Rev

Dividend Revenue

   Brokerage Acct Divs

Operating Expenses

   Fuel Exp


These are standard forms that a page in the accounting application will use: mainForm, menuForm, optionsForm


Commands:

display

createAsset

viewAsset

editAsset

deleteAsset

createDep

viewDep

editDep

deleteDep



display - shows the chart of accounts


Copyright (c) 2004 PC Xperience
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1; A copy of the license is available at http://www.gnu.org/licenses/licenses.html#FDL.

Updated: $Id: Accounts.html,v 1.2 2004/01/16 21:53:32 moreejt Exp $