/Paisa

Expense manager for Android with Material Design

Primary LanguageDartOtherNOASSERTION

Paisa - Expense Tracker

Material design expense manager

⚠ Join @paisa group on Telegram 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_<country_code>.arb example app_en.arb

  2. Copy all transactions from app_en.arb to created file and remove all keys which annotates with @ From

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

    To

    {
      "appTitle": "Paisa"
    }
  3. Run the app and check once

Download

Get it on Google Play Download Microsft Store

### License
Copyright (c) 2022, Hemanth S
All rights reserved.

This source code is licensed under the GPLv3-style license found in the
LICENSE file in the root directory of this source tree.