Giter Site home page Giter Site logo

ffxivmoneytracker's People

Contributors

yschuurmans avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ffxivmoneytracker's Issues

Date/Time Fortmat is causing problems

The plugin is simply not opening the Money Tracker window, neither when I press on the settings wheel in the xlplugins window, nor when I use /mtrack.

The dalamud log gives me this error message:

2022-05-19 18:33:50.284 +02:00 [ERR] Error while dispatching command /mtrack (Argument: )
System.FormatException: String '24.02.2022 22:09:05' was not recognized as a valid DateTime.
at System.DateTimeParse.ParseExact(ReadOnlySpan1 s, ReadOnlySpan1 format, DateTimeFormatInfo dtfi, DateTimeStyles style)
at System.DateTime.ParseExact(String s, String format, IFormatProvider provider, DateTimeStyles style)
at FFXIVMoneyTracker.Models.MoneyTransaction.FromFileLine(String line) in D:\Git\FFXIVMoneyTracker\XIVMoneyTracker\Models\MoneyTransaction.cs:line 28
at FFXIVMoneyTracker.Models.CharacterModel.LoadAllTransactions() in D:\Git\FFXIVMoneyTracker\XIVMoneyTracker\Models\CharacterModel.cs:line 58
at FFXIVMoneyTracker.Plugin.OnCommand(String command, String args) in D:\Git\FFXIVMoneyTracker\XIVMoneyTracker\Plugin.cs:line 173
at Dalamud.Game.Command.CommandManager.DispatchCommand(String command, String argument, CommandInfo info) in C:\goatsoft\companysecrets\dalamud\Game\Command\CommandManager.cs:line 117
2022-05-19 18:33:50.284 +02:00 [INF] LASTEXCEPTION:eyJXaGVuIjoiMjAyMi0wNS0xOVQxODozMzo1MC4yODQ3MzMrMDI6MDAiLCJJbmZvIjoiU3lzdGVtLkZvcm1hdEV4Y2VwdGlvbjogU3RyaW5nICcyNC4wMi4yMDIyIDIyOjA5OjA1JyB3YXMgbm90IHJlY29nbml6ZWQgYXMgYSB2YWxpZCBEYXRlVGltZS5cclxuICAgYXQgU3lzdGVtLkRhdGVUaW1lUGFyc2UuUGFyc2VFeGFjdChSZWFkT25seVNwYW5gMSBzLCBSZWFkT25seVNwYW5gMSBmb3JtYXQsIERhdGVUaW1lRm9ybWF0SW5mbyBkdGZpLCBEYXRlVGltZVN0eWxlcyBzdHlsZSlcclxuICAgYXQgU3lzdGVtLkRhdGVUaW1lLlBhcnNlRXhhY3QoU3RyaW5nIHMsIFN0cmluZyBmb3JtYXQsIElGb3JtYXRQcm92aWRlciBwcm92aWRlciwgRGF0ZVRpbWVTdHlsZXMgc3R5bGUpXHJcbiAgIGF0IEZGWElWTW9uZXlUcmFja2VyLk1vZGVscy5Nb25leVRyYW5zYWN0aW9uLkZyb21GaWxlTGluZShTdHJpbmcgbGluZSkgaW4gRDpcXEdpdFxcRkZYSVZNb25leVRyYWNrZXJcXFhJVk1vbmV5VHJhY2tlclxcTW9kZWxzXFxNb25leVRyYW5zYWN0aW9uLmNzOmxpbmUgMjhcclxuICAgYXQgRkZYSVZNb25leVRyYWNrZXIuTW9kZWxzLkNoYXJhY3Rlck1vZGVsLkxvYWRBbGxUcmFuc2FjdGlvbnMoKSBpbiBEOlxcR2l0XFxGRlhJVk1vbmV5VHJhY2tlclxcWElWTW9uZXlUcmFja2VyXFxNb2RlbHNcXENoYXJhY3Rlck1vZGVsLmNzOmxpbmUgNThcclxuICAgYXQgRkZYSVZ> Nb25leVRyYWNrZXIuUGx1Z2luLk9uQ29tbWFuZChTdHJpbmcgY29tbWFuZCwgU3RyaW5nIGFyZ3MpIGluIEQ6XFxHaXRcXEZGWElWTW9uZXlUcmFja2VyXFxYSVZNb25leVRyYWNrZXJcXFBsdWdpbi5jczpsaW5lIDE3M1xyXG4gICBhdCBEYWxhbXVkLkdhbWUuQ29tbWFuZC5Db21tYW5kTWFuYWdlci5EaXNwYXRjaENvbW1hbmQoU3RyaW5nIGNvbW1hbmQsIFN0cmluZyBhcmd1bWVudCwgQ29tbWFuZEluZm8gaW5mbykgaW4gQzpcXGdvYXRzb2Z0XFxjb21wYW55c2VjcmV0c1xcZGFsYW11ZFxcR2FtZVxcQ29tbWFuZFxcQ29tbWFuZE1hbmFnZXIuY3M6bGluZSAxMTciLCJDb250ZXh0IjoiRXJyb3Igd2hpbGUgZGlzcGF0Y2hpbmcgY29tbWFuZCBcIi9tdHJhY2tcIiAoQXJndW1lbnQ6IFwiXCIpIn0=

So apparently the date & time format is causing the problem. I've seen there was a commit recently "maybe fix regional time format", so I'm not sure if this is something you want to fix or already tried to fix (in the latter case it didn't work yet).

Anyways, thanks for making this plugin, since I've been waiting for something like that in quite a while :)

Not working with German Timeformat

DateTime is saved as dd.MM.yyyy in de-DE Culture and throws a conversion error like this:
2022-04-18 14_43_21-FINAL FANTASY XIV

You added CultureInfo.InvariantCulture to the FromFileLine() function but forgot about it in ToFileLine() in MoneyTransactions (Line 23);

return $"{TimeStamp.ToString("dd/MM/yyyy HH:mm:ss", CultureInfo.InvariantCulture)};{Total};{Change}";

Suggestion: Daily Graph

Hey there again.
Just an idea I had that you might consider implementing whenever you're in the mood, have time and want to do that. Would be cool to have some kind of graph that shows your balance and changes to it. Something like this:

image

Kinda like WoW's TradeSkillMaster graph:

image

Would be really cool to have something like that, but if that's too troublesome I can understand if you don't wanna do that x)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.