rattail/rattail
Lance Edgar 37271dc577 fix: remove reference to click package
typer now "vendors" click so the true package may not be present
2026-05-28 10:44:16 -05:00
..
autocomplete fix: avoid error in product autocomplete for duplicated key 2024-11-20 20:15:44 -06:00
batch feat: add support for new ordering batch from parsed file 2024-10-22 14:25:55 -05:00
bouncer feat: move some app model logic to wuttjamaican 2024-07-11 13:06:54 -05:00
commands fix: remove reference to click package 2026-05-28 10:44:16 -05:00
contrib fix: refactor code so most things work without sqlalchemy 2024-07-04 10:35:04 -05:00
data fix: remove references, dependency for six package 2024-07-01 17:18:35 -05:00
datasync fix: deprecate config.rattail_engines in favor of appdb_engines 2024-08-19 14:14:06 -05:00
db fix: move some logic to avoid error when no sqlalchemy 2024-12-05 08:22:28 -06:00
features fix: use app.get_title() and app.get_node_title(); avoid deprecated calls 2024-08-21 08:58:57 -05:00
filemon fix: deprecate parse_bool() and parse_list() in rattail.config 2024-07-01 21:31:22 -05:00
importing fix: use app.get_title() and app.get_node_title(); avoid deprecated calls 2024-08-21 08:58:57 -05:00
luigi fix: *do* keep exit code for run-n-mail overnight luigi task 2024-12-28 10:49:04 -06:00
mailmon fix: deprecate parse_bool() and parse_list() in rattail.config 2024-07-01 21:31:22 -05:00
poser fix: use app.get_title() and app.get_node_title(); avoid deprecated calls 2024-08-21 08:58:57 -05:00
problems fix: add problem report for duplicated product keys 2024-11-20 19:49:31 -06:00
projects fix: cleanup some code for wutta project template 2024-11-30 15:29:04 -06:00
reporting feat: move some app model logic to wuttjamaican 2024-07-11 13:06:54 -05:00
shopfoo Add base pattern logic for Shopfoo data export 2020-08-19 22:11:04 -05:00
sil fix: remove references, dependency for six package 2024-07-01 17:18:35 -05:00
templates fix: add problem report for duplicated product keys 2024-11-20 19:49:31 -06:00
trainwreck todo: add comment reminder re: naming trainwreck constraints 2024-12-27 19:32:25 -06:00
vendors feat: add support for new ordering batch from parsed file 2024-10-22 14:25:55 -05:00
win32 Fix how win32 service commands are ran, e.g. for install 2023-06-27 20:43:36 -05:00
__init__.py Switch license to GPL v3 (no longer Affero) 2017-07-06 23:34:13 -05:00
_version.py test: improve some tests, docs for rattail.config module 2024-07-01 23:07:05 -05:00
app.py fix: add custom make_uuid() function, app handler method 2024-11-30 16:40:20 -06:00
auth.py fix: use simple string instead of UUID for special role getters 2024-12-08 08:10:41 -06:00
backup.py fix: deprecate parse_bool() and parse_list() in rattail.config 2024-07-01 21:31:22 -05:00
barcodes.py fix: remove references, dependency for six package 2024-07-01 17:18:35 -05:00
board.py Add basic structure for "Board Handler" feature 2020-12-02 14:12:20 -06:00
cleanup.py Add initial logic for rattail cleanup command 2022-12-23 23:28:50 -06:00
clientele.py fix: refactor code so most things work without sqlalchemy 2024-07-04 10:35:04 -05:00
config.py docs: update comment for startup versioning workaround 2024-09-08 19:40:34 -05:00
core.py fix: add custom make_uuid() function, app handler method 2024-11-30 16:40:20 -06:00
csvutil.py fix: remove references, dependency for six package 2024-07-01 17:18:35 -05:00
custorders.py Add per-department default item discount for customer orders 2023-12-22 11:49:34 -06:00
daemon.py fix: remove references, dependency for six package 2024-07-01 17:18:35 -05:00
emails.py fix: use app.get_title() and app.get_node_title(); avoid deprecated calls 2024-08-21 08:58:57 -05:00
employment.py Add new employee to session after making it 2024-04-01 18:25:51 -05:00
enum.py fix: remove enum for sqlalchemy-continuum operation types 2024-11-12 19:43:41 -06:00
excel.py fix: remove references, dependency for six package 2024-07-01 17:18:35 -05:00
exceptions.py fix: remove references, dependency for six package 2024-07-01 17:18:35 -05:00
files.py fix: use importlib_resources before python 3.9 2024-07-02 09:58:30 -05:00
gpc.py fix: remove references, dependency for six package 2024-07-01 17:18:35 -05:00
install.py fix: stop setting falafel theme in installer 2024-08-09 16:13:47 -05:00
labels.py Add get_label_profiles() method for LabelHandler 2023-09-02 10:55:02 -05:00
logging.py Remove timezone converter for logging formatter 2023-11-11 21:53:29 -06:00
mail.py fix: inherit from wuttjamaican for EmailHandler 2024-08-26 15:22:39 -05:00
mako.py Massive overhaul of "generate project" feature 2023-05-05 00:13:44 -05:00
membership.py Add get_equity_full_investment_amount() method for membership handler 2023-09-15 12:56:50 -05:00
monitoring.py feat: move some app model logic to wuttjamaican 2024-07-11 13:06:54 -05:00
org.py fix: fix bugs in OrgHandler.get_subdepartment() 2024-07-16 21:13:02 -05:00
palm.py Misc. cleanup for Python 3 2018-02-12 14:55:15 -06:00
people.py fix: avoid deprecated self.model for people handler 2024-07-15 22:19:56 -05:00
pod.py Add way to prevent error in pod.get_image_url() 2023-05-16 17:31:24 -05:00
poddoc.py Add 'force' kwarg to pod.render_document() 2018-02-02 17:05:49 -06:00
pricing.py Update logic for calculating markup from margin 2022-10-28 19:30:50 -05:00
products.py fix: avoid error in product autocomplete for duplicated key 2024-11-20 20:15:44 -06:00
progress.py fix: remove references, dependency for six package 2024-07-01 17:18:35 -05:00
settings.py Add rattail make-project command, for simpler quickstart 2023-01-02 09:16:12 -06:00
tailbone.py Add schema, basic logic for user API tokens 2023-05-15 08:07:33 -05:00
telemetry.py Allow suppress warnings for ambiguous config key 2023-10-30 17:51:32 -05:00
testing.py fix: move "record changes" global hook to startup() 2024-08-28 00:25:24 -05:00
threads.py Switch license to GPL v3 (no longer Affero) 2017-07-06 23:34:13 -05:00
time.py Remove references to upstream pytz docs 2023-11-11 07:46:42 -06:00
upgrades.py fix: use app.get_title() and app.get_node_title(); avoid deprecated calls 2024-08-21 08:58:57 -05:00
util.py fix: add custom make_uuid() function, app handler method 2024-11-30 16:40:20 -06:00
webapi.py Add DELETE support for generic web API client 2023-10-08 20:36:51 -05:00
wince.py Remove unused import 2019-06-05 14:29:21 -05:00
workorders.py Add basic model, handler for work orders 2022-08-09 22:55:59 -05:00