Topic: supplier details listing
Hi, I would like to add a supplier details listing on the supplier report & analytic just like the customer details listing. Would like to know what I should include.
Was trying to replicate the customer details listing coding for supplier but having difficulties. not a hardcore php programmer.. just a beginner but willing to learn.
as I know, for customer details listing, its using the debtors_master table. So, for supplier details listing, I should be using the suppliers table, right? But I notice in the customer details listing rep103.php it includes other data field from other tables as well. Do I need to include some data related fields from other table as well for the Supplier details listing? need your expert advise.
So far, I've done:
- duplicate file for rep103.php to rep205.php
- duplicate code in reports_main.php
- currently stuck at coding for rep205.php
Need help with the function codes.