Skip to content
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

Open
sspankaj opened this issue Aug 8, 2018 · 6 comments · Fixed by #666
Open

offline support #23

sspankaj opened this issue Aug 8, 2018 · 6 comments · Fixed by #666
Labels
enhancement New feature or request

Comments

@sspankaj
Copy link

sspankaj commented Aug 8, 2018

Application should support offline mode . i.e. create product ,client in offline mode.

@hillelcoren hillelcoren added the enhancement New feature or request label Aug 8, 2018
@hillelcoren
Copy link
Member

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.

@kordianbruck
Copy link

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.

@hillelcoren
Copy link
Member

Thanks for the feedback! I tend to agree.

@huntergps
Copy link

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

@mstyp
Copy link

mstyp commented Jul 31, 2022

Can you provide more details for the specific functionality you'd like to see?

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: SocketException: Connection failed (OS Error: Network is unreachable, errno = 101), address = invoiceninja.local, port = 80

Maybe offline interactivity would be nice to have for tasks, but this issue seems a bit overkill in terms of scope.

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.

@dvodev
Copy link

dvodev commented Mar 22, 2023

This would be great to have added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants