GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
[This is the first released version of the Lesser GPL. It also counts
as the successor of the GNU Library Public License, version 2, hence
the version number 2.1.]
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
Licenses are intended to guarantee your freedom to share and change
free software--to make sure the software is free for all its users.
This license, the Lesser General Public License, applies to some
specially designated software packages--typically libraries--of the
Free Software Foundation and other authors who decide to use it. You
can use it too, but we suggest you first think carefully about whether
this license or the ordinary General Public License is the better
strategy to use in any particular case, based on the explanations below.
When we speak of free software, we are referring to freedom of use,
not price. Our General Public Licenses are designed to make sure that
you have the freedom to distribute copies of free software (and charge
for this service if you wish); that you receive source code or can get
it if you want it; that you can change the software and use pieces of
it in new free programs; and that you are informed that you can do
these things.
To protect your rights, we need to make restrictions that forbid
distributors to deny you these rights or to ask you to surrender these
rights. These restrictions translate to certain responsibilities for
you if you distribute copies of the library or if you modify it.
For example, if you distribute copies of the library, whether gratis
or for a fee, you must give the recipients all the rights that we gave
you. You must make sure that they, too, receive or can get the source
code. If you link other code with the library, you must provide
complete object files to the recipients, so that they can relink them
with the library after making changes to the library and recompiling
it. And you must show them these terms so they know their rights.
We protect your rights with a two-step method: (1) we copyright the
library, and (2) we offer you this license, which gives you legal
permission to copy, distribute and/or modify the library.
To protect each distributor, we want to make it very clear that
there is no warranty for the free library. Also, if the library is
modified by someone else and passed on, the recipients should know
that what they have is not the original version, so that the original
author's reputation will not be affected by problems that might be
introduced by others.
Finally, software patents pose a constant threat to the existence of
any free program. We wish to make sure that a company cannot
effectively restrict the users of a free program by obtaining a
restrictive license from a patent holder. Therefore, we insist that
any patent license obtained for a version of the library must be
consistent with the full freedom of use specified in this license.
Most GNU software, including some libraries, is covered by the
ordinary GNU General Public License. This license, the GNU Lesser
General Public License, applies to certain designated libraries, and
is quite different from the ordinary General Public License. We use
this license for certain libraries in order to permit linking those
libraries into non-free programs.
When a program is linked with a library, whether statically or using
a shared library, the combination of the two is legally speaking a
combined work, a derivative of the original library. The ordinary
General Public License therefore permits such linking only if the
entire combination fits its criteria of freedom. The Lesser General
Public License permits more lax criteria for linking other code with
the library.
We call this license the "Lesser" General Public License because it
does Less to protect the user's freedom than the ordinary General
Public License. It also provides other free software developers Less
of an advantage over competing non-free programs. These disadvantages
are the reason we use the ordinary General Public License for many
libraries. However, the Lesser license provides advantages in certain
special circumstances.
For example, on rare occasions, there may be a special need to
encourage the widest possible use of a certain library, so that it becomes
a de-facto standard. To achieve this, non-free programs must be
allowed to use the library. A more frequent case is that a free
library does the same job as widely used non-free libraries. In this
case, there is little to gain by limiting the free library to free
software only, so we use the Lesser General Public License.
In other cases, permission to use a particular library in non-free
programs enables a greater number of people to use a large body of
free software. For example, permission to use the GNU C Library in
non-free programs enables many more people to use the whole GNU
operating system, as well as its variant, the GNU/Linux operating
system.
Although the Lesser General Public License is Less protective of the
users' freedom, it does ensure that the user of a program that is
linked with the Library has the freedom and the wherewithal to run
that program using a modified version of the Library.
The precise terms and conditions for copying, distribution and
modification follow. Pay close attention to the difference between a
"work based on the library" and a "work that uses the library". The
former contains code derived from the library, whereas the latter must
be combined with the library in order to run.
GNU LESSER GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License Agreement applies to any software library or other
program which contains a notice placed by the copyright holder or
other authorized party saying it may be distributed under the terms of
this Lesser General Public License (also called "this License").
Each licensee is addressed as "you".
A "library" means a collection of software functions and/or data
prepared so as to be conveniently linked with application programs
(which use some of those functions and data) to form executables.
The "Library", below, refers to any such software library or work
which has been distributed under these terms. A "work based on the
Library" means either the Library or any derivative work under
copyright law: that is to say, a work containing the Library or a
portion of it, either verbatim or with modifications and/or translated
straightforwardly into another language. (Hereinafter, translation is
included without limitation in the term "modification".)
"Source code" for a work means the preferred form of the work for
making modifications to it. For a library, complete source code means
all the source code for all modules it contains, plus any associated
interface definition files, plus the scripts used to control compilation
and installation of the library.
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running a program using the Library is not restricted, and output from
such a program is covered only if its contents constitute a work based
on the Library (independent of the use of the Library in a tool for
writing it). Whether that is true depends on what the Library does
and what the program that uses the Library does.
1. You may copy and distribute verbatim copies of the Library's
complete source code as you receive it, in any medium, provided that
you conspicuously and appropriately publish on each copy an
appropriate copyright notice and disclaimer of warranty; keep intact
all the notices that refer to this License and to the absence of any
warranty; and distribute a copy of this License along with the
Library.
You may charge a fee for the physical act of transferring a copy,
and you may at your option offer warranty protection in exchange for a
fee.
2. You may modify your copy or copies of the Library or any portion
of it, thus forming a work based on the Library, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) The modified work must itself be a software library.
b) You must cause the files modified to carry prominent notices
stating that you changed the files and the date of any change.
c) You must cause the whole of the work to be licensed at no
charge to all third parties under the terms of this License.
d) If a facility in the modified Library refers to a function or a
table of data to be supplied by an application program that uses
the facility, other than as an argument passed when the facility
is invoked, then you must make a good faith effort to ensure that,
in the event an application does not supply such function or
table, the facility still operates, and performs whatever part of
its purpose remains meaningful.
(For example, a function in a library to compute square roots has
a purpose that is entirely well-defined independent of the
application. Therefore, Subsection 2d requires that any
application-supplied function or table used by this function must
be optional: if the application does not supply it, the square
root function must still compute square roots.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Library,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Library, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote
it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Library.
In addition, mere aggregation of another work not based on the Library
with the Library (or with a work based on the Library) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may opt to apply the terms of the ordinary GNU General Public
License instead of this License to a given copy of the Library. To do
this, you must alter all the notices that refer to this License, so
that they refer to the ordinary GNU General Public License, version 2,
instead of to this License. (If a newer version than version 2 of the
ordinary GNU General Public License has appeared, then you can specify
that version instead if you wish.) Do not make any other change in
these notices.
Once this change is made in a given copy, it is irreversible for
that copy, so the ordinary GNU General Public License applies to all
subsequent copies and derivative works made from that copy.
This option is useful when you wish to copy part of the code of
the Library into a program that is not a library.
4. You may copy and distribute the Library (or a portion or
derivative of it, under Section 2) in object code or executable form
under the terms of Sections 1 and 2 above provided that you accompany
it with the complete corresponding machine-readable source code, which
must be distributed under the terms of Sections 1 and 2 above on a
medium customarily used for software interchange.
If distribution of object code is made by offering access to copy
from a designated place, then offering equivalent access to copy the
source code from the same place satisfies the requirement to
distribute the source code, even though third parties are not
compelled to copy the source along with the object code.
5. A program that contains no derivative of any portion of the
Library, but is designed to work with the Library by being compiled or
linked with it, is called a "work that uses the Library". Such a
work, in isolation, is not a derivative work of the Library, and
therefore falls outside the scope of this License.
However, linking a "work that uses the Library" with the Library
creates an executable that is a derivative of the Library (because it
contains portions of the Library), rather than a "work that uses the
library". The executable is therefore covered by this License.
Section 6 states terms for distribution of such executables.
When a "work that uses the Library" uses material from a header file
that is part of the Library, the object code for the work may be a
derivative work of the Library even though the source code is not.
Whether this is true is especially significant if the work can be
linked without the Library, or if the work is itself a library. The
threshold for this to be true is not precisely defined by law.
If such an object file uses only numerical parameters, data
structure layouts and accessors, and small macros and small inline
functions (ten lines or less in length), then the use of the object
file is unrestricted, regardless of whether it is legally a derivative
work. (Executables containing this object code plus portions of the
Library will still fall under Section 6.)
Otherwise, if the work is a derivative of the Library, you may
distribute the object code for the work under the terms of Section 6.
Any executables containing that work also fall under Section 6,
whether or not they are linked directly with the Library itself.
6. As an exception to the Sections above, you may also combine or
link a "work that uses the Library" with the Library to produce a
work containing portions of the Library, and distribute that work
under terms of your choice, provided that the terms permit
modification of the work for the customer's own use and reverse
engineering for debugging such modifications.
You must give prominent notice with each copy of the work that the
Library is used in it and that the Library and its use are covered by
this License. You must supply a copy of this License. If the work
during execution displays copyright notices, you must include the
copyright notice for the Library among them, as well as a reference
directing the user to the copy of this License. Also, you must do one
of these things:
a) Accompany the work with the complete corresponding
machine-readable source code for the Library including whatever
changes were used in the work (which must be distributed under
Sections 1 and 2 above); and, if the work is an executable linked
with the Library, with the complete machine-readable "work that
uses the Library", as object code and/or source code, so that the
user can modify the Library and then relink to produce a modified
executable containing the modified Library. (It is understood
that the user who changes the contents of definitions files in the
Library will not necessarily be able to recompile the application
to use the modified definitions.)
b) Use a suitable shared library mechanism for linking with the
Library. A suitable mechanism is one that (1) uses at run time a
copy of the library already present on the user's computer system,
rather than copying library functions into the executable, and (2)
will operate properly with a modified version of the library, if
the user installs one, as long as the modified version is
interface-compatible with the version that the work was made with.
c) Accompany the work with a written offer, valid for at
least three years, to give the same user the materials
specified in Subsection 6a, above, for a charge no more
than the cost of performing this distribution.
d) If distribution of the work is made by offering access to copy
from a designated place, offer equivalent access to copy the above
specified materials from the same place.
e) Verify that the user has already received a copy of these
materials or that you have already sent this user a copy.
For an executable, the required form of the "work that uses the
Library" must include any data and utility programs needed for
reproducing the executable from it. However, as a special exception,
the materials to be distributed need not include anything that is
normally distributed (in either source or binary form) with the major
components (compiler, kernel, and so on) of the operating system on
which the executable runs, unless that component itself accompanies
the executable.
It may happen that this requirement contradicts the license
restrictions of other proprietary libraries that do not normally
accompany the operating system. Such a contradiction means you cannot
use both them and the Library together in an executable that you
distribute.
7. You may place library facilities that are a work based on the
Library side-by-side in a single library together with other library
facilities not covered by this License, and distribute such a combined
library, provided that the separate distribution of the work based on
the Library and of the other library facilities is otherwise
permitted, and provided that you do these two things:
a) Accompany the combined library with a copy of the same work
based on the Library, uncombined with any other library
facilities. This must be distributed under the terms of the
Sections above.
b) Give prominent notice with the combined library of the fact
that part of it is a work based on the Library, and explaining
where to find the accompanying uncombined form of the same work.
8. You may not copy, modify, sublicense, link with, or distribute
the Library except as expressly provided under this License. Any
attempt otherwise to copy, modify, sublicense, link with, or
distribute the Library is void, and will automatically terminate your
rights under this License. However, parties who have received copies,
or rights, from you under this License will not have their licenses
terminated so long as such parties remain in full compliance.
9. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Library or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Library (or any work based on the
Library), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Library or works based on it.
10. Each time you redistribute the Library (or any work based on the
Library), the recipient automatically receives a license from the
original licensor to copy, distribute, link with or modify the Library
subject to these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties with
this License.
11. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Library at all. For example, if a patent
license would not permit royalty-free redistribution of the Library by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Library.
If any portion of this section is held invalid or unenforceable under any
particular circumstance, the balance of the section is intended to apply,
and the section as a whole is intended to apply in other circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
12. If the distribution and/or use of the Library is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Library under this License may add
an explicit geographical distribution limitation excluding those countries,
so that distribution is permitted only in or among countries not thus
excluded. In such case, this License incorporates the limitation as if
written in the body of this License.
13. The Free Software Foundation may publish revised and/or new
versions of the Lesser General Public License from time to time.
Such new versions will be similar in spirit to the present version,
but may differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the Library
specifies a version number of this License which applies to it and
"any later version", you have the option of following the terms and
conditions either of that version or of any later version published by
the Free Software Foundation. If the Library does not specify a
license version number, you may choose any version ever published by
the Free Software Foundation.
14. If you wish to incorporate parts of the Library into other free
programs whose distribution conditions are incompatible with these,
write to the author to ask for permission. For software which is
copyrighted by the Free Software Foundation, write to the Free
Software Foundation; we sometimes make exceptions for this. Our
decision will be guided by the two goals of preserving the free status
of all derivatives of our free software and of promoting the sharing
and reuse of software generally.
NO WARRANTY
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Libraries
If you develop a new library, and you want it to be of the greatest
possible use to the public, we recommend making it free software that
everyone can redistribute and change. You can do so by permitting
redistribution under these terms (or, alternatively, under the terms of the
ordinary General Public License).
To apply these terms, attach the following notices to the library. It is
safest to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least the
"copyright" line and a pointer to where the full notice is found.
The company can use expense subaccounts such as taxi expenses, office supplies, and other miscellaneous expenses. To simplify the recording, an accountant may summary the transactions to record the journal entry. At the month-end, the accountant will summary all expenses and attach all supporting documents. They will reconcile the petty cash balance by comparing the remaining cash on paper with the actual cash count. In the begging, the company will withdraw money from bank account and keep it with a responsible person. Any small expenses which meet the criteria will be paid using petty cash.
When a disbursement is made from the fund, petty cash reimbursement journal entry a receipt should be placed in the petty cash box. The receipt should set forth the amount and nature of expenditure. At any point in time, the receipts plus the remaining cash should equal the balance of the petty cash fund (i.e., the amount of cash originally placed in the fund). Note that the entry to record replenishing the fund does not credit the Petty Cash account. In this case, the cash needed to get back to $100 ($100 fund – $7.40 petty cash on hand) of $92.60 equals the total of the petty cash vouchers. Company petty cash can be a great boon to businesses, large and small.
However, petty cashiers cannot spend money from the account without receipts. For most companies, it involves receiving funds from various sources. Usually, companies transfer funds from a bank account to a petty cash account. In some cases, companies may also receive money from debtors directly into this account. The company makes journal entry by debiting expenses and crediting petty cash.
And, you don’t want the amount to be too high in case of theft. Similarly, companies also receive petty cash from other sources. However, companies may also limit how much a customer can pay into this account. However, they require formal procedures, such as cheques, signs, authorization, etc. On top of that, they also come with additional charges that companies must pay to operate their bank accounts. Taxi and other expenses will impact the income statement during the month while staff advance is presented as a current asset in the balance sheet.
If they are used to having access to extra funds for small purchases, they may begin to expect it as a regular perk of the job. For these reasons, it is important to weigh the risks and benefits of using company petty cash before making a decision. After recording the expenses, replenish the petty cash fund to its original amount. After collecting receipts from your employees, update your books to show the used petty cash. You must debit your Postage, Meals and Entertainment, and Office Supplies accounts and credit your Petty Cash account. Read on to learn about establishing a petty cash fund, handling petty cash accounting, reconciling your petty cash account, and claiming a tax deduction.
You might debit multiple accounts, depending on how often you update your books for petty cash accounting. Lastly, you should choose a maximum amount that employees can request for petty cash transactions. If the employee needs to spend more than the petty cash request limit, they can use the business credit card.
The journal entry for this action involves debits to appropriate expense accounts as represented by the receipts, and a credit to Cash for the amount of the replenishment. Notice that the Petty Cash account is not impacted — it was originally established as a base amount, and its balance has not been changed by virtue of this activity. For petty cash reconciliation, subtract the amount in your petty cash fund from the amount stated in your books. This shows you how much cash you have withdrawn from the fund. Compare this amount to the total amount listed on your receipts to determine if your accounts are equal.
When petty cash is expended, the employee must provide a receipt and explain the purpose of the purchase. The petty cash is then replenished with an equal amount of cash. Petty cash can be a convenient way for businesses to handle small expenses, but it is important to keep track of all expenditures to avoid overspending. Sometimes the petty cash custodian makes errors in making change from the fund or doesn’t receive correct amounts back from users.
During the month, the company has used the money to pay for taxi $ 100, other expenses $ 500, and staff advance $ 2,000 for urgent travel. Petty cash ensures that businesses can quickly address minor expenses without needing a lengthy approval process. Proper management of petty cash through accurate journal entries helps maintain financial accuracy and transparency. A check for cash is prepared in an amount to bring the fund back up to the original level. The check is cashed and the proceeds are placed in the petty cash box. At the same time, receipts are removed from the petty cash box and formally recorded as expenses.
When accounting for those funds, companies must reconcile different departments’ balances. Overall, petty cash refers to money held to fund minor purchases or expenses. Companies use this cash to avoid going through the complications of banking transactions. As a company grows, it may find a need to increase the base size of its petty cash fund.
The responsible person will keep a record of cash movement during the month. All expenses paid by petty cash must attach with supporting documents such as invoices. Company usually keep some small cash balance to pay for minor expenses such as taxi, office supplies, cards, and so on. The company will set the floating cash which suitable for each business. It should not be too high as we will lose the opportunity in using cash and even face fraud. It should not be too low as it will not enough for the business operation and it can delay the work process.
First of all, there is always the potential for theft or misappropriation of funds. If the petty cash is not properly secured, it could be easy for someone with ill intentions to take the money. Additionally, there is the possibility of poor record-keeping.
The journal entry is debiting expense $ 400 and credit petty cash $ 400. Company needs to record expenses on the income statement and increase the petty cash balance to $ 500. Company ABC uses the petty cash for the expense amount $ 400 and the remaining balance is only $ 100. The petty cash is used to pay for the small expenses that suppliers do not allow to purchase on credit. The company will use petty cash and it will keep decreasing to a low level.
We post the discrepancy to an account called Cash Over and Short. The Cash Over and Short account can be either an expense (short) or a revenue (over), depending on whether it has a debit or credit balance. To improve the way you handle petty cash accounting, require a petty cash receipt for each transaction. And, create a petty cash slip indicating the amount, employee’s name, and date when you give employees petty cash. When you or employees pay with petty cash, retain the receipt and attach the petty cash slip to the receipt for your records.
The company used this transaction to restore that account to its designated limit. ABC Co. used the following journal entries to record the transfer. During the accounting period, ABC Co. paid for various expenses from this account. Therefore, ABC Co. uses the following journal entry to record those transactions. Therefore, the journal entry will require companies to transfer the transferred amount between those accounts. Here, the bank account will be the credit side, while the petty cash account is the debit.
]]>It’s a snapshot of financial health used to assess stability, liquidity, and long-term value. To fill out this spreadsheet, enter the applicable values in their respective cells. The total amounts automatically populate based on the embedded formulas. An example cash flow statement is also included to help guide you through the process.
A financial statement is typically a formal document or report that summarizes the financial activities, performance, and position of a company or organization. It provides a structured representation of financial data and information that allows stakeholders to understand and assess the entity’s financial health, profitability, and cash flow. Creating an income statement in QuickBooks is an important process for understanding the financial performance of your business. By following the steps outlined above, you can generate accurate and insightful income statements that provide valuable information for decision-making and financial management.
In the last set of customization options, you can choose what information to display in the header and footer of the report. Standard reports are separated into 10 groups, so open the Business overview group and click on Profit and Loss, as shown in the GIF below. Terms, conditions, pricing, special features, and service and support options subject to change without notice.
When using an accounting system such as QuickBooks, you can generate an income statement automatically. Your system does this for you based on the information you’ve already entered into your accounting system. Statement of Retained Earnings and the Income Statement both provide financial information about a company.
In this article, you’ll learn how to run a profit and loss (P&L) statement in QuickBooks Online. A P&L report, also called an income statement, consists of income, expenses, and net profit over a specific period. This guide will teach you how to set up basic options for the P&L report and how to customize it further by setting up filters and adding specific rows and columns and special headers and footers. In addition to this, there are various sections in the income statement that can help the users of such a statement understand how revenue generated from sales is transformed into net income or a net loss. For instance, the gross profit helps the management to set the retail price of a product or service, considering the prices offered by competitors.
If there’s a negative sum (expenses were greater than revenue during that period), then it’s referred to as net loss. Subtract your expenses and losses from the subtotal of revenue and gains. As one example, paying down principal on a loan is an outlay of cash but not treated as an expense on the P&L. There may also be extraordinary expenses you want to display in a separate revenue category to highlight them and better understand your income and expenses for the period. Finally, net income is the bottom line figure, which represents the company’s total profitability after all expenses have been accounted for.
The carriage outwards in income statement is the cost incurred by a company in transporting goods to the customer. Return inwards in income statement are subtracted from revenue or sales. These activities outside of the main essence of the business are regarded as secondary. Non-operating revenue is quickbooks income statement example the money realized from the secondary activities of a business. When the variable cost is deducted from the sales revenue, we have the contribution margin.
It indicates what you own, what you owe, and how much stockholders have invested.A balance sheet is a description of a company’s assets, liabilities, and equity – effectively. Your profit and loss statement is a very important document as it reveals the company’s major expenditures and revenue streams. This may generate some confusion for novice investors since the term gross margin can also mean the gross profit as a % of revenue. To analyze trends, change the date range in your QuickBooks income statement report. Locate the Net income from trade or business activities line on 1120S (usually line 21). Then add back any expenses reported for Depreciation, Amortization, and Depletion to arrive at EBITDA.
The cash flow statement shows how money moves in and out of the business. All three financial statements, including the income statement, balance sheet, and cash flow statement, offer a different view of your performance. This includes your profitability, stability, and liquidity, giving you a full picture of your business’s health. Handling your small-business’ finances requires more than just knowing what’s in your bank account. Business owners use different types of financial statements, such as income statements, balance sheets and cash flow statements, to gain a better perspective of their company’s current financial state.
Yes, QuickBooks offers a mobile app that provides access to your financial reports, including income statements, on the go. The app allows you to manage your finances and stay informed about your business’s performance, even when you’re away from your computer. It’s also useful to look at income statements from multiple time periods. This way, you can compare how your business is doing now to how it did before. By changing the date range, you can see if your business is making more money or if it needs help. When you look at income statements, you see how your business has done in making money.
By clicking on the drop-down menu for Negative numbers, you can choose a format for displaying negative numbers. This is calculated by deducting COGS worth $46.08 Billion from the Revenue of $143.02 billion. Thus, the cost of producing goods is 32.2% of total sales which means that 32.2% of the total sales is the cost of generating such revenues. Similarly, a higher pre-tax income and a lower after-tax income showcases that one-time costs are taking a toll on your business earnings.
Cash flow patterns reveal how a business earns, spends, and manages its money over time. Analyzing those patterns helps finance teams forecast whether the company can support growth, survive slow periods, or absorb unexpected costs. Lenders and investors use the balance sheet to evaluate risk and track changes over time. If liabilities grow faster than assets, the business may face liquidity pressure. Most CFOs use the income statement to evaluate profitability trends and cost control efforts.
]]>
Fields like the payment date, receipt number, tenant information, and payment totals will be helpful for resolving conflicts or reporting your taxes. If the customer bought more than one item, add up the prices. We still need to add any taxes or additional fees. This way, the customer can get individual receipts and see the cost of how to fill out a receipt book each item they bought. For instance, they can help you track your sales.

