• All submissions to this site are governed by Second Life Project Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you have read, understood, and agreed to those terms.
Issue Details (XML | Word | Printable)

Key: WEB-1184
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Rogan Diesel
Votes: 20
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
3. Second Life Website - WEB

NEW FEATURE REQUEST - Transaction History Reports - Monthly Auto Dispatch to Email

Created: 25/Jun/09 06:46 AM   Updated: 09/Jan/10 05:35 AM
Component/s: Account summary, secondlife.com
Affects Version/s: Not Versioned
Fix Version/s: None

Time Tracking:
Not Specified

Environment: Not Applicable
Issue Links:
Duplicate
 


 Description  « Hide
Transaction history reports to be sent to user email addresses on a fixed duration basis (maybe 1 month apart)

To reduce resource usage, this feature can be enabled for users :-

1) who opt for this option
2) or for users with a transaction above a certain level on a month on month basis.

Pls add suggestions.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
artoo Magneto added a comment - 13/Dec/09 03:54 AM

it also could be limited to premium accounts only.

and it would be great if we could choose the intervalls..
like "every 1st and 15th of every month.


Xander Kappler added a comment - 09/Jan/10 05:35 AM
I would add in addition to the email option, there should be an API access to the transaction history.

About a year ago, I wrote a PHP program to log into my account, download my transaction history XML for the last few days and dump it into a SQL database. This worked great until SL changed the website. Now I'm having trouble getting it to work under the new website. (Side note, if anyone else has this working under the new site, would love to know what you did).

A simple API to authenticate and access information like the Transaction history should be much easier to accomplish than automatically emailing the transaction history and setting up the whole framework to manage the interval settings on a per user basis.

It could be limited to Premium Users
A User could activate API access (one checkbox in account settings)
They would be given a API key that they would use when accessing their account.
They could either log in using their SL username and password or they could set a API password for their user to protect their real password. So now account is protected by the API key and the API password. (one additional field for API Password)
Should include the same parameters as the current txt history page, ie. start_date=...&end_date=...&include_zero=Y&lang=en
Login could either be token cookie based like:
/api/login.php?.... (get token cookie)
/api/transactions.php?......type=xml
Or it could be with Basic Authentication (assuming https)
/api/transactions.php (basic authentication sent in header)