home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / LA / LA006.ZIP / PCDOC220.ARC / PART5 < prev   
Text File  |  1988-09-25  |  30KB  |  827 lines

  1.  
  2.  
  3.                                     APPENDIX A                              
  4.        
  5.        
  6.        
  7.        
  8.                       USING PC-ACCOUNT DATA WITH LOTUS 1 2 3
  9.        
  10.             Function Key 7 cycles the direction of the output to four
  11.        places, the screen, the printer, a file called ACTLIST and to a file
  12.        called 123.PRN.  ACTLIST is formatted like the output to the printer
  13.        or the screen.  It is a text file and can be copied to the printer,
  14.        displayed on the screen using the DOS TYPE command or merged into
  15.        word processor text.
  16.        
  17.             123.PRN is also a text file, but it is formatted so that it can
  18.        be used by Lotus 1 2 3.  The number in the date field is converted to
  19.        the 1 2 3 date format.  Once in 1 2 3, you can then sort the data,
  20.        use it to plot graphs, gather statistics or anything else that you
  21.        wish to do.
  22.        
  23.             1 2 3 has a command for importing a text file.  Insert the 1 2 3
  24.        system disk into disk drive A.  Put the disk with the data file named
  25.        123.PRN, which you created with PC-ACCOUNT, in drive B.  Start 1 2 3.
  26.        The cursor should be in cell A1 and the worksheet empty of all data.
  27.        Use the following 1 2 3 commands to do this.
  28.        
  29.                             /File Import Numbers RETURN
  30.        
  31.             1 2 3 will then display the names of all files that have the
  32.        suffix .PRN without displaying the suffix.  Move the cursor to the
  33.        file named 123 and hit return.  If drive B is not the default drive
  34.        for 1 2 3 data, then enter the file name as B:123.
  35.        
  36.             The reverse is not true.  You cannot use a file created by 1 2 3
  37.        with PC-ACCOUNT.
  38.        
  39.             You may want to change the column widths.  Some, like the payee
  40.        name, you will want to make wider, and, for the account numbers,
  41.        narrower.  Place the cursor in any cell in the column and issue the
  42.        command:
  43.        
  44.                        /Worksheet Column-Width Set 20 RETURN
  45.        
  46.        Instead of 20 use whatever number you need.  That is the width of the
  47.        cell in number of characters.
  48.        
  49.             The date field in transaction records will now be displayed as
  50.        an integer with a value like 31389.  Issue the following 1 2 3
  51.        commands to produce the normal date display.
  52.        
  53.             First place the cursor in cell G1 (or whatever cell the first
  54.        date value is in).  This should be over the first date.  Then change
  55.        the column width to hold the date with the command:
  56.  
  57.        
  58.        
  59.                                        -65-                                 
  60.  
  61.  
  62.                                     APPENDIX A                              
  63.        
  64.        
  65.                        /Worksheet Column-Width Set 11 RETURN
  66.        
  67.        Next select the date format with the command:
  68.        
  69.                                 /Range Format Date 1
  70.        
  71.        Answer the range question by entering a period.  Then, with the Num
  72.        Lock Off, press the key labeled END and then the down arrow key.
  73.        Follow this with RETURN and presto, the integers are converted to the
  74.        day-month-year format.
  75.        
  76.             1 2 3 displays the twenty-first century years with four digits.
  77.        After the year 1999 you will set the width of the date field to 13.
  78.        
  79.             To format the transaction amount field for currency, place the
  80.        cursor in cell B1 and issue the commands:
  81.        
  82.                        /Worksheet Column-Width Set 11 RETURN
  83.        
  84.                           /Range Format Currency 2 RETURN
  85.        
  86.        Answer the range question the same as you did for the date format,
  87.        period, END, down arrow, RETURN
  88.        
  89.             What data is in what columns?  If you were in column A when you
  90.        executed the Import command the fields will be as follows. The data
  91.        in the transaction record are in the following columns.
  92.        
  93.             A   Transaction Number        G   Date
  94.             B   Amount                    H   Search Code
  95.             C   First Account Number      I   Check Number
  96.             D   First Account Name        J   Check Clear Indicator
  97.             E   Second Account Number     K   Comment
  98.             F   Second Account Name
  99.        
  100.        
  101.             The data in the account record are in columns:
  102.        
  103.                         A   Account Number
  104.                         B   Account Name
  105.                         C   Last Month's Balance
  106.                         D   Current Month's Balance
  107.                         E   Month Name
  108.                         F   Month Number
  109.                         G   Year
  110.                         H   Date in Lotus 1-2-3 Format
  111.        
  112.  
  113.  
  114.  
  115.  
  116.        
  117.        
  118.                                        -66-                                 
  119.  
  120.  
  121.                                     APPENDIX A                              
  122.        
  123.        
  124.             The data in the Payee records are in columns:
  125.        
  126.                         A   Payee Sequence Number
  127.                         B   Payee Name
  128.                         C   Memo
  129.        
  130.             The data in the Search Code records are in columns:
  131.        
  132.                         A   Sequence Number
  133.                         B   Search Code
  134.                         C   Description
  135.        
  136.             If several sets of data were appended to the file, they will be
  137.        separated by blank rows.   To remove the blank rows, move the cursor
  138.        to any column in the blank row and issue the command:
  139.        
  140.                             /Worksheet Delete Row RETURN
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.        
  176.        
  177.                                        -67-                                 
  178.  
  179.  
  180.                                     APPENDIX B                              
  181.        
  182.        
  183.             This section gives some technical information on sizes and
  184.        limits in the program PC-ACCOUNT.  Some of the limits were chosen
  185.        arbitrarily, like the number of accounts.  Others were based on the
  186.        size of the output screen and printer width, such as the length of
  187.        the account name field and the highest dollar amount displayed for an
  188.        account.
  189.        
  190.        
  191.             Memory required
  192.                  (Memory Bytes Free as shown by CHKDSK)    256K
  193.             Double sided disk drive                          1
  194.             Maximum Number of Transactions Per Month     Definable  (320)
  195.             Number of Asset Accounts                        60
  196.             Number of Bank Accounts                         15
  197.             Total Number of Accounts                        75
  198.             Maximum number of Payees                     Definable  (300)
  199.             Maximum number of Search Codes               Definable  (300)
  200.             Check Numbers                                 1 to 32767
  201.             User Defined Search Code                 -32768 to 32767
  202.             Number of setup or reset codes                  10
  203.             Total number of printer setup and reset
  204.                codes for the check format                   13
  205.        
  206.             Definable means that you select and change the maximum number of
  207.        records that you expect to have in these files.  If you select a
  208.        number that is too low, you can increase the limit with ACT_INIT.EXE.
  209.        It can be started by selecting item I on the PC-ACCOUNT main menu.
  210.        The number in parentheses is the initial default.
  211.        
  212.             The maximum value for a dollar  amount in PC-ACCOUNT is 16
  213.        digits of precision.  However, the maximum displayable amount is
  214.        9,999,999.99 and -999,999.99.  This is because the field lengths are
  215.        limited by the screen width.
  216.        
  217.             PC-ACCOUNT was developed for the IBM Personal Computer.  It will
  218.        operate with either the IBM color or IBM monochrome adapter boards.
  219.        It will use any printer connected to the port designated LPT1:.
  220.        
  221.             If you find any of these limits difficult to work around in your
  222.        application, please contact the author for an estimate on a
  223.        customized version.
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.        
  235.        
  236.                                        -68-                                 
  237.  
  238.  
  239.                                     APPENDIX C                              
  240.        
  241.        
  242.        HACKERS INFORMATION
  243.        
  244.             The information provided in this appendix is not required to
  245.        perform the intended functions of PC-ACCOUNT.  It is offered to those
  246.        who are familiar with programming for their curiosity.  These items
  247.        were used by the developer and may be of interest to fellow hackers.
  248.        Most of these functions can also be more easily performed in the
  249.        CHANGE PROGRAM PARAMETERS section of ACT_INIT.EXE.
  250.        
  251.             PC-ACCOUNT is written in BASIC and compiled with the Microsoft
  252.        BASIC Compiler Version 2.01.  It contains assembly subroutines that
  253.        write directly to and from the screen.  That is how it can flash data
  254.        screens so quickly.  It does not use alternate pages of the color
  255.        board memory so that it could also run with an IBM monochrome board.
  256.        
  257.             When PC-ACCOUNT starts, it reads the memory locations that
  258.        record the setting of the mother board switches to identify the type
  259.        of monitor board installed.  It needs this information to read and
  260.        write to the screen memory.
  261.        
  262.             There are seven hidden functions that remain from program
  263.        development that can be called from the MAIN PC-ACCOUNT MENU.  These
  264.        are activated by holding the ALT key down, pressing three digits on
  265.        the numeric keypad only, then releasing the ALT key.
  266.        
  267.             PC-ACCOUNT turns the output of the video board off when it
  268.        creates the calendar screen and when it swaps whole screens.  This
  269.        works fine with the IBM color and monochrome board.  If you are using
  270.        another video board, you may want to cancel this feature.  If you
  271.        cancel it and use the IBM color board, you will see snow when the
  272.        screens change.  To toggle this feature off (cancel) or on
  273.        (activate), enter ALT 221.
  274.        
  275.             ALT 222 is a toggle that can turn on and off the message that
  276.        PC-ACCOUNT displays when the program ends.  This selection is saved
  277.        in the control file.  So, each time you enter ALT 222, a message will
  278.        be displayed stating that the end message is activated or canceled,
  279.        and the control file will be written.
  280.        
  281.             ALT 223 will perform memory garbage collection and then display
  282.        the amount of free memory.  The BASIC Compiler allows the program to
  283.        use a maximum of 64K bytes of memory for data.  That is why the free
  284.        space shown may only be 15 to 25 K when your computer has 640 K.
  285.        
  286.             ALT 224 displays the type of monitor board PC-ACCOUNT has
  287.        detected and is using.
  288.        
  289.             ALT 228 will change the search code delimiter for the Input
  290.        Transaction routine.
  291.        
  292.  
  293.        
  294.        
  295.                                        -69-                                 
  296.  
  297.  
  298.                                     APPENDIX C                              
  299.        
  300.        
  301.             ALT 229 will toggle the AUTO RETURN on and off.
  302.        
  303.             ALT 230 will toggle the beep on command error on and off.
  304.        
  305.             The following function can be used on any text input.  If you
  306.        key in a line of text in lower case, like an input comment or check
  307.        payee, and then decide before hitting return that you want it all in
  308.        upper case, enter ALT U to shift all alphabetic letters in the input
  309.        string to upper case.
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.        
  353.        
  354.                                        -70-                                 
  355.  
  356.  
  357.                                     APPENDIX D                              
  358.        
  359.        
  360.        FREE FORM INPUT TUTORIAL
  361.        
  362.        
  363.             In the tutorial you learned how to enter a transaction using the
  364.        Prompt Mode.  When you become familiar with the concept of PC-ACCOUNT
  365.        asset and bank accounts and how to use them in transactions, you may
  366.        want to try the Free Form Input Mode.  It has the benefit of entering
  367.        the complete transaction quicker.  This tutorial uses the same
  368.        example as the original tutorial.
  369.        
  370.             To start, run PC-ACCOUNT.  Select the Accounting section.  Enter
  371.        I for Input Transactions at the Enter Command prompt.  Enter an
  372.        asterisk and RETURN to switch to the Free Form Input Mode.
  373.        
  374.             You will now be working on the free form insert screen.  Let's
  375.        look at it first.  Find the transaction number at the top of the
  376.        screen.  Next, locate the cursor.  It is on the input line.  If you
  377.        entered a RETURN now, you would quit the insert mode and return to
  378.        the command screen.
  379.        
  380.             The input routine uses free form input.  It is a fast way to
  381.        enter data because it uses the minimum keystrokes.  The prompts are
  382.        displayed in the lines above and below the data entry line where the
  383.        cursor is now.  A minimum of three data items must be entered for a
  384.        valid transaction, the dollar amount, and two account numbers (any
  385.        two account numbers from 1 to 75).  The comment and search code are
  386.        optional.
  387.        
  388.             We are going to enter a transaction for the purchase of four new
  389.        tires which we charged on our Sears credit card.  The tires cost
  390.        $225.57.  The PC-ACCOUNTs account number for Sears is 42.  The
  391.        account we enter car expenses against is number 3.
  392.        
  393.             The first value to enter is the amount.  Type 225.57 using the
  394.        numeric keypad, but do not press RETURN until told to.  Also, never
  395.        enter the dollar sign.  Now press the space bar three times to move
  396.        the cursor under the I in IN.  The IN account is the Sears account.
  397.        We are putting $225.57 into the Sears account to have when the Sears
  398.        bill comes.  Enter the Sears account number 42.
  399.        
  400.             Press the space bar twice to position the cursor under the U in
  401.        OUT.  Enter the car account number, 3.  We are taking the $225.57 out
  402.        of the car account.
  403.        
  404.             Press the space bar six times and enter the comment, 4 New
  405.        Tires.  Enter a space.  We have designated a search code of 28 for
  406.        car expenses.  Find it at the bottom of the screen.  Before entering
  407.        this code we must enter the sign that will tell PC-ACCOUNT that we
  408.        are finished with the comment and that the search code follows.  So
  409.        enter the | followed by a space.  It is on the key that is to the
  410.        right of the left shift key on the IBM PC keyboard.  Then enter 28.
  411.        
  412.        
  413.                                        -71-                                 
  414.  
  415.  
  416.                                     APPENDIX D                              
  417.        
  418.        
  419.        The screen will look like
  420.        
  421.        
  422.                   $      ASSET
  423.                AMOUNT   IN OUT     COMMENT     | SEARCH CODE
  424.        
  425.        [QUIT]? 225.57   42  3      4 New Tires | 28_
  426.        
  427.                          BANK
  428.                         OUT IN
  429.             Press the return key.  PC-ACCOUNT reads the input string and
  430.        responds with
  431.        
  432.                 $225.57  ENTER INTO      42   SEARS          6/26/86
  433.                          WITHDRAW FROM    3   CAR
  434.                          SEARCH CODE     28   Car Expense
  435.                          4 New Tires
  436.        
  437.                          IS THE TRANSACTION OKAY  [Y]?
  438.        
  439.             PC-ACCOUNT interprets the transaction input data and displays it
  440.        as it understands it.  The account names and search code nomenclature
  441.        have been added and so has the date.
  442.        
  443.             If the transaction is okay, press RETURN.  If not, enter N and
  444.        start over.  Since a check is not being printed by this transaction,
  445.        the screen will be erased and you will be prompted for the next
  446.        transaction.
  447.        
  448.             Here are a few notes about the free form input.  You could have
  449.        entered
  450.        
  451.                        225.57 42 3 4 New Tires | 28
  452.        or
  453.                        225.57423 4 New Tires|28
  454.        
  455.        or many variations of this.  The only space required by PC-ACCOUNT is
  456.        the one between the 3, the second account number, and the 4, the
  457.        comment.  If the car account had been a two digit number or the 4 was
  458.        spelled out, Four, even that space would not be required.  If that
  459.        space were not there, PC-ACCOUNT would think that the out account
  460.        number is 34.  The comment and the search code are both optional.
  461.        Only use the delimiter | when entering a search code.
  462.        
  463.             You may use spaces to make it clear to you, but spaces are only
  464.        required to remove ambiguities.  The same for the amount.  If the
  465.        amount is $10, then just enter 10 followed by a space and then the
  466.        account numbers.  If the first account number is a single digit, that
  467.        would also have to be followed by a space.  The comment can be as
  468.        long as you wish.
  469.  
  470.        
  471.        
  472.                                        -72-                                 
  473.  
  474.  
  475.                                     APPENDIX D                              
  476.        
  477.        
  478.             There are more examples on this in the reference section of the
  479.        manual.  It will become easier as you use it, and you will appreciate
  480.        its speed.  This is a case where you let the computer do a lot of
  481.        work to figure out what you want, rather than you doing more work to
  482.        make it easier on the program.
  483.        
  484.             Review the INPUT command in the reference section of the manual
  485.        for more discussion on the concept and rules of free form input.
  486.        Enter a few transactions different ways and see what happens.  That
  487.        is what a tutorial is for.  You cannot hurt anything.  Play with it.
  488.        
  489.             When you are entering a transaction, PC-ACCOUNT displays your
  490.        list of search codes in a window at the bottom of the screen.  If you
  491.        have more than nine, use the function keys 9 and 10 to scroll the
  492.        list.  It will look like this:
  493.        
  494.                     Scroll Search Codes with FUNCTION KEYS 9 & 10
  495.        
  496.                               1    Miscellaneous
  497.                               2    Medical Expenses
  498.                               3    Income
  499.                               5    Tax Deductible
  500.                              20    Mortgage
  501.                              21    Paid Gold VISA
  502.                              22    Paid Master Charge
  503.                              23    Paid VISA
  504.                              28    Car Expense
  505.        
  506.        If there are a large number of search codes, the list can be jump
  507.        scrolled with the ALT key in combination with the A, S, Z, or X keys.
  508.        The A and S keys scroll by page and the Z and X keys jump to the
  509.        beginning or end.  The S and X keys are on the right and move the
  510.        data in the same direction as the Function 10 key does.  Try it.
  511.        Just remember to press the ALT key while doing it.
  512.        
  513.             Now we will print a check.  Use the blank paper in your printer
  514.        for this.  We want to pay the Sears bill of $225.57.  The check will
  515.        be written on the checking account number 61.  Enter the transaction
  516.        
  517.                   $      ASSET
  518.                AMOUNT   IN OUT     COMMENT     | SEARCH CODE
  519.        
  520.        [QUIT]? 225.57   61 42   Paid Sears Bill
  521.        
  522.                          BANK
  523.                         OUT IN
  524.        
  525.        
  526.             Money will be taken out of two accounts, the checking account,
  527.        61, and the Sears asset account, 42.  Notice the prompt for the BANK
  528.        account numbers.  The IN and OUT are the reverse of the ASSET account
  529.        
  530.        
  531.                                        -73-                                 
  532.  
  533.  
  534.                                     APPENDIX D                              
  535.        
  536.        
  537.        numbers.  Accounts 61 through 75 are all treated as BANK accounts and
  538.        follow the bottom prompt.  Press RETURN to enter the transaction.
  539.        
  540.             When you respond that the transaction is okay, PC-ACCOUNT will
  541.        ask if you want to print a check.  Press RETURN for yes.  Immediately
  542.        PC-ACCOUNT will open a window to display your payee list.  Press
  543.        function keys 9 and 10 to scroll the list of payees to find the Sears
  544.        record.  You can also use the ALT A, S, Z, or X to jump scroll the
  545.        payees as it was described above for the search codes.  Play with
  546.        this by scrolling up and down.  Later you will sort this list.
  547.        
  548.             PC-ACCOUNT asks if you want to print a check only for bank
  549.        accounts for which you created a check format file.
  550.        
  551.             Enter 7, the sequence number of the payee record for Sears, and
  552.        press RETURN.  You can now verify the selection.  If it is wrong,
  553.        enter N for no and go back to the list otherwise press RETURN for
  554.        yes.  Next, enter the check number or accept the default.  Turn the
  555.        printer on and hit return when ready.
  556.        
  557.             The format of the check printed may not fit your personal
  558.        checks.  This can be changed by using the routine in section 6 of the
  559.        main menu, SETUP CHECK FORMAT.  The procedure is described in the
  560.        SETUP CHECK FORMAT section of this manual.
  561.        
  562.             That is all there is to the free form insert transactions mode.
  563.        Enter a few and play around with it and shortly you will have it
  564.        mastered.
  565.        
  566.             Function keys 1 and 2 are useful when entering a transaction.
  567.        Remember, you may press a function key anytime without affecting what
  568.        you are doing.  For example, if after you entered the 225.57 on the
  569.        input line, you wanted to find the Sears account number.  Press
  570.        function key 2 to look for it.  PC-ACCOUNT then returns exactly to
  571.        where you left off and you would not have to reenter the 225.57.
  572.        Press RETURN to quit the input mode.
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.        
  589.        
  590.                                        -74-                                 
  591.  
  592.  
  593.                              PC-ACCOUNT REFERENCE CARD                      
  594.        
  595.        
  596.        
  597.                                PC-ACCOUNT MAIN MENU
  598.        
  599.                            1 - ACCOUNTING
  600.                            2 - EDIT CHECK PAYEES
  601.                            3 - EDIT STANDARD TRANSACTIONS
  602.                            4 - SEARCH THROUGH MANY MONTHS
  603.                            5 - CHECKBOOK ANALYSIS
  604.                            6 - SETUP CHECK FORMAT
  605.                            7 - DELETE DIRECTED FILES
  606.                            8 - EDIT SEARCH CODES
  607.                            9 - PRINT REGISTRATION FORM
  608.                            I - INITIALIZATION PARAMETERS
  609.        
  610.        
  611.        
  612.                                FUNCTION KEY ASSIGNMENTS
  613.        
  614.                            1 - DISPLAY ACCOUNTS  1 TO 40
  615.                            2 - DISPLAY ACCOUNTS 41 TO 75
  616.                            3 - DISPLAY CALENDAR
  617.                            4 - DISPLAY FUNCTION KEY LIST
  618.                            5 - SPECIAL EXIT MODES
  619.                            6 - CHANGE SCREEN COLORS
  620.                            7 - TOGGLE OUTPUT - SCREEN, PRINTER, FILE, 123.PRN
  621.                            8 - TOGGLE STATUS LINE ON/OFF
  622.                            9 - SCROLL WINDOWS DOWN
  623.                           10 - SCROLL WINDOWS UP
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.        
  648.        
  649.                                        -75-                                 
  650.  
  651.  
  652.                              PC-ACCOUNT REFERENCE CARD                      
  653.        
  654.        
  655.        
  656.                                PC-ACCOUNT COMMANDS
  657.        
  658.                            A * DISPLAY ACCOUNTS
  659.                            B   BUDGET
  660.                            C   CHANGE DATE
  661.                            D   DELETE A TRANSACTION
  662.                            E   EDIT A TRANSACTION
  663.                            F * FIND ALL TRANSACTIONS FOR AN ACT
  664.                            G * GET ALL TRANSACTIONS FOR AN AMOUNT
  665.                            H * HELP
  666.                            I   INSERT TRANSACTIONS
  667.                            J * SEARCH BY CHECK NUMBER
  668.                            L   LAST TRANSACTION NUMBER
  669.                            M   MOVE & SAVE DATA FOR A NEW PERIOD
  670.                            N   NAME AN ACCOUNT
  671.                            O * MULTIPLE CONDITION QUERY
  672.                            P   PRINT A CHECK
  673.                            Q   SAVE DATA AND EXIT
  674.                            R * RETRIEVE TRANSACTIONS FOR A CODE
  675.                            S * SEARCH COMMENTS
  676.                            T * DISPLAY TRANSACTIONS
  677.                            U   UPDATE FILES (SAVE DATA)
  678.                            V * VERIFY ACCOUNT TOTALS
  679.                            W   REWRITE SCREEN
  680.                            X   SAVE DATA AND EXIT
  681.                            Y * SKIP LINE OR PAGE
  682.                            Z   DISPLAY STATUS DATA      *     DIRECTED OUTPUT
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.        
  707.        
  708.                                        -76-                                 
  709.  
  710.  
  711.                             CHECK FORMAT REFERENCE CARD                     
  712.        
  713.        
  714.        
  715.                MASTER MENU                     FUNCTION KEY ASSIGNMENTS
  716.        
  717.        1 - PRINT LAYOUT DATA SHEET          4 - DISPLAY FUNCTION KEY LIST
  718.        2 - PRINT CHECK OVERLAY LINES        5 - QUIT WITHOUT SAVING DATA
  719.        3 - PRINTER SETUP DATA               6 - CHANGE ACCOUNT NUMBER
  720.        4 - DEFINE CHECK LAYOUT                      - RETAIN CURRENT DATA
  721.        5 - PRINT TEST CHECK                 9 - SCROLL PAYEES DOWN
  722.        6 - CANCEL A CHECKING ACCOUNT       10 - SCROLL PAYEES UP
  723.        7 - EDIT ANOTHER CHECK
  724.        
  725.        
  726.                       NUMERIC FORMATS FOR CHECK VALUE
  727.        
  728.             1 -     1234.56        PLAIN
  729.             2 -    $1234.56        PLAIN WITH A DOLLAR SIGN
  730.             3 -  ***1234.56        PLAIN WITH LEADING ASTERISKS
  731.             4 -  **$1234.56        PLAIN, ASTERISKS AND DOLLAR SIGN
  732.             5 -    1,234.56        PUNCTUATED WITH A COMMA
  733.             6 -   $1,234.56        PUNCTUATED AND A DOLLAR SIGN
  734.             7 - ***1,234.56        PUNCTUATED AND LEADING ASTERISKS
  735.             8 - **$1,234.56        PUNCTUATED, ASTERISKS AND DOLLAR SIGN
  736.        
  737.        
  738.                   FEATURES TO BE LOCATED ON A CHECK
  739.        
  740.             1     Date when the 19 is printed on the check
  741.             2     Date when the 19 is NOT printed on the check
  742.             3     Check number
  743.             4     Payee
  744.             5     Numeric amount
  745.             6     Written amount
  746.             7     Reference or Memo
  747.          8 to 13  Each of 1 to 6 text statements
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.        
  766.        
  767.                                        -77-                                 
  768.        
  769.        
  770.                           PC-ACCOUNT REGISTRATION FORM
  771.        
  772.        I am using Version ___________________________
  773.        
  774.        Name    ______________________________________
  775.        
  776.        Address ______________________________________
  777.        
  778.        City    ______________________________________
  779.        
  780.        State   _________________  ZIP _______________
  781.        
  782.        Phone   ( __ __ __ )   __ __ __ -- __ __ __ __
  783.        
  784.        Date you acquired PC-ACCOUNT _________________
  785.        
  786.        How did you acquire PC-ACCOUNT?
  787.        
  788.        ____ From a friend    ____ Bulletin Board
  789.        
  790.        ____ User Group       ____ Commercial distribution service
  791.        
  792.             Which one? ______________________________
  793.        
  794.        Computer _____________________________________
  795.        
  796.        Printer ______________________________________
  797.        
  798.        You are encouraged to register your license of PC-ACCOUNT to obtain
  799.        telephone and mail support, receive information on future updates,
  800.        support user developed software and the SHAREWARE concept, and have
  801.        the delay removed from the PC-ACCOUNT title screen.  You will also
  802.        receive the latest or next version free.
  803.        
  804.        Send this form with the $45.00 registration fee (checks only) to:
  805.        
  806.                            John P. Bauernschub, Jr.
  807.                            14809 Clavel Street
  808.                            Rockville, Maryland 20853
  809.        
  810.                 Maryland residents add 5% sales tax ($2.25).
  811.        
  812.        You may also register with your Visa or Mastercard.  Send your credit
  813.        card information to New-Ware, 6198 Agee Street #71, San Diego, CA
  814.        92122.  Or call the BBS in San Diego at 619-455-5226, 24 hours, N/8/1.
  815.        Read the PC-ACCOUNT file HOW2REGI.STR for more details on registering.
  816.        
  817.                           _____VISA   _____Mastercard
  818.        
  819.        #_______________________________________ Expiration Date ___________
  820.        
  821.        
  822.        Signature __________________________________________________________
  823.        
  824.        
  825.              Member of the Association of Shareware Professionals (ASP)
  826.                       Thank you for your interest and support.
  827.