# [16.8.0](https://github.com/frappe/erpnext/compare/v16.7.3...v16.8.0) (2026-03-03) ### Bug Fixes * `Trial Balance` and `Consolidated Trial Balance` total row calculation (backport [#53014](https://github.com/frappe/erpnext/issues/53014)) ([#53015](https://github.com/frappe/erpnext/issues/53015)) ([8658956](865895649e)) * **accounts receivable:** include invoice payment terms template (backport [#51940](https://github.com/frappe/erpnext/issues/51940)) ([#53106](https://github.com/frappe/erpnext/issues/53106)) ([7e09bf3](7e09bf306a)) * **accounts:** add transaction time field ([2526876](2526876eaa)) * **accounts:** compute tax net_amount in JS controller ([429bd24](429bd245d1)) * **accounts:** round and convert net_amount to company currency in JS tax controller ([3f284f0](3f284f0c55)) * **accounts:** set posting time to get incoming rate ([8b3c5ba](8b3c5baa9e)) * allow allowed roles to bypass over billing validation ([c274b7c](c274b7cc2e)) * avoid circular dependency ([#53109](https://github.com/frappe/erpnext/issues/53109)) ([7d950f7](7d950f71da)) * broekn link of docs in asset onboarding ([5c48f74](5c48f74d4c)) * **budget-variance-report:** validate 'budget_against' filter ([f2ff0de](f2ff0de296)) * correct sle voucher_type comparison in get_ref_doctype ([788cd82](788cd82b4b)) * ensure cache is cleared on fiscal year update and trash ([2495cb8](2495cb8b2a)) * ensure contacts are processed only if present in create_prospect_against_crm_deal ([58fbb2f](58fbb2f4d7)) * handle html email template separately in RFQ to avoid jinja context error ([3178736](317873621a)) * **manufacturing:** ignore sales order validation for subassembly item ([2daf9f4](2daf9f4ce7)) * old stock reco entries causing issue in the stock balance report ([ea5ad31](ea5ad3179c)) * opening qty in stock balance ([1f2342c](1f2342cf4b)) * pass company in test case using make_quality_inspections ([417e8a4](417e8a4371)) * patch to complete onboarding stpes for existing records ([941a78e](941a78e1a8)) * **payment entry:** round unallocated amount ([b76e0c6](b76e0c645b)) * **payment_entry:** fix precision for `total_allocated_amount` and `base_total_allocated_amount` ([c61c748](c61c748cbd)) * populate mr owner and set po owner as fallback ([acdb8f2](acdb8f2b78)) * **postgres:** avoid UNSIGNED cast in customer autoname ([d922213](d922213dd7)) * **pricing_rule:** strict validation of `transaction_type` ([396727e](396727e26f)) * remove read-only property from Sales Invoice Timesheet Table ([f632c5c](f632c5c796)) * reposting creation slow for GL entries ([ab7e33f](ab7e33f83d)) * same reposting entry picked by multiple rq jobs ([c28568f](c28568f4fd)) * **selling:** handle selling price validation for FG item ([c7928a0](c7928a0749)) * serial no status for Disassemble entry ([dc0592a](dc0592a905)) * set company based expense account ([25c134d](25c134d11c)) * **stock:** pass company to avoid document naming rule issue in QI ([d61ad3b](d61ad3bd95)) * **stock:** validate company for receipt documents and expense accounts ([c6e0eb6](c6e0eb6d17)) * use conversion factor when creating stock entry from pick list ([f939e98](f939e980a6)) * use stock qty instead of qty when creating stock entry from MR ([1e44787](1e4478765a)) * use the correct precision value in stock reco ([c92fd26](c92fd26e1b)) * validate warehouse of SABB for draft entry ([b8de82f](b8de82f0e4)) * voucher detail no in SABB ([744d7a2](744d7a2793)) ### Features * UOM query filter for opportunity items ([6727c86](6727c86d0a)) ### Performance Improvements * add index on reference_purchase_receipt column ([664f1f1](664f1f1675))
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.




