Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/h4h13/paisa-app

Paisa app release and bugs maintain
https://github.com/h4h13/paisa-app

Last synced: 26 days ago
JSON representation

Paisa app release and bugs maintain

Awesome Lists containing this project

README

        




Paisa - Expense Tracker



















Material design expense manager

### ⚠ Join [Telegram Group](https://t.me/app_paisa) for important updates

### Screen shots

#### Mobile

| | | | |
| :--------------------------------------------------: | :--------------------------------------------------: | :--------------------------------------------------: | :--------------------------------------------------: |
| Home | Accounts | Categories | Budget overview |

#### Foldable

| | | | |
| :-------------------------------------------------------------: | :-------------------------------------------------------------: | :-------------------------------------------------------------: | :-------------------------------------------------------------: |
| Home | Accounts | Categories | Budget overview |

#### Tablet & Desktop

| | | | |
| :-------------------------------------------------------------: | :-------------------------------------------------------------: | :-------------------------------------------------------------: | :-------------------------------------------------------------: |
| Home | Accounts | Categories | Budget overview |

### Expense Tracking

- Tracking expenses, incomes & deposits
- Account & budget visw overview
- Manage categories

### Steps to translate

1. Create `.arb` file inside `lib/localization/app_.arb` example `app_en.arb`
2. Copy all transactions from `app_en.arb` to created file and remove all keys which annotates with `@`
From

```json
{
"appTitle": "Paisa",
"@appTitle": {
"description": "The app name",
"type": "text",
"placeholders": {}
}
}
```

To

```json
{
"appTitle": "Paisa"
}
```

3. Check `untranslated.json` for anything missing keys need to be translated
4. Run the app and check once

### Steps to build project

1. Clone the Flutter Project:
- Use `git clone https://github.com/RetroMusicPlayer/Paisa.git` to download the project from the GitHub repository.
2. Install Dependencies:
- Navigate to the project directory and run `flutter pub get` to install the required dependencies.
3. Run the App:
- Connect a device or emulator and run the app using `flutter run --flavor dev` or through your IDE.

### Support Translations

Contact us in Telegram [Telegram Group](https://t.me/app_paisa)

### Download

[Get it on Google Play](https://play.google.com/store/apps/details?id=dev.hemanths.paisa&hl=en_US&pli=1&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1)
[Download Microsoft Store](https://apps.microsoft.com/store/detail/9NQ2KR46N764?launch=true&mode=mini)

### License

Copyright (c) 2022, Hemanth Savarala
All rights reserved.