paperless-ngx/src
Sebastian Porombka 90db397ec6
barcode logic: strip non-numeric characters from detected ASN string (#4379)
* legacy barcodes exist which still contain characters after the number. the current logic did not truncate them. instead, int() was called from the remaining string. this does not work in this case. it is therefore sufficient to continue processing numeric characters.

* lint

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2023-10-17 03:44:22 +00:00
..
documents barcode logic: strip non-numeric characters from detected ASN string (#4379) 2023-10-17 03:44:22 +00:00
locale Feature: password reset (#4289) 2023-09-30 18:17:42 -07:00
paperless Renames the email certificate so it doesn't get read during Docker startup (#4346) 2023-10-09 14:47:31 -07:00
paperless_mail Bump postcss from 8.4.12 to 8.4.31 in /src/paperless_mail/templates (#4318) 2023-10-05 07:37:59 +00:00
paperless_tesseract Standarizes the imports across all the files and modules (#4248) 2023-09-23 20:17:01 -07:00
paperless_text Standarizes the imports across all the files and modules (#4248) 2023-09-23 20:17:01 -07:00
paperless_tika Retry Tika parsing with PUT instead of form data in the event of a 500 error response (#4334) 2023-10-07 18:36:27 -07:00
manage.py Upgrades black to v23, upgrades ruff 2023-04-26 09:35:27 -07:00
setup.cfg Enables Python 3.11 testing 2023-09-08 11:49:16 -07:00