Ultimate POS - Best Advanced Stock Management, Point of Sale & Invoicing application

Ultimate POS - Best Advanced Stock Management, Point of Sale & Invoicing application v6.6 – Untouched

No permission to download

hero70411

Active member
May 4, 2022
155
179
43
In product list page. I don't need most of the custom fields on table and I want them disabled from showing.
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}
 

planet

Member
May 30, 2021
152
21
18
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')}}
where did I edit the file?
 

drickles

Member
Jul 8, 2022
44
4
8
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}
Thanks a lot bro. im guessing this code structure will work for other uneeded custom fields if i tweak the code a bit right?
 

jocani19

Active member
Jun 4, 2022
117
63
28
@hero70411, Hello bro..do you know how i can make this image full screen?


Thanks
But you will need the Login...
If you want to add more space on the left side, you can change this lines in the file
resources\views\layouts\auth2.blade.php

Always the sum must be equal to col-md-12 or col-sm-12

Let me to know if this works for you...

1660318229345.png
 

Attachments

  • 1660318115044.png
    1660318115044.png
    734.7 KB · Views: 11
Last edited:
  • Love
Reactions: planet

ultranoob

Well-known member
Trusted Uploader
Feb 1, 2021
309
430
63
babiato
babiato.tech
I 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
you may use dropbox instead

 

dorob

Active member
May 25, 2020
84
107
33
Egypt
Hello, I have a problem uploading images after modifying the path outside the public folder..
Can any of you help me, brothers?
 

dorob

Active member
May 25, 2020
84
107
33
Egypt
Yes, it works in this way. And you can hide some columns using (, visible: false )
{
data: 'product_locations', name: 'product_locations', visible: false },
How can this adjustment be made to customers, suppliers, and so on?
Can you help me please sir?
 

howard

Member
Dec 8, 2019
68
21
8
you may use dropbox instead

I dont think Dropbox backup is working with the nulled version...Tried several times not working except theres a way to bypass that
 

howard

Member
Dec 8, 2019
68
21
8
But you will need the Login...
If you want to add more space on the left side, you can change this lines in the file
resources\views\layouts\auth2.blade.php

Always the sum must be equal to col-md-12 or col-sm-12

Let me to know if this works for you...

1660318229345.png
Thank you but it didnt work though. I want to actually make the image like a background..See this screenshot

 

creativedimag

New member
Jun 18, 2022
4
0
1
you may use dropbox instead

drop is not working as the key is keep getting expired . is there any other way to backup to google drive???
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu