<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Modularizing the Dashboard]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7854</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7854&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Modularizing the Dashboard.]]></description>
		<lastBuildDate>Thu, 07 Oct 2021 07:57:53 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Modularizing the Dashboard]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=40064#p40064</link>
			<description><![CDATA[<p>version 2.4.10 dashboard chart not working properly on my live server, everything is working fine in local host,</p><p>Locahost:&nbsp; https://ibb.co/qr09KR3 <br />live server : https://ibb.co/GkvbSxS</p>]]></description>
			<author><![CDATA[null@example.com (hassii)]]></author>
			<pubDate>Thu, 07 Oct 2021 07:57:53 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=40064#p40064</guid>
		</item>
		<item>
			<title><![CDATA[Re: Modularizing the Dashboard]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38411#p38411</link>
			<description><![CDATA[<p>@rafat<br />Yes, you are right. The problem is that the CSS conditions are not easy to implement. In my point of view the Browsers should fix this when we have ordered it to have the dir=&#039;rtl&#039;. The Browsers do the best they can, but this is not good enough.</p><p>I have got really interested in solving this, and I hope all of you developers will help me. I will also dig further to get better design for the rtl languages. I will also try to fix many of the popular themes to behave both ltr and rtl. <br />Thanks for testing.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Mon, 28 Sep 2020 21:09:32 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38411#p38411</guid>
		</item>
		<item>
			<title><![CDATA[Re: Modularizing the Dashboard]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38409#p38409</link>
			<description><![CDATA[<p>@joe<br />This is very nice.. I really like it. The English Version seems perfect (to me at least). When we consider RTL then one needs to change the theme to cater for the RTL requirements/restrictions.</p><p>https://frontaccounting.com/punbb/viewtopic.php?id=8220</p><p>Thanks to @poncho1234 I was able to tweek the default theme CSS to get RTL to an acceptable level of presentation. I am sure that within this forum there are excellent guys who are able to produce an RTL Default theme that is acceptable, using a flag if the language is RTL (BTW for me its Arabic). </p><p>But.. for the new dashboard... thumbs up.</p><p>Good job.</p>]]></description>
			<author><![CDATA[null@example.com (rafat)]]></author>
			<pubDate>Mon, 28 Sep 2020 10:25:32 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38409#p38409</guid>
		</item>
		<item>
			<title><![CDATA[Re: Modularizing the Dashboard]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38402#p38402</link>
			<description><![CDATA[<p>OK Thanks..</p>]]></description>
			<author><![CDATA[null@example.com (rafat)]]></author>
			<pubDate>Sun, 27 Sep 2020 12:25:53 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38402#p38402</guid>
		</item>
		<item>
			<title><![CDATA[Re: Modularizing the Dashboard]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38401#p38401</link>
			<description><![CDATA[<p>I will send it to your forum email. </p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Sun, 27 Sep 2020 12:23:37 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38401#p38401</guid>
		</item>
		<item>
			<title><![CDATA[Re: Modularizing the Dashboard]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38400#p38400</link>
			<description><![CDATA[<p>Thanks @joe<br />It seems OK. Is it possible to have access to the changed files so I test them locally in my environment.?</p>]]></description>
			<author><![CDATA[null@example.com (rafat)]]></author>
			<pubDate>Sun, 27 Sep 2020 09:35:17 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38400#p38400</guid>
		</item>
		<item>
			<title><![CDATA[Re: Modularizing the Dashboard]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38399#p38399</link>
			<description><![CDATA[<p>Hello again,</p><p>After being testing and evaluating, I came up with that we will have problems using the JS client-side graphics engine. <br />We will have problems uploading the locally created graphics to the server for printing in PDF etc., so I ended up with upgrading our own class.graphic.inc file. It can now handle the vector graphics used in various JS client Libraries. But it handle it from the server side. The class.graphic.inc also supports multiple series, not just 2 as before. And of course it handles all the &#039;old&#039; graphics, like PNG, JPG and GIF too. Everything is updated to handle the modern graphics as Beziers Curves like Spline, Half donuts. Writing text inside donuts and so fort. The reason for keeping these graphic engines is that when printing to PDF we use the PNG variant. If we should print the new SVG routines we would have to update the TCPDF to a newer version and add half a GB to our project, and this is not my cup of tea!<br />The updated graphic class can also be used to short SVG graphics inside the html using the member class SVG inside the class.graphic.inc file. I have some examples that I will show you later.</p><p>Please have a look at it on the site:</p><p>http://frontaccounting.co.uk/fa248<br />user: admin<br />pass: 98765</p><p>The demo will be up for a week.</p><p>In the mean time Janusz has been updated several of the Mantis bugs, so we can be up-to-date with the bug-fixing.</p><p>We are still planning for 2.5, but it is important to be rather bug-free before we concentrate on that.<br />This new graphic class can be used in the existing 2.4 version. There are no required database updates for that. So it could be included in the upcoming 2.4.9. Would that be ok?</p><p>@rafat.<br />Please have a look at the RTL version. In my opinion it seems ok, but as you know, I&#039;m not an expert.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Sun, 27 Sep 2020 07:25:10 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38399#p38399</guid>
		</item>
		<item>
			<title><![CDATA[Re: Modularizing the Dashboard]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38398#p38398</link>
			<description><![CDATA[<p>Hi,</p><p>While testing the Dashboard with the Banking and GL I have noticed that the Income is negative and the Costs are positive. I think it should be the other way around..as in the old Dashboard.</p>]]></description>
			<author><![CDATA[null@example.com (rafat)]]></author>
			<pubDate>Sat, 26 Sep 2020 15:45:40 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38398#p38398</guid>
		</item>
		<item>
			<title><![CDATA[Re: Modularizing the Dashboard]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38396#p38396</link>
			<description><![CDATA[<p>Good job on this, really appreciated.</p><p>It seems dashboard is not active for HRM. Maybe it can be looked into it.</p>]]></description>
			<author><![CDATA[null@example.com (mureithi.lm)]]></author>
			<pubDate>Sat, 26 Sep 2020 06:20:35 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38396#p38396</guid>
		</item>
		<item>
			<title><![CDATA[Re: Modularizing the Dashboard]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38008#p38008</link>
			<description><![CDATA[<p>@joe I&#039;ve PM-ed you; please read as soon as possible its quite urgent</p>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Fri, 14 Aug 2020 17:13:35 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38008#p38008</guid>
		</item>
		<item>
			<title><![CDATA[Re: Modularizing the Dashboard]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38006#p38006</link>
			<description><![CDATA[<p>Thanks @Joe</p><p>Looks good.. I have no major things to report..it seems very smooth.. I will keep testing of course. If only I can choose a larger font for the Arabic Text in the Graphic frame...that will be ideal.<br />Attached is a sample Banking Dashboard Screen in Arabic.</p>]]></description>
			<author><![CDATA[null@example.com (rafat)]]></author>
			<pubDate>Fri, 14 Aug 2020 16:44:24 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38006#p38006</guid>
		</item>
		<item>
			<title><![CDATA[Re: Modularizing the Dashboard]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38004#p38004</link>
			<description><![CDATA[<p>@rafat<br />No this font was used by the PHP gd graphic engine. The font in the new dashboard is what is the utf-8 font used by the browser.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Fri, 14 Aug 2020 14:20:40 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38004#p38004</guid>
		</item>
		<item>
			<title><![CDATA[Re: Modularizing the Dashboard]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38003#p38003</link>
			<description><![CDATA[<p>@joe<br />Is<br />&nbsp; &nbsp; /* UTF-8 font for Business Graphics. Copy it to /reporting/fonts/ folder. */<br />&nbsp; &nbsp; $UTF8_fontfile&nbsp; &nbsp; = &quot;zarnormal.ttf&quot;; // for Arabic Dashboard</p><p>Still effective in config.php with the new dashboard. I tried to change the font for Arabic but it seems it has no effect.</p>]]></description>
			<author><![CDATA[null@example.com (rafat)]]></author>
			<pubDate>Fri, 14 Aug 2020 12:40:28 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38003#p38003</guid>
		</item>
		<item>
			<title><![CDATA[Re: Modularizing the Dashboard]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=37999#p37999</link>
			<description><![CDATA[<p>Here are, as promised, the changed files for establishing the new dashboard in core.</p><p>Please use a test installationen for this testing. The final implementation is not complete.</p><p>This implementation is planned to go into the next 2.5 release, but this is only for testing the new basic class.graphic.inc and dashboard.inc files.</p><div class="codebox"><pre><code>Replace the files: 

/reporting/includes/class.graphic.inc with class.graphic.inc
/admin/dashboard.php with dashboard.php
/includes/dashboard.inc with dashboard.inc

If you want to use your own color palette for the dashboard, insert this at the beginning of dashboard.inc just
before $colors = Chart::$colors;
Chart::$colors = array(&#039;#ffffff&#039;,&#039;#ffffff&#039;,&#039;#ffffff&#039;,&#039;#ffffff&#039;); // NOT these values but your own values!!</code></pre></div><p>This implemtation is only a beginning, to get the class.graphic.inc usable and the standard dashboard.inc reasonable good.<br />Your comments are very welcome.</p><p>The future should also include a Dashboard Setup in the Setup section.</p><p>I guess there were two reports, Balance Sheet and Profit and Loss sheet that had the option to include a chart, this is not possible with this new. It will be possible later, though.</p><p>@poncho1234<br />Sorry, I have forgotten the login topic, please update me on that issue.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Fri, 14 Aug 2020 06:19:15 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=37999#p37999</guid>
		</item>
		<item>
			<title><![CDATA[Re: Modularizing the Dashboard]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=37992#p37992</link>
			<description><![CDATA[<p>@joe looks excellent.</p><p>I&#039;ve changed access setup as login was sys admin and assume that wasn&#039;t what you wanted? If it was my apologies for meddling.<br />Tried to PM earlier but you didn&#039;t answer.</p>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Thu, 13 Aug 2020 22:47:46 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=37992#p37992</guid>
		</item>
	</channel>
</rss>
