Welcome

My First Intro Blog

 · 1 min read

ds


MS
Mehta Softech LLP

“I’m a software engineer with experience in developing web applications using Python with Frappe Framework. I’m passionate about creating software that is both functional and user-friendly. As well, I have knowledge about end to end manufacturing process”.

Add a comment
Ctrl+Enter to add comment

T
fnfOzvSR 1 year ago

1

T
fnfOzvSR 1 year ago

1

T
fnfOzvSR 1 year ago

1

T
fnfOzvSR 1 year ago

1

T
fnfOzvSR 1 year ago

1

frappe.after_ajax(() => { if (!document.getElementById("powered-by-footer")) { const el = document.createElement("div"); el.id = "powered-by-footer"; el.innerHTML = `
Powered by Ekobloc
`; // Insert before the Edit/New buttons area const page = document.querySelector(".page-content, .layout-main"); if (page) { page.appendChild(el); } } });