Topic: Can we add more than 1 lines in Journal Entry Section

hey,

can you please help me can we add more than 1 lines for journal entry section as by default, (image attached)

https://imgur.com/FpP7nEh

secondly, can we ADD enter or TAB function when we type any amount in amount column, without pressing ADD ITEM,

which is good for FA.

is it possible in FA?

let me know

Regards

Post's attachments

Journal_MultiLine_Memo_req.png 19.1 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

Re: Can we add more than 1 lines in Journal Entry Section

Making the Memo field a textarea instead of text input will do the job. All memo fields are TINYTEXT and hence can support reasonably sized multi line textarea content.

# grep memo sql/en_US-new.sql
  `memo_` tinytext NOT NULL,
  `memo_` tinytext,
  `memo_` tinytext NOT NULL,
  `memo` tinytext NOT NULL,
  `memo_` tinytext,
  `memo` tinytext,
  `memo_` tinytext NOT NULL,

Re: Can we add more than 1 lines in Journal Entry Section

hey,

thanks for reply, well i think i am not clear up to you, well, i have also attached a image for you for better under standing

i want BY Default 3 ROWS and by Pressing ENTER its SAVED or AUTO SAVED and at ROW 3 when we pressed ENTER 4th will be shown,

is it possible?

image: https://imgur.com/K3nN5Qa


regards