InvJournal
LastUpdated: $Id: InvJournal.html,v 1.1.1.1 2001/08/09 19:02:56 moreejt Exp $
commands:
display
new
This file handles all investment journal actions such as displaying the investments menu which will be a drop-down select filled with the actions that can be performed for a security (stock). I.e.,
Buy
-
When in the first fiscal year (potentially called the fake fiscal
year) of the books, a dropdown will be available for choosing the
equity account with which to associate the buy transaction; this
is in order to support initial balances (the insertBuy code in the
SecurityEvent DB object will be updated to take an additional
parameter "useEquity => ..." in order to provide the
information to tell the insertBuy code to utilize the selected
equity account)
Sell
Transfer
Stock Split
Stock Divide
Merger
Spin Off
Ticker Change
Name Change
The user will select one of the actions and be able to click a button labeled "New Investment Transaction". This will take them to the Invenstment Entry screen with the action they selected to perform. The actions for the drop-down select will come from the event_tb table. Each one must be treated differently to collect the proper data. The first three are local to the ledger and the others are global events. When a global event is input it will check all ledgers for possible effects and ask the user for permission to perform these actions.
Copyright (c) 2001 HLR
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: InvJournal.html,v 1.1.1.1 2001/08/09 19:02:56 moreejt Exp $