Debtors is an application designed to help users manage and track their debtors.
|
|
|
- Stay Organized
- Group debtors using folders for different categories or purposes.
- Use tags to label movement and make searching and filtering effortless.
- Track with Ease
- Add debtors, and log every debt or payment in seconds.
- Balances update automatically so you always know where things stand.
- Find Anything
- Use search and filter tools to quickly locate debtors, folders, or specific movements.
- Take Control
- Manage debtors and folders with simple swipe actions.
- Select multiple items to see combined totals or delete them all at once.
- Clear Reports
- See total debts, payments, and balances at a glance.
- Export detailed reports as PDF or Excel files whenever you need them.
- Make It Yours
- Customize your experience with:
- Dark or light mode.
- Language options.
- Tag and folder management.
- Backup tools, and more in Settings.
- Customize your experience with:
Right now the application is only available for Android due to pending testing on iOS.
You can download the latest Android release here.
-
Clone the repository:
git clone https://github.com/akuqt/debtors.git
-
Navigate to the project directory:
cd debtors -
Install the dependencies:
yarn install
-
Link the repository to your eas account:
eas init
-
Generate a development build for your testing platform:
eas build --platform [android | ios | all] --profile development
-
Install the development build on your phone or emulator.
-
Start the application development server:
yarn start
-
Use the development build to connect to the local server and start making changes.
For any questions or suggestions, please open an issue.
Contributions are welcome! See the CONTRIBUTING file for details.
This project is licensed under the MIT License.
Copyright (c) 2025 Italo Alfaro
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Personal project inspired by the need of debtors tracking.


