Octoerp
App for using Octo-part to look up part pricing and availability
- Author: bcornwellmott
- Repository: https://github.com/bcornwellmott/octoerp
- GitHub stars: 1
- Forks: 1
- License: NOASSERTION
- Category: Other
- Maintenance: Unmaintained
Install Octoerp
bench get-app https://github.com/bcornwellmott/octoerp
Add the Frappe Gems badge to your README
Maintain Octoerp? Paste this into your README:
[](https://frappegems.com/gems/apps/bcornwellmott/octoerp)
About Octoerp
Octo-ERP
App for using Octo-part to look up part pricing and availability
To implement, add this to your custom script for 'Supplier Quotation':
frappe.ui.form.on("Supplier Quotation",{
refresh: function(frm) {
frm.add_custom_button(__("Octopart Lookup"), function(foo) {
frappe.call({
method:"octoerp.octo_erp.octo_erp.octopart_lookup",
args: {
sq_number: cur_frm.doc.name
},
callback: function(r) {
frm.reload_doc();
}
});
});
}
});
The system will only look up items in a supplier quotation where the manufacturer's part number has been set.
You also need to set up your API key in Octo-ERP Settings. There is a custom field in each supplier (under Additional Information) where you should plug in the supplier's Octopart Name (this may be different from the supplier name you have entered). You can look up the formatting of this name in the Settings field.
=
License
MIT
Related Other apps for Frappe & ERPNext
- Erpnext — Free and Open Source Enterprise Resource Planning (ERP)
- Helpdesk — Modern, Streamlined, Free and Open Source Customer Service Software
- Print Designer — Visual print designer for Frappe / ERPNext
- Ctr — CTR模型代码和学习笔记总结
- Whitelabel — Whitelabel ERPNext
- Fossunited — fossunited.org
- Helm — Helm Chart Repository for Frappe/ERPNext
- Frappe Attachments S3 — A frappe app to upload file attachments in doctypes to s3.