S
Asked
Hello
i am facing a problem with point of sale when number of items into invoice more than 60 items , when i try to submit operation not completed and pos hang , when i go back to pos screen same items are found ? in which means that something stops the operation.
i am facing a problem with point of sale when number of items into invoice more than 60 items , when i try to submit operation not completed and pos hang , when i go back to pos screen same items are found ? in which means that something stops the operation.
- SAnsweredwhen i saw the error log file i find a message
ERROR - 2021-05-10 04:47:25 --> Query error: Column 'biller' cannot be null
also the biller is defied into the screen and invoices with items less than 60 is done - MSAnsweredHello,
SMA don't impose any limit but your php server do. I am pasting the FAQ from docs below
---
**Why some products are missing from order when I add 100+ products?**
There is no restriction in SMA code on the number of order items. If you are having such issue, please check your php configuration file (php.ini) for `max_input_vars` and set it to higher number i.e, 10000. You might need to increase `max_input_time` and `max_execution_time` too. - Login to Reply