Awesome
<!-- SPDX-FileCopyrightText: 2018-2024 Mirian Margiani SPDX-FileCopyrightText: 2022 Tobias Planitzer SPDX-FileCopyrightText: 2023 yajo10 SPDX-License-Identifier: GFDL-1.3-or-later -->Expenditure for Sailfish OS
Expenditure is a simple app for tracking expenses in groups
Expenditure is a helpful companion for tracking and splitting bills, project or trip expenses among groups with extended support for multiple currencies. This comes in handy e.g. on a group-trip through different countries while at the same time keeping track of other bills at home.
Features:
- create multiple projects with different members
- add and edit expenses
- use multiple currencies with constant or date-specific exchange rates
- calculate total and individual spending overview
- generate settlement suggestion
- backup and restore project expenses
- share report
Permissions
Expenditure requires the following permissions:
- PublicDir, UserDirs, RemovableMedia: to save exported reports
Acknowledgements
This app was originally created by Tobias Planitzer since 2022 up until version 0.2. An intermediate version 0.3 was released by yajo10 in 2023. Development is continued by Mirian Margiani (ichthyosaurus) since 2023.
Help and support
You are welcome to leave a comment in the forum if you have any questions or ideas.
Translations
It would be wonderful if the app could be translated in as many languages as possible!
Translations are managed using Weblate. Please prefer this over pull request (which are still welcome, of course). If you just found a minor problem, you can also leave a comment in the forum or open an issue.
Please include the following details:
- the language you were using
- where you found the error
- the incorrect text
- the correct translation
Manually updating translations
Please prefer using Weblate over this. You can follow these steps to manually add or update a translation:
- If it did not exist before, create a new catalog for your language by copying the base file translations/harbour-expenditure.ts. Then add the new translation to harbour-expenditure.pro.
- Add yourself to the list of contributors in qml/pages/AboutPage.qml.
- (optional) Translate the app's name in harbour-expenditure.desktop if there is a (short) native term for it in your language.
See the Qt documentation for details on how to translate date formats to your local format.
Building and contributing
Bug reports, and contributions for translations, bug fixes, or new features are always welcome!
- Clone the repository by running
git clone https://github.com/ichthyosaurus/harbour-expenditure.git
- Open
harbour-expenditure.pro
in Sailfish OS IDE (Qt Creator for Sailfish) - To run on emulator, select the
i486
target and press the run button - To build for the device, select the
armv7hl
target and click “deploy all”; the RPM packages will be in theRPMS
folder
If you contribute, please do not forget to add yourself to the list of contributors in qml/pages/AboutPage.qml!
Donations
If you want to support my work, I am always happy if you buy me a cup of coffee through Liberapay.
Of course it would be much appreciated as well if you support this project by contributing to translations or code! See above how you can contribute 🎕.
License
Copyright (C) 2023-2024 Mirian Margiani
Copyright (C) 2022 Tobias Planitzer
Expenditure is Free Software released under the terms of the GNU General Public License v3 (or later). The source code is available on Github. All documentation is released under the terms of the GNU Free Documentation License v1.3 (or later).
This project follows the REUSE specification.