uzerpllp / uzerp

uzERP - Open Source Business Management
http://www.uzerp.com
Other
55 stars 24 forks source link

PL Allocations list size (5-1980) #40

Open steveblamey opened 8 years ago

steveblamey commented 8 years ago

The method used for submitting PL Allocations needs changing. It currently lists all allocations in a single page, which can be a long list; searching and/or ordering would be beneficial. It also submits all of the data on the page rather than the selected items; this can break the PHP post limits in the /etc/php5/apache2/php.ini file - parameters post_max_size, suhosin.post.max_vars and suhosin.request.max_vars. These parameters can be increased (apache requires a reload to take effect) but a better method of submitting the data would be preferable. See the paging in place for PL Batch Payments.

This problem causes an error - Transactions must sum to zero - but only some of the required items are shown as selected; the ones towards to the end of the list have been unselected - this is because this data was not submitted due to the limit on size and/or number of variables.

steveblamey commented 4 years ago

Which controller/action does this relate to?