Skip to content

Commit

Permalink
Merge pull request #58 from yrestom/develop
Browse files Browse the repository at this point in the history
Version 2
  • Loading branch information
yrestom authored Jun 27, 2021
2 parents c003e0d + c4c2b85 commit 9fe6f2b
Show file tree
Hide file tree
Showing 28 changed files with 4,863 additions and 634 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,24 @@
1. Supports Erpnext Version 12 & 13
2. User friendly and provides a good user experience and speed of use
3. The cashier has the option of either using list view or card view during sales transactions. Card view shows the images of the items
4. Supports invoice submission after printing the receipt for faster printing
4. Supports enqueue invoice submission after printing the receipt for faster processing
5. Supports batch & serial numbering
6. Supports batch based pricing
7. Supports UOM specific barcode and pricing
8. Supports sales of [scale (weighted) products](https://github.com/yrestom/POS-Awesome/discussions/30#discussioncomment-381369)
8. Supports sales of scale (weighted) products
9. Ability to make returns from POS
10. Supports Making returns for either cash or customer credit
11. Supports using customer credit note for payment
12. Supports credit sales
13. Allows user to choose a due date for credit sales
14. Supports customer loyalty points
15. Shortcuts keys
16. Supports Customer Discount
17. Supports POS Offers
18. Auto apply batches for bundle items
19. Search and add items by Serial Number
20. Create Sales Order from POS directly
21. Supports template items with variants

---

Expand All @@ -35,6 +41,12 @@

---

### How To Use:

[POS Awesome Wiki](https://github.com/yrestom/POS-Awesome/wiki)

---

### Shortcuts:

- `CTRL or CMD + S` open payments
Expand Down Expand Up @@ -66,4 +78,5 @@ Will using for this the same guidelines from Erpnext
### License

GNU/General Public License (see [license.txt](https://github.com/yrestom/POS-Awesome/blob/master/license.txt))

The POS Awesome code is licensed as GNU General Public License (v3)
2 changes: 1 addition & 1 deletion posawesome/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from __future__ import unicode_literals
import frappe

__version__ = "1.1.0"
__version__ = "2.0.0"


def console(*data):
Expand Down
Loading

0 comments on commit 9fe6f2b

Please sign in to comment.