mirror of
https://github.com/novoid/guess-filename.py.git
synced 2026-02-16 13:24:15 +00:00
simplified FH pattern
This commit is contained in:
parent
3474ae846f
commit
b8b7970327
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
PROG_VERSION = u"Time-stamp: <2020-05-29 16:28:30 vk>"
|
||||
PROG_VERSION = u"Time-stamp: <2020-06-05 11:43:35 vk>"
|
||||
|
||||
|
||||
# TODO:
|
||||
|
|
@ -586,7 +586,7 @@ class GuessFilename(object):
|
|||
if self.contains_all_of(oldfilename, [" FH ", "Abrechnungsbeleg"]) and self.has_euro_charge(oldfilename) and datetimestr:
|
||||
return datetimestr + \
|
||||
" FH St.Poelten - Abrechnungsbeleg " + self.get_euro_charge(oldfilename) + \
|
||||
"€ Honorar -- " + ' '.join(self.adding_tags(tags, ['scan', 'fhstp'])) + \
|
||||
"€ Honorar -- " + ' '.join(self.adding_tags(tags, ['fhstp'])) + \
|
||||
".pdf"
|
||||
|
||||
# 2016-02-26 Gehaltszettel Februar 12,34 EUR -- scan infonova.pdf
|
||||
|
|
|
|||
Loading…
Reference in a new issue