Topic: how do i modify sales php page to remove Sales area?

Hi there,
i will like to know for instance: in the sales section in FA , Sales area is not required for my company, how do i go about modifying the sales php to ensure that the sales area will be removed from the page itself ?
thank you!

Re: how do i modify sales php page to remove Sales area?

The easiest way to deal with this would be to simply have one sales area only called eg. N/A, then there's nothing to select.

If you want to remove it, be prepared for alot of code changes (it's in alot of places), and that your version will be out-of-sync and non-upgradeable next release.

Another option is to remove if from reports only, if that's the bit that upsets you most: again, you'll need to be very au fait with PHP coding, and especially PDF classes.

Re: how do i modify sales php page to remove Sales area?

Hi there,
Many thanks to your help!
i have resolved the issue by just commenting the function.
however,i am wondering is there any way to hide the drop down value of Item Tax Type , in the items.php ?
thanks for your help!