App for adding formulas for any doctype
Go to file
Away 0ee3d6d965 formula editor fixtures from btp 2025-08-28 11:55:21 +00:00
formula_editor formula editor fixtures from btp 2025-08-28 11:55:21 +00:00
.editorconfig feat: Initialize App 2025-02-27 19:01:56 +04:00
.eslintrc feat: Initialize App 2025-02-27 19:01:56 +04:00
.gitignore feat: Initialize App 2025-02-27 19:01:56 +04:00
.pre-commit-config.yaml feat: Initialize App 2025-02-27 19:01:56 +04:00
README.md feat: Initialize App 2025-02-27 19:01:56 +04:00
license.txt feat: Initialize App 2025-02-27 19:01:56 +04:00
package-lock.json Formula editor parsed to small modules, also added table() function in reports 2025-07-02 13:55:25 +04:00
package.json Formula editor parsed to small modules, also added table() function in reports 2025-07-02 13:55:25 +04:00
pyproject.toml feat: Initialize App 2025-02-27 19:01:56 +04:00

README.md

Formula Editor

App for adding formulas for any doctype

Installation

You can install this app using the bench CLI:

cd $PATH_TO_YOUR_BENCH
bench get-app $URL_OF_THIS_REPO --branch develop
bench install-app formula_editor

Contributing

This app uses pre-commit for code formatting and linting. Please install pre-commit and enable it for this repository:

cd apps/formula_editor
pre-commit install

Pre-commit is configured to use the following tools for checking and formatting your code:

  • ruff
  • eslint
  • prettier
  • pyupgrade

License

unlicense