mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
UI test cases and documentation
This commit is contained in:
BIN
erpnext/docs/assets/img/pos-setting/default_mop.png
Normal file
BIN
erpnext/docs/assets/img/pos-setting/default_mop.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
BIN
erpnext/docs/assets/img/pos-setting/item_customer_group.png
Normal file
BIN
erpnext/docs/assets/img/pos-setting/item_customer_group.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 82 KiB |
BIN
erpnext/docs/assets/img/pos-setting/pos_profile.png
Normal file
BIN
erpnext/docs/assets/img/pos-setting/pos_profile.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
@@ -15,7 +15,7 @@ POS Invoices created in the offline mode will be saved locally in the browser. I
|
||||
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]({{docs_base_url}}/user/manual/en/setting-up/pos-setting.html) record
|
||||
2. Create a [POS Profile]({{docs_base_url}}/user/manual/en/setting-up/pos-setting.html) record
|
||||
|
||||
#### Different sections of the POS
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Point of Sale Setting
|
||||
# Point of Sale Profile
|
||||
|
||||
POS includes advanced features to cater to different functionality, such as
|
||||
inventory management, CRM, financials, warehousing, etc., all built into the
|
||||
@@ -10,11 +10,17 @@ If you are in retail operations, you want your Point of Sale to be as quick
|
||||
and efficient as possible. To do this, you can create a POS Setting for a user
|
||||
from:
|
||||
|
||||
> Accounts > Setup > Point-of-Sale Setting
|
||||
> Accounts > Setup > Point-of-Sale Profile
|
||||
|
||||
Set default values as defined.
|
||||
|
||||
<img class="screenshot" alt="POS Setting" src="{{docs_base_url}}/assets/img/pos-setting/pos-setting.png">
|
||||
<img class="screenshot" alt="POS Setting" src="{{docs_base_url}}/assets/img/pos-setting/pos_profile.png">
|
||||
|
||||
To set the default mode of payment, enabled the option default in the mode of payments table
|
||||
<img class="screenshot" alt="POS Setting" src="{{docs_base_url}}/assets/img/pos-setting/default_mop.png">
|
||||
|
||||
User can sale the particular products to the particular customers from the POS by adding item groups, customer groups in the POS Profile.
|
||||
<img class="screenshot" alt="POS Setting" src="{{docs_base_url}}/assets/img/pos-setting/item_customer_group.png">
|
||||
|
||||
> Important : If you specify a particular User, the POS setting will be
|
||||
applied only to that User. If the User option is left blank, the setting will
|
||||
|
||||
Reference in New Issue
Block a user