d2jsp
Log InRegister
d2jsp Forums > d2jsp > General Help > Site Suggestions >
Poll > Gold Logs In/out Suggestion
12Next
Closed New Topic New Poll
  Guests cannot view or vote in polls. Please register or login.
Member
Posts: 6,516
Joined: Aug 15 2007
Gold: 574.01
Apr 16 2024 10:19am
I can’t remember someone posting this
Sorry if suggestions is redundant
Close if so
Ty

Total all time amount in/out viewable in logs + ability to have this number visible in profile (toggle setting) (purchase in/out feature)
Member
Posts: 71,744
Joined: Aug 14 2007
Gold: 126,984.82
Warn: 10%
Apr 16 2024 01:41pm
voted yes, i like the idea of purchase feature

This post was edited by Penguins0690 on Apr 16 2024 01:41pm
Member
Posts: 38,205
Joined: Feb 28 2007
Gold: 5,041.20
Apr 16 2024 04:05pm
I like the idea, but also feel like it's a lot of coding work especially for those of us who have been here 15+ years.
I keep track by exporting the gold logs to raw file, opening them in excel or google docs and then using simple equations to get the all-time totals.

If this is simple and possible to do, I vote yes!
Member
Posts: 88,754
Joined: Nov 12 2007
Gold: 2,027,001.00
Apr 16 2024 04:54pm
Quote (Epiphany @ 17 Apr 2024 00:05)
I like the idea, but also feel like it's a lot of coding work especially for those of us who have been here 15+ years.
I keep track by exporting the gold logs to raw file, opening them in excel or google docs and then using simple equations to get the all-time totals.

If this is simple and possible to do, I vote yes!


Exactly I do this as well. Just download each year and past them all into the same xml file.
Member
Posts: 6,516
Joined: Aug 15 2007
Gold: 574.01
Apr 17 2024 07:59am
Quote (Roneye @ Apr 16 2024 03:54pm)
Exactly I do this as well. Just download each year and past them all into the same xml file.


That’s fair :)
But for people who don’t like to do that
Maybe I’ll send my gold logs to my accountant with my tax stuff
Hehe
Member
Posts: 6,516
Joined: Aug 15 2007
Gold: 574.01
Apr 24 2024 09:20am
:hug:
Member
Posts: 6,516
Joined: Aug 15 2007
Gold: 574.01
May 2 2024 09:06am
:hug:
Member
Posts: 61,653
Joined: Nov 2 2007
Gold: 102.67
May 2 2024 11:16am
Quote (Epiphany @ 17 Apr 2024 00:05)
I like the idea, but also feel like it's a lot of coding work especially for those of us who have been here 15+ years.
I keep track by exporting the gold logs to raw file, opening them in excel or google docs and then using simple equations to get the all-time totals.

If this is simple and possible to do, I vote yes!


If this, then yes :lol:
Member
Posts: 6,516
Joined: Aug 15 2007
Gold: 574.01
May 7 2024 08:55am
Any coders want to shine some light on how much work this would be?
Please 👍
Member
Posts: 3,201
Joined: May 4 2013
Gold: 1,457.00
May 7 2024 10:22am
Quote (Epiphany @ Apr 17 2024 12:05am)
I like the idea, but also feel like it's a lot of coding work especially for those of us who have been here 15+ years.
I keep track by exporting the gold logs to raw file, opening them in excel or google docs and then using simple equations to get the all-time totals.

If this is simple and possible to do, I vote yes!


Contrary to popular belief, computers are better at numbers than people and its zero effort. It's literally a single SQL query. Of course depending on actual structure of DB, but basically

Code

select user_in, sum(amount) from gold_logs where user_in=2137 or user_out=2137 group by user_in;
Go Back To Site Suggestions Topic List
12Next
Closed New Topic New Poll