docassemble icon indicating copy to clipboard operation
docassemble copied to clipboard

A free, open-source expert system for guided interviews and document assembly, based on Python, YAML, and Markdown.

Results 122 docassemble issues
Sort by recently updated
recently updated
newest added

I am trying to run the following scenario: As part of an interview, I am collecting contract parties with name and address. Any contract party within our company, I have...

This is before my functionality testing with a docker build.

Given the following interview (where fruits are sorted not alphabetically, but by juiciness) ```yaml question: | Please tell me what you think. fields: - "Select the fruits you like": likes_fruit...

https://github.com/jhpyle/docassemble/blob/71291663db930157bcb0dd5beb6f80a56a3ec099/docassemble_base/docassemble/base/data/sources/de-words.yml#L799 "Share" is used as verb, so its better translated "Teilen" instead of "Aktie" in the context that is used in docassemble

In the example: "E-mailing or texting the user a link for purposes of using the touchscreen" https://docassemble.org/docs/recipes.html#hybrid There is a version has multi_user=False where the first interview references: second-interview.yml. When...

Currently you cannot encrypt the redis connection due to the connection string parser not supporting rediss:// protocol nor a ssl=true flag https://docs.objectrocket.com/redis_python_examples.html#connecting-with-ssl

This results in errors any time the psql command is used if ssl enforcement is enabled. See https://github.com/jhpyle/docassemble/blob/master/Docker/initialize.sh#:~:text=export%20PGHOST%3D%22%24%7BDBHOST,unset%20PGDATABASE

Hi, I'm trying to start docassemble in a corporate environment without direct internet access. It is getting stuck after the output `initialize: Creating tables`. On a workstation with internet access...