<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[jsreportonline saas and update configuration]]></title><description><![CDATA[<p>Is it possible to update the configuration for hosted jsreportonline instances?  I would like to add support for http and maybe other modules in future.</p>
]]></description><link>https://forum.jsreport.net/topic/185/jsreportonline-saas-and-update-configuration</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 12:53:21 GMT</lastBuildDate><atom:link href="https://forum.jsreport.net/topic/185.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 11 Jul 2017 19:41:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to jsreportonline saas and update configuration on Invalid Date]]></title><description><![CDATA[<p>Is it possible to update the configuration for hosted jsreportonline instances?  I would like to add support for http and maybe other modules in future.</p>
]]></description><link>https://forum.jsreport.net/post/822</link><guid isPermaLink="true">https://forum.jsreport.net/post/822</guid><dc:creator><![CDATA[ldadams]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to jsreportonline saas and update configuration on Tue, 11 Jul 2017 19:49:55 GMT]]></title><description><![CDATA[<p>This is currently not possible, but we are open to enable some major modules globally for everyone.<br />
http makes sense, currently there is request module enabled, but maybe it doesn't fit your needs and you want to go more level down.</p>
]]></description><link>https://forum.jsreport.net/post/823</link><guid isPermaLink="true">https://forum.jsreport.net/post/823</guid><dc:creator><![CDATA[jan_blaha]]></dc:creator><pubDate>Tue, 11 Jul 2017 19:49:55 GMT</pubDate></item><item><title><![CDATA[Reply to jsreportonline saas and update configuration on Tue, 11 Jul 2017 19:51:09 GMT]]></title><description><![CDATA[<p>Request should work.  Right now just need basic GET and POST.  Thanks!</p>
]]></description><link>https://forum.jsreport.net/post/824</link><guid isPermaLink="true">https://forum.jsreport.net/post/824</guid><dc:creator><![CDATA[ldadams]]></dc:creator><pubDate>Tue, 11 Jul 2017 19:51:09 GMT</pubDate></item><item><title><![CDATA[Reply to jsreportonline saas and update configuration on Invalid Date]]></title><description><![CDATA[<p>Ok great. The request should be ok for the basic stuff like this</p>
<pre><code class="language-js">function beforeRender(req, res, done) {
    require('request')({
      url:&quot;http://service.url&quot;,
      json:true
    }, function(err, res, body){
        req.data = Object.assign({}, req.data, body);
        done();
    });
}
</code></pre>
]]></description><link>https://forum.jsreport.net/post/826</link><guid isPermaLink="true">https://forum.jsreport.net/post/826</guid><dc:creator><![CDATA[jan_blaha]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to jsreportonline saas and update configuration on Thu, 27 Jul 2017 15:03:12 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="https://forum.jsreport.net/uid/2">@jan_blaha</a> Is there a list of those modules anywhere and could I request accounting.js be added to that list? (robust little currency format handling library, would imagine every business would find it useful).</p>
]]></description><link>https://forum.jsreport.net/post/912</link><guid isPermaLink="true">https://forum.jsreport.net/post/912</guid><dc:creator><![CDATA[4xle]]></dc:creator><pubDate>Thu, 27 Jul 2017 15:03:12 GMT</pubDate></item><item><title><![CDATA[Reply to jsreportonline saas and update configuration on Thu, 27 Jul 2017 17:24:21 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="https://forum.jsreport.net/uid/161">@4xle</a> These are currently supported: moment, underscore, lodash, request. We will consider adding accounting.js, however you should be able to use it already through assets. Upload it through studio and put it to the place were you need it using <code>{#asset accounting.js @encoding=string}}</code></p>
]]></description><link>https://forum.jsreport.net/post/914</link><guid isPermaLink="true">https://forum.jsreport.net/post/914</guid><dc:creator><![CDATA[jan_blaha]]></dc:creator><pubDate>Thu, 27 Jul 2017 17:24:21 GMT</pubDate></item></channel></rss>