Skip to content

Commit

Permalink
dupage and file type exclusions plus minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mnewsted committed Oct 31, 2024
1 parent 4e365d0 commit d19d85d
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 18 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2022 Matt Newsted
Copyright (c) 2024 Matt Newsted

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion docassemble/AppearanceEfile/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.13'
__version__ = '1.0.15'
14 changes: 8 additions & 6 deletions docassemble/AppearanceEfile/data/questions/appearance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ under: |
% endif
 
${ action_button_html(interview_url(i="docassemble.ILAOEfile:feedback.yml", easy_form_interview=ilao_easy_form_url, easy_form_title=ilao_easy_form_title, easy_form_page=user_info().question_id, easy_form_variable=user_info().variable, local=False,reset=1), label=':comment: Was this program helpful?', color="#181c36", size="md", new_window=True) }
${ action_button_html(interview_url(i="docassemble.ILAOEfile:feedback.yml", easy_form_interview=ilao_easy_form_url, easy_form_title=ilao_easy_form_title, easy_form_page=current_context().question_id, easy_form_variable=current_context().variable, local=False,reset=1), label=':comment: Was this program helpful?', color="#181c36", size="md", new_window=True) }
---
if: not ready_to_efile
id: get docs screen
Expand All @@ -1156,15 +1156,15 @@ subquestion: |
${ action_button_html(url_action('review_appearance'), label=':edit: Make changes', color='success', size="md") }
This program does not file your Appearance with the court or deliver it to other parties in your case. Learn about [**e-filing in Illinois**](https://www.illinoiscourts.gov/eservices/efileil/).
This program does not file your Appearance with the court or deliver it to other parties in your case. Learn about [**e-filing in Illinois**](https://www.illinoiscourts.gov/eservices/information-for-filers-without-lawyers).
${ al_user_bundle.download_list_html() }
 
${ al_user_bundle.send_button_html(show_editable_checkbox=False) }
**Note:** This program does not file your Appearance with the court or deliver it to other parties in your case. Learn about [e-filing in Illinois](https://www.illinoiscourts.gov/eservices/efileil/).
**Note:** This program does not file your Appearance with the court or deliver it to other parties in your case. Learn about [e-filing in Illinois](https://www.illinoiscourts.gov/eservices/information-for-filers-without-lawyers).
Thank you for using ILAO Easy Forms!
under: |
Expand All @@ -1173,7 +1173,7 @@ under: |
% endif
 
${ action_button_html(interview_url(i="docassemble.ILAOEfile:feedback.yml", easy_form_interview=ilao_easy_form_url, easy_form_title=ilao_easy_form_title, easy_form_page=user_info().question_id, easy_form_variable=user_info().variable, local=False,reset=1), label=':comment: Was this program helpful?', color="#181c36", size="md", new_window=True) }
${ action_button_html(interview_url(i="docassemble.ILAOEfile:feedback.yml", easy_form_interview=ilao_easy_form_url, easy_form_title=ilao_easy_form_title, easy_form_page=current_context().question_id, easy_form_variable=current_context().variable, local=False,reset=1), label=':comment: Was this program helpful?', color="#181c36", size="md", new_window=True) }
---
# old email forms functionality
#id: email forms
Expand Down Expand Up @@ -1216,7 +1216,7 @@ under: |
#
#  
#
# ${ action_button_html(interview_url(i="docassemble.ILAOEfile:feedback.yml", easy_form_interview=ilao_easy_form_url, easy_form_title=ilao_easy_form_title, easy_form_page=user_info().question_id, easy_form_variable=user_info().variable, local=False,reset=1), label=':comment: Was this program helpful?', color="#181c36", size="md", new_window=True) }
# ${ action_button_html(interview_url(i="docassemble.ILAOEfile:feedback.yml", easy_form_interview=ilao_easy_form_url, easy_form_title=ilao_easy_form_title, easy_form_page=current_context().question_id, easy_form_variable=current_context().variable, local=False,reset=1), label=':comment: Was this program helpful?', color="#181c36", size="md", new_window=True) }
---
generic object: ALDocumentBundle
template: x.send_email_template
Expand Down Expand Up @@ -1267,7 +1267,7 @@ under: |
 
${ action_button_html(interview_url(i="docassemble.ILAOEfile:feedback.yml", easy_form_interview=ilao_easy_form_url, easy_form_title=ilao_easy_form_title, easy_form_page=user_info().question_id, easy_form_variable=user_info().variable, local=False,reset=1), label=':comment: Was this program helpful?', color="#181c36", size="md", new_window=True) }
${ action_button_html(interview_url(i="docassemble.ILAOEfile:feedback.yml", easy_form_interview=ilao_easy_form_url, easy_form_title=ilao_easy_form_title, easy_form_page=current_context().question_id, easy_form_variable=current_context().variable, local=False,reset=1), label=':comment: Was this program helpful?', color="#181c36", size="md", new_window=True) }
---
objects:
- illinois_appearance_attachment: ALDocument.using(title="Appearance Form", filename="appearance.pdf", has_addendum=False)
Expand Down Expand Up @@ -1698,6 +1698,8 @@ review:
**Do you want to add your e-signature?**
${ word(yesno(e_signature)) }
show if: not can_check_efile
- note: |
[**Review your Fee waiver answers**](${url_action('review_IL_fee_waiver')})
- note: |
If you want to change the court or case you are filing into, you will have to
restart the interview from the beginning.
Expand Down
6 changes: 3 additions & 3 deletions docassemble/AppearanceEfile/data/questions/efile_ports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ subquestion: |
% else:
Here are the forms that we could not deliver. You should save and e-file them elsewhere.
Learn about [**e-filing in Illinois**](https://www.illinoiscourts.gov/eservices/efileil/).
Learn about [**e-filing in Illinois**](https://www.illinoiscourts.gov/eservices/information-for-filers-without-lawyers).
% endif
Expand All @@ -327,7 +327,7 @@ under: |
% endif
 
${ action_button_html(interview_url(i="docassemble.ILAO:feedback.yml", easy_form_interview=ilao_easy_form_url, easy_form_title=ilao_easy_form_title, easy_form_page=user_info().question_id, easy_form_variable=user_info().variable, local=False,reset=1), label=':comment: Was this program helpful?', color="#181c36", size="md", new_window=True) }
${ action_button_html(interview_url(i="docassemble.ILAO:feedback.yml", easy_form_interview=ilao_easy_form_url, easy_form_title=ilao_easy_form_title, easy_form_page=current_context().question_id, easy_form_variable=current_context().variable, local=False,reset=1), label=':comment: Was this program helpful?', color="#181c36", size="md", new_window=True) }
---
code: |
def yes_no_confidential(opts):
Expand Down Expand Up @@ -382,7 +382,7 @@ subquestion: |
**Keep track of this e-filing account.** You can use it to e-file other forms or make corrections.
% if hasattr(user_info(), 'email'):
% if hasattr(current_context(), 'email'):
This might **not** be the same login information for ${ get_config('external hostname') } (that you are currently logged into).
% endif
fields:
Expand Down
5 changes: 1 addition & 4 deletions docassemble/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
try:
__import__('pkg_resources').declare_namespace(__name__)
except ImportError:
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
__import__('pkg_resources').declare_namespace(__name__)

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[metadata]
description-file = README.md
description_file = README.md
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def find_package_data(where='.', package='', exclude=standard_exclude, exclude_d
return out

setup(name='docassemble.AppearanceEfile',
version='1.0.13',
version='1.0.15',
description=('Appearance'),
long_description='# docassemble.AppearanceEfile\r\n\r\nAppearance, with E-filing.\r\n\r\nA complete duplicate of https://github.com/IllinoisLegalAidOnline/docassemble-Appearance,\r\nbut with e-filing added. This is a pilot project, and separated so the original Appearance\r\ncan stay stable as experimental features are added to this e-filing version.\r\n\r\n## Author\r\n\r\nMatt Newsted, mnewsted@illinoislegalaid.org\r\nBryce Willey, bwilley@suffolk.edu\r\n',
long_description_content_type='text/markdown',
Expand All @@ -54,7 +54,7 @@ def find_package_data(where='.', package='', exclude=standard_exclude, exclude_d
url='https://www.illinoislegalaid.org',
packages=find_packages(),
namespace_packages=['docassemble'],
install_requires=['docassemble.AssemblyLine>=2.19.0', 'docassemble.EFSPIntegration>=1.1.0', 'docassemble.ILAOEfile>=1.0.0'],
install_requires=['docassemble.AssemblyLine>=3.1.0', 'docassemble.EFSPIntegration>=1.5.0', 'docassemble.ILAOEfile>=1.0.4'],
zip_safe=False,
package_data=find_package_data(where='docassemble/AppearanceEfile/', package='docassemble.AppearanceEfile'),
)
Expand Down

0 comments on commit d19d85d

Please sign in to comment.