Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Payments #9

Draft
wants to merge 39 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
373f3a8
separate esignature and user_hook
BryceStevenWilley Jul 5, 2023
eddc20e
Bump to 1.1.0 beta 1 for payments stuff
BryceStevenWilley Jul 5, 2023
500646b
Separate out fee-waiver from e-file logic
BryceStevenWilley Jul 5, 2023
4401b76
default_jurisidiction_waiver, not jurisdiction_waiver
BryceStevenWilley Jul 5, 2023
acca094
Improved payments from feedback a bit, still need to test
BryceStevenWilley Jul 10, 2023
8601a12
More progress on the payments stuff
BryceStevenWilley Jul 11, 2023
d9d8d70
Added back payments screens
BryceStevenWilley Jul 12, 2023
cf8275d
More from comments and feedback on payments
BryceStevenWilley Jul 13, 2023
7aa6836
Make hand_delivery_info the same again
BryceStevenWilley Jul 13, 2023
ab29cc5
Bump to 1.1.0 beta 2
BryceStevenWilley Jul 14, 2023
89aa416
Kiln tests are passing!
BryceStevenWilley Jul 14, 2023
4c0f4af
Moved self kickout question to after efiling q
BryceStevenWilley Jul 17, 2023
374f7c2
Add envelope_id to email template (needs v1.1.3 of EfileProxy)
BryceStevenWilley Jul 17, 2023
bc3ae58
wants efile, then kickout, then login
BryceStevenWilley Jul 18, 2023
8800327
Sorry -> You will not be able to ...
BryceStevenWilley Jul 19, 2023
e8978f3
Better neutral / response emails
BryceStevenWilley Jul 19, 2023
c8e0234
AOIC feedback
BryceStevenWilley Aug 10, 2023
4f4a32d
Bump version to 1.1.0b3
BryceStevenWilley Aug 10, 2023
4148de3
Another round of payments updates, v to 1.1.0b4
BryceStevenWilley Aug 15, 2023
5dd78c3
Correct filing codes for fee vs no fee
BryceStevenWilley Aug 24, 2023
82ed661
One more setence
BryceStevenWilley Aug 25, 2023
eb41d4b
Sept 7th changes
BryceStevenWilley Sep 12, 2023
7b6edaa
Initial handling of sealed cases
BryceStevenWilley Sep 12, 2023
b33de29
Let lots more courts do Jury demand thru opt serv
BryceStevenWilley Sep 21, 2023
0553f68
Bump version to 1.1.0.b5
BryceStevenWilley Sep 21, 2023
501b11d
Add all potential courts to the opt serv list
BryceStevenWilley Sep 21, 2023
a7d3eca
More small tweaks
BryceStevenWilley Sep 25, 2023
fdcedfb
Continue -> continue button field
BryceStevenWilley Sep 26, 2023
c19918d
MinorFormatEdits
mnewsted Oct 16, 2023
3054ef1
Ignore Entry of Appearance filing codes
BryceStevenWilley Oct 20, 2023
0846c6e
Bump to version 1.1.0b8
BryceStevenWilley Oct 20, 2023
c1a2fc0
Handle when small claims for 12 jury demand
BryceStevenWilley Oct 26, 2023
c5429f9
Bump to 1.1.0b9
BryceStevenWilley Oct 26, 2023
dd79030
Add in filing description / clerk comment
BryceStevenWilley Dec 15, 2023
94f259e
Bump version to 1.1.0b10
BryceStevenWilley Dec 15, 2023
26520c9
Fix cross reference error and typo
BryceStevenWilley Dec 18, 2023
e0b90a6
Bump version to 1.1.0b11
BryceStevenWilley Dec 18, 2023
091fe77
Change filing_description to filing_comment
BryceStevenWilley Dec 20, 2023
3e0db22
Bump version to 1.1.0b12
BryceStevenWilley Dec 20, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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) 2023 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.1.0b12'
Loading
Loading