home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / pc_gl33.zip / PC-GL.DOC < prev    next >
Text File  |  1989-04-13  |  40KB  |  706 lines

  1.                                            
  2.                                          PC-GL
  3.                                      Version 3.3
  4.                              Copyright 1988, Jerry Medlin
  5.            
  6.            
  7.            PROGRAM DESCRIPTION
  8.            
  9.                 PC-GL is a double entry accounting program which will allow
  10.            a small to medium size business to rapidly and accurately
  11.            produce financial reports.  The program runs on a IBM PC or
  12.            compatible computer with at least one disk drive and requires at
  13.            least 256k memory.
  14.            
  15.                 PC-GL is a ShareWare program.  You are encouraged to give
  16.            copies to anyone who might use it.  If you use the program
  17.            please send $35 to:
  18.            
  19.                          Jerry Medlin
  20.                          P.O. Box 357
  21.                          Napa, Ca.  94559
  22.            
  23.                 You will receive the latest version of the program and a
  24.            telephone number for limited telephone assistance should you
  25.            require it.  You will also receive a program which will allow
  26.            you to customize some features of PC-GL.  A complete description
  27.            of this customizing program is contained at the end of the
  28.            manual.
  29.            
  30.                 The system consist of two files.
  31.            
  32.                 PC-GL.EXE - The compiled program written in Turbo
  33.                 Pascal.
  34.            
  35.                 PC-GL.COA - A standard chart of accounts to use or
  36.                 modify for your purposes.
  37.            
  38.                 To run the program, simply type "PC-GL".  If you want to
  39.            specify a drive designation and path for your data just add the
  40.            drive and path description after the program name.  i.e. type
  41.            "PC-GL B:" to use the B drive for data files.  If you are going
  42.            to use the standard chart of accounts, be sure the file PC-
  43.            GL.COA is on the specified drive and subdirectory.
  44.            
  45.                 Each time you run the program, a menu is displayed for
  46.            operator selection:
  47.            
  48.                          Enter or Change Chart of Accounts
  49.                          Enter or Change Transactions
  50.                          Print Chart of Accounts Listing
  51.                          Print Transaction Listing
  52.                          Print General Ledger
  53.                          Print Income Statement
  54.                          Print Balance Sheet
  55.                          Print Account Summary Report
  56.                          Year End Update
  57.                          End of Processing
  58.                             Selection is made by using the up or down arrows to
  59.            highlight the desired function, then pressing <return>.
  60.            
  61.                 PC-GL allows a maximum of 800 items in the chart of
  62.            accounts and 6000 transactions per accounting period.  With 256k
  63.            of memory the number of transactions is reduced to about 500 per
  64.            accounting period.  The number of additional transactions you
  65.            can enter is printed at the bottom of the menu screen.  That
  66.            number may be limited by either disk space or memory available
  67.            and is subject to an absolute maximum of 6000 transactions.
  68.            
  69.                 The program makes liberal use of the PC's ten key pad for
  70.            both numbers and commands, so PC-GL will turn your Num Lock on
  71.            at the beginning of the program.  You should leave the Num Lock
  72.            on all the time even when using the arrow keys for commands.
  73.            
  74.                 When inputting information, the plus <+> key has the same
  75.            effect as the return or enter key.  The minus <-> key enters a
  76.            negative number.  This makes using the numeric key pad even
  77.            easier.
  78.            
  79.            
  80.            THE PROCESSING CYCLE
  81.            
  82.                 Usually, accounting is done on a monthly cycle, but the PC-
  83.            GL program will allow you to use any length of accounting
  84.            period.  Each time you run the program, you will be asked "Do
  85.            you want to start a new accounting period? (Y/N)".  If you
  86.            answer with a "N" the latest transactions will be loaded and you
  87.            may add additional entries.  If you answer "Y" the current
  88.            period balances will be set to zero and the transactions for the
  89.            previous period will be saved for later review.  You may then
  90.            begin entering a new batch of transactions for the new period.
  91.            
  92.                 Checks and journal entries for the accounting period are
  93.            entered using the second menu selection. (Enter or Change
  94.            Transactions)  Debits are entered as positive <+> numbers and
  95.            credits are entered as negative <-> numbers.
  96.            
  97.                 When the transactions have been entered and checked you may
  98.            begin printing reports.  Reports may be printed in any order and
  99.            as often as you desire.  Reports may be printed to the screen
  100.            first to check their accuracy.  Should you discover a posting
  101.            error after examining the reports, you can correct the error and
  102.            rerun the reports.
  103.            
  104.                 The only report that must be printed to the printer each
  105.            period is the General Ledger Report.  If the General Ledger
  106.            Report has not been printed to the printer (not just the
  107.            screen), you will not be allowed to end an accounting period and
  108.            start another.  The General Ledger Report shows the opening
  109.            balance for each account, all of the transactions posted to the
  110.            account for the accounting period followed by the closing
  111.            balance for each account.  Once you start a new accounting
  112.            period, the printed General Ledger Report will be your only
  113.            audit trail.  To start a new accounting period without printing
  114.            the general ledger would leave no trace of how an account
  115.            arrived at its present balance.  Since organizations like the            IRS want to know how you arrived at those numbers on your tax
  116.            return, the General Ledger Report is required.  If it hasn't
  117.            been printed the program will never ask "Do you want to start a
  118.            new accounting period?".
  119.            
  120.            
  121.            DOUBLE ENTRY ACCOUNTING
  122.            
  123.                 Double entry accounting requires that the total of all
  124.            debit <+> entries must be the same as the total of all credit <-
  125.            > entries.  It does not mean that there must be a credit for
  126.            every debit, only that all of the entries must add up to zero.
  127.            Each accounting period consist of a series of balanced entries
  128.            with equal pluses and minuses.
  129.            
  130.                 All of the checks written during a month are posted to the
  131.            various expense accounts as debit <+> amounts.  The total of all
  132.            of those checks is then posted to the CASH IN BANK account as a
  133.            single credit <-> amount.  The net of all the transactions
  134.            posted is therefore zero, making a balanced series of entries.
  135.            All income amounts are entered as credit <-> amounts and a
  136.            corresponding debit <+> entry is made to the Cash in Bank
  137.            account or to Accounts Receivable.  The PC-GL program helps you
  138.            when posting transactions by displaying the balance of all
  139.            transactions posted at the upper right of the screen.  When all
  140.            of the transactions for the accounting period have been posted,
  141.            the balance displayed should be zero.
  142.            
  143.                 If you are unfamiliar with double entry accounting, it is
  144.            beyond the scope of this manual to completely cover the subject.
  145.            However, all is not lost.  The PC-GL system can also be used as
  146.            a simple single entry system.  Just enter all your expenses and
  147.            income to the proper account and run the system normally.
  148.            Expenses are entered as positive <+> amounts and (this is
  149.            important!) income amounts are entered as negative <-> amounts.
  150.            To enter a negative amount, first enter then number then press
  151.            the minus<-> sign.
  152.            
  153.            
  154.            SETTING UP THE CHART OF ACCOUNTS
  155.            
  156.                 A standard chart of accounts is provided with the program.
  157.            Although any sequential numbering scheme will work with the
  158.            general ledger program, the one provided is in common usage by
  159.            accountants.  To use the standard chart of accounts, simply run
  160.            the program with the file PC-GL.COA on the data disk drive.
  161.            
  162.                 The chart of accounts can be added to at any time during
  163.            the processing period.  All chart of accounts setup and
  164.            modification is done using the <Enter or Change Chart of
  165.            Accounts> selection on the menu.  This section allows you add
  166.            new COA items, delete or change existing ones, or examine the
  167.            COA by scrolling up and down the screen.  All commands are
  168.            listed at the bottom of the screen and are selected by a single
  169.            keystroke.  Upon entering this section you may immediately begin
  170.            adding items to the chart of accounts or, by pressing the Escape
  171.            key, you may go to the command mode and insert, delete or change
  172.            items in the chart of accounts.            
  173.                 You will not be allowed to delete an account with a balance
  174.            or change balance amounts.  Changing amounts is done by posting
  175.            transactions to the account.  That way you have that all
  176.            important audit trail.  Upon exiting the chart of accounts
  177.            section, the chart of accounts is automatically sorted in
  178.            account number order.
  179.            
  180.                 Each chart of accounts item contains the following
  181.            information:
  182.            
  183.                 1)   ACCOUNT NUMBER - A three digit number between 000 and
  184.                 999 that will be used for posting transactions.
  185.                 
  186.                 2)   ACCOUNT CODE - A two digit number which determines
  187.                 how, and on which reports, the item will be printed.  (See
  188.                 the section on COA coding for details.)
  189.                 
  190.                 3)   PRIOR YEAR % - The number will be printed on the
  191.                 income statement and is for informational purposes only.
  192.                 If no prior year % is desired just press return for this
  193.                 entry and none will be printed on the income statement.
  194.                 The prior year % is updated automatically at the end of the
  195.                 year by the Year End Update procedure.
  196.                 
  197.                 4)   ACCOUNT DESCRIPTION - Up to 27 characters are allowed
  198.                 for the account description.
  199.                 
  200.                 5)   CURRENT AMOUNT - The balance of all transactions
  201.                 entered to this account for the current accounting period.
  202.                 If an asterisk <*> is entered during setup this chart of
  203.                 accounts entry will be treated as a title account on
  204.                 reports.  Title accounts are used to provide headings and
  205.                 totals on reports.  Transactions cannot be posted to a
  206.                 title account.  Press any other key during setup to enter a
  207.                 zero beginning balance for current and year to date.
  208.                 
  209.                 6)   YTD AMOUNT - The balance of all transactions entered
  210.                 to this account for the current year.  Opening account
  211.                 balances cannot be entered when the chart of accounts is
  212.                 set up, they must be posted as transactions.
  213.            
  214.                 Just remember to look at the bottom of the screen when in
  215.            doubt.  Your options will usually be printed there.
  216.            
  217.                 The first item in the chart of accounts should contain the
  218.            name to be printed on all reports.  If you are using the
  219.            standard chart of accounts, just change the description of the
  220.            first account from STANDARD CHART OF ACCOUNTS to the name you
  221.            want printed on your financial statements.
  222.            
  223.                 Once the chart of accounts has been setup, you won't be
  224.            using this section except to occasionally add new items to the
  225.            chart of accounts or delete items with zero balances no longer
  226.            in use.
  227.            
  228.                        ENTERING TRANSACTIONS
  229.            
  230.                 All checks and journal entries for the accounting period
  231.            are entered using the <Enter or Change Transactions> selection
  232.            of the menu.  This selection also allows you to examine entries
  233.            by scrolling up and down the screen and to insert, delete or
  234.            change entries.  You may also obtain a total for a particular
  235.            account and you can search all of the transactions for any
  236.            string of characters.  All commands are listed at the bottom of
  237.            the screen.
  238.            
  239.                 Each transaction contains the following information:
  240.            
  241.                 1)   DESCRIPTION - Up to 21 characters are allowed to
  242.                 describe the entry.  Just pressing <return> or <+> will
  243.                 cause the previous entry to be repeated.  To enter a blank
  244.                 description, press the space bar then <return>.
  245.                 
  246.                 2)   CHECK NO. - A five digit check or reference number.
  247.                 Numbers or letters may be used. Pressing <return> will
  248.                 cause the previous number to be repeated.  Pressing <+>
  249.                 will enter a number equal to the previous number plus one.
  250.                 (This is useful when entering a series of checks with
  251.                 sequential check numbers.)
  252.                 
  253.                 3)   DATE - The date must be entered in MODA form.  i.e.
  254.                 0108 for January  eighth.  Pressing <return> or <+> will
  255.                 repeat the previous date.  Any day of the month higher than
  256.                 31 will cause the transactions to be posted to the year to
  257.                 date balance only.  (In other words, a transaction with a
  258.                 date of 0185 would not affect current balances when posted,
  259.                 only year to date balances.)
  260.                 
  261.                 4)   ACCOUNT NUMBER - A three digit account number must be
  262.                 entered.  Once the account number has been entered, the
  263.                 program will check to see if the number is a valid account
  264.                 number.  If not, you will be asked to reenter the account
  265.                 number.  Once a valid account number has been entered, the
  266.                 corresponding account description from the chart of
  267.                 accounts will be displayed at the bottom of the screen.  If
  268.                 you don't remember the account number, enter the number
  269.                 999.  You will then be able to use the up and down arrow
  270.                 keys to search the chart of accounts for the correct
  271.                 account number.
  272.                 
  273.                 5)   AMOUNT - The amount is entered calculator style
  274.                 without using the  decimal point.  Debit entries are
  275.                 entered as positive numbers and credit entries are entered
  276.                 as negative numbers.  To enter a negative number, enter the
  277.                 number in the regular manner followed by the minus <-> sign
  278.                 instead of the enter or plus <+> sign.
  279.                 
  280.                 The net amount of the current check and the net of all the
  281.            transactions posted for the period are constantly displayed at
  282.            the upper right of the screen.  The check balance is useful when
  283.            posting a single check to multiple accounts.  For double entry
  284.            accounting the net amount of all transactions should be zero
  285.            when you are finished with posting for the period.            
  286.                 When using the <C> Change selection to change a chart of
  287.            account item or a transaction, you don't have to reenter each
  288.            field.  Just press the return key to skip to the next field.
  289.            
  290.                 The <T> Total selection for transaction entries is useful
  291.            for checking balances.  It can, for instance, be used to add up
  292.            all the purchases so you can make an ending inventory
  293.            calculation based on a desired cost of sales.
  294.            
  295.                 If you are using the PC-AP Accounts Payable program and
  296.            have ended a PC-AP accounting period, you will have an
  297.            additional menu item available at the bottom of the screen.  <R>
  298.            Read PC-AP Transactions will allow you to read all of the checks
  299.            written by PC-AP into the PC-GL program.  Transactions from PC-
  300.            AP will not be posted to PC-GL until you select <R> Read PC-AP
  301.            Transactions.
  302.            
  303.            
  304.            PRINTING REPORTS
  305.            
  306.                 To print any of the available reports just select the
  307.            report from the main menu.  First you will be asked to input a
  308.            report date to be printed on the report.  Alphabetic and numeric
  309.            dates are acceptable. i.e. January 31, 1987.  Pressing return
  310.            will enter the system date for the report date.  After a date is
  311.            entered you will be able to choose printing to the printer, the
  312.            screen or to a file.
  313.            
  314.                 If you choose to print to a file you will be prompted for a
  315.            file name.  The program will print the report to that file
  316.            exactly as it would have been printed to the printer.  These
  317.            files are regular ASCII files and can be read by most word
  318.            processors.  Specifying a file name of LPT2: will allow you to
  319.            print to a second printer.  You may optionally leave off the
  320.            report headings when you print to a file so that the data can be
  321.            easily imported into a spread sheet or data base.
  322.            
  323.            
  324.            ACCOUNT SUMMARY REPORT
  325.            
  326.                 Each time you start a new accounting period by answering
  327.            "Y" to the question "Do you want to start a new accounting
  328.            period?" at the beginning of the program, the transactions for
  329.            the prior period are saved.  Eventually, up to 12 accounting
  330.            periods (months) are saved.  The most recent transactions are in
  331.            a file named GL1.TRN and the oldest transactions are in a file
  332.            named GL12.TRN.  The account summary report allows you to print
  333.            a summary of transactions for a single account.  You can also
  334.            sort the transactions before they are printed by description,
  335.            date, check number or account number.
  336.                             You will be asked for an account number and the number of
  337.            months to go back.  Inputting zero for the number of months will
  338.            look at only the current period.  If you enter ALL for the
  339.            account number, you may also print a General Ledger Report going
  340.            back up to 12 months.  This is  a useful report to print at the
  341.            end of the year so that you can review the year's activity with
  342.            one General Ledger Report instead of having to look at 12
  343.            individual reports.
  344.            
  345.            
  346.            YEAR END CLOSEOUT
  347.            
  348.                 At the beginning of a new accounting year all profit and
  349.            loss account balances are set to zero using this selection.  In
  350.            addition, the prior year percentages are updated to reflect the
  351.            year just ended.  The program will ask for the account number of
  352.            your capital account, then the profit or loss for the year just
  353.            ended will be posted to that account.  If you are using the
  354.            Standard Chart of Accounts, the capital account would be account
  355.            number 465.  This section should be used only once a year and
  356.            cannot be done unless the General Ledger has been printed.
  357.            
  358.            
  359.            END OF PROCESSING
  360.            
  361.                 When processing is completed you must exit the program
  362.            using this selection.  You will be asked if you want to end
  363.            processing.  A yes "Y" answer will save the chart of accounts
  364.            and all of the current transactions.  Any answer other than "Y"
  365.            will return you to the main menu.
  366.            
  367.            
  368.            CHART OF ACCOUNTS CODING
  369.            
  370.                 If you use the standard chart of accounts or a modified
  371.            version of the standard chart of accounts, it is not necessary
  372.            to be familiar with chart of account coding.  Just delete the
  373.            unwanted chart of account items. This information is provided
  374.            for those who want to use their own chart of accounts or produce
  375.            special reports.
  376.            
  377.                 The first number of the two digit code is a number from 1
  378.            to 9 which determines the account type.
  379.            
  380.                          1.  ASSETS
  381.                          2.  LIABILITIES
  382.                          3.  INCOME (OR SALES)
  383.                          4.  COST OF SALES
  384.                          5.  GROSS PROFIT
  385.                          6.  OPERATING EXPENSES
  386.                          7.  OTHER INCOME
  387.                          8.  OTHER EXPENSES
  388.                          9.  NET PROFIT
  389.                             The GROSS PROFIT (#5) and PROFIT OR LOSS (#9) are generally
  390.            used only once in each chart of accounts for totaling purposes.
  391.            The COST OF SALES (#4), GROSS PROFIT (#5), OTHER INCOME (#7) and
  392.            OTHER EXPENSES (#8) can be omitted if your applications doesn't
  393.            require those categories.
  394.            
  395.                 When printing the income statement, the sign for the
  396.            balances of accounts with odd numbered account codes is
  397.            reversed.  So, income amounts (#3) which normally have credit
  398.            balances and are carried as minus numbers in the general ledger
  399.            are printed on the income statement as positive numbers.
  400.            
  401.                 The second number of the two digit code determines the
  402.            totaling level for an account on the income statement and
  403.            balance sheet.  The total level is used to determine what totals
  404.            and subtotals appear on reports.  Each higher total level totals
  405.            all previous lower account numbers.  The best way to understand
  406.            how the totaling level works is to experiment.  Just change the
  407.            number and reprint the report to see how it looks.  Chart of
  408.            account coding can be changed at any time without causing
  409.            problems.
  410.            
  411.            Total Level:
  412.            
  413.            0    The balance and description will print only on the general
  414.                 ledger report.  When printing the balance sheet or income
  415.                 statement, the balance (if any) will be totaled and printed
  416.                 into the next higher number.  i.e. The total for a series
  417.                 of 0 coded accounts will print into the next account
  418.                 numbered 1 or higher.
  419.            
  420.            1    Used for most accounts.  On the balance sheet the account
  421.                 balance will be printed in the first column.
  422.            
  423.            2    Prints total of all previous 0 and 1 accounts.  Prints in
  424.                 the middle column of the balance sheet.
  425.            
  426.            3    Prints total of all previous 0, 1, and 2 accounts.  Prints
  427.                 in the right hand column of the balance sheet.
  428.            
  429.            4    Used for subtotal accounts such as TOTAL ASSETS, OPERATING
  430.                 PROFIT etc.
  431.            
  432.            5    Used for the NET PROFIT account on both the balance sheet
  433.                 and income statement.  If the balance sheet does not
  434.                 contain a level 5 account, the balance sheet will not
  435.                 balance.
  436.            
  437.                 On the income statement any number higher than 1 will be
  438.            preceded by a blank line.  The number 9 will cause the printer
  439.            to start a new page.  The use of a 9 should be restricted to
  440.            title accounts with no balances.
  441.                             Accounts used only for totaling the balances of previous
  442.            accounts or for printing titles on a statement are title
  443.            accounts.  A title account is created by entering an asterisk in
  444.            the current balance column of an account.  You cannot post any
  445.            transactions to a title account.  Most accounts with a totaling
  446.            level higher than 1 will be title accounts.
  447.            
  448.                 You can print an extra blank line on the income statement
  449.            or balance sheet by entering a title account with a blank
  450.            description.
  451.            
  452.            
  453.            USING OTHER PROGRAMS FROM JERRY MEDLIN
  454.            
  455.                 There are three other programs available from Jerry Medlin:
  456.                 PC-AR - a balance forward Accounts receivable program.
  457.                 PC-PR - a payroll writing program.
  458.                 PC-AP - an accounts payable and check writing program.
  459.            
  460.                 The only program that integrates directly with PC-GL is the
  461.            accounts payable program, PC-AP.  You must have PC-GL in order
  462.            to use the accounts payable program.  All of the checks or
  463.            invoices entered in PC-AP can be automatically posted to PC-GL
  464.            (this program).
  465.            
  466.                 The other two programs are "stand alone" programs and do
  467.            not automatically post to PC-GL.  To do so would require all of
  468.            the payroll checks and all of the sales entries to be added to
  469.            the transactions in PC-GL.  Rather than burden the PC-GL program
  470.            with all of this detail, you must post the totals from the
  471.            accounts receivable program and the payroll program with a short
  472.            series of journal entries each month.  This usually takes no
  473.            more than a few minutes each month and provides greater control
  474.            and flexibility to the whole accounting process.
  475.            
  476.                 The details of the journal entries from PC-PR and PC-AR to
  477.            PC-GL depend on your particular situation, but might look
  478.            something like this:
  479.            
  480.                                     Check               Account     Check
  481.            Description              Number      Date    Number      Amount
  482.            >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  483.            Cash Received on Acct    GJN01       0131     103      22345.67
  484.            January Sales            GJN01       0131     511      22345.67-
  485.            January Gross Pay        GJN01       0131     708       2045.43
  486.            January Fed W/H          GJN01       0131     331        190.00-
  487.            January FICA             GJN01       0131     332        146.26-
  488.            January SDI W/H          GJN01       0131     333         24.53-
  489.            January State W/H        GJN01       0131     334         14.70-
  490.            January Net Pr           GJN01       0131     103       1669.94-
  491.            
  492.            
  493.                 The first two entries are from the accounts receivable
  494.            program and the last 6 entries are from the payroll program.
  495.            The entries would vary depending on cash or accrual basis and,
  496.            of course, the amounts and accounts involved.
  497.            
  498.                        PRIOR PERIOD CORRECTIONS
  499.            
  500.                 You cannot change prior period transactions with PC-GL,
  501.            even though prior period transactions are saved on the disk in a
  502.            series of files.  Changing prior period transactions would
  503.            create a number of accounting problems relating to the audit
  504.            trail and is simply not possible.  If you find an error in the
  505.            previous period and you have not yet started a new accounting
  506.            period, you can answer "N" to the new accounting period question
  507.            at the beginning of the program and rerun the period.  If the
  508.            error is from an earlier period you must make the correction to
  509.            the current period.
  510.            
  511.                 You can enter the correction without affecting current
  512.            period balances by using a day of the month higher than 31.  A
  513.            date such as 0187, for instance, would tell the program to enter
  514.            the transaction only in the year to date column and not post as
  515.            a current transactions.
  516.            
  517.            
  518.            HANDLING BEGINNING AND ENDING INVENTORY
  519.            
  520.                 If your application doesn't require that beginning and
  521.            ending inventory show on the income statement, you should skip
  522.            this section.  It discusses a commonly used but somewhat
  523.            confusing technique to properly display beginning and ending
  524.            inventory on a computerized income statement.
  525.            
  526.                 Any transaction with a date that contains a day of the
  527.            month higher than 31 will be posted as a year to date
  528.            transaction only.  It will not affect the current period
  529.            balance.  This is moderately useful for making adjustments to
  530.            the year to date balances, but it's principal value lies in
  531.            making the beginning and ending inventory work properly on the
  532.            income statement.
  533.            
  534.                 If we assume that the inventory at the beginning April was
  535.            $25000.00 and the inventory at the end of April was $29000.00,
  536.            the following series of entries would be required:
  537.            
  538.            Description          Ref #       Date      Acct #       Amount
  539.            >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  540.            
  541.            Inventory           GJN04        0430       151        29000.00
  542.            Inventory           GJN04        0430       151        25000.00-
  543.            Beginning Inv.      GJN04        0430       610        25000.00
  544.            Ending Inv.         GJN04        0430       696        29000.00-
  545.            Ending Inv.         GJN04        0484       696        25000.00
  546.            Beginning Inv.      GJN04        0484       610        25000.00-
  547.            
  548.            
  549.                 Notice that the last two entries are year-to-date entries
  550.            because the day of the month is higher than 31.  If the
  551.            beginning and ending inventory accounts start at zero (as would
  552.            be the case at the beginning of the year), the last two year-to-
  553.            date entries should be omitted.
  554.            
  555.                        USING THE CONFIGURATION PROGRAM
  556.            
  557.                 The configuration program (GLCONFIG.EXE) is provided to all
  558.            registered users.  It allows you to change certain features of
  559.            PC-GL.  The GLCONFIG.EXE program and the main program (PC-
  560.            GL.EXE) should both be on the same disk drive and sub directory
  561.            when you configure your copy of PC-GL.  Just run the program by
  562.            typing GLCONFIG at the Dos prompt.  The previous configuration
  563.            of PC-GL will be displayed.  Use the up and down arrows to move
  564.            the pointer and then press <C> to change an item.  You will be
  565.            allowed to change the following information:
  566.            
  567.                 Display Colors - If you have a color adapter and monitor,
  568.                 you can change the colors for screen borders, program
  569.                 prompts, data, and background.  Allowable colors are from 0
  570.                 to 15 except for background color which can only be from 0
  571.                 to 7.
  572.            
  573.                 Laser Printer? - You will also be able to change the way
  574.                 PC-GL starts a new page.  Usually, PC-GL starts a new page
  575.                 by counting lines until the page total equals 66 lines.  If
  576.                 you enter a "Y" for the laser printer question, PC-GL will
  577.                 start a new page by issuing a form feed command.  This
  578.                 would work just fine on most other printers too, but
  579.                 requires that you set the top of form before you start
  580.                 printing.
  581.            
  582.                 Months to Save - The program normally saves the past 12
  583.                 months of transactions so that they can be reviewed with
  584.                 the Account Summary selection.  You can change that time
  585.                 period to any number from 1 to 30.  A smaller number would
  586.                 require less disk space and speed the new period processing
  587.                 up a bit.
  588.            
  589.                 Disk Drive and Path - Enter a drive and path designation
  590.                 for PC-GL data.  If you want the program to read data from
  591.                 the B drive just enter B:.
  592.            
  593.                 Income Statement Heading - You can change the default
  594.                 heading printed on the income statement report.  You will
  595.                 probably need to start with some blank spaces to line up
  596.                 the heading correctly.  Sometimes trial and error is the
  597.                 best way.
  598.            
  599.                 Balance Sheet Heading -  You can also change the balance
  600.                 sheet headings.
  601.            
  602.                 Income Statement and Balance Sheet Footers - A "footer" is
  603.                 a short comment inserted at the end of a report.  An
  604.                 example of a footer would be a statement like "Prepared
  605.                 without benefit of audit", or any other meaningless comment
  606.                 your attorney tells you to put on your financial
  607.                 statements.
  608.            
  609.                 When you have finished making your changes, press the
  610.            escape key to exit the program.  You will then be asked if you
  611.            want to save the changes.  If you answer with a Y, PC-GL will be
  612.            changed until you run the configuration program again.            
  613.            
  614.            HELPFUL HINTS
  615.            
  616.                 Opening balances should be entered as transactions, using
  617.            the Enter or Change Transactions selection.  If you enter the
  618.            opening balances using a day of the month higher than 31 (for
  619.            example 0189), the opening balances will not affect the current
  620.            period totals.
  621.            
  622.                 It is helpful to remember that PC-GL uses data that has
  623.            been loaded into random access memory.  New data is not saved to
  624.            the disk until you end processing or select the <S> Save option
  625.            from the Enter or Change Transactions section of the program.
  626.            This also means that if you make a mistake on the opening
  627.            question (Do you want to start a new accounting period?) you can
  628.            just boot the computer and start over.  Your previous data is
  629.            still on the disk.
  630.            
  631.                 If you do not get the question "Do you want to start a new
  632.            accounting period?" when starting PC-GL, it is because you
  633.            didn't print the General Ledger report to the printer.  Changing
  634.            even a single transaction will convince PC-GL that you have not
  635.            printed the General Ledger report and prevent the new period
  636.            question from appearing.
  637.            
  638.                 The first 12 times you start a new accounting period more
  639.            disk space is required for historical files.  If you have a
  640.            large business and you are using floppy disks for data storage,
  641.            you could run out of disk space.
  642.            
  643.                 You can use the Account Summary Report each January to help
  644.            in summarizing payments for 1099 forms.  The 1099 is that form
  645.            the government wants every year reporting payments to
  646.            individuals of over $600.
  647.            
  648.                 The "Zero Balances" selection in the chart of account
  649.            command mode will set ALL chart of account balances to zero and
  650.            delete any transactions entered for the period.  There are only
  651.            two reasons to ever use this command.
  652.            
  653.            1)  When you first start using PC-GL you might want to practice
  654.            a few times before you really get started.  You would then use
  655.            "Zero Balances" to get a fresh start.  If you have run a number
  656.            of test months and wish to delete all of the Account Summary
  657.            data, exit to the disk operating system and type:  ERASE
  658.            GL*.TRN.
  659.            
  660.            2)  If you want to use an existing chart of accounts setup on a
  661.            new application, you could zero the existing balances after
  662.            copying the chart of accounts file PC-GL.COA to the disk for the
  663.            new business.
  664.                        ADDING COLORS
  665.            
  666.                 The configuration program available to registered users
  667.            will allow you to specify a data path and colors for PC-GL.  You
  668.            may also specify the desired data path and colors by adding them
  669.            to the command line separated by blank spaces.  The commands
  670.            should be in the following order:  DATA PATH, BORDER COLOR, DATA
  671.            COLOR, PROMPT COLOR AND BACKGROUND COLOR.  For example, if you
  672.            run PC-GL by typing:
  673.            
  674.            PC-GL B: 3 14 10 1
  675.            
  676.            That will tell the program to look for data on the B: drive and
  677.            use Cyan borders, Yellow data, Light Green prompts with a Blue
  678.            background.
  679.            
  680.            THE KEYBOARD
  681.            
  682.                 The programs make liberal use of the PC's ten key pad for
  683.            both numbers and commands, so your Num Lock will be turned on
  684.            automatically at the beginning of each program.  You should
  685.            leave the Num Lock on all the time even when using the arrow
  686.            keys for commands.  If you should turn the Num Lock off for some
  687.            reason, the 5 key on the 10 key pad will not work on some
  688.            computers.  Just turn the Num Lock back on to correct this
  689.            problem.  Your Num Lock will be turned off when exiting the
  690.            program.
  691.            
  692.            ORDERING INFORMATION
  693.            
  694.                 To order PC-GL please send $35 to:
  695.            
  696.                          Jerry Medlin
  697.                          P.O. Box 357
  698.                          Napa, Ca.  94559
  699.            
  700.                 Or, to charge using Master Card or Visa, call (707) 255-
  701.            4475 between the hours of 8AM to 6PM, Pacific time.
  702.            
  703.                 You will receive the latest version of the program, the
  704.            GLCONFIG program and a telephone number for limited telephone
  705.            assistance.    
  706.