commit | ea88451875e802a47d3e46e4dbcca33c1278662c | [log] [tgz] |
---|---|---|
author | HarryPaulo <paulo_fabris@hotmail.com> | Wed Aug 03 02:51:30 2022 -0300 |
committer | GitHub <noreply@github.com> | Wed Aug 03 11:21:30 2022 +0530 |
tree | f104cee3fa9bd8c5f20eea3439182c64073b555c | |
parent | 9c580dde399d12a325b5c0b574f66a59f84dd2ac [diff] |
fix: getting error to show sales invoice group or print rep… (#31756) fix: formatter getting error to show sales invoice group or print report. 1 - When I view the Gross Profit report in Sales Invoice mode, the table is all broken. Error on browser console: TypeError: Cannot read properties of undefined (reading 'indent') 2 - When I try to print, no matter the Group (Sales Invoice, Item Code, Item Group...) nothing happens. in browser log console I have the following error: TypeError: Cannot read properties of undefined (reading 'content') i fixed both errors and all working perfectly.
ERPNext as a monolith includes the following areas for managing businesses:
ERPNext is built on the Frappe Framework, a full-stack web app framework built with Python & JavaScript.
Login for the PWD site: (username: Administrator, password: admin)
Use docker to deploy ERPNext in production or for development of Frappe apps. See https://github.com/frappe/frappe_docker for more details.
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).
GNU/General Public License (see license.txt)
The ERPNext code is licensed as GNU General Public License (v3) and the Documentation is licensed as Creative Commons (CC-BY-SA-3.0) and the copyright is owned by Frappe Technologies Pvt Ltd (Frappe) and Contributors.
Please read our Logo and Trademark Policy.