https://github.com/tnguyen14/ledge
personal financial manager
https://github.com/tnguyen14/ledge
javascript ledge ledger money-manager react redux
Last synced: 4 months ago
JSON representation
personal financial manager
- Host: GitHub
- URL: https://github.com/tnguyen14/ledge
- Owner: tnguyen14
- Created: 2014-09-10T01:47:41.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2025-06-01T14:29:27.000Z (about 1 year ago)
- Last Synced: 2026-01-14T01:22:06.270Z (6 months ago)
- Topics: javascript, ledge, ledger, money-manager, react, redux
- Language: JavaScript
- Homepage: https://tridnguyen.com/ledge
- Size: 3.9 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ledge
[](https://github.com/prettier/prettier)
### Local development
```sh
npm start
```
#### Using Github Codespaces
```sh
gh cs ports forward 13050:13050 4003:4003
gh cs ssh
```
### Transaction lookup
To find a transaction locally by merchant
```sh
export env=dev # or env=prod
./bin/find_transactions.js -m "merchant name"
```
To fix duplicate transactions
- Verify what the slug for the merchant should be at .
- Go to the Firestore console, find the merchant with duplicate values under `merchants_counts`.
- Add the count of the old (duplicated) merchant to the correct one, then remove the old merchant.
- If the merchant pretty name needs to be updated on transactions, find the transaction (on Firestore console?) and update it accordingly.