Firstly, consider using a receipt book app or software. With this type of tool you can do much of the work. It’s like having a helper on your phone or computer. The system will record it just like a card payment.
This helps you track business expenses and sales, and it also provides the customer with a proof of purchase. Carbonless receipt books are great for this purpose as they automatically create a duplicate copy of each receipt. In the days when people paid cash for everyday expenses, business people, like landlords, kept receipt books. When someone paid a bill, the landlord would fill out a receipt. Sometimes the receipt books had carbon paper to create duplicate copies so the business person would retain a copy.
The rent receipt is beneficial for the landlord and the renter as well. It acts as a record of the rental payment that the tenant gives to the landlord. For the tenant and landlord, this record is equally beneficial in resolving the dispute (if occurs). The rent receipt should cover the rental period, rent amount, and the tenant’s signature.

You end up with a book full of receipts in chronological order that shows which customers paid you and when. Receipt books make it easy to track payments you receive on the fly. But to make effective use of this tool, you need to know how to fill out a receipt book. By being aware of potential errors and knowing how to correct them, you’ll maintain accurate records and minimize the risk of financial and legal complications. It’s important to use a consistent format for dates, such as MM/DD/YYYY or DD/MM/YYYY, to avoid confusion and maintain a professional appearance.

Meanwhile, 54% of landlords surveyed reported increased missed, late, or partial payments of retail, office, and industrial spaces. The example below shows a receipt that includes all the important information you and your tenants need. Let’s learn step-by-step how to fill out a receipt book. You will know all about writing the date and receipt number, recording details, and https://www.bookstime.com/ finalizing the receipt.

