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
0
votes
1 answer

"Procfile" template is not found even when file exists

I am installing frappe bench by mean of a python script they created but in one of the steps, I am getting this error: jinja2.exceptions.TemplateNotFound: Procfile By searching the disk, I have found "Procfile" in these…
jstuardo
  • 3,901
  • 14
  • 61
  • 136
0
votes
1 answer

External CSS library not importing via custom script

In ERPNEXT i am using custom script to load some external libraries using $.getScript . JS libraries are being loaded but css aren't . Hope to get some suggestions
Nikhil
  • 16
  • 7
0
votes
1 answer

Install fresh ERPNEXT on AWS recommendations

I need to install ERPNEXT on AWS, I wish if someone can share the recommendation for a good HA setup, also I am stuck in how to put redis on Elasticache?
0
votes
0 answers

UOM Conversion in BOM ERPNext

UOM conversion is not working in creation of BOM. For example, i have a raw material quantity .03 gram. Default raw material item UOM is in KG. When i try to insert the quantity in gram inside BOM, it does not convert. What can be the solution?
0
votes
1 answer

ERPNext on AWS server disconnectng frequently

We have an ERPNext open software which is working fine on AWS Large Instance of 500 GB HDD. Recently, as it is an excess configuration for our usage, we downgraded to Medium Instance and 20 GB HDD. Also, we have changed the OS, from Ubuntu 14.x to…
0
votes
2 answers

Query related Rest Api in ErpNext

I am trying to fetch data and filter data from erpnext customized site. When i fetch the fields of the doctype i use the url:-…
0
votes
1 answer

Delete amended_from from employee table at Erpnext

If I delete amended_from field from employee table then any problem for ERP? amended_from is creating problem during new employe create. Thanks, Arif
0
votes
1 answer

Bench start doesn’t work properly (install erpnext on windows 10 using docker)

I am trying to run erpnext on windows 10 using docker. I have followed installation links from the following link https://github.com/frappe/frappe_docker/tree/develop1 when I reached the following command bench start I had the following output and I…
0
votes
1 answer

Payment Entry/Receipt outstanding amount in ERPNext

I might not properly understand it well enough but I think the payment entry/receipting needs to be simplified in ERPNext. The current Advanced Payment use case doesn’t properly apply for part-payment by clients. The Payment Entry should have an…
Dawoodjee
  • 439
  • 5
  • 16
0
votes
1 answer

Email Authentication in ERPNext

Right now When a user Signs up, an email is instantly sent to the user's ID. However, I want to first verify the user credentials before sending out the the email. What process can I use to achieve this task?
Ayush Mandowara
  • 490
  • 5
  • 18
0
votes
1 answer

Stuck while installing ERPNext

I am installing bench from https://github.com/frappe/bench. I have opted for the easy installation option. However, everytime the installation is getting stuck at [TASK] init bench. Any solutions?
Pranav
  • 107
  • 2
  • 11
0
votes
1 answer

Error when trying to install app in site with bench for ERPNEXT

I followed this tutorial Creating an App step by step after going through the whole installation process line by line from Turning a mac into a Frappe. All goes well in the tutorial until I actually try to install the app with the command bench…
0
votes
1 answer

frappe-bench install errors on macOS

I am new frappe-bench, erpnext and I'm trying to install it on my Mac, following instructions from https://github.com/frappe/bench These are the errors I'm getting when I run the command bench init frappe-bench && cd…
Wasif Khalil
  • 2,217
  • 9
  • 33
  • 58
0
votes
1 answer

Pycharm debug and user permissions

I am trying to debug Frappe Framework (based on Python) with PyCharm, the debugger works fine and breaks at the selected breakpoints in the code. At the line stream = open(self.baseFilename, self.mode) where it is trying to open a log file for…
Mo Hassan
  • 175
  • 5
  • 13
0
votes
4 answers

ERPNext Unable to switch back to site erpnext

I was experimenting on creating new apps with frappe. At some stage after creating the site, I had to switch the default site using bench use library. Now I want to switch back to erpnext (the default app). But it's not working when I run: bench use…
Merhawi Fissehaye
  • 2,482
  • 2
  • 25
  • 39