# [16.1.0](https://github.com/frappe/erpnext/compare/v16.0.1...v16.1.0) (2026-01-20) ### Bug Fixes * **accounts_controller:** make return message translatable ([621243c](621243c1d3)) * **accounts:** add missing accounting dimensions in advance taxes and charges ([673635e](673635e2c3)) * add below-0 column in ar/ap report (backport [#51673](https://github.com/frappe/erpnext/issues/51673)) ([#51780](https://github.com/frappe/erpnext/issues/51780)) ([5c93bf5](5c93bf5798)) * add company filters for warehouse ([ccab91b](ccab91b9ed)) * add other charges in total ([68c8dfb](68c8dfb24c)) * add uom js error ([a660ed0](a660ed061b)) * add validation for amount and hours ([ce421bb](ce421bb1d4)) * add validation for direct return ([bfd6375](bfd6375508)) * add validation for duplication ([84a749e](84a749e3d0)) * add validation for return against ([6dade11](6dade11d8f)) * allow creation of DN in SI for items not having DN reference ([fef6df7](fef6df709d)) * allow disassemble stock entry without work order (backport [#51761](https://github.com/frappe/erpnext/issues/51761)) ([#51836](https://github.com/frappe/erpnext/issues/51836)) ([c830bf6](c830bf6fc7)) * **bank_account:** validation for is_company_account ([5d5d208](5d5d208a49)) * **bom:** pass company warehouse filter ([3c533d0](3c533d04f5)) * **budget variance report:** check budget dimensions ([a3d860e](a3d860eabf)) * bugs ([accce1f](accce1fe59)) * calculate net profit amount from root node accounts ([89b44c4](89b44c41a2)) * change docfield type to render html format (backport [#51795](https://github.com/frappe/erpnext/issues/51795)) ([#51804](https://github.com/frappe/erpnext/issues/51804)) ([fcea760](fcea7603a8)) * common_party_path ([#51826](https://github.com/frappe/erpnext/issues/51826)) ([aeb2b60](aeb2b60450)) * continuous raw material consumption with bom validation (backport [#51914](https://github.com/frappe/erpnext/issues/51914)) ([#51919](https://github.com/frappe/erpnext/issues/51919)) ([c9d7c6c](c9d7c6cd42)) * docs_path ([86d5939](86d5939d91)) * dont show certain fields based on permissions ([d3dfed9](d3dfed909e)) * handle return cancellation ([65a1c70](65a1c7086b)) * include total hours validation in depends on ([cbfc137](cbfc13728b)) * **manufacturing:** consider process loss qty while validating the work order ([7b3f746](7b3f74609a)) * no attribute error on LCV ([fe59ace](fe59ace285)) * no attribute error on subcontracting receipt ([2131c7a](2131c7aadb)) * overproduction % not considered when making WO from SO ([fb669eb](fb669eb6f4)) * **pos:** reapply set warehouse during cart update ([6869115](686911546f)) * **postgres:** compute current month sales without DATE_FORMAT ([49760e4](49760e4542)) * prevent UOM from updating incorrectly while scanning barcode ([9d5a0e5](9d5a0e56a0)) * qty with serial no count ([ae6b3af](ae6b3af013)) * remove already transferred batch ([f1e41f4](f1e41f4a4f)) * setting process loss qty causes fg item qty to be incorrect ([cb2d455](cb2d4550af)) * Show non-SLE vouchers with GL entries in Stock vs Account Value Comparison report ([e64ae9a](e64ae9a8a9)) * **stock:** resolve quantity issue when adding items via barcode scan ([ab482ca](ab482caac9)) * **transaction.js:** use flt instead of cint for plc_conversion_rate ([8ba4701](8ba470160d)) * validation message in stock reco row idx ([176096b](176096bc5b)) * valuation rate for non batchwise valuation ([768c131](768c131073)) ### Features * add list_view status for partial billing ([9b88275](9b88275312)) * add new 2025 Charts of Accounts for France ([9cc9fa5](9cc9fa59be)) * Adding Item name in update item dialog box ([1da8ed2](1da8ed202b)) * modify field properties ([e49add2](e49add20b7)) * remove old French chart of accounts with code as nex 2025 is provided ([3bdaab1](3bdaab149b)) * support for serial item ([c4c2d35](c4c2d35565)) * **timesheet:** handle partial billing in sales invoice ([332673f](332673f260)) ### Performance Improvements * prevent duplicate reposting for the same item ([3ac431b](3ac431bd50))
ERPNext
100% Open-Source ERP system to help you run your business.
Motivation
Running a business is a complex task - handling invoices, tracking stock, managing personnel and even more ad-hoc activities. In a market where software is sold separately to manage each of these tasks, ERPNext does all of the above and more, for free.
Key Features
- Accounting: All the tools you need to manage cash flow in one place, right from recording transactions to summarizing and analyzing financial reports.
- Order Management: Track inventory levels, replenish stock, and manage sales orders, customers, suppliers, shipments, deliverables, and order fulfillment.
- Manufacturing: Simplifies the production cycle, helps track material consumption, exhibits capacity planning, handles subcontracting, and more!
- Asset Management: From purchase to perishment, IT infrastructure to equipment. Cover every branch of your organization, all in one centralized system.
- Projects: Delivery both internal and external Projects on time, budget and Profitability. Track tasks, timesheets, and issues by project.
Under the Hood
-
Frappe Framework: A full-stack web application framework written in Python and Javascript. The framework provides a robust foundation for building web applications, including a database abstraction layer, user authentication, and a REST API.
-
Frappe UI: A Vue-based UI library, to provide a modern user interface. The Frappe UI library provides a variety of components that can be used to build single-page applications on top of the Frappe Framework.
Production Setup
Managed Hosting
You can try Frappe Cloud, a simple, user-friendly and sophisticated open-source platform to host Frappe applications with peace of mind.
It takes care of installation, setup, upgrades, monitoring, maintenance and support of your Frappe deployments. It is a fully featured developer platform with an ability to manage and control multiple Frappe deployments.
Self-Hosted
Docker
Prerequisites: docker, docker-compose, git. Refer Docker Documentation for more details on Docker setup.
Run following commands:
git clone https://github.com/frappe/frappe_docker
cd frappe_docker
docker compose -f pwd.yml up -d
After a couple of minutes, site should be accessible on your localhost port: 8080. Use below default login credentials to access the site.
- Username: Administrator
- Password: admin
See Frappe Docker for ARM based docker setup.
Development Setup
Manual Install
The Easy Way: our install script for bench will install all dependencies (e.g. MariaDB). See https://github.com/frappe/bench for more details.
New passwords will be created for the ERPNext "Administrator" user, the MariaDB root user, and the frappe user (the script displays the passwords and saves them to ~/frappe_passwords.txt).
Local
To setup the repository locally follow the steps mentioned below:
-
Setup bench by following the Installation Steps and start the server
bench start -
In a separate terminal window, run the following commands:
# Create a new site bench new-site erpnext.localhost -
Get the ERPNext app and install it
# Get the ERPNext app bench get-app https://github.com/frappe/erpnext # Install the app bench --site erpnext.localhost install-app erpnext -
Open the URL
http://erpnext.localhost:8000/appin your browser, you should see the app running
Learning and community
- Frappe School - Learn Frappe Framework and ERPNext from the various courses by the maintainers or from the community.
- Official documentation - Extensive documentation for ERPNext.
- Discussion Forum - Engage with community of ERPNext users and service providers.
- Telegram Group - Get instant help from huge community of users.
Contributing
Logo and Trademark Policy
Please read our Logo and Trademark Policy.