Hence, you can opt for local currency or international currency depending on your client’s location. If it’s a walk-in customer with no prior relationship, you might simply write “Cash Sale.” A more detailed description of the customer is necessary in some cases. Just above the date you can have sequential numbers. They can have a unique set of numbers if it is a personalized or custom printed format. Include a unique receipt number next to the date. This way, if a customer calls to ask questions about a recent gross vs net purchase, they can reference their receipt number, and you can avoid any confusion.

She holds both an MA and an MFA in English/writing and enjoys writing legal blogs and articles. Spengler splits her time between the French Basque Country and Northern California. A third-party vendor is a person or business that provides services to another company. Tenants can pay the rent in cash, money order, check, or through credit card or electronic mode.
These transactions are related to computing the Net VAT payable by the taxpayer at the end of a given period. Loose-Leaf books of accounts are still considered manual books. The entries are merely encoded or typed with the use of computers and then printed out. Accounting records referred to above include invoices, receipts, vouchers, returns, and other documents supporting the entries in the books of accounts. Now that we understand the importance of tracking rent payments let’s turn to how to store those payments.
]]>This will help prioritize spending and ensure that the largest expenses are accounted for. Keep monthly and quarterly tabs on your nonprofit’s cash flow with this all-inclusive, customizable template. Pre-filled income sources — such as grants, donations, etc. — enable you to track monthly and quarterly income actuals.
Known as the overhead myth, the principle that nonprofits must stick to a certain percentage (typically estimated between 15 and 35%) is false. It can be tricky to accurately predict how much you’ll raise from each source and categorize these funds appropriately. If you need assistance, reach out to a nonprofit accounting firm that can take care of this forecasting and reporting for you. Set aside a portion of your budget for unforeseen expenses or emergencies. This fund will provide a financial safety net and allow your organization to respond to unexpected events without jeopardizing its financial stability.
Finally, budgeting software programs like Xero or QuickBooks are excellent tools for creating nonprofit budgets due to their ease of use and robust features. Using these programs, you can easily set up financial reports that display the organization’s finances over time, track expenses and revenue, and create graphs that display your financial data over time. An operating budget for a nonprofit is a financial plan that projects the organization’s revenues and expenses for a specific time period, usually a fiscal year. As we delve deeper into the financial side of running a nonprofit, it’s clear that strategic budgeting is essential. However, managing a nonprofit https://nerdbot.com/2025/06/10/the-key-benefits-of-accounting-services-for-nonprofit-organizations/ budget can be a complex and time-consuming process.
By automating and simplifying the budgeting process, these tools can free up time for staff to focus on the organization’s mission, while ensuring sound financial management. A nonprofit budget is a detailed plan that outlines how an organization will receive and spend money within a specific period, typically a fiscal year. 5 Main Benefits of Accounting Services for Nonprofit Organizations It serves as both a guide and a tool, helping organizations manage their resources effectively to achieve their mission and strategic goals. With this comprehensive annual nonprofit operating budget template, you’ll get quarter-by-quarter and yearly insights into income and expenses.
By starting with expected income and then calculating expenses accordingly, you can create a balanced budget that will help maintain your organization’s financial stability. Nonprofit budgets are financial plans that outline an organization’s projected income and expenses over a specific period. They guide the organization’s financial decisions, effectively supporting the mission and goals. This nonprofit startup operating budget template features sections for total one-time startup expenses, monthly expenses, and total funds required to operate. Use this operating budget template to ensure that your nonprofit has accounted for every single cost and expense.
The most common basis for allocating fundraising costs is based on percentage of total support received by each program. This method matches the percentage of fundraising expense charged to a program to the percentage of contributed income that program receives. We leave this step until last because some funders, including many government funders, will not allow fundraising expenses to be charged to their grants or contracts. Regardless of whether a funder will pay for fundraising expense, it remains part of the total cost of running each program and we need this information to be truly informed. In reality, the meaning of “nonprofit” is simply that your organization has to reinvest all of its funding into its mission rather than paying investors or shareholders. The responsibility of creating your operating budget typically falls to your chief financial officer (CFO) or nonprofit controller.
You can also set an automatic reminder when a transaction is due. Some of the links that appear on the website are from software companies from which CRM.org receives compensation. This compensation may impact how and where products appear on this site (including, for example, the order in which they appear). This site does not include all companies or free double entry accounting software all available Vendors.

