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
29
votes
4 answers

Building wheel for pandas on Ubuntu 20.04 takes more than 20 minutes, but not on 18.04

I have an installation script for ERPNext that works just fine on Ubuntu 18.04. When I run the same script on 20.04 I am obliged to wait more than 20 minutes for it to complete where it takes around 30 secs on 18.04. My script includes these two…
Martin Bramwell
  • 2,003
  • 2
  • 19
  • 35
6
votes
4 answers

How can we add child table dynamically in frappe (ERPNEXT)

I want to add child tables dynamically depending on records in another doctype.
Sajid Ijaz
  • 172
  • 1
  • 1
  • 8
5
votes
3 answers

How to install erpnext on Windows

I have installed ERPNext on Ubuntu, now I have a specific requirement where I want to install it on Windows OS. I have download the following Pre requisites. 1. Python 2.7 2. MariaDB What is the correct procedure to install erpnext on windows. ?
Rahul Vishwakarma
  • 996
  • 5
  • 17
  • 35
4
votes
1 answer

Most Efficient ERPNext Installation Method

I'm taking on the challenge of trying to test and develop with ERPNext. I'm new to ERPNext, Docker, Compose, Git, etc. I'm going to need to learn these from scratch. What is the general most efficient way to install ERPNext (for testing purposes for…
n00b
  • 41
  • 1
  • 2
4
votes
1 answer

Installation not proceed in ERPNext?

I am trying to install ERPNext on my system at Ubuntu environment.but after python2.7 install_erpnext.py commond it stuck. it said that it take time,i had wait for a day but process stucked at same position please see the screenshot
Ankit Agrawal
  • 6,034
  • 6
  • 25
  • 49
3
votes
1 answer

How to install Docker / ERPNext on Apple M1?

I have been trying to install ERPNext in Docker on my M1 MacBook Pro using this example: https://github.com/frappe/frappe_docker/blob/main/docs/single-server-example.md I struggled when deploying ERPNext getting this error: no matching manifest for…
3
votes
2 answers

How to properly delete a custom doctype in Frappe/ERP Next

What is the correct approach to delete custom doctype in Frappe? How to migrate the same in other servers and also what about database tables? Do we need to manually drop them? Currently for me the deleted doctype’s still persist in the server after…
Roshan888
  • 41
  • 2
3
votes
1 answer

Frappe: What is the difference between short, default and Long queue

Apart from timeout as mentioned in the frappe document, 300s for short and default and 1500s for long queue. Is there any more difference between these 3 types of queues. And, when should one prefer one over other as short and default queue seems to…
Nehal Damania
  • 8,671
  • 9
  • 37
  • 52
3
votes
2 answers

How can I clean this code to an associative array?

I have been struggling with the following code to make it useable, but I don't know what type of data it is. This part is extracted from a payload posted by ERPNext to my webhook. I have drilled down to specific part of the data, but it seems mix of…
3
votes
1 answer

Customize Display of Linked doctype in form select

How does one customize the fields being displayed in a form's link field selection.?
N.Balauro
  • 151
  • 1
  • 1
  • 11
3
votes
1 answer

Getting " ImportError: No module named wnf " during ERP-Next installation

i am trying to install erpnext by running 'install_erpnext.py' and it gives an error message : root@erpnext:~# python2.7 install_erpnext.py --create_user useradd: user 'erpnext' already exists Enter new UNIX password: Retype new UNIX password:…
Mayank Gour
  • 136
  • 1
  • 6
2
votes
1 answer

Add multiple images on Frappe DocType field

I want to add multiple images to the Frappe DocType field. I have made a DocType and have a field name image. In this field, I want to add multiple images from users. I don't know how to implement it.
2
votes
0 answers

How to embed calendar view into portal page?

I'm using Frappe Framework to build a website along with an admin portal. Unable to display doctypes to portal users in calendar view. I was able to create Calendar View on desk, but unable to export this to the portal pages.
Vikas
  • 153
  • 2
  • 10
2
votes
1 answer

Frappe: Can we configure different number of workers for different types of Queue

In common_site_config we have background_workers attribute. When we set this attribute to a certain value, that many number of workers are created per queue. In Frappe we have 3 queues, short, long and default. So if we set background_workers:4 we…
Nehal Damania
  • 8,671
  • 9
  • 37
  • 52
2
votes
3 answers

Return line of largest field in list of dictionaries text file with Python?

I'm writing a Python script. I need to return line that contain largest 'uid' field from a text file. For example, in the below text file example: { "uid": 683, "user_id": "2", "timestamp": datetime.datetime(2020, 5, 17, 16, 39, 54), …
Abdullah Md
  • 151
  • 15
1
2 3
13 14