Thank you for the infos about ADS I will figure something out regarding ADS
However my main concern right now is that after the upgrade preformed by running
lib/wnf.py --pull origin master
My Items table is not being populated any longer when i create a Sales Order or Quotation is there something i can do to get this functionality working again? here is the output from my developer console
[01:03:44.057] Traceback (innermost last):
File "../lib/py/webnotes/handler.py", line 184, in handle
execute_cmd(cmd)
File "../lib/py/webnotes/handler.py", line 217, in execute_cmd
ret = method(webnotes.form_dict.get('arg'))
File "../lib/py/webnotes/handler.py", line 57, in runserverobj
webnotes.widgets.form.run_method.runserverobj()
File "../lib/py/webnotes/widgets/form/run_method.py", line 55, in runserverobj
r = webnotes.model.code.run_server_obj(so, method, arg)
File "../lib/py/webnotes/model/code.py", line 183, in run_server_obj
return getattr(server_obj, method_name)(arg)
File "/var/www/erpnext/erpnext/selling/doctype/quotation/quotation.py", line 79, in get_item_details
return get_obj('Sales Common').get_item_details(args, self)
File "/var/www/erpnext/erpnext/selling/doctype/sales_common/sales_common.py", line 131, in get_item_details
item = webnotes.conn.sql("select description, item_name, brand, item_group, stock_uom, default_warehouse, default_income_account, default_sales_cost_center, description_html, barcode from `tabItem` where name = '%s' and (ifnull(end_of_life,'')='' or end_of_life > now() or end_of_life = '0000-00-00') and (is_sales_item = 'Yes' or is_service_item = 'Yes')" % (args['item_code']), as_dict=1)
File "../lib/py/webnotes/db.py", line 148, in sql
raise e
OperationalError: (1054, "Unknown column 'barcode' in 'field list'")
@
http://sun.computerking.ca:18188/js/all-app.js:397