Modify items table view in open source POS
If we would like to change the view of items main page. For example, this time we would like to add 1 fields and remove 1 field. At least we have to do the modification list as below. (PS. I skip the steps to add the required item in database and add/view page modification)
- Add the required translation item in application @\language\xxxxxxxxx\items_lang.php
- Add the required table header field and remove the table header field you would like to remove in @\application\helpers\table_help.php
(In this case, we add items_name_id and remove items_tax_percents) - Add the remove corresponding table data handling code @\application\helpers\table_help.php
- Reload the page, you will see the modification works
Thanks. if any question, please leave a comment. 🙂