brotherton-erpnext/erpnext/docs/user/manual/en/accounts/sales-invoice.md

110 lines
4.8 KiB
Markdown
Raw Normal View History

2017-07-31 10:50:43 +00:00
# Sales Invoice
2015-11-05 11:25:10 +00:00
A Sales Invoice is a bill that you send to your customers, against which the customer processes the payment. Sales Invoice is an accounting transaction. On submission of Sales Invoice, the system updates the receivable and books income against a Customer Account.
You can create a Sales Invoice directly from
> Accounts > Billing > Sales Invoice > New Sales Invoice
2015-11-05 11:25:10 +00:00
or you can Make a new Sales Invoice after you submit the Delivery Note.
2015-11-05 11:25:10 +00:00
2017-07-31 11:11:35 +00:00
<img class="screenshot" alt="Sales Invoice" src="/docs/assets/img/accounts/sales-invoice.png">
2015-11-05 11:25:10 +00:00
#### Accounting Impact
All Sales must be booked against an “Income Account”. This refers to an
Account in the “Income” section of your Chart of Accounts. It is a good
practice to classify your income by type (like product income, service income
etc). The Income Account must be set for each row of the Items table.
> Tip: To set default Income Accounts for Items, you can set it in the Item or
Item Group.
The other account that is affected is the Account of the Customer. That is
automatically set from “Debit To” in the heading section.
You must also mention the Cost Centers in which your Income must be booked.
Remember that your Cost Centers tell you the profitability of the different
lines of business or product. You can also set a default Cost Center in the
Item master.
#### Accounting entries (GL Entry) for a typical double entry “Sale”:
When booking a sale (accrual):
**Debit:** Customer (grand total) **Credit:** Income (net total, minus taxes for each Item) **Credit:** Taxes (liabilities to be paid to the government)
> To see entries in your Sales Invoice after you “Submit”, click on “View
Ledger”.
#### Dates
Posting Date: The date on which the Sales Invoice will affect your books of
accounts i.e. your General Ledger. This will affect all your balances in that
accounting period.
Due Date: The date on which the payment is due (if you have sold on credit).
This can be automatically set from the Customer master.
#### Recurring Invoices
If you have a contract with a Customer where you bill the Customer on a
monthly, quarterly, half-yearly or annual basis, you can check the “Recurring
Invoice” box. Here you can fill in the details of how frequently you want to
bill this Invoice and the period for which the contract is valid.
2017-01-03 11:15:38 +00:00
ERPNext will automatically create new Invoices and mail it to the Email Addresses
2015-11-05 11:25:10 +00:00
you set.
#### Automatically Fetching Item Batch Numbers
If you are selling an item from a [Batch](/docs/user/manual/en/stock/batch),
ERPNext will automatically fetch a batch number for you if "Update Stock"
is checked. The batch number will be fetched on a First Expiring First Out
(FEFO) basis. This is a variant of First In First Out (FIFO) that gives
highest priority to the soonest to expire Items.
<img class="screenshot" alt="POS Invoice" src="/docs/assets/img/accounts/sales-invoice-fetch-batch.png">
Note that if the first batch in the queue cannot satisfy the order on the invoice,
the next batch in the queue that can satisfy the order will be selected. If there is
no batch that can satisfy the order, ERPNext will cancel its attempt to automatically
fetch a suitable batch number.
#### POS Invoices
Consider a scenario where retail transaction is carried out. For e.g: A retail shop.
If you check the **Is POS** checkbox, then all your **POS Profile** data is fetched
into the Sales Invoice and you can easily make payments.
Also, if you check the **Update Stock** the stock will also update automatically,
without the need of a Delivery Note.
2017-07-31 11:11:35 +00:00
<img class="screenshot" alt="POS Invoice" src="/docs/assets/img/accounts/pos-sales-invoice.png">
#### Billing Timesheet with Project
If you want to bill employees working on Projects on hourly basis (contract based),
they can fill out Timesheets which consists their billing rate. When you make a new
Sales Invoice, select the Project for which the billing is to be made, and the
corresponding Timesheet entries for that Project will be fetched.
2017-07-31 11:11:35 +00:00
<img class="screenshot" alt="POS Invoice" src="/docs/assets/img/accounts/billing-timesheet-sales-invoice.png">
2015-11-05 11:25:10 +00:00
* * *
#### "Pro Forma" Invoice
If you want to give an Invoice to a Customer to make a payment before you
deliver, i.e. you operate on a payment first basis, you should create a
Quotation and title it as a “Pro-forma Invoice” (or something similar) using
the Print Heading feature.
“Pro Forma” means for formality. Why do this? Because if you book a Sales
Invoice it will show up in your “Accounts Receivable” and “Income”. This is
not ideal as your Customer may or may not decide to pay up. But since your
Customer wants an “Invoice”, you could give the Customer a Quotation (in
ERPNext) titled as “Pro Forma Invoice”. This way everyone is happy.
2017-07-31 12:10:00 +00:00
This is a fairly common practice. We follow this at Frappé too.
2015-11-05 11:25:10 +00:00
{next}