Hi

Please help me to add shipper name(Shipping Company:) and location name(Deliver from Location:)  in direct sales invoice.
i need to add above in aux lines some thing like this,

$aux_info = array(_("Purchase Order") => $this->formData["customer_ref"],
             _("Sales Person") => get_salesman_name($this->formData['salesman']),
             _("CUSTOMER VAT NO.") => $this->formData['tax_id'],
            
             _("Location") => $this->formData['from_id'],
             _("Shipper") => $this->formData['ship_name'],
              
             );

// ship_name,from_id is wrong."just for example i mentioned it".

please help me, its a real need.

Thanking You

Varghese Joy
United Arab Emirates

2

(5 replies, posted in Reporting)

66.0.3359.181 pc,64.0.3282.137  mobile,FrontAccounting 2.4.4.  Sir do you have an app version for front accounting so that we can enter our desired URL so that it works in mobile.

3

(5 replies, posted in Reporting)

I cannot select a customer in few browsers.  Eg I can select customer on google chrome in a PC but cannot select one from the same chrome in a mobile.  but other private browsers work fine.


Please help.

Total value in words not showing on invoice. please help

below are the code

$words = price_in_words($rep->formData['prepaid'] ? $myrow['prep_amount'] : $myrow['Total'], array( 'type' => ST_SALESINVOICE, 'currency' => $myrow['curr_code']));
            if ($words != "")
            {
                $rep->NewLine(1);
                $rep->TextCol(0, 7, $myrow['curr_code'] . ": " . $words, - 2);
            }

(rep107.php)

Hi,

Ii need to add authorization signature fields on invoice footer like     delivered by   or received by     for both party.

how can I add those custom fields easily?

please advice.