-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Selected timesheet add button not appearing #1
Comments
@olivercrask Thank you for your kind feedback and raising a first issue in this project! I've published a new version which should fix the reported issue. You can either manually update to the latest version on the Tampermonkey Dashboard, or you can simply wait (for a day) and the new version should be auto-updated for you. After you update to the version 0.0.20 of this script, please reload Xero Projects page using "Hold down the Shift key and left-click the Reload button" (see advice here). A new menu option called "My Time" should appear on top of the Xero menu. Why did it stop working? Xero made quite a few changes in go.xero.com which unfortunately made my Tampermonkey script incompatible. Some parts of my script are a bit brittle and depend on exact elements on the page which unfortunately Xero keeps changing. I haven't decided yet if it's worth the effort to make my script less brittle and not depend on exact elements in Xero, or if it's actually less effort to keep up with their changes and keep changes in sync after they introduce a new "breaking" version, which means that this script would stop working until I fix it. In the past 12 months, they have introduced breaking changes only twice. I'm open to feedback. Unfortunately, this means Help and Intro capabilities of this Tampermonkey script are currently also broken (raised as #3) and the main Xero menu navigation is also a bit broken (once you get to the My Page, it seems you can't switch back to e.g. Projects anymore). But the main functionality should however work. |
@olivercrask please let me know if the "My Time" works in your Xero instance now. |
@olivercrask thanks for the screenshot - sorry to hear it still doesn't work for you. Are you familiar with FireFox Developer Tools? If yes, I'd much appreciate if you could help me troubleshoot this problem - it will only take a minute or two:
|
Thanks for developing this, looks like a very useful tampermonkey script!
I've added the script to tampermonkey in FireFox and the starred projects feature seems to work well, but I cannot find a way to copy a selected timesheet onto another day.
I would expect "When I hover mouse over any date which is not in a past month
Then an "Add" button appears next to every day" but this is not visible in my timesheets view once a timesheet is selected.
Cheers,
The text was updated successfully, but these errors were encountered: