Git Product home page Git Product logo

Comments (9)

manwithpowers avatar manwithpowers commented on August 18, 2024 1

Great, thanks! Happy to help if you need specifics on my install, etc.

from admin-portal.

robwent avatar robwent commented on August 18, 2024 1

On the invoices screen I can get a partial fix by changing the sort order.

Rather than filling the whole screen, the errors only start at a certain point.

If I compare to the listings in the webapp then it seems to break on a client that has an umlaut in the name Gästehaus.

It looks to be similar for the other screens that can be sorted.

from admin-portal.

hillelcoren avatar hillelcoren commented on August 18, 2024

Thanks for trying out the app!

Another user reported the same error. I'm not seeing it which make me think it's related to specific data not being set. I hope to have a fix in the next release.

from admin-portal.

robwent avatar robwent commented on August 18, 2024

I'm seeing this as well, but only on some pages.

On the clients page it shows after a couple of clients.
On the invoices page, it shows in the whole of the content area.

The dashboard displays fine.
Products page seems to be fine (I only have 3 products in the system).

from admin-portal.

hillelcoren avatar hillelcoren commented on August 18, 2024

This should be fixed in the next version of the mobile app.

from admin-portal.

Sreejith93 avatar Sreejith93 commented on August 18, 2024

Screenshot_2020-04-18-18-31-06-465_com example tamildubbed

i have same issue when i open my app.some times work properly some time i got this error

from admin-portal.

hillelcoren avatar hillelcoren commented on August 18, 2024
  • Which versions of the web and mobile app are you using?
  • Which screen do you see the error on?

from admin-portal.

Sreejith93 avatar Sreejith93 commented on August 18, 2024
  • Which versions of the web and mobile app are you using?
  • Which screen do you see the error on?

Firestore.instance.collection("postman").getDocuments().then((querySnapshot) {
querySnapshot.documents.forEach((result) {
if(querySnapshot.documents == null) return CircularProgressIndicator();
print(result.data);
var link = result['link_data'];
var share = result['share_app'];
var youtube = result['youtube_link'];
assert(share is String);
assert(link is String);
assert(youtube is String);
MovieListDemoState.text = share;
MovieListDemoState.youtubelink = youtube;
Services.postmanurl = link;
return Services.postmanurl = link;
});
});

this is my code

from admin-portal.

hillelcoren avatar hillelcoren commented on August 18, 2024

@Sreejith93 If the error you're seeing isn't from the Invoice Ninja app then posting here for help is inappropriate

from admin-portal.

Related Issues (20)

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.