Closed Husteln closed 4 months ago
Hi,
Thanks for your Suggestion.
*3 No Crabbing Data Have you used normal? Ledger with no Memberaudit addon or with?
if you use standard you need to add the Character in the CharacterLedger on the "Add Char" button
For p, 4, AVG calculation, I mean numbers on the screenshot attached.
As per code from template_manager.py:
"average_hour": round(
(amounts[key]["total_amount"] / current_day) / 24, 2
In here you calculate AVG in a simple way, using total amounts krabbed and number of hours in a day.
I suggest to calculate it differently, using scheme described in my original post. Knowing that each 'tick' (wallet journal entry) rougly equals 20 min of krabbing (because people do not always spend 20 minutes krabbing - start and finish perioud), you could get avg values which are really close to what people actually get - isk per hour. Or per tick
Hi there!
Thanks for the tool, been looking for something like it for some time, since we had something like that long time ago, but built purely on PHP.
So, my thoughts: