Jonas Winkler

Results 97 comments of Jonas Winkler

> Hmm, just now this makes me think about whether it will be frustrating if the actual merge UI has no way to add documents, like a “picker” of some...

> While you're currently working on this topic, would it make sense to directly consider some kind of `Staple` functionality? > > UseCase: > I've got a small mobile document...

@shamoon Alright. If you want to try to make a good UI for this, I've got the server side ready. The front end already has a very crude layout of...

> * At the moment it only accepts 2 documents, correct? (throws errors with > 2) No, it's supposed to work with any number of documents. > * If I...

Comment this line to make it work for now: https://github.com/jonaswinkler/paperless-ng/blob/98b26b8e16a290200a483ff414fdc97050343b9c/src/documents/merge.py#L161 > BTW, this supports only PDF files, right? Will need some logic to alert user of that, etc. * Original...

The best approach would probably be to use some inheritance, at least I'd play with that a bit: Have that list contain items which are either: * A document id,...

Please make a PR, it's easier for me to work with that.

Some feedback. Didn't look at the code yet. * Drag & Drop is very nice. I'd probably reduce the draggable area to just the thumbnail on the left. * I'm...

> My thought was if someone wanted to build document A (pgs 1-3) + document B + document A (pgs 4-5) they would start by adding those 2 docs to...