|
1 month ago | |
---|---|---|
upsystem | 1 month ago | |
.editorconfig | 2 months ago | |
.eslintrc | 2 months ago | |
.gitignore | 2 months ago | |
.pre-commit-config.yaml | 2 months ago | |
README.md | 2 months ago | |
license.txt | 2 months ago | |
pyproject.toml | 2 months ago |
up
Abbreviation Generation Rules:
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 upsystem
Note: After installation, existing customers will automatically get abbreviations generated.
To test the abbreviation generation logic:
bench --site <site> console
Then run:
exec(open('apps/upsystem/upsystem/test_customer_abbr.py').read())
This app uses pre-commit
for code formatting and linting. Please install pre-commit and enable it for this repository:
cd apps/upsystem
pre-commit install
Pre-commit is configured to use the following tools for checking and formatting your code:
mit