https://github.com/tnguyen14/ledge
personal financial manager
https://github.com/tnguyen14/ledge
javascript ledge ledger money-manager react redux
Last synced: 6 months ago
JSON representation
personal financial manager
- Host: GitHub
- URL: https://github.com/tnguyen14/ledge
- Owner: tnguyen14
- Created: 2014-09-10T01:47:41.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2025-02-18T04:48:45.000Z (8 months ago)
- Last Synced: 2025-04-09T03:01:57.491Z (6 months ago)
- Topics: javascript, ledge, ledger, money-manager, react, redux
- Language: JavaScript
- Homepage: https://tridnguyen.com/ledge
- Size: 3.89 MB
- Stars: 0
- Watchers: 2
- 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.