brotherton-erpnext/erpnext/docs/user/manual/en/accounts/point-of-sale-pos-invoice.md
2016-08-04 19:01:02 +05:30

4.4 KiB
Raw Blame History

Point of Sale Invoice

For retail operations, the delivery of goods, accrual of sale and payment all happens in one event, that is usually called the “Point of Sale” (POS).

###Offline POS

In the retails business, invoicing needs to done very quickly, hence should less dependency. In the ERPNext, you can create POS Invoices, even when not connected to the internet.

POS Invoices created in the offline mode will be saved locally in the browser. If internet connection is lost which creating POS Invoice, you will still be able can proceed forward. Once internet connection is available again, offline invoices will be synced, and pushed onto your ERPNext account. To learn more on how POS Invoices can be created when offline, check here.

POS Profile

In ERPNext all Sales and Purchase transactions, like Sales Invoice, Quotation, Sales Order, Purchase Order etc. can be edited via the POS. There two steps to Setup POS:

  1. Enable POS View via (Setup > Customize > Feature Setup)
  2. Create a POS Setting record

Different sections of the POS

  • Update Stock: If this is checked, Stock Ledger Entries will be made when you “Submit” this Sales Invoice thereby eliminating the need for a separate Delivery Note.
  • In your Items table, update inventory information like Warehouse (saved as default), Serial Number, or Batch Number if applicable.
  • Update Payment Details like your Bank / Cash Account, Paid amount etc.
  • If you are writing off certain amount. For example when you receive extra cash as a result of not having exact denomination of change, check on Write off Outstanding Amount and set the Account.

Customer

You can select one of the existing Customer from the Customer master. If Customer doesn't exist in the Customer master, enter Customer Name in the POS Invoice view itself. On creation of POS Invoice, Customer will be auto-created in the Customer master.

POS Customer

Adding an Item

At the billing counter, the retailer needs to select Items which the consumer buys. In the POS interface you can select an Item by two methods. One, is by clicking on the Item image and the other, is through the Barcode / Serial No.

Select Item - To select a product click on the Item image and add it into the cart. A cart is an area that prepares a customer for checkout by allowing to edit product information, adjust taxes and add discounts.

Barcode / Serial No - A Barcode / Serial No is an optical machine-readable representation of data relating to the object to which it is attached. Enter Barcode / Serial No in the box as shown in the image below and pause for a second, the item will be automatically added to the cart.

POS Item

Tip: To change the quantity of an Item, enter your desired quantity in the quantity box. These are mostly used if the same Item is purchased in bulk.

If your product list is very long use the Search field, type the product name in Search box.

Removing an Item

Set Qty as zero to remove Item from the POS invoice. There are two ways to remove an Item.

  • If Item's Qty is 1, click on a minus sign to make it zero.

  • Manually enter 0(zero) quantity.

Make Payment

After all the Items and their quantities are added into the cart, you are ready to make the Payment. Payment process is divided into 3 steps -

  1. Click on “Make Payment” to get the Payment window.
  2. Select your “Mode of Payment”.
  3. Click on “Pay” button to Save the document.
POS Payment

Submit the document to finalise the record. After the document is submitted, you can either print or email it directly to the customer.

Accounting entries (GL Entry) for a Point of Sale:

Debits:

  • Customer (grand total)
  • Bank / Cash (payment)

Credits:

  • Income (net total, minus taxes for each Item)
  • Taxes (liabilities to be paid to the government)
  • Customer (payment)
  • Write Off (optional)

To see entries after “Submit”, click on “View Ledger”.

{next}