Every transaction must debit one account in the same amount that it credits the others. The difference between revenue and expenses exactly equals the total of assets and liabilities, ensuring that the accounts balance. GnuCash is accounting software that offers a wide range of features Bookkeeping for Painters for both personal and small business accounting. GnuCash small business is free and open-source accounting software.
GnuCash has a wide range of management reports and financial statements that can be used for reporting. When choosing a report category, the different report options for that category will be shown. In addition, you can create a variety of customizable reports such as balance sheets, profit and loss, and portfolio valuations. Users can customize both the appearance and contents of each report type. However, you can only change the reports by choosing specific filters, which is a shame because the product has a great range of reports.
There are even build scripts and platform-specific packaging tools available if you want to create custom versions for Windows, macOS, or Linux. If you’re looking for a free option, the Community Edition is a solid choice. It offers basic accounting tools like invoicing and payments but lacks the advanced features of the Enterprise edition.

The register accepts standard credit card and checking transactions in addition to income, stock, and currency exchanges. Even though it is easy to use GnuCash, the software is not as intuitive as QuickBooks or Xero. Set up bank rules for your bank statement imports to automatically create new transactions and categorize them.

The dashboard gives you quick insights, like money owed to you and cash flow. It’s a plus whenever free products come with reporting capabilities, but Brightbook offers fewer reports than some competitors. Because it’s a single-entry system, for example, you won’t bookkeeping find a balance sheet.

Pay attention to both the positive and negative reviews to get a balanced picture of each software. TrulySmall free accounting software is best for freelancers who need basic accounting features. With TrulySmall Invoices, you can send invoices and estimates, accept digital payments and send automatic reminders and invoice status updates via a desktop platform or mobile app.
Additionally, Manager.io is characterized by its responsive development approach, continuously evolving through user feedback. If your small business has less than five employees, you can use the free version of NCH for your accounting software. The free version lacks some of the bigger features suitable for larger enterprises, but still has much to offer.
]]>