Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Counter Updates for Damon #1

Open
davidtai opened this issue Feb 5, 2020 · 2 comments
Open

Counter Updates for Damon #1

davidtai opened this issue Feb 5, 2020 · 2 comments

Comments

@davidtai
Copy link
Contributor

davidtai commented Feb 5, 2020

Counters for Damon should be changed to:

Total Units Sold

  • Sum of all units

Total Projected Revenue

  • Sum of Units * List Price

Total Preorders

  • Sum of Orders

Total Deposits

  • Sum of Units * Price
@davidtai
Copy link
Contributor Author

order.projected.revenue and product..projected.revenue are now queryable

@davidtai
Copy link
Contributor Author

so for the 4 counters we want:

Projected Revenue
order.projected.revenue

Preorders
order.count

Deposits
order.amount

Refunds
order.refunded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants