home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / BF / BF176.ZIP / DIMANAGE.DOC next >
Text File  |  1991-09-30  |  60KB  |  1,138 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                               D I M A N A G E
  10.  
  11.                      RENTAL PROPERTY MANAGEMENT SYSTEM
  12.  
  13.                                 USER'S GUIDE
  14.  
  15.                   Copyright (c) 1991, all rights reserved
  16.                          D I MANAGEMENT CORPORATION
  17.                                PO Box 429152
  18.                            Cincinnati, Ohio 45242
  19.                                (513) 831-4122
  20.  
  21.  
  22.  
  23.  
  24.                              NOTICE AND LICENSE
  25.  
  26.  
  27.      D I Management Corporation hereby licenses you to use this software
  28.      subject to the restriction below and to copy it in its evaluation
  29.      version and distribute the copies to others so long as you give exact
  30.      copies of the distribution package.  There is no charge for this, but
  31.      ONLY THE EVALUATION VERSION MAY BE DISTRIBUTED.
  32.  
  33.      You are free to use this software without charge for a period of 30
  34.      days.  Continued use of this software beyond the thirty-day evaluation
  35.      period is a violation of this license.  If you wish to continue to use
  36.      the software, you must pay the registration fee of $99 (plus $5 for
  37.      shipping and handling) to D I Management Corporation at the address
  38.      listed above.  You may use the order form included in the DIMANAGE
  39.      distribution package for this purpose.  In exchange for the
  40.      registration fee, you will receive the latest version of the software
  41.      and printed documentation for your continued use, and you will be
  42.      eligible for telephone support in the event that you encounter
  43.      problems.
  44.  
  45.                           DISCLAIMER -- AGREEMENT
  46.  
  47.      Users of DIMANAGE must accept this disclaimer of warranty: DIMANAGE is
  48.      supplied as is.  The author disclaims all warranties, expressed or
  49.      implied, including, without limitation, warranties of merchantability
  50.      and of fitness for any purpose. The author assumes no liability for
  51.      damages, direct or consequential, which may result from the use of
  52.      DIMANAGE.  See WARRANTY.DOC and LICENSE.DOC in the DIMANAGE
  53.      distribution package for specific details.
  54.  
  55.      If bugs are discovered in this software, they may be reported to the
  56.      above address, or to Jay Wilson, via CompuServe electronic mail at
  57.      71310,1040.  If a verifiable problem is reported, D I Management
  58.      Corporation will make every effort to correct it.
  59.  
  60.  
  61.                               D I M A N A G E
  62.                      RENTAL PROPERTY MANAGEMENT SYSTEM
  63.                                 USER'S GUIDE
  64.  
  65.  
  66.  
  67.  
  68.      INTRODUCTION AND QUICK START
  69.  
  70.      DIMANAGE is a rental property management software system designed to
  71.      run on IBM compatible computers.  Although it was designed for use
  72.      with residential property, it should be adequate for management of
  73.      commercial properties as well.  There are very few limitations in
  74.      DIMANAGE.  You may use it to manage as many properties, with as many
  75.      units, as your hard disk and your patience will tolerate.
  76.  
  77.      DIMANAGE DESIGN PHILOSOPHY
  78.  
  79.      DIMANAGE has been under development for a number of years.  It has
  80.      been in use in actual property management as it evolved, and is now
  81.      available as shareware.
  82.  
  83.      The system was designed to make property management record keeping as
  84.      simple as possible.  The principal underlying assumption of the system
  85.      is that property owners and managers want to manage the property, but
  86.      not necessarily do the accounting.  The philosophy of DIMANAGE is that
  87.      a property manager would prefer to have an easy way to send data to an
  88.      accountant and not have to worry about the boredom, drudgery and
  89.      frustration of journal entries, trial balances, etc.  Most often, the
  90.      document sought from an accountant will be a tax return, and the
  91.      system is designed to provide a quick and easy way to get information
  92.      organized for the accountant to use, while still allowing the property
  93.      manager to work with data quickly and to see the information presented
  94.      in a useful way. Accordingly, there is no need to design or maintain a
  95.      chart of accounts, or to maintain journals, ledgers, etc.  Moreover,
  96.      the data files are compatible with dBASE III, a commercially available
  97.      software package for data management.  This means that the user may
  98.      easily design special reports if desired, import data to spreadsheets,
  99.      or conduct special analysis using dBASE III or other compatible
  100.      software.
  101.  
  102.      The second design objective in development of DIMANAGE was speed. The
  103.      program uses series of menus and pop-up windows, so that the user need
  104.      only press a few keys to complete a specific function. In this manner,
  105.      for example, an ordinary rent receipt for a tenant can be recorded
  106.      with only five to seven keystrokes.
  107.  
  108.      The system has been furnished with fictitious data for initial testing
  109.      and evaluation.  The sample data may be removed if desired, but should
  110.      be useful for experimentation and familiarization.
  111.  
  112.      SYSTEM REQUIREMENTS
  113.  
  114.      Your computer must be IBM-compatible, with at least 512 kilobytes
  115.      of memory and DOS 2.0 or higher.  Preferably, it should have a hard
  116.      disk as well. In addition, your CONFIG.SYS file should contain the
  117.      following statements:
  118.  
  119.          FILES = 20
  120.          BUFFERS = 8
  121.  
  122.      If your CONFIG.SYS file contains the above two statements with larger
  123.      numbers, the system should operate properly.  The above are simply
  124.      recommended minimums.
  125.  
  126.      For maximum efficiency, the system should be operated on a computer
  127.      that has a hard disk.  For each property, the system maintains a total
  128.      of three files, two of which will grow rather large as time passes.
  129.      While the program may be operated from two floppy diskettes (or even
  130.      one if your data files are small enough,) performance will be
  131.      seriously degraded as data files grow.
  132.  
  133.      INSTALLATION ON A DUAL-FLOPPY SYSTEM
  134.  
  135.      Make a backup copy of the distribution diskette as described above.
  136.      When this is done, place the copy in drive A: and a blank, formatted
  137.      floppy diskette in drive B, and type:
  138.  
  139.      COPY *.DBF B:   -- to move the data files to drive B:
  140.      B:              -- to change to drive B:
  141.      A:FIXDATES      -- to adjust the dates in the databases and create the
  142.                         index files
  143.      A:DIMANAGE      -- to start the program
  144.  
  145.      A TRIAL RUN
  146.  
  147.      Now that you have DIMANAGE running, we'll go through a trial run. The
  148.      distribution diskette contains data for three fictitious properties.
  149.      The sample data may be used for experimentation and familiarization.
  150.      In the sections that follow, a sample run is described, giving
  151.      step-by-step instructions for following a tenant through a process of
  152.      moving in, paying rent, being evicted, moving out, and (believe it or
  153.      not) receiving a security deposit refund. Finally, we will produce a
  154.      report. This will give you a good example of how the program works.
  155.  
  156.      When DIMANAGE is first started, the main menu appears.  It will be
  157.      similar to Figure 1.  Notice that the word "Select" is highlighted.
  158.      Press the right arrow key.  Now two things have happened.  First, the
  159.      highlight has moved, and now covers the word "Rent".  Second, the
  160.      message at the bottom of the screen has changed, and now explains what
  161.      this menu item does.  This feature is consistent throughout all the
  162.      menus in the system.  The bottom of the screen will offer explanatory
  163.      information for each menu item chosen.
  164.  
  165.      Throughout each session, context-sensitive help may be obtained by
  166.      pressing F1.  Try it now and you will see a help screen that describes
  167.      the main menu.  Throughout this demonstration, try pressing F1 from
  168.      time to time.  There is help available for most tasks.
  169.  
  170.      Selecting a Property
  171.  
  172.      Using the arrow keys again, move the highlight back to "Select" and
  173.      press the Enter key.  (Another way to do this would be to simply press
  174.      the letter S.  This will automatically invoke the "Select" function.)
  175.      Now you will see a selection box like the one shown in Figure 2.
  176.      Notice that the first item (Llamedos Manor) is highlighted.  Because
  177.      the system is designed to manage multiple properties, DIMANAGE will
  178.      ask you to select a property whenever one hasn't already been
  179.      selected.  Again, by moving the cursor (this time with the up and down
  180.      arrow keys,) you may highlight any of the three properties shown.  You
  181.      can also navigate by pressing the first letter of a property's name,
  182.      but actual selection will require that you press the Enter key.  This
  183.      is because there is no guarantee that you won't some day have two
  184.      property names that start with the same first letter.
  185.  
  186.      Go ahead and select by moving the highlight to "Llamedos Manor" using
  187.      the arrow keys or by pressing L, and press Enter.  The property
  188.      selection box will close.  The system now knows that you will be
  189.      working  with the property named Llamedos Manor, and the name of the
  190.      property, along with today's date is shown above the main menu.
  191.  
  192.      Now press F2, and a tenant list will appear on the screen.  This list
  193.      can be reviewed by using the up and down arrows or the PgUp or PgDn
  194.      keys.  Note that the names are presented in order of unit number.
  195.  
  196.      A New Tenant
  197.  
  198.      As you can see, this property is in considerable trouble, as there are
  199.      ten vacancies out of 33 units.  Press Esc to leave the tenant list and
  200.      return to the main menu.  We have a new tenant, and we're about to
  201.      record some data about him.  To do this, we will take the following
  202.      steps:
  203.  
  204.      o    First, we must record his presence as a tenant, assigning him to
  205.           a specific unit.
  206.  
  207.      o    At the same time, we'll record receipt of his security deposit.
  208.  
  209.      o    Finally, we will record the date he moves in and receipt of his
  210.           first month's rent.
  211.  
  212.      Let's go on.  Press the right arrow key until the highlight covers
  213.      "Change." As can be seen from the message at the bottom of the screen,
  214.      this function is used to modify data.  Go ahead and press the Enter
  215.      key, or, if desired, press C to select the Change function.
  216.  
  217.      Now a pull-down menu has appeared, giving you a selection of functions
  218.      that you may perform.  Move the highlight to "New tenant" and press
  219.      the Enter key.  From this point, you will pass through a series of
  220.      three data entry forms, shown in Figure 3.  These forms actually
  221.      appear in sequence, and all of them are shown in Figure 3. When you
  222.      finish entering data for our new tenant, your screen should look like
  223.      the one shown in Figure 3.
  224.  
  225.      Your cursor should be positioned in the first form, on a line asking
  226.      for a unit number.  The cursor is in the highlighted area, waiting for
  227.      an indication of the unit this tenant will be moving into. This tenant
  228.      is going into unit A-01, which is now vacant. You could type A-01 to
  229.      fill in the unit number, but there's an easier way.  This selection
  230.      can be made from the tenant list by pressing F2, highlighting the
  231.      appropriate unit number and pressing the Enter key. This will
  232.      automatically enter the unit number in the field in the top data entry
  233.      form.  In most cases, this will be the best way to make this kind of
  234.      entry.  This is because the system uses the entries you make to locate
  235.      data records, and an exact match must be found.  If you make a mistake
  236.      when you type the unit number, the system will not be able to find the
  237.      unit's record in the database, and you will receive an error message.
  238.  
  239.      Once you have entered the unit number a second form will appear, for
  240.      entry of the new tenant's data.  This data form is also shown in
  241.      Figure 3.  Again, the cursor is in the form, this time waiting for the
  242.      tenant's name and other information. Notice that the unit number has
  243.      already been filled in.
  244.  
  245.      Note: you can move around any data form by using the arrow keys, so if
  246.      you make a typing mistake in one of the fields it will be easy to
  247.      return to it and correct the mistake.  When you are finished with the
  248.      last data field, simply press the Enter key to leave the data entry
  249.      form.  You may also leave a data entry form from any field by simply
  250.      pressing the PgDn key.
  251.  
  252.      Let's continue.  This tenant's name is Aaron Aardvark.  Type his name
  253.      -- last name, comma, first name -- as shown in Figure 3, and press the
  254.      Enter key.  Now type 250 and press Enter.  This is his security
  255.      deposit.  Do it again, as his rent is the same.   Type 10 in the Other
  256.      Deposits field to represent a key deposit and press Enter.
  257.  
  258.      Now the cursor is positioned in the start date field.  There are two
  259.      ways to enter dates in DIMANAGE.  If you press F3, a calendar will pop
  260.      up near the date field (this is true any time you are editing a date
  261.      field,) and you may use the arrow keys and the PgUp/PgDn keys to move
  262.      about the calendar.  When the highlight is positioned on the desired
  263.      date, press Enter to record the date.  For a start date, use January
  264.      1, 1991 by using the calendar or by typing 010191 and a pressing the
  265.      Enter key.  If you type the date, the program will move the cursor and
  266.      there is no need to type a "/" between the month and day.  For an end
  267.      date, use December 31, 1991, by using the calendar or by typing
  268.      123191. Finally, if desired, it is possible to make some special note
  269.      on the tenant's record.  You can do it in the bottom space on the
  270.      form.  If not, leave the form by pressing the Enter key twice.
  271.  
  272.      Now a third data entry form has appeared, as shown near the bottom of
  273.      Figure 3.  The purpose of this form is to permit entry of the date the
  274.      security deposit was received.  As can be seen on your screen, the
  275.      program has supplied the current date, but in regular use this entry
  276.      might not be made the same day the deposit was received.  This screen
  277.      provides the opportunity to change the date. Use the arrow keys to get
  278.      to the date field and type 121590, since we'll say that's when the
  279.      deposit was actually received.
  280.  
  281.      You should be back at the new tenant form again, and the system will
  282.      be waiting for data for a unit number for another new tenant.
  283.      Unfortunately, there are no more new tenants.  This form may be exited
  284.      by leaving the field blank and pressing Enter, returning you to the
  285.      "MODIFY RECORDS" menu.  Next, press E to return to the main menu.  As
  286.      you do this, note that the property name above the menu has had an
  287.      asterisk added to it.  This is because you have recorded a money
  288.      transaction (receipt of the security deposit,) and the system balances
  289.      need to be updated.  DIMANAGE keeps a running balance for each
  290.      transaction.  The procedure for doing the calculation of balances is
  291.      somewhat complicated, so the system doesn't do it unless specifically
  292.      requested.  You will find a procedure to do this under the Update
  293.      function on the main menu, but you can do this later, after recording
  294.      all other transactions.  Instead, let's proceed with Aaron.
  295.  
  296.      Tenant Move In and Rent Payment
  297.  
  298.      It's January 1, and Aaron moves in.  We must make a record of this.
  299.      Press C again, to return to the "MODIFY RECORDS" menu. Here, you will
  300.      see that one of the choices is "Tenant Move In/Out." Upon selecting
  301.      this item, you will first be presented with a form in which you may
  302.      enter the tenant's name and unit number.  As you did earlier, use the
  303.      F2 key to select Aaron's name and unit.  When you have done this, you
  304.      are next shown a list of seven actions related to a tenant move.  The
  305.      first one, "Move In," is the one you should select by moving the
  306.      highlight bar to cover the item and pressing Enter, or by pressing M.
  307.      Next, you are presented with a form that permits entry of the date
  308.      Aaron moved in and your initials.  This form will create a permanent
  309.      record in the property database for the date when Aaron moved into his
  310.      unit.  Fill in both of these fields, using January 1, 1991 as the
  311.      date.  Enter your initials and leave the data form by pressing the
  312.      Enter key.  (Note: The system will insist that you enter your initials
  313.      if you  try to leave the field blank.  From that point, it will
  314.      remember your initials and use them whenever needed.)
  315.  
  316.      As he moves in, Aaron pays his rent.  To record it, press E (for Exit)
  317.      to leave the "MODIFY RECORDS" functions, and return to the main menu.
  318.      At this point, press R (for Rent) to select the rent posting function.
  319.      Once again a form appears, asking for the tenant's name or unit
  320.      number.  Either may be entered, or the tenant list may be used to make
  321.      the selection.  Press F2.  When Aaron's name or unit number is
  322.      highlighted, press the Enter key.  Now another form has appeared,
  323.      similar to Figure 4.  Notice that most of the blanks have been filled
  324.      in.  However, the current date has been supplied again, assuming this
  325.      information is being posted the same day the rent was received.  The
  326.      amount is correct, so pressing the Enter key will move the cursor down
  327.      to the date.  Type 010191, since Aaron paid right on time.  Note that
  328.      your initials are automatically supplied in the last field.  However,
  329.      if you are not actually the person who received the rent, you can
  330.      modify this entry.
  331.  
  332.      If this posting had been done same the day rent was received, the
  333.      entry could have been completed as soon as the form appeared by
  334.      pressing PgDn, making the process of posting rent a one key operation.
  335.      This is a good example of the kind of simplicity that was one of the
  336.      principal design objectives for DIMANAGE.  Posting rent on the date it
  337.           is received can be done by simply pressing the following keys:
  338.      R, F2, (arrow keys to select name), Enter, and PgDn. That's only four
  339.      keystrokes, plus the ones needed to select the name.  In addition to
  340.      this, if it is desired to go on to post other tenants, the system
  341.      would offer the same date as the previous tenant posted.  This way
  342.      rent payments can be posted quickly for a number of tenants who all
  343.      paid on the same date.
  344.  
  345.      The screen should again contain the form asking for another tenant
  346.      name.  Try posting rent for another tenant if you like.  Otherwise,
  347.      press the Enter key twice to return to the main menu.
  348.  
  349.      Eviction Notice Served
  350.  
  351.      You should be back at the main menu again.  Assume it is February 15,
  352.      and that Aaron hasn't paid his February rent.  To make a record of the
  353.      fact that you have given him an eviction notice, press C from the main
  354.      menu.  This brings you back the "MODIFY RECORDS" menu again. Select
  355.      "Tenant Move In/Out" again.  As before, you now will be asked to enter
  356.      the unit number, or press F2 and select Aaron's unit or name. Select
  357.      "3-day notice," from the selection form that appears next.  At this
  358.      point, another form appears, like the one you used when Aaron moved
  359.      in.  Again, most of the information has already been provided. Enter
  360.      the date by typing 021591 and press the Enter key.  Your initials have
  361.      already been provided, so you may now leave the form by pressing the
  362.      Enter key.
  363.  
  364.      Tenant Move-Out
  365.  
  366.      Aaron cooperates and moves out March 1.  Use the same procedure
  367.      described in the above paragraph to record this, selecting "Moved out"
  368.      as the action taken and making the date entry 030191.  When you have
  369.      completed this, press F2 and you will see that Aaron's name has been
  370.      removed from the tenant list.
  371.  
  372.      Writing a Check
  373.  
  374.      Unlikely as it may seem, Aaron's security deposit will be partially
  375.      refunded.  Press E to access the Expense function.  A screen as
  376.      illustrated in Figure 5 will appear.  Here, the program has scanned
  377.      the transaction database and taken a guess at the next check number,
  378.      and is waiting for your confirmation.  (Note that check entry may be
  379.      terminated at this point by entering a zero and pressing the Enter
  380.      key.)  Leave the number the same and press the Enter key.  Now more of
  381.      the form is filled in, for entry of the rest of the check data.  Type
  382.      Aaron's name, last name first, exactly as Aaron's name was first
  383.      entered into the database.  Now type the amount to be refunded, which
  384.      is $100, into the next field. Then enter the date (March 15, 1991),
  385.      and the initials of the person who wrote the check.  As soon as this
  386.      line is completed, another data field appears, for entry of the check
  387.      purpose.  Here there is a choice.  The purpose may be typed, or F2 may
  388.      be used again, in a different way than before.  Press F2.  Now,
  389.      instead of a list of tenants, this key provides a ready-made list of
  390.      check purposes.  Use the arrow key or press S to move down to
  391.      "SECURITY REFUNDS" and press the Enter key.  (Note: This wording is
  392.      important, as you will see in the next paragraph.  This is why it is
  393.      better to use the F2 key, as it is when selecting a tenant, so that
  394.      the system can interpret your entries correctly.)
  395.  
  396.      At this point, another form appears.  This has happened because the
  397.      purpose entry indicated a security deposit refund.  In response to
  398.      this, the DIMANAGE has searched the transaction database and has found
  399.      the records of Aaron's security deposit and key deposit.  The
  400.      information is presented in this form to afford the opportunity to
  401.      record conversion of the deposit to income.  As can be seen, the
  402.      system believes that the conversion to income will be $160, or the
  403.      amount of Aaron's deposits less the amount of the refund.  In this
  404.      case the information is correct, so Enter or PgDn may be pressed to
  405.      leave the form.
  406.  
  407.      You can leave the check entry form now, as noted above, by entering a
  408.      0 (the number) for the check number.
  409.  
  410.      Producing Reports
  411.  
  412.      Let's review Aaron's history.  At the main menu, press O (the letter)
  413.      for output from the main menu.  Press A for an Activity Report.  Here
  414.      a line appears, asking for a tenant name. F2 will no longer help
  415.      because Aaron is gone.  You need to type his name. Because of the way
  416.      the system works at this point, however, it is not necessary to type
  417.      his full name.  In fact, it is only necessary to type enough to make
  418.      the entry unique for Aaron's name. It's unlikely there have been any
  419.      checks written to or money received from anybody else with a double
  420.      "A" in their name, so type AA and press the Enter key.  The next
  421.      question that appears is to ask if a file report, a screen report
  422.      or a printed report is desired.  This one will be short and will
  423.      fit on the screen, so printing won't be necessary.  Just press the
  424.      Enter key.  For all reports, the only way to get a printed report
  425.      is to press P in response.  If your printer isn't ready the report
  426.      will be sent to the screen anyway.
  427.  
  428.      The report should be like the one shown in Figure 6 -- if you have
  429.      done everything correctly.
  430.  
  431.      MOVING ON . . .
  432.  
  433.      The exercise above should provide you with a basic understanding of
  434.      how DIMANAGE works.  From this point, you can experiment as you like
  435.      with the various functions, using the sample data for your
  436.      experiments.  The remainder of this manual is devoted to a description
  437.      of each of the DIMANAGE functions.
  438.  
  439.      When You Start the Program. . .
  440.  
  441.      When you first start DIMANAGE, the program checks to see if the
  442.      property database file (PROPERTI.DBF) and the check memo file
  443.      (INEXPW.DBF) both exist.  If not, you will be given the opportunity to
  444.      have DIMANAGE create the files for you.  If you elect this option, the
  445.      program will create two databases.  You will need to use the MEMO EDIT
  446.      function to enter standard check memo entries. When doing this, you
  447.      will note that the program has already entered SECURITY DEPOSIT and
  448.      SECURITY REFUNDS as two records in the database, to assure that the
  449.      refund accounting procedure will work correctly.
  450.  
  451.      The Main Menu
  452.  
  453.      When the main menu is on the screen, you may use the arrow keys to
  454.      move to the menu item you desire and then press the Enter key.
  455.      Alternatively, you may type the first letter of the menu item, which
  456.      will initiate it automatically.  Following is a brief description of
  457.      each main menu item:
  458.  
  459.      o    Select  -- Choose a property to work with
  460.      o    Rent  -- Post rent receipts
  461.      o    Misc Income -- Post miscellaneous receipts
  462.      o    Expenses -- Post expenses
  463.      o    Change  -- Modify or edit existing data
  464.      o    Output  -- Prepare reports
  465.      o    Utilities -- Re-index, pack databases, add or delete properties,
  466.           archive data
  467.      o    QUIT  -- Return to DOS
  468.  
  469.      Each of these is discussed below.
  470.  
  471.      Selecting a Property -- the SELECT function
  472.  
  473.      When you choose the Select function, you are selecting a property to
  474.      work with.  A selection box will appear on the screen, showing you the
  475.      names of all properties in the system.  Using the arrow keys, move the
  476.      highlight to the property desired and press the Enter key to select
  477.      it.  Alternatively, you may press the first letter of the item desired
  478.      to move the highlight.  If the list of properties is too long to fit
  479.      into the selection box, the list will scroll as you move the
  480.      highlight.
  481.  
  482.      If you have selected another function before selecting a specific
  483.      property, this procedure is automatically invoked so that the system
  484.      can find out which property you wish to work with.
  485.  
  486.      Posting rent -- the RENT function
  487.  
  488.      This is the function you will use to post rent receipts.  The system
  489.      will first ask you for a tenant name or unit number.  You may enter
  490.      either one, or you may use the F2 key to see the tenant list.  From
  491.      this list, you need only to highlight the name or unit number and
  492.      press the Enter key to select a tenant name.
  493.  
  494.      When entering a tenant name from the keyboard, you need only enter
  495.      enough characters to make the name unique.  For example, entering
  496.      "MCK" will locate the first tenant whose name contains this
  497.      combination of characters.  When entering a unit number, an exact
  498.      match is required.
  499.  
  500.      To leave this function, simply leave the name and unit number blank
  501.      and press the Enter key twice or PgDn once.
  502.  
  503.      Once a tenant has been selected, a data entry form for the rest of the
  504.      rent information will appear.  You may enter or modify any data in the
  505.      form except the name and unit number.  Be sure and check the date, as
  506.      the system automatically supplies today's date and this may not be the
  507.      date on which the rent was received.  If all data are correct when the
  508.      form is first presented, you may complete the processing by simply
  509.      pressing the PgDn key.
  510.  
  511.      If you select the same name twice in one session, the system will
  512.      query you to be sure you actually intend to post another entry.  The
  513.      program wants to be sure you intend to post a rent payment twice for
  514.      the same person.
  515.  
  516.      Posting miscellaneous income -- the MISC-INCOME function
  517.  
  518.      This function is used to post miscellaneous income.  The first entry
  519.      required is the amount received.  Once a non-zero amount is entered,
  520.      data are requested regarding the source, the date, and who received
  521.      the income.  Provision is also made for entering a check number, if
  522.      desired.
  523.  
  524.      To leave this function, make sure the amount is zero and press the
  525.      Enter key.
  526.  
  527.      At this point, you may enter data into or modify any field except the
  528.      amount. Be sure and check the date -- the current date is supplied.
  529.  
  530.      Posting expenses -- the EXPENSES function
  531.  
  532.      This function is used to post expenses.  First, the system scans the
  533.      transaction database and guesses at your next check number, offering
  534.      it to you.  At this point you may leave expense posting by simply
  535.      entering zero and pressing the Enter key. Otherwise, if the check
  536.      number is incorrect, you may type the correct check number.
  537.  
  538.      When the check number has been entered or accepted by pressing the
  539.      Enter key, the remaining fields are presented for data entry. You will
  540.      be asked to enter the name of the person or organization the check was
  541.      written to, the amount, the date and your initials. Following these
  542.      entries, a field is opened for entry of the purpose of the payment.
  543.      You may type anything you like, or you may use the F2 key.  In this
  544.      case, the F2 key will present you with a set of standard memo entries.
  545.      You should simply highlight the desired entry and press the Enter key.
  546.      At this point, you may enter or modify data in any field except the
  547.      check number.  Be sure and check the date, as the current date is
  548.      automatically supplied.
  549.  
  550.      To use this function to record a cash expense, enter a negative number
  551.      for the check number.  The system will substitute the word "CASH" for
  552.      the check number in the data record.
  553.  
  554.      If you select "SECURITY REFUND" for the purpose, the system will
  555.      search the database for an entry with the same payor name and the word
  556.      "DEPOSIT" in the memo field.  Another entry window will be opened for
  557.      creating a record for deposit conversion.  If the deposit information
  558.      is not found, an empty data entry screen is presented and you will
  559.      have to provide the data for the deposit conversion.
  560.  
  561.      It is important to point out here that the way you enter the tenant's
  562.      name in a refund check form is important.  The system must search the
  563.      database for a corresponding deposit entry by scanning all entries
  564.      having exactly the same name. For this reason, the name must be typed
  565.      exactly the same way it was when the deposit was recorded.  As long as
  566.      a tenant is still a tenant, his or her name will be in the tenant
  567.      database, so this problem can be solved by using the F2 tenant list
  568.      key each time a tenant name needs to be entered.  (This will also be
  569.      helpful in producing consistent reports about a tenant.) However, when
  570.      a tenant is gone, F2 is no longer of any help to you. Consequently,
  571.      this particular time, it is up to you to make sure the entry is made
  572.      correctly.
  573.  
  574.      Modifying data -- the CHANGE function
  575.  
  576.      This menu controls data changes.  There are four functions available
  577.      from a pull-down menu:
  578.  
  579.      o    NEW TENANT permits you to enter data for a new tenant. First you
  580.           are asked to give a unit number.  If the unit is shown as
  581.           occupied, a new tenant cannot be entered.  Use the Move-Out
  582.           function first.  Leave the unit number blank to abort.
  583.  
  584.           As you proceed, you will be asked to enter appropriate data for
  585.           the new tenant.  You may change anything but the unit number at
  586.           this point.
  587.  
  588.           When you have completed initial data entry for a new tenant,
  589.           another window will be opened for verification of receipt of a
  590.           security deposit.  The date shown is the same as the current
  591.           date.  You are being provided an opportunity to verify or change
  592.           this date.
  593.  
  594.           Leave the name and unit number fields blank and press the Enter
  595.           key twice (or PgDn once) to leave this function.
  596.  
  597.      o    TENANT MOVE permits you to enter data for tenants who have just
  598.           moved in, been given an eviction notice, moved out, or skipped.
  599.           First you are asked for a name or unit number.  A selection form
  600.           appears next, so that you may select the type of action.
  601.           Following that, you are provided with a data window to confirm
  602.           the date of the action and, if appropriate, the initials of the
  603.           person who delivered an eviction notice.
  604.  
  605.           You may record security deposit conversion when you post the
  606.           check for any refund.  If there is no refund, you may post the
  607.           conversion under Misc Income in the main menu.
  608.  
  609.      o    BROWSE TENANT LIST permits editing of the tenant list. When you
  610.           select this function, you are allowed to conduct full- screen
  611.           editing of the tenant list.  You may move the cursor about on the
  612.           screen to select a data item, and pressing the Enter key will
  613.           bring up an editing form.  Make whatever changes you desire and
  614.           press Enter again to terminate editing.  You may also add new
  615.           records, delete records, and recall deleted records in this
  616.           editing screen.
  617.  
  618.      o    MODIFY TRANSACTION RECORDS permits editing of the transaction
  619.           database.  This function also provides you with an editing
  620.           function, which operates the same way as the Browse Tenant List
  621.           function described above.
  622.  
  623.      Preparing reports -- the OUTPUT function
  624.  
  625.      This menu controls report generation.  A total of eight reports are
  626.      available from a pull-down menu:
  627.  
  628.      o    ACTIVITY REPORT -- This report summarizes income/expense activity
  629.           for a given name.  For example, you may obtain a report for a
  630.           given tenant, showing all receipts and expenditures to the
  631.           tenant; or you may receive a report for any vendor or tradesman,
  632.           for example, again showing expenses and any income.
  633.  
  634.           When the data entry form appears, you need only enter enough of
  635.           the name to make the entry unique.  For example, "ELECT" would
  636.           generate a report of all income from or expenses paid to any name
  637.           in the database that contains the letter combination "ELECT."
  638.  
  639.      o    VACANCY REPORT -- This report provides a list of all current
  640.           vacancies.  (Note that vacancies may be reviewed by using the F2
  641.           key as well.)
  642.  
  643.      o    RENT LATE REPORT -- This report provides a tabulation of rent
  644.           paid by all tenants for the current mongh and the preceding three
  645.           months.
  646.  
  647.      o    LEASE DATE REPORT -- This report lists all tenants whose leases
  648.           are due to expire within the next 60 days.
  649.  
  650.      o    TENANT ROLL REPORT -- This report provides a list of tenants and
  651.           their rent, security deposit, lease date, etc.
  652.  
  653.      o    INCOME/EXPENSE REPORT -- This report provides a periodic summary
  654.           of all income and expenses.  You are prompted for the beginning
  655.           and ending dates, and these dates are included in the report.
  656.           This report is suitable for tax preparation data.  It does not
  657.           include security deposits received, but does include those that
  658.           are converted to income.
  659.  
  660.      o    SYSTEM LEDGER REPORT -- This function produces two reports.  The
  661.           first report provides you with a ledger, much like a checkbook
  662.           register, giving, for each income or expense transaction, the
  663.           following:
  664.  
  665.           -    The person or organization to whom a funds were disbursed or
  666.                from whom income was received.
  667.           -    The date of the transaction.
  668.           -    The amount of the transaction.
  669.           -    The purpose of the transaction.
  670.           -    The balance remaining after the transaction.
  671.  
  672.           The second report is a report of all security deposit
  673.           transactions, in the same format.
  674.  
  675.           The system assumes you want data for the preceding month when you
  676.           select this report, but the start-end dates may be modified if
  677.           you wish to produce a report for any other period.
  678.  
  679.           If your account balances are not up to date, you will be asked if
  680.           you want to update them first.
  681.  
  682.      o    MONTHLY REPORT -- Prints a monthly cash in/cash out report for
  683.           the preceding month.  Alternatively, you may change the beginning
  684.           and ending dates to produce a report for a different period.  For
  685.           example, this report is a good summary for monthly reports or
  686.           annual reports for owners or your partners.  Note that this
  687.           report is a cash in-cash out report.  It includes security
  688.           deposits received, but not those converted to income.
  689.  
  690.           If your account balances are not up to date, you will be asked if
  691.           you want to update them before producing the report.
  692.  
  693.      Housekeeping -- the UTILITY function
  694.  
  695.      This menu provides you the capability to perform various housekeeping
  696.      functions.  A total of four functions are available from a pull-down
  697.      menu:
  698.  
  699.      o    INDEX DATABASES will re-index and pack (remove deleted records)
  700.           for all databases.  This function is sometimes helpful if you are
  701.           having problems.  This is because the system maintains an index
  702.           file for each database, to speed record searches and to enable
  703.           the system to present data to you in an organized manner. (See
  704.           the discussion of index files later in this manual.)  Sometimes
  705.           the correspondence between index files and the data file will
  706.           fail.  It is important to remember that YOU MUST INVOKE THIS
  707.           FUNCTION FIRST IF YOU MODIFY ANY OF THE DATABASES OUTSIDE THE
  708.           DIMANAGE SYSTEM.
  709.  
  710.      o    UPDATE BALANCES will re-calculate the running transaction balance
  711.           for the entire database.  This procedure can take some time,
  712.           depending on the size of the database, so you may wish to do it
  713.           only after you have posted all transactions for the day.
  714.  
  715.      o    NEW PROPERTY allows you to add a new property.  You will be
  716.           presented with a data entry window that allows entry of data for
  717.           your new property.  You should create a unique name for the
  718.           property and its two databases, the tenant and transaction
  719.           databases.
  720.  
  721.           When you have given DIMANAGE the information it needs to set up a
  722.           new property, you will be asked for tenant data, in a series of
  723.           data entry screens identical to the New Tenant function described
  724.           earlier.  This is the best (and easiest) time to enter tenant
  725.           data, but you may do it in the Browse tenant list function if you
  726.           wish.
  727.  
  728.      o    DELETE PROPERTY allows you to remove a property.  When you invoke
  729.           this function, all data for the selected property are PERMANENTLY
  730.           REMOVED from your disk.  Be sure you have produced all the
  731.           reports you need before proceeding.
  732.  
  733.      o    MEMO EDIT allows you to edit the check memo database.  You may
  734.           use this function to add, remove or change standard check memo
  735.           entries.  The editing procedures are described above in the
  736.           discussion of the Browse tenant list function.
  737.  
  738.      o    PROPERTY EDIT allows you to edit the property database. Again,
  739.           the editing procedures are described above in the discussion of
  740.           the Browse tenant list function.  You cannot change the tenant
  741.           and transaction database names in this function, as the system
  742.           would not work properly if you were to modify these names.
  743.  
  744.      o    ARCHIVE DATA allows you to store old data.  You can invoke this
  745.           function to remove old data from the database.  The Archive
  746.           function will create a copy of all the transaction records within
  747.           a date interval you specify, and you may store this archive
  748.           database for safekeeping.  The archive database is named with the
  749.           first four characters of the transaction database, plus the month
  750.           and year it was created.  In other words, if you are archiving a
  751.           database named "PROPDATA.DBF" in September, 1990, the archive
  752.           database will be named "PROP0990.DBF."
  753.  
  754.      o    CREATE CSV FILE is a function that will allow you to create
  755.           comma-delimited files from your DIMANAGE transaction databases.
  756.           This format can be imported directly into many spreadsheet
  757.           programs, allowing you to perform additional analysis and to
  758.           prepare special reports.  This function replaces DBF2CSV.EXE, a
  759.           utility previously provided to registered users.
  760.  
  761.           To create the comma-delimited file select the function from the
  762.           Utilities menu. You will be prompted for a property name, and the
  763.           system will scan the database to find the earliest and latest
  764.           transaction dates.  These dates will be displayed in a data
  765.           window, and you may modify them as you wish.  The dates shown in
  766.           the window are inclusive, so transactions that have occurred on
  767.           the dates you select will be included in the output file.  The
  768.           comma-delimited file will be named the same as the transaction
  769.           database, but the file extension will be ".CSV" instead of the
  770.           usual ".DBF".
  771.  
  772.      o    RECALL ARCHIVE allows you to retrieve data that have been
  773.           previously archived and replace them in the transaction database.
  774.           When you select this function, you will be asked to provide the
  775.           name of the archive file you wish to recall.
  776.  
  777.      Calling it quits -- the QUIT function
  778.  
  779.      As its name implies, you should select this menu item when you are
  780.      finished with your current work.  It will close all databases and
  781.      return you to your operating system.
  782.  
  783.      ABOUT INDEX FILES
  784.  
  785.      If you are unfamiliar with index files, a brief explanation may be
  786.      helpful.  When working with a large database, it is very useful to
  787.      work with data in an ordered sequence.  For example, when you use the
  788.      Modify transaction records function, you will note that the data have
  789.      been presented in alphabetical order by name, then by date.  However,
  790.      as you move through the data using the down arrow, you will note that
  791.      the record number shown at the top of the screen does not change in an
  792.      orderly manner.  In fact, you might note that the data for Aaron
  793.      Aardvark, while it appears at the top of the display, is actually
  794.      among the last data in the data file.
  795.  
  796.      The key to this is an index file.  In this case, Aaron's data are in a
  797.      file called "LLAMDAT.DBF," while the index file is named
  798.      "LLAMDAT.NTX."  This index file contains information that helps the
  799.      program work quickly with data files that are not necessarily in the
  800.      order in which you would like to work.  The index file simply gives
  801.      the system a faster way to find the next record in sequence.
  802.      Therefore, these index files are very important to system operation.
  803.  
  804.      Occasionally, an index file will become corrupted.  This can happen,
  805.      for example, if you manipulate one of the databases outside DIMANAGE,
  806.      or if there should be a power failure while you are running the
  807.      program.  (Actually, a power failure would probably have more
  808.      disastrous effects.  BACK UP YOUR WORK OFTEN.)  If you are
  809.      experiencing trouble with the program, it may be because your index
  810.      file is corrupted.  If problems occur, you should select the Index
  811.      databases function in the UTILITIES menu.
  812.  
  813.      A final point about the index files:  The index files used by DIMANAGE
  814.      are not compatible with dBASE III index files.  If you wish to
  815.      manipulate your data files outside DIMANAGE, you will have to create
  816.      your own index files.  You should then select the Index databases
  817.      function immediately when you next start DIMANAGE.
  818.  
  819.      DATABASE STRUCTURES
  820.  
  821.      There are four types of databases used for the system.  They are as
  822.      follows:
  823.  
  824.      o    The Transaction Database, which contains information about each
  825.           transaction that has been recorded by the system.  The structure
  826.           of this database is shown below.
  827.  
  828.                     Field Name    Type    Length  Decimal Pos
  829.                     NAME            C       30        0
  830.                     UNIT            C        4        0
  831.                     AMOUNT          N       12        2
  832.                     DATE            D        8        0
  833.                     CHECKNO         C        5        0
  834.                     MEMO            C       20        0
  835.                     INITIALS        C        3        0
  836.                     BALANCE         N       12        2
  837.                     SECBAL          N       12        2
  838.  
  839.           The Transaction Database contains a master record that is used to
  840.           keep track of account balances and when the balances need to be
  841.           updated.  This record is dated 01/01/00, and contains a series of
  842.           exclamation marks for the check number.  You should not modify or
  843.           delete this record.
  844.  
  845.           Each transaction database has its own associated index file.
  846.  
  847.      o    The Tenant Database, which contains information about each tenant
  848.           for a given property.  The structure of this database is listed
  849.           below.
  850.  
  851.                     Field Name    Type    Length  Decimal Pos
  852.                     UNIT            C        4        0
  853.                     NAME            C       20        0
  854.                     SECDEP          N       10        2
  855.                     AMOUNT          N       10        2
  856.                     STARTDATE       D        8        0
  857.                     ENDDATE         D        8        0
  858.                     OTHERDEP        N       10        2
  859.                     COMMENTS        C       17        0
  860.  
  861.  
  862.      o    The Property Database, which contains information about each
  863.           property in the system.  This database is called PROPERTI.DBF,
  864.           and must always be present when the program is running.  The
  865.           program will offer to create this database if it is not found.
  866.           The structure of this database is listed below.
  867.  
  868.                     Field Name    Type    Length  Decimal Pos
  869.                     NAME            C       25        0
  870.                     STREET          C       20        0
  871.                     CITY            C       20        0
  872.                     STATE           C        2        0
  873.                     ZIP             C       10        0
  874.                     MANAGER         C       20        0
  875.                     PHONE           C       12        0
  876.                     DBFILE          C        8        0
  877.                     TENFIL          C        8        0
  878.  
  879.      o    The Memo Entry Database, which contains the standard check memo
  880.           entries.  This database must also be present when the program is
  881.           running.  The structure of this database is listed below.
  882.                          
  883.                     Field Name    Type    Length  Decimal Pos
  884.                     PURPOSE         C       17        0
  885.  
  886.          Two entries are required in this database in order for the system
  887.          to operate properly.  They are "SECURITY DEPOSIT" and "SECURITY
  888.          REFUNDS."  These records should not be modified or deleted.
  889.  
  890.      ABOUT REPORTS
  891.  
  892.      The pages that follow provide an example of each of the reports
  893.      DIMANAGE produces.  (Report examples are not included in the on-disk
  894.      documentation.)  Of course, management reports can be very personal.
  895.      All property managers have their favorite forms of reports, and there
  896.      are others required by law in various states. It is impossible for one
  897.      software system to reproduce them all. The reports produced by
  898.      DIMANAGE have been designed to present data in a thorough and useful
  899.      format.  However, there is a slim possibility that these reports will
  900.      not be universally acclaimed. If you do not find the reports produced
  901.      by the system to be exactly suitable to your needs, you might consider
  902.      the following options:
  903.  
  904.      o    If you have programming skills, you might want to consider
  905.           developing your own report generator using dBASE III or other
  906.           similar software.
  907.  
  908.      o    If you have a suitable spreadsheet program, you might be able to
  909.           import the data files directly into a spreadsheet to produce
  910.           customized reports.
  911.  
  912.      o    If you have a report you use now that you feel is absolutely
  913.           indispensable, contact D I Management Corporation.  We may be able
  914.           to help you.  In fact, we might want to include your report in a
  915.           future release of DIMANAGE.
  916.  
  917.      You may wish to elect the option to send the reports to a file for
  918.      further processing in your word processor.  This would be useful, for
  919.      example, if you haven't registered DIMANAGE (please do if you like
  920.      it!) and wish to put your company name on the reports.
  921.  
  922.      ABOUT SHAREWARE
  923.  
  924.      The principle behind shareware is "try before you buy."  This concept
  925.      affords you the opportunity to try the software on your own computer,
  926.      in your own office, with your own data.  If you like the program and
  927.      continue to use it after the trial period, you are required to
  928.      register it by paying the registration fee to the author.  In exchange
  929.      for the registration fee, you will receive a company-personalized
  930.      version of DIMANAGE, which will print your company name on every page
  931.      of every report.  Finally, your registration fee will bring you
  932.      complete printed documentation and three months of unlimited
  933.      telephone support.
  934.  
  935.      ABOUT COPYRIGHTS AND REGISTRATION
  936.  
  937.      DIMANAGE and its documentation are Copyright (c) 1991, all rights
  938.      reserved, by D I Management Corporation.  Copyright laws apply to both
  939.      Shareware and commercial software, and the copyright holder retains
  940.      all rights, with a few specific exceptions as stated below.
  941.  
  942.      The evaluation version of DIMANAGE is a "shareware program" and is
  943.      provided at no charge to the user for evaluation.  Feel free to share
  944.      it with others, but please do not give it away altered or as part of
  945.      another system.
  946.  
  947.      Users of DIMANAGE must pay the registration fee within 30 days of
  948.      first use or their license is withdrawn.  Site-License arrangements
  949.      may be made by contacting D I Management Corporation.
  950.  
  951.      ABOUT ASP
  952.  
  953.                             _______
  954.                        ____|__     |                (R)
  955.                     --|       |    |-------------------
  956.                       |   ____|__  |  Association of
  957.                       |  |       |_|  Shareware
  958.                       |__|   o   |    Professionals
  959.                     -----|   |   |---------------------
  960.                          |___|___|    MEMBER
  961.  
  962.      The author of DIMANAGE is a member of the Association of Shareware
  963.      Professionals (ASP).  ASP wants to make sure that the shareware
  964.      principle works for you. If you are unable to resolve a
  965.      shareware-related problem with an ASP member by contacting the member
  966.      directly, ASP may be able to help. The ASP Ombudsman can help you
  967.      resolve a dispute or problem with an ASP member, but does not provide
  968.      technical support for  members' products. Please write to the ASP
  969.      Ombudsman at 545 Grover Road, Muskegon MI 49442 or send a message via
  970.      CompuServe Mail to ASP Ombudsman 70007,3536.  The Ombudsman may also
  971.      be contacted by FAX by sending to the ASP FAX number: (616) 788-2765.
  972.      In communication with the Ombudsman, please include a telephone number
  973.      and/or FAX number if available.
  974.  
  975.  
  976.  
  977. +----------------------- [ YOUR COMPANY NAME HERE ] -----------------------+
  978. |      DIMANAGE 2.1 -- Property Management System:  Shareware version      |
  979. +--------------------------------------------------------------------------+
  980. |                                                                          |
  981. |   Select  Rent  Misc-income  Expenses  Change  Output  Utilities  QUIT   |
  982. +-------------------< F1 FOR HELP, F2 FOR TENANT LIST >--------------------+
  983.  
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997.  
  998.         +----------------------------------------------------------+
  999.         |                     Choose property                      |
  1000.         +----------------------------------------------------------+
  1001.                                    Figure 1
  1002.  
  1003.  
  1004. +----------------------- [ YOUR COMPANY NAME HERE ] -----------------------+
  1005. |      DIMANAGE 2.1 -- Property Management System:  Shareware version      |
  1006. +--------------------------------------------------------------------------+
  1007. |                                                                          |
  1008. |   Select  Rent  Misc-+------- PROPERTY LIST -------+t  Utilities  QUIT   |
  1009. +-------------------< F|  NAME                       |>--------------------+
  1010.                        |═════════════════════════════|
  1011.                        |  Llamedos Manor             |
  1012.                        |  Rent House                 |
  1013.                        |  Seasons Four Condos        |
  1014.                        |                             |
  1015.                        |                             |
  1016.                        |                             |
  1017.                        |                             |
  1018.                        |                             |
  1019.                        |                             |
  1020.                        |                             |
  1021.                        |                             |
  1022.                        |                             |
  1023.                        +-----------------------------+
  1024.  
  1025.         +----------------------------------------------------------+
  1026.         |                     Choose property                      |
  1027.         +----------------------------------------------------------+
  1028.                                    Figure 2
  1029.  
  1030.  
  1031. +----------------------- [ YOUR COMPANY NAME HERE ] -----------------------+
  1032. |      DIMANAGE 2.1 -- Property Management System:  Shareware version      |
  1033. +--------------------------------------------------------------------------+
  1034. |                  Working with: LLAMEDOS MANOR, 03/13/91                  |
  1035. |   Select  Rent  Mi+---------------------------------+  Utilities  QUIT   |
  1036. +-------------------| Enter Unit Number:      A-01    |]------+------------+
  1037.                     +---------------------------------+       |
  1038.                     +-------- NEW TENANT DATA --------+       |
  1039.                     | Unit:      A-01                 |       |
  1040.                     | Name:      AARDVARK, AARON      |cords  |
  1041.                     | Security Deposit:        250.00 |       |
  1042.                     | Rent:                    250.00 |-------+
  1043.                     | Other Deposit:            10.00 |
  1044.                     | Beginning Date:        01/01/91 |
  1045.                     | Ending Date:           12/31/91 |
  1046.                     | Comments:     TEST TENANT       |
  1047.                     +---------------------------------+
  1048.                     +- SECURITY DEPOSIT VERIFICATION -+
  1049.                     | Security deposit:        250.00 |
  1050.                     | Other deposits:           10.00 |
  1051.                     | Date received:         12/15/90 |
  1052.         +-----------+---------------------------------+------------+
  1053.         |                    Add a new tenant                      |
  1054.         +----------------------------------------------------------+
  1055.                                    Figure 3
  1056.  
  1057.  
  1058. +----------------------- [ YOUR COMPANY NAME HERE ] -----------------------+
  1059. |      DIMANAGE 2.1 -- Property Management System:  Shareware version      |
  1060. +--------------------------------------------------------------------------+
  1061. |                 Working with: LLAMEDOS MANOR, 03/13/91 *                 |
  1062. |   Select  Rent  Misc-income  Expenses  Change  Output  Utilities  QUIT   |
  1063. +-------------------< F1 FOR HELP, F2 FOR TENANT LIST >--------------------+
  1064.  
  1065.                    +--------[ RENTAL INCOME ]---------+
  1066.                    | AARDVARK, AARON             A-01 |
  1067.                    |═════════════════════════════════ |
  1068.                    | Amount Paid:              250.00 |
  1069.                    | Date Paid:              01/01/91 |
  1070.                    | Cash or Check No:                |
  1071.                    | Late Fee:                   0.00 |
  1072.                    | Received by:                 MYS |
  1073.                    +----------------------------------+
  1074.  
  1075.  
  1076.  
  1077.  
  1078.  
  1079.         +----------------------------------------------------------+
  1080.         |                   Post rental income                     |
  1081.         +----------------------------------------------------------+
  1082.                                    Figure 4
  1083.  
  1084.  
  1085. +----------------------- [ YOUR COMPANY NAME HERE ] -----------------------+
  1086. |      DIMANAGE 2.1 -- Property Management System:  Shareware version      |
  1087. +--------------------------------------------------------------------------+
  1088. |                 Working with: LLAMEDOS MANOR, 03/13/91 *                 |
  1089. |   Select  Rent  Misc-income  Expenses  Change  Output  Utilities  QUIT   |
  1090. +-------------------< F1 FOR HELP, F2 FOR TENANT LIST >--------------------+
  1091.           +------------------------------------------------------+
  1092.           | CHECK ENTRY -- ENTER CHECK NUMBER OF ZERO TO EXIT    |
  1093.           |                                                      |
  1094.           | Check number:          1244                          |
  1095.           | Pay to the order of:  AARDVARK, AARON                |
  1096.           | Amount of check:            100.00                   |
  1097.           | Date written:         03/15/91       Written by: MYS |
  1098.           | Purpose of check:     SECURITY REFUND                |
  1099.           +- Press+---------DEPOSIT CONVERSION----------+ntries -+
  1100.                   | AARDVARK, AARON                     |
  1101.                   | Total deposits:          260.00     |
  1102.                   | Amount of refund:        100.00     |
  1103.                   +----- Press F3 to cancel entry. -----+
  1104.  
  1105.  
  1106.         +----------------------------------------------------------+
  1107.         |                      Post expenses                       |
  1108.         +----------------------------------------------------------+
  1109.                                    Figure 5
  1110.  
  1111.  
  1112.  
  1113.  
  1114.                             YOUR COMPANY NAME HERE
  1115.  
  1116.                INCOME/EXPENSE HISTORY FOR *** AARDVARK, AARON ***
  1117.                     From December 15, 1990 to March 15, 1991
  1118.                             Prepared: March 13, 1991
  1119.                             Property: Llamedos Manor
  1120.  
  1121.  
  1122.             DATE           INCOME          EXPENSE     DESCRIPTION
  1123.  
  1124.           12/15/90         250.00                      SECURITY DEPOSIT
  1125.           12/15/90          10.00                      OTHER DEPOSITS
  1126.           01/01/91                            0.00     MOVED IN
  1127.           01/01/91         250.00                      RENT
  1128.           02/15/91                            0.00     3-DAY NOTICE
  1129.           03/01/91                            0.00     MOVED OUT
  1130.           03/15/91         160.00                      DEPOSIT CONVERSION
  1131.           03/15/91                          100.00     SECURITY REFUND
  1132. Press any key to continue...
  1133.  
  1134.  
  1135.  
  1136.                                    Figure 6
  1137.  
  1138.