I have set default rows to 25 in Invoice so that every time we print / create an invoice it must show 25 / Page, but when we add more rows to an invoice, its showing more than 25 rows / page (in case of multiple Page Invoice). Is there any work around to print 25 rows / page instead of any no greater than 25 .
If you have set 25 rows in the form defaults, your invoice form will preload 25 rows for you.
Later if you press Add Rows it will add additional rows on top of the preloaded 25.
This is the intended behavior.
@gauravnbs you will have to develop a custom theme on your own to force page breaks after every 25 rows.
or you can add any number of empty rows after the 25th row so that the print function automatically creates a page break depending on the paper size.
my question is how to fix 25 rows per page and addition to 25 rows on next page
@sharpdrivetek gave you an answer to that.
You Mean Every Time We Have To Add Lines… Do You Have Another Work Around…
He advised to create a custom theme.