Index: openacs-4/packages/t-account/www/doc/index.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/t-account/www/doc/index.adp,v
diff -u -r1.5 -r1.6
--- openacs-4/packages/t-account/www/doc/index.adp 9 May 2005 18:16:36 -0000 1.5
+++ openacs-4/packages/t-account/www/doc/index.adp 9 May 2005 19:11:03 -0000 1.6
@@ -6,17 +6,45 @@
Requirements
-
+Introduction
+
+This document describes the requirements for the t-account
+package. This package has the following primary functions:
+
+- It allows applications to post, read, display and aggregate
+ financial transactions and other financial data.
+
- It gives administrators the ability to run standard reports on this data.
+
+
- It allows us to monitor the usage of financial data.
+
- It allows for the data to be on a separate database for security purposes.
+
+
+ -
Vision statement
This financial accounting package keeps track of a business's financial
condition. It can help by providing a standard method of keeping those
records and providing an API for other openacs packages that wish to
-use it.
+use it.
+
+Some examples of financial data are:
+
+- Individual journal postings, showing money moving from account to
+ account;
+
- Financial statements that show an abbreviated picture of the business,
+ such as those you'd provide to income tax people or show to a bank so
+ you can apply for a loan; and
+
- Various ratios produced by aggregating the transactional data to
+ produce performance indicators, both in the short and the long term.
+
+
+One immediate use possibility is for ecommerce to use it to keep
+track of ebusiness transactions.
Design
- Data Model Diagram (work in progress)
-
\ No newline at end of file
+
Index: openacs-4/packages/t-account/www/doc/index.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/t-account/www/doc/index.tcl,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/t-account/www/doc/index.tcl 9 May 2005 16:30:20 -0000 1.3
+++ openacs-4/packages/t-account/www/doc/index.tcl 9 May 2005 19:11:03 -0000 1.4
@@ -1,5 +1,6 @@
# packages/t-account/www/doc/index.tcl
ad_page_contract {
+ index page for accounting system docs.
}