Skip to content

V16.20.0 has encountered a major front-end bug. #4

@1060778506

Description

@1060778506

【To summarize, your app has completely prevented the erpnext V16 from functioning. I did not upgrade the new system; I installed it from scratch. This is an extremely serious error. Please fix it immediately.】

【To summarize, your app has completely prevented the erpnext V16 from functioning. I did not upgrade the new system; I installed it from scratch. This is an extremely serious error. Please fix it immediately.】

bench new-site fjnb \
	--db-host mariadb \
	--db-root-password 123 \
	--admin-password Aa123456789 \
	--mariadb-user-host-login-scope='%' && \
bench --site fjnb install-app \
	erpnext \
	crispy_print

I only installed the erpnext and crispy_print apps and frappe. However, there are major bugs in the front end. I haven't made any settings. Please check your code.

FRAPPE_VERSION: v16.20.0 # https://github.com/frappe/frappe -Latest version
ERPNEXT_VERSION: v16.21.1 # https://github.com/frappe/erpnext -Latest version
CRISPY_PRINT_VERSION: develop # https://github.com/agatho-daemon/crispy_print -Latest version -BUG

The front-end icons are severely misaligned.
Image

Image Official message: All functions have completely stopped working!!! Image

https://github.com/1060778506/my-frappe-docker/blob/main/.github/workflows/docker-image-v16.yml

1.下载镜像
​	docker pull fengmaode/16-neizhang:latest
	没有梯子用阿里云
	docker pull crpi-0bhfwgabexqd04h9.cn-hangzhou.personal.cr.aliyuncs.com/fengmaode/16-neizhang:latest
	docker tag crpi-0bhfwgabexqd04h9.cn-hangzhou.personal.cr.aliyuncs.com/fengmaode/16-neizhang:latest fengmaode/16-neizhang:latest

2.下载构建文件
	下载两个app的原始代码
	cd C:\Users\fengmaode\Desktop\FrappeDev
	cd C:\Users\fengmaode\Desktop\FrappeDev
	git clone -b develop https://github.com/1060778506/dyeprint.git

​	https://github.com/frappe/frappe_docker/blob/main/devcontainer-example/docker-compose.yml
​	docker-compose.yml
​	更改以下内容

	#第13行附近,改数据卷名字
    	volumes:
		- mariadb-data_v16:/var/lib/mysql

	#第45行附近改镜像名字
	frappe:
		image: fengmaode/16-neizhang:latest

	#第51行附近添加
	environment:
		- SHELL=/bin/bash
		- DEVELOPER_MODE=1		添加
	volumes:
		- ..:/workspace:cached
		- C:/Users/fengmaode/Desktop/FrappeDev/dyeprint:/home/frappe/frappe-bench/apps/dyeprint		添加注意从GIT下载原版的文件
		- C:/Users/fengmaode/Desktop/FrappeDev/fengjing_app:/home/frappe/frappe-bench/apps/fengjing_app		添加注意从GIT下载原版的文件
	#第57行附近改端口
	ports:
		- 18800:8000
		- 19800:9000
	
	#第87行附近改镜像数据卷名字
	volumes:
		mariadb-data_v16:



3.cmd运行
​	docker compose -f docker-compose_v16.yml up -d

4.进入容器
	docker compose -f docker-compose_v16.yml exec frappe bash

5.修正站点的 Redis 配置
	cd ~/frappe-bench
	bench set-config -g redis_cache redis://redis-cache:6379
	bench set-config -g redis_queue redis://redis-queue:6379
	bench set-config -g redis_socketio redis://redis-queue:6379

6.安装app
	bench new-site fjnb \
		--db-host mariadb \
		--db-root-password 123 \
		--admin-password Aa123456789 \
		--mariadb-user-host-login-scope='%' && \
	bench --site fjnb install-app \
		erpnext \
		crispy_print

The following is the installation log. The new system was installed from scratch without any modifications.


frappe@13e164d03d4f:~/frappe-bench$     bench new-site fjnb \
                --db-host mariadb \
                --db-root-password 123 \
                --admin-password Aa123456789 \
                --mariadb-user-host-login-scope='%' && \
        bench --site fjnb install-app \
                erpnext \
                crispy_print
Enter mysql super user [root]:

Installing frappe...
Updating DocTypes for frappe        : [========================================] 100%
Creating Workspace Sidebars
Creating Desktop Icons
Updating Dashboard for frappe
fjnb: SystemSettings.enable_scheduler is UNSET
*** Scheduler is disabled ***

Installing erpnext...
Updating DocTypes for erpnext       : [========================================] 100%
Creating Workspace Sidebars
Creating Desktop Icons
Updating Dashboard for erpnext

Installing crispy_print...
Updating DocTypes for crispy_print  : [========================================] 100%
Creating Workspace Sidebars
Creating Desktop Icons
Updating Dashboard for crispy_print
frappe@13e164d03d4f:~/frappe-bench$ bench --site fjnb set-config disable_multitenancy 1 && bench --site fjnb set-config developer_mode 1
frappe@13e164d03d4f:~/frappe-bench$ cd ~/frappe-bench && bench --site fjnb serve --port 8000
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
 * Running on all addresses (0.0.0.0)
 * Running on http://127.0.0.1:8000
 * Running on http://172.18.0.5:8000
Press CTRL+C to quit
 * Restarting with stat
 * Debugger is active!
 * Debugger PIN: 153-366-854
172.18.0.1 - - [04/Jun/2026 09:39:15] "GET / HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:15] "GET /assets/frappe/dist/css/website.bundle.2PC56UA6.css HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:15] "GET /assets/frappe/dist/js/frappe-web.bundle.CQ6TQUZV.js HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:15] "GET /assets/erpnext/dist/css/erpnext-web.bundle.KU6DIL5D.css HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:15] "GET /assets/frappe/dist/css/login.bundle.PXBSKG6O.css HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:15] "GET /assets/frappe/icons/lucide/icons.svg?v=1780562335.0 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:15] "GET /assets/frappe/icons/timeless/icons.svg?v=1780562335.0 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:15] "GET /assets/frappe/icons/espresso/icons.svg?v=1780562335.0 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:15] "GET /assets/erpnext/icons/pos-icons.svg?v=1780562335.0 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:15] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
172.18.0.1 - - [04/Jun/2026 09:39:15] "GET /assets/frappe/dist/css/login.bundle.PXBSKG6O.css.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:15] "GET /assets/erpnext/dist/css/erpnext-web.bundle.KU6DIL5D.css.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:15] "GET /assets/erpnext/images/erpnext-logo.svg HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:15] "GET /assets/frappe/dist/css/website.bundle.2PC56UA6.css.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:15] "GET /website_script.js HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:15] "GET /assets/frappe/css/fonts/inter/InterVariable.woff2 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:15] "GET /assets/frappe/dist/js/frappe-web.bundle.CQ6TQUZV.js.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:15] "GET /assets/frappe/css/fonts/inter/Inter-SemiBold.woff2 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:15] "GET /assets/frappe/css/fonts/inter/Inter-Medium.woff2 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:16] "GET /assets/frappe/dist/js/file_uploader.bundle.NFWQ74RI.js HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:16] "GET /assets/frappe/dist/js/file_uploader.bundle.NFWQ74RI.js.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:16] "GET /file_uploader.bundle.NHSTONAK.css.map HTTP/1.1" 404 -
172.18.0.1 - - [04/Jun/2026 09:39:18] "POST /login HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:18] "GET /assets/erpnext/images/erpnext-logo.svg HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:20] "GET /desk HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:21] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
172.18.0.1 - - [04/Jun/2026 09:39:21] "GET /assets/frappe/dist/css/report.bundle.UBJ23ZTD.css HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:21] "GET /assets/frappe/dist/css/desk.bundle.C7DBXPQU.css HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:21] "GET /assets/frappe/dist/js/billing.bundle.XJXMQXLI.js HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:21] "GET /assets/frappe/dist/js/desk.bundle.3XXPTDHZ.js HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:21] "GET /assets/erpnext/dist/css/erpnext.bundle.4Q5L45KM.css HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:21] "GET /assets/frappe/dist/js/libs.bundle.JEM3HUCP.js HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:21] "GET /assets/frappe/dist/js/list.bundle.6UJJWRFG.js HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:21] "GET /assets/frappe/dist/js/form.bundle.LQXQTS2O.js HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:21] "GET /assets/frappe/dist/js/controls.bundle.TVX3HX74.js HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:21] "GET /assets/frappe/dist/js/report.bundle.PU3R7L6G.js HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:21] "GET /assets/frappe/dist/js/telemetry.bundle.3ICFTNWB.js HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:21] "GET /assets/erpnext/dist/js/erpnext.bundle.NBVK4N46.js HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:21] "GET /assets/crispy_print/dist/js/report_button.bundle.W2U4PNLQ.js HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:21] "GET /assets/frappe/dist/css/report.bundle.UBJ23ZTD.css.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:21] "GET /assets/erpnext/images/erpnext-logo.svg HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:21] "GET /assets/crispy_print/js/crispy_print_button.js HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:21] "GET /assets/erpnext/dist/css/erpnext.bundle.4Q5L45KM.css.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:21] "GET /assets/frappe/dist/css/desk.bundle.C7DBXPQU.css.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:21] "GET /assets/frappe/css/fonts/inter/InterVariable.woff2 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:21] "GET /assets/frappe/icons/timeless/icons.svg?v=1780562335.0 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:21] "GET /assets/frappe/icons/lucide/icons.svg?v=1780562335.0 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:21] "GET /assets/frappe/icons/espresso/icons.svg?v=1780562335.0 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:21] "GET /assets/frappe/icons/desktop_icons/alphabets.svg?v=1780562335.0 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:21] "GET /assets/erpnext/icons/pos-icons.svg?v=1780562335.0 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:21] "GET /crispy_print/icons/crispy-print-logo.svg?v=1780562335.0 HTTP/1.1" 404 -
172.18.0.1 - - [04/Jun/2026 09:39:21] "GET /assets/frappe/dist/js/libs.bundle.JEM3HUCP.js.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:21] "GET /assets/frappe/dist/js/file_uploader.bundle.NFWQ74RI.js HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:21] "GET /assets/frappe/dist/js/billing.bundle.XJXMQXLI.js.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:21] "GET /assets/frappe/dist/js/desk.bundle.3XXPTDHZ.js.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:22] "GET /assets/frappe/dist/js/controls.bundle.TVX3HX74.js.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:22] "GET /assets/frappe/dist/js/list.bundle.6UJJWRFG.js.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:22] "GET /assets/frappe/dist/js/form.bundle.LQXQTS2O.js.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:22] "GET /assets/erpnext/dist/css/erpnext-web.bundle.KU6DIL5D.css HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:22] "GET /assets/frappe/dist/css/website.bundle.2PC56UA6.css HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:22] "GET /assets/frappe/sounds/email.mp3 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:22] "POST /api/method/crispy_print.api.v1.get_default_doctypes HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:22] "GET /assets/frappe/sounds/submit.mp3 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:22] "GET /assets/frappe/sounds/cancel.mp3 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:22] "GET /assets/frappe/sounds/click.mp3 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:22] "GET /assets/frappe/sounds/delete.mp3 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:22] "GET /assets/frappe/sounds/alert.mp3 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:22] "GET /assets/frappe/dist/js/file_uploader.bundle.NFWQ74RI.js.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:22] "GET /assets/frappe/sounds/error.mp3 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:22] "GET /assets/erpnext/dist/css/erpnext-web.bundle.KU6DIL5D.css.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:22] "GET /assets/frappe/dist/js/report.bundle.PU3R7L6G.js.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:22] "GET /file_uploader.bundle.NHSTONAK.css.map HTTP/1.1" 404 -
172.18.0.1 - - [04/Jun/2026 09:39:22] "GET /assets/frappe/dist/js/telemetry.bundle.3ICFTNWB.js.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:22] "GET /assets/crispy_print/dist/js/report_button.bundle.W2U4PNLQ.js.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:22] "GET /assets/erpnext/dist/js/erpnext.bundle.NBVK4N46.js.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:22] "GET /assets/frappe/dist/css/website.bundle.2PC56UA6.css.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:22] "GET /assets/erpnext/sounds/numpad-touch.mp3 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:22] "GET /assets/erpnext/sounds/incoming-call.mp3 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:22] "GET /assets/erpnext/sounds/call-disconnect.mp3 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:23] "POST /api/method/frappe.core.doctype.session_default_settings.session_default_settings.get_session_default_values HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:23] "GET /assets/erpnext/js/setup_wizard.js?v=1780565962949 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:23] "GET /socket.io/?EIO=4&transport=polling&t=PwI072U HTTP/1.1" 404 -
172.18.0.1 - - [04/Jun/2026 09:39:23] "GET /assets/frappe/dist/js/build_events.bundle.BCX32TWL.js HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:23] "POST /api/method/frappe.desk.page.setup_wizard.setup_wizard.load_languages HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:23] "POST /api/method/frappe.desk.page.setup_wizard.setup_wizard.load_user_details HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:24] "GET /assets/frappe/dist/js/build_events.bundle.BCX32TWL.js.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:24] "GET /api/method/frappe.client.get_value?doctype=System%20Settings&fieldname=["country","timezone","currency","language"]&filters=System%20Settings&_=1780565961616 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:24] "GET /build_events.bundle.CZHNP7YC.css.map HTTP/1.1" 404 -
172.18.0.1 - - [04/Jun/2026 09:39:24] "POST /api/method/frappe.geo.country_info.get_country_timezone_info HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:24] "GET /api/method/frappe.client.get_value?doctype=User&fieldname=["full_name","email"]&filters={"name":["not%20in",["Administrator","Guest"]]}&_=1780565961617 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:25] "GET /api/method/frappe.desk.form.load.getdoc?doctype=Currency&name=CNY&_=1780565961618 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:25] "GET /socket.io/?EIO=4&transport=polling&t=PwI07ev HTTP/1.1" 404 -
172.18.0.1 - - [04/Jun/2026 09:39:26] "GET /assets/frappe/css/fonts/inter/Inter-Bold.woff2 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:26] "GET /assets/frappe/css/fonts/inter/Inter-Medium.woff2 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:27] "GET /socket.io/?EIO=4&transport=polling&t=PwI082W HTTP/1.1" 404 -
172.18.0.1 - - [04/Jun/2026 09:39:27] "GET /assets/frappe/css/fonts/inter/Inter-SemiBold.woff2 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:32] "GET /socket.io/?EIO=4&transport=polling&t=PwI09Hg HTTP/1.1" 404 -
172.18.0.1 - - [04/Jun/2026 09:39:33] "POST /api/method/frappe.desk.page.setup_wizard.setup_wizard.load_messages HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:34] "GET /api/method/frappe.client.get_value?doctype=System%20Settings&fieldname=["country","timezone","currency","language"]&filters=System%20Settings&_=1780565961619 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:34] "GET /api/method/frappe.client.get_value?doctype=User&fieldname=["full_name","email"]&filters={"name":["not%20in",["Administrator","Guest"]]}&_=1780565961620 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:39:34] "GET /assets/frappe/css/fonts/inter/Inter-Regular.woff2 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:11] "POST /api/method/erpnext.accounts.doctype.account.chart_of_accounts.chart_of_accounts.get_charts_for_country HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:20] "GET /assets/frappe/css/fonts/inter/InterVariable-Italic.woff2 HTTP/1.1" 200 -
Updating Dashboard for frappe
Updating Dashboard for erpnext
Updating Dashboard for crispy_print
172.18.0.1 - - [04/Jun/2026 09:40:50] "POST /api/method/frappe.desk.page.setup_wizard.setup_wizard.setup_complete HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:55] "GET /desk HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:55] "GET /assets/frappe/dist/css/desk.bundle.C7DBXPQU.css HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:55] "GET /assets/frappe/dist/js/libs.bundle.JEM3HUCP.js HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:55] "GET /assets/frappe/dist/css/report.bundle.UBJ23ZTD.css HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:55] "GET /assets/frappe/dist/js/billing.bundle.XJXMQXLI.js HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:55] "GET /assets/erpnext/dist/css/erpnext.bundle.4Q5L45KM.css HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:55] "GET /assets/frappe/dist/js/desk.bundle.3XXPTDHZ.js HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:55] "GET /assets/frappe/dist/js/list.bundle.6UJJWRFG.js HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:55] "GET /assets/frappe/dist/js/form.bundle.LQXQTS2O.js HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:55] "GET /assets/frappe/dist/js/report.bundle.PU3R7L6G.js HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:55] "GET /assets/frappe/dist/js/controls.bundle.TVX3HX74.js HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:55] "GET /assets/frappe/dist/js/telemetry.bundle.3ICFTNWB.js HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:55] "GET /assets/erpnext/dist/js/erpnext.bundle.NBVK4N46.js HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:55] "GET /assets/frappe/css/fonts/inter/InterVariable.woff2 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:55] "GET /assets/crispy_print/dist/js/report_button.bundle.W2U4PNLQ.js HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:55] "GET /assets/erpnext/images/erpnext-logo.svg HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:55] "GET /assets/frappe/icons/lucide/icons.svg?v=1780562335.0 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:55] "GET /assets/frappe/icons/timeless/icons.svg?v=1780562335.0 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:55] "GET /assets/frappe/icons/espresso/icons.svg?v=1780562335.0 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:55] "GET /assets/frappe/icons/desktop_icons/alphabets.svg?v=1780562335.0 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:55] "GET /assets/erpnext/dist/css/erpnext.bundle.4Q5L45KM.css.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:55] "GET /assets/crispy_print/js/crispy_print_button.js HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:55] "GET /assets/erpnext/icons/pos-icons.svg?v=1780562335.0 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:55] "GET /assets/frappe/dist/css/report.bundle.UBJ23ZTD.css.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:55] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
172.18.0.1 - - [04/Jun/2026 09:40:55] "GET /assets/frappe/dist/css/desk.bundle.C7DBXPQU.css.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:55] "GET /assets/frappe/dist/js/libs.bundle.JEM3HUCP.js.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:56] "GET /assets/frappe/dist/js/billing.bundle.XJXMQXLI.js.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:56] "GET /crispy_print/icons/crispy-print-logo.svg?v=1780562335.0 HTTP/1.1" 404 -
172.18.0.1 - - [04/Jun/2026 09:40:56] "GET /assets/frappe/dist/js/file_uploader.bundle.NFWQ74RI.js HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:56] "GET /assets/frappe/dist/js/desk.bundle.3XXPTDHZ.js.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:56] "GET /assets/frappe/dist/js/form.bundle.LQXQTS2O.js.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:56] "GET /assets/frappe/dist/js/list.bundle.6UJJWRFG.js.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:56] "GET /assets/frappe/dist/js/controls.bundle.TVX3HX74.js.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:56] "POST /api/method/crispy_print.api.v1.get_default_doctypes HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:56] "GET /assets/erpnext/dist/css/erpnext-web.bundle.KU6DIL5D.css HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:56] "GET /assets/frappe/dist/css/website.bundle.2PC56UA6.css HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:56] "GET /assets/frappe/sounds/submit.mp3 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:56] "GET /assets/frappe/sounds/cancel.mp3 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:56] "GET /assets/frappe/sounds/email.mp3 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:56] "GET /assets/frappe/sounds/delete.mp3 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:56] "GET /assets/frappe/dist/js/report.bundle.PU3R7L6G.js.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:56] "POST /api/method/frappe.core.doctype.session_default_settings.session_default_settings.get_session_default_values HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:56] "GET /socket.io/?EIO=4&transport=polling&t=PwI0Txb HTTP/1.1" 404 -
172.18.0.1 - - [04/Jun/2026 09:40:56] "GET /assets/frappe/sounds/error.mp3 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:57] "GET /assets/erpnext/sounds/call-disconnect.mp3 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:57] "GET /assets/frappe/dist/js/file_uploader.bundle.NFWQ74RI.js.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:57] "GET /assets/frappe/sounds/click.mp3 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:57] "GET /assets/erpnext/sounds/numpad-touch.mp3 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:57] "POST /api/method/frappe.desk.desk_page.getpage HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:57] "GET /assets/frappe/sounds/alert.mp3 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:57] "GET /assets/erpnext/sounds/incoming-call.mp3 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:57] "GET /assets/frappe/dist/js/build_events.bundle.BCX32TWL.js HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:57] "GET /api/method/frappe.desk.doctype.event.event.get_events?start=2026-06-04&end=2026-06-04 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:57] "GET /api/method/frappe.desk.doctype.notification_log.notification_log.get_notification_logs?limit=20 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:57] "GET /file_uploader.bundle.NHSTONAK.css.map HTTP/1.1" 404 -
172.18.0.1 - - [04/Jun/2026 09:40:57] "GET /assets/frappe/dist/js/telemetry.bundle.3ICFTNWB.js.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:57] "GET /api/method/frappe.desk.doctype.notification_log.notification_log.get_notification_logs?limit=20 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:57] "GET /assets/erpnext/dist/js/erpnext.bundle.NBVK4N46.js.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:57] "GET /api/method/frappe.desk.doctype.event.event.get_events?start=2026-06-04&end=2026-06-04 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:58] "GET /assets/frappe/css/fonts/inter/Inter-Regular.woff2 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:58] "GET /assets/erpnext/icons/desktop_icons/solid/selling.svg HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:58] "GET /assets/frappe/css/fonts/inter/Inter-SemiBold.woff2 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:58] "GET /assets/erpnext/icons/desktop_icons/solid/accounts_setup.svg HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:58] "GET /assets/erpnext/icons/desktop_icons/solid/subcontracting.svg HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:58] "GET /assets/erpnext/icons/desktop_icons/solid/quality.svg HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:58] "GET /assets/frappe/images/frappe-framework-logo.svg HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:58] "GET /assets/erpnext/icons/desktop_icons/solid/share_management.svg HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:58] "GET /assets/erpnext/icons/desktop_icons/solid/banking.svg HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:58] "GET /assets/erpnext/icons/desktop_icons/solid/subscription.svg HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:58] "GET /assets/erpnext/icons/desktop_icons/solid/taxes.svg HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:58] "GET /assets/erpnext/icons/desktop_icons/solid/organization.svg HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:58] "GET /assets/erpnext/icons/desktop_icons/solid/stock.svg HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:58] "GET /assets/erpnext/icons/desktop_icons/solid/financial_reports.svg HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:58] "GET /assets/erpnext/icons/desktop_icons/solid/buying.svg HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:58] "GET /assets/erpnext/icons/desktop_icons/solid/erpnext_settings.svg HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:58] "GET /assets/erpnext/icons/desktop_icons/solid/projects.svg HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:58] "GET /assets/erpnext/icons/desktop_icons/solid/manufacturing.svg HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:58] "GET /assets/erpnext/icons/desktop_icons/solid/budget.svg HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:58] "GET /assets/erpnext/icons/desktop_icons/solid/payments.svg HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:58] "GET /assets/erpnext/icons/desktop_icons/solid/invoicing.svg HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:58] "GET /assets/erpnext/icons/desktop_icons/solid/assets.svg HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:58] "GET /assets/frappe/images/ui-states/notification-empty-state.svg HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:58] "GET /assets/crispy_print/dist/js/report_button.bundle.W2U4PNLQ.js.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:58] "GET /assets/erpnext/dist/css/erpnext-web.bundle.KU6DIL5D.css.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:58] "GET /assets/frappe/dist/css/website.bundle.2PC56UA6.css.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:58] "GET /assets/frappe/dist/js/build_events.bundle.BCX32TWL.js.map HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:58] "GET /assets/frappe/images/ui-states/event-empty-state.svg HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:40:59] "GET /socket.io/?EIO=4&transport=polling&t=PwI0ULa HTTP/1.1" 404 -
172.18.0.1 - - [04/Jun/2026 09:40:59] "GET /undefined HTTP/1.1" 404 -
172.18.0.1 - - [04/Jun/2026 09:40:59] "GET /build_events.bundle.CZHNP7YC.css.map HTTP/1.1" 404 -
172.18.0.1 - - [04/Jun/2026 09:41:02] "GET /socket.io/?EIO=4&transport=polling&t=PwI0VFe HTTP/1.1" 404 -
172.18.0.1 - - [04/Jun/2026 09:41:08] "GET /socket.io/?EIO=4&transport=polling&t=PwI0WhP HTTP/1.1" 404 -
172.18.0.1 - - [04/Jun/2026 09:41:28] "GET /desk HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:28] "GET /crispy_print/icons/crispy-print-logo.svg?v=1780562335.0 HTTP/1.1" 404 -
172.18.0.1 - - [04/Jun/2026 09:41:28] "POST /api/method/crispy_print.api.v1.get_default_doctypes HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:29] "POST /api/method/frappe.core.doctype.session_default_settings.session_default_settings.get_session_default_values HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:29] "POST /api/method/frappe.desk.desk_page.getpage HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:29] "GET /socket.io/?EIO=4&transport=polling&t=PwI0bpo HTTP/1.1" 404 -
172.18.0.1 - - [04/Jun/2026 09:41:29] "GET /undefined HTTP/1.1" 404 -
172.18.0.1 - - [04/Jun/2026 09:41:31] "GET /socket.io/?EIO=4&transport=polling&t=PwI0cJn HTTP/1.1" 404 -
172.18.0.1 - - [04/Jun/2026 09:41:34] "GET /socket.io/?EIO=4&transport=polling&t=PwI0d1Z HTTP/1.1" 404 -
172.18.0.1 - - [04/Jun/2026 09:41:38] "GET /socket.io/?EIO=4&transport=polling&t=PwI0eFk HTTP/1.1" 404 -
172.18.0.1 - - [04/Jun/2026 09:41:45] "POST /api/method/frappe.desk.desk_page.getpage HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:45] "GET /desk/dashboard-view/undefined HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:45] "GET /api/method/frappe.desk.reportview.get_list?doctype=Dashboard&fields=["name"]&limit=20&_=1780566088641 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:45] "GET /api/method/frappe.desk.desktop.get_onboarding_data?module=Accounting%20Onboarding&_=1780566088640 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:45] "GET /api/method/frappe.desk.desktop.get_onboarding_data?module=Accounting%20Onboarding&_=1780566088639 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:45] "POST /api/method/frappe.desk.doctype.dashboard.dashboard.get_permitted_cards HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:45] "POST /api/method/frappe.desk.doctype.dashboard.dashboard.get_permitted_charts HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:45] "GET /api/method/frappe.desk.reportview.get_list?filters={"name":"Administrator"}&fields=["*"]&doctype=Dashboard%20Settings&limit=20&_=1780566088646 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:45] "GET /api/method/frappe.desk.form.load.getdoc?doctype=Number%20Card&name=Total%20Outgoing%20Bills&_=1780566088642 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:45] "GET /api/method/frappe.desk.form.load.getdoc?doctype=Number%20Card&name=Total%20Outgoing%20Payment&_=1780566088645 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:45] "GET /api/method/frappe.desk.form.load.getdoc?doctype=Number%20Card&name=Total%20Incoming%20Payment&_=1780566088644 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:45] "GET /api/method/frappe.desk.form.load.getdoc?doctype=Number%20Card&name=Total%20Incoming%20Bills&_=1780566088643 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:45] "POST /api/method/frappe.desk.doctype.number_card.number_card.get_result HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:45] "POST /api/method/frappe.desk.doctype.number_card.number_card.get_result HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:45] "POST /api/method/frappe.desk.doctype.number_card.number_card.get_result HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:45] "POST /api/method/frappe.desk.doctype.number_card.number_card.get_result HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:45] "POST /api/method/frappe.desk.doctype.dashboard_settings.dashboard_settings.create_dashboard_settings HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:46] "GET /api/method/frappe.desk.form.load.getdoc?doctype=Dashboard%20Chart&name=Incoming%20Bills%20(Purchase%20Invoice)&_=1780566088651 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:46] "GET /api/method/frappe.desk.form.load.getdoc?doctype=Dashboard%20Chart&name=Outgoing%20Bills%20(Sales%20Invoice)&_=1780566088652 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:46] "GET /api/method/frappe.desk.form.load.getdoctype?doctype=Payment%20Entry&with_parent=1&_=1780566088648 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:46] "GET /api/method/frappe.desk.form.load.getdoctype?doctype=Payment%20Entry&with_parent=1&_=1780566088649 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:46] "GET /api/method/frappe.desk.form.load.getdoc?doctype=Dashboard%20Chart&name=Accounts%20Receivable%20Ageing&_=1780566088653 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:46] "GET /api/method/frappe.desk.form.load.getdoc?doctype=Dashboard%20Chart&name=Accounts%20Payable%20Ageing&_=1780566088654 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:46] "POST /api/method/frappe.desk.doctype.dashboard_chart.dashboard_chart.get HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:46] "GET /api/method/frappe.desk.form.load.getdoc?doctype=Dashboard%20Chart&name=Bank%20Balance&_=1780566088655 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:46] "POST /api/method/frappe.desk.doctype.dashboard_chart.dashboard_chart.get HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:46] "POST /api/method/frappe.desk.doctype.number_card.number_card.get_percentage_difference HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:46] "POST /api/method/frappe.desk.doctype.number_card.number_card.get_percentage_difference HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:46] "GET /api/method/frappe.desk.form.load.getdoctype?doctype=Purchase%20Invoice&with_parent=1&_=1780566088650 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:46] "GET /api/method/frappe.desk.form.load.getdoctype?doctype=Purchase%20Invoice&with_parent=1&_=1780566088656 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:46] "GET /api/method/frappe.client.get?doctype=Dashboard%20Chart&name=Incoming%20Bills%20(Purchase%20Invoice)&_=1780566088658 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:46] "GET /api/method/frappe.desk.form.load.getdoctype?doctype=Sales%20Invoice&with_parent=1&_=1780566088647 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:46] "POST /api/method/frappe.desk.doctype.dashboard_chart_source.dashboard_chart_source.get_config HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:46] "GET /api/method/frappe.desk.form.load.getdoctype?doctype=Sales%20Invoice&with_parent=1&_=1780566088657 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:46] "GET /api/method/frappe.client.get?doctype=Dashboard%20Chart&name=Outgoing%20Bills%20(Sales%20Invoice)&_=1780566088660 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:46] "POST /api/method/frappe.desk.doctype.number_card.number_card.get_percentage_difference HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:46] "POST /api/method/frappe.desk.query_report.get_script HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:46] "POST /api/method/frappe.desk.query_report.get_script HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:46] "GET /api/method/frappe.desk.form.load.getdoctype?doctype=Purchase%20Invoice&with_parent=1&_=1780566088659 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:46] "POST /api/method/frappe.desk.doctype.number_card.number_card.get_percentage_difference HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:46] "POST /api/method/erpnext.accounts.doctype.accounting_dimension.accounting_dimension.get_dimensions HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:46] "POST /api/method/erpnext.accounts.doctype.accounting_dimension.accounting_dimension.get_dimensions HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:47] "GET /api/method/frappe.desk.form.load.getdoctype?doctype=Sales%20Invoice&with_parent=1&_=1780566088661 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:47] "GET /api/method/frappe.desk.form.load.getdoctype?doctype=Journal%20Entry&with_parent=1&_=1780566088662 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:47] "GET /api/method/frappe.desk.reportview.get_list?filters={"account_type":"Receivable"}&fields=["name"]&doctype=Party%20Type&limit=20&_=1780566088664 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:47] "GET /api/method/frappe.desk.reportview.get_list?filters={"account_type":"Payable"}&fields=["name"]&doctype=Party%20Type&limit=20&_=1780566088663 HTTP/1.1" 200 -
Traceback (most recent call last):
  File "apps/frappe/frappe/app.py", line 121, in application
    response = frappe.api.handle(request)
  File "apps/frappe/frappe/api/__init__.py", line 63, in handle
    data = endpoint(**arguments)
  File "apps/frappe/frappe/api/v1.py", line 40, in handle_rpc_call
    return frappe.handler.handle()
           ~~~~~~~~~~~~~~~~~~~~~^^
  File "apps/frappe/frappe/handler.py", line 53, in handle
    data = execute_cmd(cmd)
  File "apps/frappe/frappe/handler.py", line 86, in execute_cmd
    return frappe.call(method, **frappe.form_dict)
           ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "apps/frappe/frappe/__init__.py", line 1129, in call
    return fn(*args, **newargs)
  File "apps/frappe/frappe/utils/typing_validations.py", line 36, in wrapper
    return func(*args, **kwargs)
  File "apps/frappe/frappe/utils/dashboard.py", line 32, in wrapper
    results = generate_and_cache_results(kwargs, function, cache_key, chart)
  File "apps/frappe/frappe/utils/dashboard.py", line 41, in generate_and_cache_results
    results = function(
        chart_name=args.chart_name,
    ...<5 lines>...
        heatmap_year=args.heatmap_year or None,
    )
  File "apps/erpnext/erpnext/accounts/dashboard_chart_source/account_balance_timeline/account_balance_timeline.py", line 43, in get
    frappe.throw(
    ~~~~~~~~~~~~^
        _("Account is not set for the dashboard chart {0}").format(
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                get_link_to_form("Dashboard Chart", chart_name)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        )
     ^
    )
    ^
  File "apps/frappe/frappe/utils/messages.py", line 159, in throw
    msgprint(
    ~~~~~~~~^
        msg,
     ^^^^
    ...<7 lines>...
        allow_dangerous_html=allow_dangerous_html,
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "apps/frappe/frappe/utils/messages.py", line 118, in msgprint
    _raise_exception()
    ~~~~~~~~~~~~~~~~^^
  File "apps/frappe/frappe/utils/messages.py", line 59, in _raise_exception
    raise exc
frappe.exceptions.ValidationError: 尚未为统计图表Bank Balance设置科目

172.18.0.1 - - [04/Jun/2026 09:41:47] "POST /api/method/frappe.desk.listview.get_list_settings HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:47] "POST /api/method/frappe.desk.reportview.get HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:47] "POST /api/method/frappe.model.utils.user_settings.save HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:47] "POST /api/method/frappe.model.utils.user_settings.save HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:47] "GET /api/method/frappe.desk.reportview.get_count?doctype=Journal%20Entry&filters=[]&fields=[]&distinct=false&limit=1001 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:47] "GET /api/method/frappe.desk.reportview.get_list?fields=["name","filter_name","for_user","filters"]&filters={"reference_doctype":"Journal%20Entry"}&or_filters=[["for_user","%3D","Administrator"],["for_user","%3D",""]]&order_by=filter_name%20asc&doctype=List%20Filter&limit=20&_=1780566088665 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:47] "POST /api/method/erpnext.accounts.dashboard_chart_source.account_balance_timeline.account_balance_timeline.get HTTP/1.1" 417 -
172.18.0.1 - - [04/Jun/2026 09:41:48] "POST /api/method/frappe.desk.query_report.run HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:48] "POST /api/method/frappe.desk.query_report.run HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:48] "GET /api/method/frappe.client.get?doctype=Dashboard%20Chart&name=Accounts%20Receivable%20Ageing&_=1780566088666 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:48] "GET /api/method/frappe.client.get_value?doctype=Report&fieldname=ref_doctype&filters=Accounts%20Receivable&_=1780566088667 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:48] "GET /api/method/frappe.client.get?doctype=Dashboard%20Chart&name=Accounts%20Payable%20Ageing&_=1780566088668 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:48] "GET /api/method/frappe.client.get_value?doctype=Report&fieldname=ref_doctype&filters=Accounts%20Payable&_=1780566088669 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:41:57] "POST /api/method/frappe.desk.doctype.route_history.route_history.deferred_insert HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:42:21] "GET /desk/journal-entry HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:42:21] "GET /crispy_print/icons/crispy-print-logo.svg?v=1780562335.0 HTTP/1.1" 404 -
172.18.0.1 - - [04/Jun/2026 09:42:21] "POST /api/method/crispy_print.api.v1.get_default_doctypes HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:42:21] "POST /api/method/frappe.core.doctype.session_default_settings.session_default_settings.get_session_default_values HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:42:21] "GET /api/method/frappe.desk.form.load.getdoctype?doctype=Journal%20Entry&with_parent=1&_=1780566141291 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:42:21] "GET /socket.io/?EIO=4&transport=polling&t=PwI0ods HTTP/1.1" 404 -
172.18.0.1 - - [04/Jun/2026 09:42:21] "POST /api/method/frappe.desk.listview.get_list_settings HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:42:21] "GET /api/method/frappe.desk.desktop.get_onboarding_data?module=Accounting%20Onboarding&_=1780566141292 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:42:21] "GET /api/method/frappe.desk.doctype.notification_log.notification_log.get_notification_logs?limit=20 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:42:21] "GET /desk/undefined HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:42:21] "POST /api/method/frappe.desk.reportview.get HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:42:21] "POST /api/method/frappe.model.utils.user_settings.save HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:42:21] "GET /api/method/frappe.desk.reportview.get_count?doctype=Journal%20Entry&filters=[]&fields=[]&distinct=false&limit=1001 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:42:21] "GET /api/method/frappe.desk.reportview.get_list?fields=["name","filter_name","for_user","filters"]&filters={"reference_doctype":"Journal%20Entry"}&or_filters=[["for_user","%3D","Administrator"],["for_user","%3D",""]]&order_by=filter_name%20asc&doctype=List%20Filter&limit=20&_=1780566141293 HTTP/1.1" 200 -
172.18.0.1 - - [04/Jun/2026 09:42:23] "GET /socket.io/?EIO=4&transport=polling&t=PwI0p3- HTTP/1.1" 404 -
172.18.0.1 - - [04/Jun/2026 09:42:24] "GET /socket.io/?EIO=4&transport=polling&t=PwI0pNK HTTP/1.1" 404 -

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions