commit | 90ddf1c0f0bd7e7bd8a932d3e21c0829cf60ff28 | [log] [tgz] |
---|---|---|
author | MOHAMMED NIYAS <76736615+niyazrazak@users.noreply.github.com> | Thu May 18 10:23:58 2023 +0530 |
committer | GitHub <noreply@github.com> | Thu May 18 10:23:58 2023 +0530 |
tree | 73038eb057256e4c0f207c924488c0d69f1cab63 | |
parent | 6fbcc3d19630f8ace7e585fa754124755cc63110 [diff] |
fix: create sales order Getting error while clicking create sales order button from quotation Taceback (most recent call last): File "apps/frappe/frappe/app.py", line 66, in application response = frappe.api.handle() File "apps/frappe/frappe/api.py", line 54, in handle return frappe.handler.handle() File "apps/frappe/frappe/handler.py", line 45, in handle data = execute_cmd(cmd) File "apps/frappe/frappe/handler.py", line 83, in execute_cmd return frappe.call(method, **frappe.form_dict) File "apps/frappe/frappe/__init__.py", line 1607, in call return fn(*args, **newargs) File "apps/frappe/frappe/model/mapper.py", line 36, in make_mapped_doc return method(source_name) File "apps/erpnext/erpnext/selling/doctype/quotation/quotation.py", line 263, in make_sales_order return _make_sales_order(source_name, target_doc) File "apps/erpnext/erpnext/selling/doctype/quotation/quotation.py", line 333, in _make_sales_order doclist = get_mapped_doc( File "apps/frappe/frappe/model/mapper.py", line 144, in get_mapped_doc postprocess(source_doc, target_doc) File "apps/erpnext/erpnext/selling/doctype/quotation/quotation.py", line 291, in set_missing_values for d in customer.get("sales_team"): TypeError: 'NoneType' object is not iterable
ERPNext as a monolith includes the following areas for managing businesses:
ERPNext is built on the Frappe Framework, a full-stack web app framework built with Python & JavaScript.
Login for the PWD site: (username: Administrator, password: admin)
Use docker to deploy ERPNext in production or for development of Frappe apps. See https://github.com/frappe/frappe_docker for more details.
The Easy Way: our install script for bench will install all dependencies (e.g. MariaDB). See https://github.com/frappe/bench for more details.
New passwords will be created for the ERPNext "Administrator" user, the MariaDB root user, and the frappe user (the script displays the passwords and saves them to ~/frappe_passwords.txt).
GNU/General Public License (see license.txt)
The ERPNext code is licensed as GNU General Public License (v3) and the Documentation is licensed as Creative Commons (CC-BY-SA-3.0) and the copyright is owned by Frappe Technologies Pvt Ltd (Frappe) and Contributors.
By contributing to ERPNext, you agree that your contributions will be licensed under its GNU General Public License (v3).
Please read our Logo and Trademark Policy.