home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / finance / soar3.zip / UTILITY.DOC < prev   
Text File  |  1988-11-14  |  2KB  |  31 lines

  1.                  SOAR UTILITIES
  2.  
  3. DROPCUST: Drop (delete) a customer from the SOAR master customer file.  This
  4. program allows you to delete a customer without regard to present balance,
  5. etc.  Copy the program into your SOAR directory and type: DROPCUST <ENTER>
  6. Each customer will be displayed sequentially on the screen and you will be
  7. asked whether or not to delete the customer.  Answer Y or N and include the
  8. ENTER key.  You can have the program stop asking by entering an "x" or "X";
  9. in this case the rest of the records will be copied as is to the new master
  10. list.  You may abort the program at any time by depressing the ESC key.
  11. When you are done, the old customer file will have the name "CUSTOMER.OLD"
  12. and the new file "CUSTOMER.MAS".  Be sure you have a backup of your data
  13. before running this program.
  14.  
  15. UNPOST: Once a transaction has been posted, it may not be edited or deleted.
  16. UNPOST removes the posting flag from a transaction after it has been posted.
  17. Summary Categories, the customer record, and the transaction category data
  18. are restored to what they were before the transaction was posted.  Note that
  19. if the transaction being unposted is a payment (summary category less than
  20. 7) then the program does not know which balance to adjust.  The scheme used
  21. is to test the past due balance.  If the past due balance is greater than
  22. zero then it is increased by the amount of the payment.  Otherwise, the
  23. present balance is increased by the amount of the payment.  If the payment
  24. was exactly equal to the past due balance, then you will have to change
  25. the figures manually via Customer Maintenance.  Once a transaction has been
  26. unposted, it can be deleted and a new transaction entered with correct data.
  27. Load the program into your SOAR program directory and type:  UNPOST <ENTER>
  28. You must know the transaction number to be unposted.  This can be obtained
  29. through the Reports Menu (Transactions As Entered).
  30.  
  31.