User manual

Console

Get help
path/to/bin/typo3 wise:getcredits -h
Get credit transactions for all sites and all profile id’s. The from time is derived from the last transaction record. In case no record is available the from time is one month back from now.
path/to/bin/typo3 wise:getcredits
Get credit transactions only for the site with identifier “default”
path/to/bin/typo3 wise:getcredits -s default
Get credit transactions only for the profile id 1234567
path/to/bin/typo3 wise:getcredits -p 1234567
Get credit transactions for the period 06.05.2022 - now
path/to/bin/typo3 wise:getcredits -f 06.05.2022
Get credit transactions until 06.06.2022
path/to/bin/typo3 wise:getcredits -t 06.06.2022
Get credit transactions for the period 06.05.2022 - 10.05.2022
path/to/bin/typo3 wise:getcredits -f 06.05.2022 -t 10.05.2022

Note

The php function strtotime is used to get the timestamp from a date.

Note

The profile id is looked up on registered events. In case there are no event records it needs to be provided with the -p option.