NAME
ptsb - Interact with you Permanent TSB homebanking!
SYNOPSIS
ptsb [options]
Print account balance:
ptsb [ -F /path/of/conf/file ] -b -a c -n <4digits>
Print account statement:
ptsb [ -F /path/of/conf/file ] -s -a c -n <4digits> -f dd/mm/yyyy -t dd/mm/yyyy
OPTIONS
- -h | --help
-
this help usage message!
- -F /path/to/config/file | --file /path/to/config/file
-
filename configuration file path (default: ~/.ptsbrc). Please refer to manual page to see how this file is built.
- -b | --balance
-
print account balance
- -s | --statement
-
print account statement
- -f | --from--date dd/mm/yyyy
-
from date
- -t | --to-date dd/mm/yyyy
-
to date
- -a <ltc | v<gt> | --account-type <lt>c | v<gt>>
-
account type: can be 'c' or 'v'
- -n digits
-
4 digits representing the last 4 digits of the account number or visa card number.
CONFIGURATION FILE
Configuration file default location is ~/.ptsbrc and it looks like this:
-------8< -- ~/.ptsbrc -->8----------
open24_number=your_open24_number
password=your_internet_password
pan=your_personal_access_number
-------8< --------------->8----------
However you can put wherever you want. Just remember to use then the option -F /path/to/your/location.
Lines beginning with # will be interpreted as comment.
SEE ALSO
Official CPAN page for Finance::Bank::IE::PermanentTSB
http://search.cpan.org/~pallotron/Finance-Bank-IE-PermanentTSB/lib/Finance/Bank/IE/PermanentTSB.pm
Author homepage
Author Blog (italian)
Author homepage on CPAN
AUTHOR
Angelo "pallotron" Failla - <pallotron@freaknet.org>
BUGS
Please report bugs to the author, no bug tracking system is set up yet.
COPYRIGHT AND LICENSE
Copyright (C) 2009 by Angelo "pallotron" Failla
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 175:
'=item' outside of any '=over'
- Around line 191:
You forgot a '=back' before '=head1'