-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
36 lines (24 loc) · 783 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Requirements
============
- recent perl version
- Text::CSV_XS
- Date::Parse
Usage
=====
Edit the script to change the accounts:
my $netacc='Assets:Current Assets:Paypal';
my $grossacc='Income:Paypal-import';
my $feeacc='Expenses:Fees:Paypal';
Run the script:
perl gnupal.pl < Downloaded.csv > paypal.qif
The script will:
- book the gross total of the transaction in $grossacc
- book the paypal transaction fee in $feeacc
- book the net total (gross minus fee) in $netacc
After importing in GNUCash you must manually move the split transactions
from the account defined in $grossacc to the right income and expense
accounts.
Contact
=======
If you have problems using this script, let me know. I will try and fix
it for you. You can send me an email on [email protected].