To avoid having disagreements over bills when settled after a while it might be good to have the option to add "supporting documents" as a link to a file on Nextcloud. Could be for example a photo of the item or the bill.
Ideally there should be an option in the mobile app to take a photo and upload it :)
Designs
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related.
Learn more.
Yep it could be nice and does not necessarily require changes in Cospend or MoneyBuster.
I understand it would be much more convenient to do it directly in the phone app but it would be a Cospend-specific feature though the app is also compatible with IHateMoney. I don't know if i want to put such efforts in this kind of feature.
A simple way to do it with current Cospend and MoneyBuster is to upload the document in Nextcloud (with the NC web interface or the NC Android app) and to include the public link in bill title.
Yes, nice idea! It would automatically create a public link for the file and insert the it in bill title so that anybody having access to the project could see it.
Any http/https address in bill "what" field is hidden and displayed in bill details title as a link. It can be added manually with any client. Multiple links are supported.
In the web UI, there is a button to explore personal files and automatically create public link to insert in bill "what".
If you have access to the filesystem where Nextcloud is installed, it's quite easy to use app development version.
Just in case you don't know how to do it :
Just delete the app directory (/path/to/nextcloud/apps/cospend) and get the latest master branch state , unzip it, rename it to cospend and place it in the apps directory. That's it.
When you want to go back to official releases, just disable the app in NC web UI, then delete the apps/cospend directory and install it again in NC web UI.
If you can't test it, well it's a good thing, it will push me to write tests .