-
-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an attached document (PDF) #1889
Comments
I think the best way is simplicity. You do an excellent job on this application! Thank you so much!
I think this is the simplest way.
It is possible to add a placeholder.
The option to generate an image can be done later
By adding a title to each file, it is possible to put a title by default “original imported”.
These are just examples, made as you want. I think it's the simplest and intuitive way. Do something as generic as possible to simplify the code and give the most liberty to the user. I hope my English is not too bad. Thank ❤️ |
I see we both lean towards updating the "photos" tab. I do worry about things being confusing to users when they can't set a PDF for the first two images but can for the others so maybe we should just change "Front image" and "Back image" to "Attachment 1" and "Attachment 2" and allow more attachments. Your suggestion of putting the image type below the image when you're not viewing the barcode is very good, I implemented that in #1894. (I already know people are going to ask to reorder their attachments next, but well, that can be later). |
Yes, it needs to be done in a more logical way. Maybe adding hints can help show the usefulness of the feature: |
This looks like a fantastic idea I've been playing with both Catima and Google Wallet to test the storage of loyalty cards and MUCH prefer your interface with the ability to store images of a given card (which I think makes the selection process easier if you have multiple cards stored) and minimising any data I share with Google is always a good thing! Storing PDF's for vouchers or tickets would be a great enhancement At present Google doesn't seem to have an option to store PDF's directly unless the ticket provider sends the confirmation email with the "Save to Wallet" option. We have a couple of upcoming theatre tickets and only have PDF's (with no "Save to Wallet" option) and although I can open the PDF, screenshot it and then import to Catima as a new image its much more of faff than importing a PDF directly. Given that the thread above seems to suggest that you agree with the development request have you a timeline for possible implementation assuming you have gaps in your schedule? Forgive my ignorance but I stumbled on this particular thread after trying one of the features on the current app and it not behaving as I expected. When adding a new entry under the "More Options" pop up there is the option to "Select a PDF File" but when I select a PDF from the phones files folder it returns an error message of "No Barcode Found" despite the PDF file in question being a barcode ticket. Am I completely misunderstanding what the "Select a PDF" option is intended to do or doing something wrong? Thanks in advance |
Sorry but I don't give timelines. Catima is an unpaid hobby project, things will come when I feel like working on them. For stressing about deadlines I already have my dayjob ;) If other people submit merge requests that can sometimes speed things up if the code is easy enough to review that reviewing is faster than writing it myself :) Your PDF file not working is most likely related to #1215 as the PDF import converts every page to an image and then uses the same code as the extracting-barcode-from-image code. It indeed should work as you're describing, but there are some edge cases where the image-to-barcode conversion fails (and I'm still not sure why). |
I truly agree! Thank you very much @TheLastProject (and all the contributors) for your magnificent work !! Catima is for me the best alternative foss and maintained. ❤️ |
No problem on timeline I understand that real life commitments come first, it was just a cheeky enquiry as would have been great to set up our theatre tickets today. I'll just have to go old school and either keep confirmation email or keep the PDF tickets in my download folder on phone |
It would be practical to be able to add the original document.
Currently, it is possible to reach photos of the original card.
But, some virtual gift card are in PDF format, and it is not possible to join them.
It is useful because perfecting the original document must be presented, there is supplementary info or confidential code.
Some Issue is about it but they are closing :
It's true but it's not the best solution
I think it's the better way to implement this functionality
Summary:
Thank you, your app is great!
The text was updated successfully, but these errors were encountered: