Setup ubuntu to reboot automatically at a scheduled time In the blog below, we have configured to reboot our Ubuntu server to reboot every day at 2 AM Dubai time. To set up your Ubuntu server to reboot every day at 2 AM Dubai time, you can use cron, the bui... 01-Apr-2025
New App Page after login Dexciss Portal (v15, +) A new app page for the modern day modular apps in ERPNext. Why it was needed? After launching numerous portal based apps it has become very difficult for a user to navigate between apps. Also apps lik... 01-Apr-2025
pymysql.err.OperationalError: (4091, "Unknown SEQUENCE: 'selling_step_id_seq'") - Autoincrement Doctype name error I am getting this error on saving a record in selling step doctype in erpnext. My doctype has naming series set as Autoincrement. pymysql.err.OperationalError: (4091, "Unknown SEQUENCE: 'selling_step.... 01-Apr-2025
INTERNAL SERVER ERROR, Your system is being updated. Please refresh again after a few moments, Verifying We are stuck on "Your system is being updated. Please refresh again after some time." We have tried common site config, site config file and also the bench set-maintenance-mode off but none of them wo... 01-Apr-2025
Odoo Page showing blank after login - CSS Issue Problem Statement: Odoo returning blank page after log in - DB restore was done. Solution Provided: Go to ir_attachments table of your odoo database find all the entry with value 'web/content' in colu... 01-Apr-2025
ERPNext and Frappe Coding Standards These standards emphasize clarity, maintainability, and best practices in software development. User-facing messages must be translated All user-facing strings/text must be wrapped in the __("") funct... 01-Apr-2025
Enhancing User Experience with Custom Buttons on DocType in ERPNext In this blog we are trying to create buttons on our Doctype Sales Opportunity behind which the filtered list view of a specific link, here Quotation, can be found. Introduction : In ERPNext, a popular... 01-Apr-2025
Custom Keyboard Shortcuts in Your Frappe App By implementing personalized shortcuts, you can navigate your app more efficiently, perform actions quickly, and save valuable time. Introduction: Keyboard shortcuts are an effective technique for inc... 01-Apr-2025
List tables by their size in MariaDB database The query below returns tables in a database (schema) along with the space they use, sorted from the largest use of space to the smallest. Query select table_schema as database_name, table_name, round... 01-Apr-2025
Jinja and ERPNext print formats demystified One of the extremely powerful aspects of ERPNext is its ability to provide users a robust print template designer. However, for the uninitiated (we have all been there) Jinja can be quite confusing. J... 01-Apr-2025
Introducing DoppioBot Template: Build AI Chatbot Experiences for Frappe DoppioBot brings ChatGPT to Frappe's desk interface, powered by Frappe's Custom Page feature and React. Introduction AI. ChatGPT. OpenAI. That’s all over the internet these days. I presume you are bei... 01-Apr-2025