Edit file: resources\views\product\index.blade.phpIn product list page. I don't need most of the custom fields on table and I want them disabled from showing.
{ data: 'product_custom_field1', name: 'products.product_custom_field1' },
{ data: 'product_custom_field2', name: 'products.product_custom_field2' },
{ data: 'product_custom_field3', name: 'products.product_custom_field3' },
{ data: 'product_custom_field4', name: 'products.product_custom_field4' }
{ data: 'product_custom_field1', name: 'products.product_custom_field1', @if(empty($custom_labels['product']['custom_field_1'])) visible: false @endif},
{ data: 'product_custom_field2', name: 'products.product_custom_field2', @if(empty($custom_labels['product']['custom_field_2'])) visible: false @endif},
{ data: 'product_custom_field3', name: 'products.product_custom_field3', @if(empty($custom_labels['product']['custom_field_3'])) visible: false @endif},
{ data: 'product_custom_field4', name: 'products.product_custom_field4', @if(empty($custom_labels['product']['custom_field_4'])) visible: false @endif}
i am using edge print browser not exit but chrome browser no problem.Brother.. thanks for your response. But that's exactly what's happening.. Watch this video
POS
www.awesomescreenshot.com
where did I edit the file?So sorry bro! I forgot to explain that.
Each image is the id of the category
example id=1, name=fruits ... The image will be "1.jpg"
Put each image (1.jg, 2,jpg, 3jpg...) in public/img
{{asset('/img/' . $category['id'] .'.jpg')}}
Thanks a lot bro. im guessing this code structure will work for other uneeded custom fields if i tweak the code a bit right?Edit file: resources\views\product\index.blade.php
Find:
Code:{ data: 'product_custom_field1', name: 'products.product_custom_field1' }, { data: 'product_custom_field2', name: 'products.product_custom_field2' }, { data: 'product_custom_field3', name: 'products.product_custom_field3' }, { data: 'product_custom_field4', name: 'products.product_custom_field4' }
Replace by:
Code:{ data: 'product_custom_field1', name: 'products.product_custom_field1', @if(empty($custom_labels['product']['custom_field_1'])) visible: false @endif}, { data: 'product_custom_field2', name: 'products.product_custom_field2', @if(empty($custom_labels['product']['custom_field_2'])) visible: false @endif}, { data: 'product_custom_field3', name: 'products.product_custom_field3', @if(empty($custom_labels['product']['custom_field_3'])) visible: false @endif}, { data: 'product_custom_field4', name: 'products.product_custom_field4', @if(empty($custom_labels['product']['custom_field_4'])) visible: false @endif}
But you will need the Login...
Yes, it works in this way. And you can hide some columns using (, visible: false )Thanks a lot bro. im guessing this code structure will work for other uneeded custom fields if i tweak the code a bit right?
You don´t need to edit any file, just put the images 1.jpg, 2.jpg, 3.jpg in the directory public/img with your images of each catgorieswhere did I edit the file?
Thanks.Patch release V4.7.8 – Aug 12, 2022
*Login as a user using the SaaS Module issue fixed
you may use dropbox insteadI want to know that how to backup the pos backup file to google drive . can any one help me with this problem and i am willing to pay some amount to help me . you can mail me @ [email protected]
Please help me
How can this adjustment be made to customers, suppliers, and so on?Yes, it works in this way. And you can hide some columns using (, visible: false )
{ data: 'product_locations', name: 'product_locations', visible: false },
I dont think Dropbox backup is working with the nulled version...Tried several times not working except theres a way to bypass thatyou may use dropbox instead
Enabling Backups (Backup in Server, AWS S3) - Ultimate Fosters
By default, backup is not enabled for every user of the POS application. To enable backup follow these steps: IMPORTANT: For the backup to work ziparchive must be enabled in the server PHP Log in with superadmin user for which backup is enabled. Now it will show an "Administrator Backup" menu...ultimatefosters.com
Thank you but it didnt work though. I want to actually make the image like a background..See this screenshot
drop is not working as the key is keep getting expired . is there any other way to backup to google drive???you may use dropbox instead
Enabling Backups (Backup in Server, AWS S3) - Ultimate Fosters
By default, backup is not enabled for every user of the POS application. To enable backup follow these steps: IMPORTANT: For the backup to work ziparchive must be enabled in the server PHP Log in with superadmin user for which backup is enabled. Now it will show an "Administrator Backup" menu...ultimatefosters.com