|
vor 1 Monat | |
---|---|---|
upsystem | vor 1 Monat | |
.editorconfig | vor 2 Monaten | |
.eslintrc | vor 2 Monaten | |
.gitignore | vor 2 Monaten | |
.pre-commit-config.yaml | vor 2 Monaten | |
README.md | vor 2 Monaten | |
license.txt | vor 2 Monaten | |
pyproject.toml | vor 2 Monaten |
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