Two Free Extensions for the Community

Daily


Weekly

Monthly

Planned

is this working for cloud also ?

Please excuse my ignorance but extensions are for reports? I built a job card/work order , I took over sales quote and recoded but its messy and clunky but useable. so extensions can not create a form? only lubos can do this ? mine does go from job card to invoice to receipt but just messy

This works across all editions.

@Khurram_Shahzad happy to see coming soon features, appreciated :+1:

i have added the extension.
but i don’t know why it’s not shwing any data
i’m using cloud
Name
Sales Analytics Dashboard
Source
url
Endpoint

Placement
sales-invoices


@Hazem one step only, click on Load All Records

This issue happen when there is some internet glitch, you are practicing absolutely right.

@Khurram_Shahzad Standalone mode
image

ops the problem was from my side i was trying to open the extension using only the link

it must be open from inside Manager.io same like this

@Khurram_Shahzad thank you very much for the kind and quick support :heart:

it’s great and amazing extension

yes i think it’s very good idea to have it in the Extensions Screen. :heart:

These extensions have been tested and work very fine. Good job @Khurram_Shahzad . @lubos I notice that all extensions are opened for all levels of users to view and access. Some of these extensions provides information similar to what is on the summary page and a restricted user can easily combine these and arrive at the restricted information. I think we need to look into this.

Cloud and Server Editions — the extension inherits the permissions of the signed-in user. If the user has restricted access, your extension is restricted to exactly the same set of endpoints. For example, if the user isn’t allowed to delete a receipt, your extension can’t delete a receipt either — the API call will be rejected.
In other words: extensions never escalate privileges. They act on behalf of the current user and are bound by the same permission rules Manager already enforces in its own UI.

Wonderful Extension :heart_eyes:

Can it be added as an item in the reports menu or can an Extension button be placed on the Selection column (on the left of screen)?

completely agree with you

@Khurram_Shahzad Great work :clap:

That’s great and pain point problem solving i have tried it more than pro features, by using these extensions we will be able to customize software as per out requirements, Highly appreciated , Great Experience

This looks very handy.

I can’t seem to get this working hosting it on an internal web server. Probably doing something wrong.

We have a public web server running internally on http://fqdn:port/

The extension index.html is stored in the /finance-dashboard/ folder on the web server (i.e. html/finance-dashboard/)

So the endpoint should be:
/fqdn:port/finance-dashboard/
e.g.
/mycomputer:1099/finance-dashboard/

Accessing directly in manager I get:
fqdn sent an invalid response

If I access the file directly in the browser:
http://fqdn:port/finance-dashboard/
or
http://fqdn:port/finance-dashboard/index.html

Page loads fine, but loading records times out.

Obviously this is http not https which may be a factor, but not seeing anything in the console log to indicate so.

Added it as a “treat insecure as secure” in flags just in case - but still no joy.

Would appreciate some suggestions, as we don’t want to host this externally if we can avoid it.

Thanks again