Comments

XaviP created an issue. See original summary.

xavip’s picture

Status: Active » Needs review
StatusFileSize
new1.04 KB

Showing "total sales" and "total purchases" in accounts list.

xavip’s picture

StatusFileSize
new1.47 KB

Correct format in several amounts.

xavip’s picture

StatusFileSize
new12.45 KB

First version on account list to views.
Needs work:
- Repeated account if it has several users.
- Total sales and total purchases columns.

xavip’s picture

StatusFileSize
new13.74 KB

No repeated rows when account is managed by several users.
Needs work:
- Total sales and total purchases columns.
- Expose filters: account name and user name.

xavip’s picture

StatusFileSize
new16.57 KB

Total sales column.
Needs work:
- Expose filters: account name and user name.

xavip’s picture

StatusFileSize
new19.66 KB

Patch #7: list with account, user (username, firstname, surname), email and balance. With filter exposed searching for account, user or email. The filter, pager and table sorting works with ajax.
Not possible to list "total sales" and "total purchases" since when the transactions history is long, the query takes too much time. Instead of listing this info, the user can click on "user" column and see this info in a new page.

  • XaviP committed c9d7ecc on 7.x-1.x
    Issue #2611482: Manage visibility of account data from external networks...
xavip’s picture

Status: Needs review » Fixed
xavip’s picture

Status: Fixed » Needs work

It needs some changes:
- View must be a block, not a page, to avoid access in the view's path.
- It must list only active accounts, not locked, hidden, closed nor interexchange ones.

xavip’s picture

Status: Needs work » Needs review
StatusFileSize
new5.49 KB

  • XaviP committed 6221111 on 7.x-1.x
    Issue #2611482: View as a block and only lists active accounts
    
xavip’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.