Skip to content

ashish-greycube/woocommerce_erpnext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Woocommerce Erpnext

Integration between WooCommerce and ERPNext

Install:

# from frappe-bench folder
# source ./env/bin/activate
# pip install woocommerce
# deactivate
# Setup:

add custom script for Woocommerce Settings doctype. can be exported as fixture

frappe.ui.form.on('Woocommerce Settings', {
	refresh(frm) {
    frm.add_custom_button(__("Sync Items to WooCommerce"), () => {
      frappe.call({
        method: "woocommerce_erpnext.woo_connector.sync_all_items"
      });
    });
	}
})

License

MIT


Contact Us


1st ERPNext Certified Partner & winner of the Best Partner Award

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages