-
Notifications
You must be signed in to change notification settings - Fork 547
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
offline support #23
Comments
Can you provide more details for the specific functionality you'd like to see? We support viewing data which was loaded when the app was online (it's cached locally), you can also start working on a new record and then save it later. |
Yea, I'm not sure you want to actually collect new clients, invoice and so on offline. Maybe offline interactivity would be nice to have for tasks, but this issue seems a bit overkill in terms of scope. |
Thanks for the feedback! I tend to agree. |
Greetings, maybe could you use sqlite to store the records, that is interesting because sometimes the internet signal is not possible use, but is necessary to continue input de quotes or record the tasks, also you can check the next link https://github.com/greenbits/brick/tree/master/packages/brick_offline_first, is another interesting persistence library for Flutter |
I should be able to click the start button and track time on a task even if my tablet is in airplane mode. I travel a lot for work, and there is a lot of work that needs to be tracked even when I dont have access to my network. I should be able to track that time with this app. but I cant, and so I cant use this app. the specific error is:
Its not overkill at all. there is a huge population of people with spotty / nonexsist internet access, and people have to travel for work as well. I can understand how creating new tasks / clients would be to complicated, but I should at the very least be able to do time tracking on exsisting tasks offline. |
This would be great to have added |
Application should support offline mode . i.e. create product ,client in offline mode.
The text was updated successfully, but these errors were encountered: