Auto-Reporting on Verifone Commander
Edit: I got so infuriated finding a legitimate solution i just reverse engineered the app instead of finding an official solution as it was EASIER. I cannot distribute my changes since the code that verifone wrote is probably protected by ip law, but what i can say is that there is nothing stopping you from using dnSpy and claude to reverse engineer and recompile a set of commandline flags into the application. What i cannot tell you is the relationship between ReportManager and the dll in the folder is not important, and it doesn't handle login and you should not decompile that as well to give your model context for how login flow works, so you can generate reports from task scheduler using cmd
OP:
Losing my mind because there doesn't appear to be a way to export automatic end of day reports like i'm used to on Gilbarco systems. Am i boned and the report manager is the only way to get the info out, or is there a way to get any kind of document with department, fuel and plu info automatically at store close?
Some context: I'm designing a bespoke integration for retrieving logs from a couple different POS systems, and then parsing them all to a standard format, then uploading them via api to netsiute. nbd. What i did not expect was it to be nearly impossible to get a daily report out of Verifone Commander systems without using the report manager. which is fine, but management would rather me automate every problem away than train C-Store employees to run reports. Fine, but i don't think i have a way out of automating this one if there's -no- way to get a report
I looked into the online verifone central stuff, and it doesn't have the reports we're looking for there.
Am i missing something? I probably am. Feel free to roast me if it's an rtfm but at least point me to the spot in the manual if you do.