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

Frappe Bench non-www to www

How to redirect non-www to www website on Frappe Bench ERPNext solution? I have a website www.example.com setup and working properly on ERPNext Frappe Bench but now I want example.com to load www.example.com but it shows error site_config not found,…
rahoolm
  • 733
  • 2
  • 12
  • 22
0
votes
2 answers

Switching to newly created site from bench not working

I am learning frappe framework following the tutorial on the website. I created a new site as well as an app, after thatinstalled the new app on the newly created site, the used the command $ bench use library but i am unable to load the new site…
Prakhar Thakur
  • 1,209
  • 3
  • 13
  • 38
0
votes
1 answer

MySQL.sock doesn't exist | CentOS7 - ERPNext installation

I'm trying to install ERPNext with their install script provided at github (https://raw.githubusercontent.com/frappe/bench/master/install_scripts/setup_frappe.sh) on my virtual CentOS 7 server. It has MariaDB 10.x installed and I have to remove it…
0
votes
3 answers

Customize frappe framework html layout

ERPNext + frappe need to change layout(footer & header) front-end. I tried to change base.html(frappe/templates/base.html) but nothing happened. Probably this is due to the fact that the html files need to somehow compile. Maybe someone have info…
0
votes
1 answer

Comparing date in sql with custom date

I was trying to compare a custom date with date field in sql.I done the following query but it returned an error and rightfully so. I have my date value in date1 and want to comapare it with sale.posting_date.I tried reading the related posts…
LaksHmiSekhar
  • 315
  • 2
  • 7
  • 16
0
votes
1 answer

Why is Git not staging some "modified" folders for an initial commit?

I have received code for a modified older version of ERPNext from a backup tarball, and I want to add this code into a local Git repository on my Ubuntu laptop so I can keep track of changes until my employer can host a remote repository. Assuming…
Knowledge Cube
  • 990
  • 12
  • 35
0
votes
1 answer

Getting missing dependency error on installing erpnext on cpanel centos

I am trying to install ERPnext on my cpanel. But I am getting Missing Dependency: libmysqlclient_r.so.15()(64bit) this message from the script. I have googled it but no helpful material was found . As far as I knows from my research I have to…
keshu_vats
  • 452
  • 6
  • 45
0
votes
1 answer

Installing supervisord with erpnext

I am a newbie to centos commands and scripting. Scenario: I have installed ERPNEXT and is working okay on the server but I have to do it manually by doing ./lib/wnfy.py --serve What I want to do is to start it automatically using supervisord. I have…
-1
votes
1 answer

How to create a new document of bill doctype each time a customer completes an order

I am completely new to Frappe framework and have never dealt with backend or API before I was assigned the following task, which is when the customer clicks on the Submit button to complete his order, a new document from bill doctype should be…
SM9
  • 1
-1
votes
1 answer

Getting this error when trying to setup bench on my mac with os catalina: ERROR: No matching distribution found for RestrictedPython~=6.0

(base) sarthakkatiyar@sanjay-mishra-3 ~ % cd ~ bench init frappe-bench Setting Up Environment $ python3 -m venv env $ /Users/sarthakkatiyar/frappe-bench/env/bin/python -m pip install --quiet --upgrade pip $…
-1
votes
1 answer

Welcome emails sent by Frappe framework are missing the port number

When using Frappe framework and changing the Nginx port from 80 to 8002 to avoid conflicts, I get broken URLs in all emails sent by the system. The port was changed using bench set-nginx-port 8002. The ports 80 and 8000 are already busy in the…
Esraa Abdelmaksoud
  • 1,307
  • 12
  • 25
-1
votes
2 answers

Report Error in ERPNEXT cloud base frapppoecloud

Error whenever i creat the report i found this error any one help me to resole this .. what is the issue !!!
Jack
  • 1
-1
votes
1 answer

When I need to install (bench) given file missing Ubuntu?

Hello Friends When I need to install bench after get repo from GitHub Given to me that setup.py not found.When I compare between all file I didn't find it on original repo pip install -e ./bench This Error Directory './bench' is not installable.…
-1
votes
1 answer

Translate Erpnext workspace to different languages

Hello I have faced problem whenever I change language for workspace in erpnext it never fully translates everything. Any Advice how to make translations easy, fast and simple example
-1
votes
1 answer

Calculate differences between two columns of two different tables

I want to calculate the difference between purchase order amount and purchase invoice amount. But I am not able to fetch the purchase invoice amount i.e. "pi.grand_total" and hence also not able to fetch the difference of "(pi.grand_total -…
1 2 3
13
14