mirror of
https://github.com/ciur/papermerge.git
synced 2026-04-25 12:05:58 +03:00
[GH-ISSUE #177] Allow multiple automates to add tags on single file #139
Labels
No labels
2.1
3.0
3.0.1
3.0.2
3.0.3
3.0.3
3.1
3.2
3.2
3.3
3.5
3.x
Fixed. Waiting for feedback.
Fixed. Waiting for feedback.
UX
Version 2.1 - alpha
XSS
announcement
beta
blocker
bug
cannot reproduce
confirmed
confirmed
critical
demo
dependencies
deployment
detchnical debt
discussion
docker
documentation
donations
duplicate
enhancement
feature request
frontend
fundraising
good first issue
good issue
help wanted
high
implemented
important
improvement
incomplete
invalid
investigation
kubernetes
low
low impact
medium
medium
medium impact
migration from 2.0
migration from 2.1
missing-language
missing-ocr-language
no-activity
note
ocr
outofscope
packaging
performance
popular request
pull-request
pypi
question
raspberry pi
roadmap
search
security
setup
status
task
technical debt
updates
user xp
version 1.4.0 - demo
will be implemented
will not be implemented
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/papermerge#139
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @croontje on GitHub (Oct 16, 2020).
Original GitHub issue: https://github.com/ciur/papermerge/issues/177
Originally assigned to: @ciur on GitHub.
Right now if there is an automation that matches the file it gets executed. So if I have an automation that searches for "Invoice" and that adds the tag "Invoice" the file gets moved and the matching stops.
But imagine I have 3 kinds of documents: "Invoice", "Contract", "other"
And 20 companies
For each of those kinds of documents I have to make automations for all the companies: 20*3 = 60
But if you make it possible to have multiple automations to match a single file you can make an automation to tag the document types, and one fr each companyname: 20+3=23
And imagine it would be possible to have an automation that tags a file with the year: 2020, 2021, ...
You can add a single extra automation and tag each of the files with an "year" tag.
(of course only 1 automation can move a file)
@dani commented on GitHub (Oct 18, 2020):
Yes, this would be a great enhancement ! Destination folder could be optional for automates, new documents would flow through all the automates until one which has a destination folder set is met. Ordering automates would be needed though.
@amo13 commented on GitHub (Nov 13, 2020):
As of now, I think this is semi-possible already. I can confirm that the documents which I drop into the inbox match multiple automations and get the respective distinct tags. The only thing is that I can't say beforehand where they will be moved if the automations instruct to move the document to different placed.
Tied to #196
@ajarzyn commented on GitHub (Nov 28, 2021):
As @dani mentioned "Ordering automates would be needed though."
In my opinion that would be best solution to prioritize automation easily making linked list from them.
+1 on priority on automation from me.
Maybe it would be better to open "Feature request" for this functionality alone?