I am trying to write a stock report using data from 2 tables, products table and invoice table.
how it works is, everytime something is purchased that info is saved in the invoice table.
now i need to work out the total amount of each item bought in a day and the percentage of profit accumulated.
i was trying to use Crystal Reports but all the formulaes are taking abit long to learn.
i jst wld like to use sql queries to retrieve the values i need, multiply/subtract them and find the percentage of profit for each item per report.
IS THIS POSSIBLE ????
how it works is, everytime something is purchased that info is saved in the invoice table.
now i need to work out the total amount of each item bought in a day and the percentage of profit accumulated.
i was trying to use Crystal Reports but all the formulaes are taking abit long to learn.
i jst wld like to use sql queries to retrieve the values i need, multiply/subtract them and find the percentage of profit for each item per report.
IS THIS POSSIBLE ????
Comment