Closed Bug 757581 Opened 12 years ago Closed 12 years ago

Backend for financial sales data: Currency breakdown

Categories

(Marketplace Graveyard :: Statistics, defect, P1)

defect

Tracking

(Not tracked)

RESOLVED FIXED
2012-06-07

People

(Reporter: cvan, Assigned: kngo)

References

Details

Similar to bug 754965, this bug covers adding currency breakdown to elasticsearch.

We want to store tallies of the revenue, sales, and refunds per currency, like so:

{
    "USD": {
        "revenue": 500.75,
        "sales": 40,
        "refunds": 2
    },
    "CAD": {
        "revenue": 1595.21,
        "sales": 195,
        "refunds": 24
    },
    "EUR": {
        "revenue": 200.30,
        "sales": 24,
        "refunds": 6
    },
    "BRL": {
        "revenue": 500.75,
        "sales": 29,
        "refunds": 8
    }
}
Priority: -- → P2
Assignee: nobody → ngoke
Priority: P2 → P1
Target Milestone: --- → 2012-06-07
https://github.com/mozilla/zamboni/commit/304a6ee7b4fdaf6f02eb09961691d421b282b28b
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.