This repository has been archived by the owner on Jan 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9c12cca
commit c7b2806
Showing
2 changed files
with
46 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,5 @@ | ||
# My Edenred - actual | ||
# Deprecated | ||
Please use meal cards project [rodriguestiago0/actual-mealcards](https://github.com/rodriguestiago0/actual-mealcards). | ||
|
||
This project will help you import transaction from your My Edenred prepaid card into actual budget app. | ||
|
||
You need to provide your username and password and specified what the cadence you want to import transactions. | ||
|
||
**Note**: Pending transaction are being imported as cleared. If the transaction is deleted after you need to delete manally from the actual budget. | ||
|
||
# Get User ID | ||
User ID now is a `GUID` and not your email address. | ||
|
||
For `IOS` I used an app called `Proxyman` and checked the request to get the `UserID`. The `PIN` is your app `PIN`. | ||
|
||
## Setup | ||
|
||
- Clone this repo! | ||
- Install dependencies: `npm ci` | ||
- Copy `.sample.env` to `.env` and fill in the blanks | ||
- Run `check`: `node index.js check`, this will check the balance between your Actual Budget account | ||
- Run `import`: `node index.js import`, this will import all transactions to Actual | ||
|
||
## Some things worth noting | ||
|
||
The intial transaction import does not have a starting balance, so you will need to manually add that to Actual Budget. | ||
|
||
You need to manually create the accounts inside Actual, and then map them to the My Edenred accounts. | ||
|
||
## Commands | ||
|
||
|
||
``` | ||
Usage | ||
$ myedenredactual <command> <flags> | ||
Commands & Options | ||
import Sync bank accounts to Actual Budget | ||
config Print the location of the config file | ||
Options for all commands | ||
--user, -u Specify the user to load configs for | ||
Examples | ||
$ myedenredactual import | ||
``` | ||
[Old README](/README_OLD.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# My Edenred - actual | ||
|
||
This project will help you import transaction from your My Edenred prepaid card into actual budget app. | ||
|
||
You need to provide your username and password and specified what the cadence you want to import transactions. | ||
|
||
**Note**: Pending transaction are being imported as cleared. If the transaction is deleted after you need to delete manally from the actual budget. | ||
|
||
# Get User ID | ||
User ID now is a `GUID` and not your email address. | ||
|
||
For `IOS` I used an app called `Proxyman` and checked the request to get the `UserID`. The `PIN` is your app `PIN`. | ||
|
||
## Setup | ||
|
||
- Clone this repo! | ||
- Install dependencies: `npm ci` | ||
- Copy `.sample.env` to `.env` and fill in the blanks | ||
- Run `check`: `node index.js check`, this will check the balance between your Actual Budget account | ||
- Run `import`: `node index.js import`, this will import all transactions to Actual | ||
|
||
## Some things worth noting | ||
|
||
The intial transaction import does not have a starting balance, so you will need to manually add that to Actual Budget. | ||
|
||
You need to manually create the accounts inside Actual, and then map them to the My Edenred accounts. | ||
|
||
## Commands | ||
|
||
|
||
``` | ||
Usage | ||
$ myedenredactual <command> <flags> | ||
Commands & Options | ||
import Sync bank accounts to Actual Budget | ||
config Print the location of the config file | ||
Options for all commands | ||
--user, -u Specify the user to load configs for | ||
Examples | ||
$ myedenredactual import | ||
``` |