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
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 $