Hi Said,

Here is the steps to be followed:
open the reporting/rep107.php file for editing
insert the below code at the bottom of this file, usually on line # 301 in editor before the coding to display e-mail. That's all and hope it works.

/*to display payment/allocation on invoice*/
            $DisplayBalance = number_format2($sign*($myrow["ov_freight"] + $myrow["ov_gst"] +
                $myrow["ov_amount"]+$myrow["ov_freight_tax"] - $myrow['alloc']),$dec);
            $rep->NewLine(2);
            $rep->TextCol(3, 6, _("ALLOCATED"));
            $rep->TextCol(6, 7, number_format2($myrow['alloc'],$dec));
            $rep->NewLine();
            $rep->TextCol(3, 6, _("INV BALANCE"));
            $rep->TextCol(6, 7, $DisplayBalance, -2);
/* code ends here */

If you need only the total allocated amount and the balance to be printed on the Sales invoice, it can be done by updating  rep107.php file with a few line of code.

Rafat

Yes, you are right it looks to be very similar but the side menu and charts are not identical. As I said, my friend has given the idea of how the dashboard should looks like, the sales dashboard is tested and complete for the time being.

He also mentioned about the notrinos site and approached @notrinos but the source code would be provided only upon a payment (commercial version).

boxygen wrote:

@samsa in this theme you have included the idea of @notrinos? To have dashboard modularized?

@boxygen I'm not sure about this is what @notrinos has suggested. I have created a new theme for the dashboard modularization and chart.js library (believe there is no security risk as the link to the library is not external) is used along with css for creating charts. Thanks to a friend of mine who helped me out with updating js/renderer files.

boxygen wrote:

you can upload the screen shot to imgur.com and share the link here

Here is the link->https://imgur.com/H40novl

@boxygen please post the png to have a look at by others in this thread

Appreciate if this forum Admin could provide me the privilege to post with file attachment

Hi All,

Is there any update on Dashboard? Hope to have a new look & feel dashboard with charts under each application/module (grasped from @notrinos).

I am not a well versed programmer but bit confident in developing a new theme to include dashboard with js charts where I have customized renderer and css file. I don't have access to attach the screenshot (png file) here of my demo dashboard.

Hi Fahed,

I am not a well experienced developer but have done custom modification in FA, in PO & requisition form/report.

Please let me know if I can be of any free assistance and e-mail me on your detail requirement to saffirm@yahoo.com

Regards

9

(3 replies, posted in Accounts Payable)

But how to set the payment due date which is different under each term as explained in my question above since only one payment term is applicable on individual supplier in purchase order? In other words, purchase order amount can't split according to payment due date unless manual entry/adjustment in A/P.

Hope it's clear.

10

(3 replies, posted in Accounts Payable)

Is there any way to manage multiple payment terms in a single purchase order and appear in A/P (Supplier payment)?
eg:
po #1 total amount 100k
30% advance payment (at the time of placing order)
30% upon delivery (expected date)
40% credit 90 days (from PO date)

Thanks for reply!