brotherton-erpnext/erpnext/controllers
tundebabzy 99b734bfd7 Fix #4587: Status does not display "Pending" in report filter (#9104)
* adds Material Request to `status_map`

* updates eval condition for Partially Ordered in Material Request map

* changes material_request doctype to include "pending", "ordered", "partially ordered", "issued", "transferred" as options

* adds more options to `validate_status`

* adds `set_status` just before saving

* adds `check_for_closed_status` in `before_cancel`

* adds patch to convert status to material request specific status

* adds stricter status update conditions

* changes `update_status` to me `set_status`

* adds checker such that draft status can only change to pending

* renames `check_draft_status` to `status_can_change`

* adds Cancelled to Material Request map

* makes `status_can_change` block any attempt to change a cancelled document

* adds more test cases

* updates what `set_status` checks for before adding comment

* adds patch to rename the present material request status
2017-06-07 12:02:07 +05:30
..
tests Multiselect dialog for getting items (#8583) 2017-05-15 11:32:06 +05:30
__init__.py moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30
accounts_controller.py Merge branch 'master' of github.com:frappe/erpnext into hotfix 2017-05-18 14:06:37 +05:30
buying_controller.py [fix] [refactor] demo for v8 and remove purchase common 2017-03-31 17:36:48 +05:30
item_variant.py set variant name based on template name (frappe/erpnext#6367) (#8920) 2017-05-19 12:35:36 +05:30
print_settings.py [fix] compact print format not longer ignores format builder 2017-01-25 08:20:43 +08:00
queries.py Filters for multiselect dialog for DN/PR in Sales/Purchase Invoice (#8882) 2017-05-17 13:52:21 +05:30
recurring_document.py [fixes] for recurring and tests 2017-03-14 19:13:39 +05:30
sales_and_purchase_return.py Rate validation in return entry 2017-06-01 16:47:45 +05:30
selling_controller.py Selling price validation against last purchase rate / valuation rate (#8702) 2017-05-05 17:23:17 +05:30
status_updater.py Fix #4587: Status does not display "Pending" in report filter (#9104) 2017-06-07 12:02:07 +05:30
stock_controller.py [enhance] automatic batch selection in Delivery Note and Stock Entry 2017-04-24 10:28:38 +05:30
taxes_and_totals.py Set change amount automatically only if it is a cash transaction (#9065) 2017-05-30 15:35:01 +05:30
trends.py [enhance] Stock qty added in purchase invoice 2017-04-11 18:29:52 +05:30
website_list_for_contact.py [minor] added order by args to get_*_list methods (#8413) 2017-04-12 13:02:28 +05:30