brotherton-erpnext/erpnext/setup/doctype
Faris Ansari fd345f8e90 Hub (#10934)
* [WIP]Hub

* [listing] Show items, users and item_groups

* Show filters

* [start] cart, api for rfq and opp

* rfq working

* [wip] keys

* wip quotes

* [hub] register/unregister

* [hub] rename password to access_token, remove passed company field

* [hub] publishing cases, api call wrapper

* [hub] add and remove fields working

* [hub] fix flags, update on client save working

* [hub] new hub page, client item CUD at hub working

* listing, standard rate, local site hack

* item listing, item page, search, back to home

* [hub] implement hub company

* [hub] company filter

* [hub] basic rfq-ing, item page cleanup

* categories wip

* [hub] use get_doc_before_save()

* [hub] send opportunity message to hub, api to make locally

* [hub] enqueueing in hub api request wrapper

* cleanup

* [hub] refactor shopping cart's product.py to reuse

* sync dynamic item fields daily

* Scheduler heartbeat check

* [wip] hub categories

* [hub] wip enqueued callbacks

* [hub] outgoing messages, fixing callback loop

* [hub] bug: callback save after primary save

* [hub] pricing, stock, currency

* [hub] replace send_hub_request with make_and_enqueue

* add hub.less, refactor code

* Remove template html files, add styling for hub item cards

* fix paging

* add breadcrumb

* Add sidebar

* [hub] add company page, change country

* [hub] order_by filters

* [hub] make hub category a tree

* [hub] enqueue batched item enqueueing

* [hub] requested products page

* [minor]

* update hub url

* [fix] url

* [fix] more reform

* fix recursion

* [hub] data migration plans as jsons

* Hub register, create data connector, sync with run

* [add] user registration by session user

* Removed hub_message

* Remove sync code from hub_settings

* Remove hub methods from item.py

* Update Hub Sync plan

* Hub unregister

* Update Hub connector on reregister

* Dont delete Hub Connector on unregister

* Enable hub on success response

* Add new hub whitelisted methods

* [hub] list working

* Hub register from hub page

* [hub] Add hub logo in desk icon, link to page

* [hub] hide page head on empty state

* [hub] make rfq

* [hub] push opportunity doc, poll for opportunity docs

* add fields to item mapping

* update hub mappings

* Make RFQ

* [hub] item, home routing

* Make rfq and send opportunity refactor

* [hub][fix] remote lead data

* images passed as base64

* set default company on register

* Revert "images passed as base64"

This reverts commit 0b033a5fb7072b2d39a1b87a47dc41e7af707bb4.

* Add sync to hub page

* Prompt for publish items to hub

* add post process to hub document to lead

* Rename Hub document to Hub message, create opportunity in post process
2017-10-05 11:17:30 +05:30
..
authorization_control changed doctype name userrole to has role 2017-03-06 14:24:39 +05:30
authorization_rule Added fields in global search 2017-02-20 13:38:31 +05:30
brand Added fields in global search 2017-02-20 13:38:31 +05:30
company Hub (#10934) 2017-10-05 11:17:30 +05:30
currency_exchange Enhance Currency Exchange Management (#10482) 2017-09-21 14:50:39 +05:30
customer_group [Fix] Tax rule is not working for the parent customer groups (#10458) 2017-08-21 07:38:37 +05:30
email_digest Controller init args fix (#11015) 2017-10-02 15:59:27 +05:30
global_defaults Lint and fix JS files 2017-05-30 12:54:42 +05:30
item_group Python 3 compatibility syntax error fixes (#10519) 2017-08-28 18:17:36 +05:30
naming_series Fixes in the naming series (#10480) 2017-08-24 17:51:23 +05:30
notification_control [minor] rename icons as per FontAwesome 4 (#7136) 2016-12-05 14:17:26 +05:30
party_type Added fields in global search 2017-02-20 13:38:31 +05:30
print_heading [minor] rename icons as per FontAwesome 4 (#7136) 2016-12-05 14:17:26 +05:30
quotation_lost_reason [minor] rename icons as per FontAwesome 4 (#7136) 2016-12-05 14:17:26 +05:30
sales_partner [domain] Healthcare (#10664) 2017-09-13 12:52:30 +05:30
sales_person Added fields in global search 2017-02-20 13:38:31 +05:30
setup_progress [progress] R/W permission for all roles (#10866) 2017-09-21 12:02:18 +05:30
setup_progress_action Progress fixes (#10710) 2017-09-13 18:41:01 +05:30
supplier_type Added fields in global search 2017-02-20 13:38:31 +05:30
target_detail [fix] make grids editable 2016-07-11 13:01:58 +05:30
terms_and_conditions Added fields in global search 2017-02-20 13:38:31 +05:30
territory Description correction (#8811) 2017-05-16 08:34:33 +05:30
uom Added fields in global search 2017-02-20 13:38:31 +05:30
website_item_group [fix] make grids editable 2016-07-11 13:01:58 +05:30
__init__.py