Dear all,
I made following changes to sales/includes/db/sales_order_db.inc (line 285)

        line.description AS StockDescription,
        item.long_description AS StockLongDescription,
               
and added following code in rep111

          if (!empty($SysPrefs->prefs['long_description_invoice']) && !empty($myrow2['StockLongDescription']))
          {
            $c--;
            $rep->TextColLines($c++, $c, $myrow2['StockLongDescription'], -2);
          }

it solved my concern

Thanks

Dear all,

Can some one help in this

I was using long description in the old version(2.4.9) on sales quotation.

But the same is not working in the  FrontAccounting 2.4.11. it just adds a blank line space.

Use Long Descriptions on Invoices in settings is already checked.

Is it bug or I need to do some settings.

Ohhh Thanks ,

My bad

Dear All,

I think I may sleeped some settings, as Place order button is missing in my purchase order entry window.

Please Help me.

Dear all,

I was using long description (name and description is in same English language) in the old version(2.4.9) on sales quotation.

it was working fine.

But the same is not working in the  FrontAccounting 2.4.11. it just adds a blank line space in quotation.

Use Long Descriptions on Invoices in company setup (settings) is already checked.

my PHP version: 7.2.30

Is it bug or I need to do some settings.

Thanks for your reply.

lets see if someone can help me in this.

I will also do as said by you.

Thanks Rafat again for reply,

@my environment

Database server
Server: Localhost via UNIX socket
Server version: 10.1.48-MariaDB - MariaDB Server
Protocol version: 10
Server charset: cp1252 West European (latin1)
Web server
nginx/1.15.10
PHP version: 7.2.30
phpMyAdmin
Version information: 5.1.1, latest stable version: 5.1.3

@ language English, for both description and long description.

@ Long description on sales quotation, In our case we need to specify our technical specifications on our quotation, so need it. also can we increase its length?

Dear all,

I was using long description in the old version(2.4.9) on sales quotation.

But the same is not working in the  FrontAccounting 2.4.11. it just adds a blank line space.

Use Long Descriptions on Invoices in settings is already checked.

Is it bug or I need to do some settings.

Dear Rafat,

wow, its done as per your suggestion,

Now working fine.

Thanks for your quick reply.

Dear All,

I have freshly installed (FrontAccounting 2.4.11). And i have imported data from my old installation FrontAccounting 2.4.9.
But i am not able to print invoices from reports and analysis.

The from and to seems blank. and display button doesn't work.