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

Add custom app on desk using Frappe + ERP

So i was a beginner using this framework. I don't know how to add custom app on the desk. I was following the tutorial by add desk.py and insert my code there. after bench migrate and nothing happend. I'm following tutorial from this link.
-1
votes
1 answer

Selenium send_keys way too fast

I'm implementing Selenium (Python), but whenever I enter a send_keys("bla bla bla") the system can't handle it. It's literally bugging. The text erases himself or just keep the last part of the word. Is there any way we can make it slow down a bit…
mr info
  • 33
  • 2
-1
votes
1 answer

Item Disassembly into different items ERPnext

Is there anyway to disassemble an item that contains two or multiple items. And update the stock automatically with the disassembled items. Thank you for your reply, Regards Rog
-1
votes
1 answer

AttributeError: 'module' object has no attribute 'generate_barcode'

I was trying to retrieve some data from DB in Python.and I got this error: Traceback: Traceback (innermost last): File "/home/adminuser/frappe-bench-hitech/apps/frappe/frappe/app.py", line 49, in application response =…
LaksHmiSekhar
  • 315
  • 2
  • 7
  • 16
-2
votes
1 answer

Redis cache server not running. Please contact Administrator / Tech support on bench serve --port 8001

Basically im working on frappe framework of python, When i run “bench serve --port 8001” the server is started and im able to login too, but im getting an exception “Redis cache server not running. Please contact Administrator / Tech support”. But…
-2
votes
1 answer

How can I get current document number in frappe (python)?

doc_no = doc.naming_series Gives me (for sales order) Order No: SAL-ORD-.YYYY.- but no actual number
Dawoodjee
  • 439
  • 5
  • 16
-3
votes
1 answer

Is it possible to get source code from the official web site and change it and resell it for ErpNext?

I want To Ask About The licence for ErpNext ERP GNU GPL3 , is it possible to get source code and change it and resell it
Adel Elgo
  • 3
  • 1
1 2 3
13
14