Change column count in receipt?
Hi,
In my country its hard to find wide receipt. Thats why usually we only have 2 column receipt
Is it possible to reduce the column count to 2 or 3?
For example:
-) is it possible to remove 'Price/Tax' column?
-) is it possible to remove Qty column and move it to Item column, for example: 2x Iphone 10
Thanks
Comments
1 comment
Yes, it's possible. The file that you're looking for is receipt.php in the application/views/sales directory.
I hope you know how to use bootstrap, because that's how the columns set up. You can simply comment out what you don't need, but remember to adjust the columns. As for moving the quantity to the item column, you take move the code next to the name by simply cutting the code and pasting it to the left of the name. One thing to keep in mind is that the column header and the information listed in each column are two separate things. You are going to need to adjust both.
I literally just got done massively modifying the receipt for my company. So, if you need further help, just let me know. I should be able to point you in the right direction.
Please sign in to leave a comment.