xuhcc / beancount-mobile

Data entry app for Beancount plain-text accounting system
GNU General Public License v3.0
114 stars 10 forks source link
android beancount nativescript-application plaintext-accounting

Beancount Mobile App

GitHub release License: GPL v3

This is a companion mobile application for Beancount plain-text accounting system.

Currently available only on Android. Version 6.0 (Marshmallow) or later is recommended.

Features

Note: Beancount Mobile currently has no file synchronization functionality, but it's possible to use software like Syncthing to sync Beancount file across multiple devices.

Configuration

Beancount Mobile makes use of these configuration options:

Change log

See CHANGELOG.

Development

Prerequisites:

Install required packages:

npm install

Android

Run on emulator:

npm run android

Build APK:

npm run android-debug

Testing

npm run lint
npm run test