brotherton-erpnext/erpnext/selling
Zarrar 5899d98077 [ Major ] Loyalty Program Fixes (#14863)
* fix checking of customer_group & territory of customer in loyalty program

* fetch and set applicable loyalty program
- in customer.py if found 1 program, set it or show a message to set it manually
- in sales invoice, if found 1 program for selected customer with no program set, set it else open a dialog with applicable options

* removed disabled field, added from_date & to_date

* loyalty program section made collapsible, added redeem check in it

* setting loyalty program improvised, manual selection if multiple found

* get_query added, amount calculation updated

* args passed rectified for expiry_date

* get loyalty_points logic improv, redemption_details logic added

* improv based on from/to date and other rectification

* code rectified based on different scenarios
- is_return, cancel, make loyalty points entry improv
2018-07-11 14:35:43 +05:30
..
doctype [ Major ] Loyalty Program Fixes (#14863) 2018-07-11 14:35:43 +05:30
page [ Major ] Loyalty Program Fixes (#14863) 2018-07-11 14:35:43 +05:30
report Merge branch 'master' into develop 2018-07-09 15:53:51 +05:30
__init__.py moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30
README.md moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30
sales_common.js Allow auto repeat update (#14706) 2018-06-28 14:27:58 +05:30

Selling management module. Includes forms for capturing / managing the sales process.

  • Lead
  • Opportunity
  • Quotation
  • Sales Order