home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac_os2 / etelr16.zip / WHATS.NEW < prev   
Text File  |  1994-06-09  |  6KB  |  105 lines

  1. What's New/Fixed/Changed in Version 1.6
  2.  
  3.    NEW - Moved ledger to separate window so that multiple accounts may be opened
  4.    simultaneously.
  5.    NEW - added checking routine to ET_Month to ensure that et_fixed isn't 
  6.    processed more than once at the start of a new calendar month (in case the 
  7.    system is booted twice on the first).  
  8.    NEW - added a routine to ET_Month to ensure that et_fix.dat is generated for 
  9.    each new month, in case the user doesn't boot OS/2 on the first of the month.
  10.    NEW - Accelerators for the Reconcile and Delete menu items in the ledger
  11.    window.
  12.    NEW - User-defined digits (see Setting Digits in help).
  13.    NEW - INF-like help (crude, but effective) with semi-context-sensitive help.
  14.    NEW - Fields in the credit / debit window now change their background colour
  15.    whenever a field has the focus.
  16.    NEW - User-defined behaviour for the <Enter> key in the credit / debit window
  17.    (either selects 'OK' or tabs to next field).
  18.    NEW - an 'Income tax category' checkbox in the credit / debit window.
  19.    NEW - E-Teller Report can now create reports of income-tax related transactions
  20.    only. 
  21.  
  22.    FIX - potential bug in selecting balance adjustment in reconciliation if
  23.    there is only one transaction in the ledger.
  24.    FIX - typo in reconciliation dialogbox.
  25.    FIX - the reconciliation toggle button would not return to its depressed 
  26.    state when selecting 'Cancel' from the discrepancy dialog box.
  27.    FIX - the fixed day-of-week transactions may have been inadvertently removed
  28.    from et_fixed.dat when adding a fixed date-of-month transaction.
  29.    FIX - a potential et_month problem in updating cheque numbers on transactions
  30.    which occur more than once a month.
  31.  
  32.    CHANGE - rewrote comma code to support unlimited commas.
  33.    CHANGE - integrated progress bar into the ledger window (separate window was
  34.    too obtrusive)
  35.    CHANGE - Cleared toggle button is depressed if user chooses not to save after
  36.    reconciliation.
  37.    CHANGE - Removed the back/forecolor window.  Neat, but took up too much
  38.    valuable code real estate to warrant its existance.  User can still set the
  39.    background colour only of the ledger and accounts containers only.
  40.    CHANGE - Removed the set ledger font window, but it is still possible to set
  41.    the font of the ledger container.
  42.    CHANGE - Cycling through the date in the credit/debit window now recognizes
  43.    leap years.
  44.    CHANGE - Removed the window associated with et_month (messages went by far 
  45.    too quickly to be of any real use).
  46.    CHANGE - 'Entries' menu item in the ledger window to 'Transactions'
  47.  
  48. --------------------------------------------------------------------
  49.  
  50. What's New/Fixed in Version 1.5
  51.  
  52.    NEW - more intelligent and dependable Quicken file conversion program (now an 
  53.    .exe).  
  54.    NEW - added comma support for amounts (stops at 999,999,999.00 since Rexx 
  55.    begins to use exponents after that).  
  56.    NEW - fixed transactions are now more intelligent and can be set for specific 
  57.    weekdays and one of four frequencies - weekly, biweekly, triweekly, and 
  58.    monthly.  
  59.    NEW - ET_Month now keeps track of the last cheque (if applicable) and prompts 
  60.    the user to enter the next cheque number at the start of each calendar month 
  61.    if the 'Prompt for next cheque number' checkbox is checked in the 'Fixed 
  62.    Transaction' window.  
  63.    NEW - added progress bar for reading, and saving transactions.  
  64.    NEW - added a 'Recalculate' item in the 'Entries' menu to force a 
  65.    recalculation 
  66.    NEW - added mnemonics to the accounts and ledger groupboxes for quick 
  67.    switching.  
  68.    NEW - various *.dat files are now reduced to three:  number.dat, info.dat, 
  69.    and category.dat (unchanged).  
  70.    NEW - editing et_fix.dat and et_fixed.dat is now handled separately.  
  71.    NEW - added an error handling routine in case something goes wrong when 
  72.    reading account files.  
  73.    NEW - dispensed with the transaction count when reading cleared and uncleared 
  74.    transactions to speed up the reading/formatting process.  
  75.    NEW - the recalculation routine is called when reading uncleared transactions 
  76.    rather than having the running balance updated for each record read - speeds 
  77.    up the reading/formatting process.  
  78.  
  79.    FIX - fixed an erroneous (and harmless) message about an account not having a 
  80.    filename associated with it when saving the account after reconciling.  
  81.    FIX - the balance column was not made visible after successfully reconciling 
  82.    the account.  
  83.    FIX - if deleted transactions are displayed and user saves account, the 
  84.    undeleted transactions are first displayed (to prevent *only* the deleted 
  85.    transactions from being saved).  
  86.    FIX - fixed an error whereby the string 'day' would be saved for fixed 
  87.    transactions rather than the actual date.  
  88.    FIX - fixed a bug whereby coming back from undeleting would not recalculate 
  89.    the balance.  
  90.    FIX - fixed a mysterious bug in editing fixed transactions.  
  91.    FIX - think I fixed a mysterious lockup in credit/debit window 
  92.    FIX - fixed a buglet in the pre-reconcilition routine.  
  93.          (reported by S. John Banner) 
  94.    FIX - fixed a bug whereby bogus pay to.../details data would be saved to the 
  95.    number.dat file.  
  96.    FIX - tabbing from the Number combo-box in the credit/debit window now fills 
  97.    in all of the various fields with previously saved data.  
  98.    FIX - the amount field in the credit/debit window now has the descriptive 
  99.    text 'Amount' attached to it, so pressing Alt-a moves user directly to that 
  100.    field.  
  101.    FIX - the balance would not be recalculated when going from a non-sorted to a 
  102.    sorted display.  
  103.    FIX - routines have been added to ensure that multiple instances of the same 
  104.    window aren't loaded.  
  105.