INSTALL
- complains when dir already exists
- profile/path prob during -only alt install works on mac (Users/skaiser/bin)
- setup install.sh to find bash and use it if it's installed - get user $SHELL*****
- generate a custom defaults config file during install***
- update recommended size to like 112****
- add remove slashes code for existing users...and add record num..and adjust dates*****
- if no db exists, i.e. first time running program, get intial amount so the user doesn't have to make a deposit*
- keep track of installed files and locations using install log*****
- install man page
- remove all echo -e commands install.sh and replace with echo-/bin/sh has been
found to echo the "-e" swtich to the screen in at least one linux distro(ubuntu)
PROGRAM
- add ability to delete entries*****
- delete range of entries at once or multiple lines (5-7 5,6,9...etc.)***
- write entries in date order*****
- BUG* exit ask_num() screen if typed or blank
- align showbal code ()*
- BUG* delete current balance from showbal() when asking to delete
- BUG* fix loop prob when incorrect number entered the correct entered
- test printing still works ok with added record column****
- rotate db monthly?
- ability to save db and create new one once the 99999 trans limit is reached
(keep some records 250? and add them to beginning of new one as refeerence)?
- BUG* search again question after delet_item and go back to check balance
- BUG* clear check field after bad check # then blank one entered
- BUG* tail and cut complain when making inital deposit
- BUG* if no records exist
- BUG* if deleted all records, need to display " no records exist"
- make man page****
- cp complains in backup when location doesn't exist**
- shrink db when it gets reall big*
- cup doesn't work on freebsd :(*
- save or make last entered backup location the default, use a config file ??***
- limit backup/restore input*
- allow custom print commands***
- allow custom print file location/name***
- backup both db at one time*
- add cron job option to the backup menu to backup the db's****
- backup via scp**
- allow backspace in comment but still limit input to 32 chars (if test "$length" gt 32???)**
- save savings and checking balance files as different files*
- make putting the date in easier*****
- make putting amount in easier, i.e. if user enters 11 it makes it 11.00 automagically*****
- improve help file****
- reconcile with bank statement**** done by ability to delete files and records are now put in order by date.
- remove code with slashes in date
- change file writin output
- edit formatting output
- limit rec# to 99999
- check to see if item was actually deleted and report success or failure
then display new balance and give choice to delete another record
- give error immediately when new date entered is older than first date in db
HELP
- Make man page
- update recommended size to like 112 wide
- general improvements
UNINSTALL