PS
Asked
I would like to add additional fields to Sales module. Please let me know how i can do that as well as show the new added field in the List of Sales screen (can remove unwanted fields in the list)
- MSAnsweredHello,
You will need to modify the item code. There is guide in removing required in documentation.pdf
You can hire any developer to help you modify the item as you need.
Thank you - PSAnsweredThank you for your reply. I need to add two additional new reference numbers for each sale which need to tracked and also show this two reference numbers in the sales list. Please advice if its possible at my end or please let me know the charges for the same if i hire a developer
- MSAnsweredHello,
Yes, only some one with php knowledge modify the item. We are not accepting jobs at the moment. You can hire any developer to help you.
[@Enyinnaya Gift](/u/giftedhands4real) Can you help?
Thank you - PSAnsweredThank you for the reply
Kindly let me know the PHP files that need to be modified to make the changes so that i can engage a PHP programmer. My requirment is on two screens 1. Sales adding / editing screen and 2.Sales Listing Screen (Please see th attached with changes marked in Red)Attachments - MSAnsweredHello,
The controller file is `app/controllers/admin/Sales.php` while view files are in `themes/default/admin/views/sales`
Thank you - PSAnsweredThank you for the support. I managed to edit the sales file to get the result. However i need to show the new fields in SALES LIST page against each sale . Please help with the file that need to be modified to show to new field in sales listing page so that i can remove the unwanted fields and show the required fieldAttachments
- MSAnsweredHello,
I have already told you the view files are in `themes/default/admin/views/sales/` I think you need to edit the `themes/default/admin/views/sales/index.php`
Please refer to documentation for general guide on adding/removing table columns.
Thank you - Login to Reply