No description
router.js:373 Uncaught (in promise) TypeError: Converting circular structure to JSON
--> starting at object with constructor 'frappe.ui.form.Form'
| property 'grids' -> object with constructor 'Array'
| index 0 -> object with constructor 'frappe.ui.form.ControlTable'
--- property 'frm' closes the circle
at JSON.stringify (<anonymous>)
at router.js:373:65
at Array.map (<anonymous>)
at Promise.finally.frappe.route_flags (router.js:373:7)
at new Promise (<anonymous>)
at Object.set_route (router.js:360:10)
at frappe.set_route (router.js:567:33)
at frappe.ui.form.Form.print_doc (form.js:1276:10)
at HTMLButtonElement.<anonymous> (toolbar.js:330:14)
at HTMLButtonElement.dispatch (jquery.js:5135:27)
at Rt.handle (jquery.js:4939:28)
at HTMLButtonElement.i (helpers.ts:95:1)
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
|
||
|---|---|---|
| .github | ||
| cypress | ||
| esbuild | ||
| frappe | ||
| realtime | ||
| .coveragerc | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .flake8 | ||
| .git-blame-ignore-revs | ||
| .gitignore | ||
| .mergify.yml | ||
| .pre-commit-config.yaml | ||
| .releaserc | ||
| .semgrepignore | ||
| attributions.md | ||
| CODE_OF_CONDUCT.md | ||
| codecov.yml | ||
| CODEOWNERS | ||
| commitlint.config.js | ||
| cypress.config.js | ||
| generate_bootstrap_theme.js | ||
| hooks.md | ||
| LICENSE | ||
| node_utils.js | ||
| package.json | ||
| pyproject.toml | ||
| README.md | ||
| SECURITY.md | ||
| sider.yml | ||
| socketio.js | ||
| yarn.lock | ||
Full-stack web application framework that uses Python and MariaDB on the server side and a tightly integrated client side library. Built for ERPNext.
Login for the PWD site: (username: Administrator, password: admin)
Table of Contents
Installation
Production
- Managed Hosting on Frappe Cloud
- Easy install script using Docker images
- Manual install using Docker images
Development
Contributing
Resources
- frappeframework.com - Official documentation of the Frappe Framework.
- frappe.school - Pick from the various courses by the maintainers or from the community.
- buildwithhussain.dev - Watch Frappe Framework being used in the wild to build world-class web apps.
License
This repository has been released under the MIT License.
By contributing to Frappe, you agree that your contributions will be licensed under its MIT License.