Questions tagged [erpnext]

ERPNext is a generic ERP software used by manufacturers, distributors and services companies. It includes modules like accounting, CRM, sales, purchasing, website + e-commerce, point of sale, manufacturing, warehouse, project management, inventory, and services. Also, it has domain-specific modules like schools, healthcare, agriculture and non-profit.

Among other things, ERPNext will help you to:

  1. Track all Invoices and Payments.
  2. Know what quantity of which product is available in stock.
  3. Identify open customer queries.
  4. Manage payroll.
  5. Assign tasks and follow up on them.
  6. Maintain a database of all your customers, suppliers and their contacts.
  7. Prepare quotes.
  8. Get reminders on maintenance schedules.
  9. Publish your website.

And a lot lot lot more.

203 questions
1
vote
1 answer

Change Blog Post Layout of Frappe Framework

how to modify the layout of Blog Post in a secure way? so when there’s an update, the changes won’t be gone. I’m talking about the template in here: apps/frappe/frappe/website/doctype/blog_post/templates/blog_post.html
Firman Putra
  • 142
  • 8
1
vote
0 answers

VSCode errors for Frappe framework and erpnext - JavaScript & Jinja

I am using Frappe framework to develop a web application alongside ERPNext app and my custom app. Everything is working as expected on the website. However, VSCode keeps on throwing errors all over the code, especially JavaScript files that includes…
1
vote
1 answer

How to hide general ui elements in frappe framework / erpnext

What is the best approach to hide general ui options from certain desk users with lower permission roles? I would for example like to block the create workspace feature (and hide the button) for a certain user role: Ideally I would like to also…
Michael de Borst
  • 302
  • 2
  • 5
  • 16
1
vote
0 answers

Incoming email account not correct ERROR”

How to set up email account in erp next i tried to setup email but Incoming email account not correct ERROR” and Email Domain not accepted want to setup email account for erpnext via simple gmail account in gmail access for less secure app is also…
1
vote
1 answer

Frappe framework auto calcualte age and fullname

Good day, I need help in solving this problem Problem : I am trying to set up a custom script that calculates the age of the user base on the year it's chosen, Also when the user inputs the first_name , last_name , middle_name it should reflect on…
1
vote
1 answer

Generate a random string on employee custom field in ERPNext

I have a custom employee field called Misconduct Case Number that’s supposed to be extracted and used elsewhere outside ERPNext. The random string should be in the format [8 Alfanumeric charactors] [Date & Time] [Constant Organization Number] eg…
Wabwire Levis
  • 117
  • 1
  • 8
1
vote
2 answers

How to access views created in the database using frappe

We have created a view in the mariadb. We want to access that view from Frappe. Does frappe supports this kind of functionality?
1
vote
1 answer

Google VM Instant - Unable to access SSH

I was installed the ERPNext from Google Click to Deploy since 6 months ago and using the software, the software working until since last week, I can't access to the system and SSH When connect with SSH the system shown Connection via Cloud…
1
vote
1 answer

frappe trigger field update via custom script

I'm customizing an existing DocType(quotation) and I've added fields to the Quotation Item child table which affect the amount field of an Item. By default, i.e. before customizations, the grand_total, and Quotation net_totals get calculated as soon…
Redgren Grumbholdt
  • 1,115
  • 1
  • 19
  • 36
1
vote
3 answers

Frappe Framework ERPNEXT: How to enable CORS on localhost

I am trying to develop a React Client that consumes the Frappe REST API but on each request I am getting a CORS error. according to the community forum, I have to edit the Nginx conf to allow CORS requests but I am facing this error on my machine…
sathouel
  • 11
  • 4
1
vote
1 answer

Setting a value in Frappe application isn't reflected in ERPNext GUI

I have added a 'number_of_members' value to the Customer DocType via customization. In my application I have tried several ways to update the value. However the value never updates in the webpage. I feel like I'm missing some sort of save or update…
laydros
  • 51
  • 1
  • 5
1
vote
1 answer

ERPnext :custom script on sales invoice

I need to change amount calculation for each item in sales invoice to be: amount = rate * qty * custom_field I tried this, but it doesn't work. frappe.ui.form.on("Sales Invoice Item", "custom_field", (frm, cdt, cdn) => { var d =…
1
vote
1 answer

Error executing: bench --site site1.local install-app erpnext

I am trying to install ERPNext frappe using full installation, but facing the following issue while executing bench --site site1.local install-app erpnext I am using ubuntu-19.04 OS. I am using master branch. bench --site site1.local install-app…
Jeet Khatri
  • 21
  • 1
  • 6
1
vote
2 answers

How do I correctly restart mysql so that changes in the `*.cnf`-files get active?

I try to configure mysql as mentioned here: https://websiteforstudents.com/install-erpnext-erp-platform-on-ubuntu-16-04-18-04-lts-with-nginx-mariadb-support/ on a Linux Mint 18.2 system. I added innodb-file-format=barracuda to the [mysqld] section…
wewa
  • 1,628
  • 1
  • 16
  • 35
1
vote
1 answer

Getting permission Error while calling API method using valid oauth2 access token

I am trying to authenticate using bearer token. When I am trying to call the api with valid oauth2.0 access token https://**************/api/method/frappe.auth.get_logged_user I am getting this error response. { "exc": "[\"Traceback (most…
1 2
3
13 14