Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Cost Price for Invoice and Sales Orders
I made a basic web based reporting system for sales people in our London Office. It also linked to our Hong Kong Office to provide us their sales data. The HK Office recently migrated to Netsuite and without much help and no experience with Oracle/Netsuite I'm trying to get access to their data.
Here is where I'm at for Sales invoiced, I'm not sure where I can find the cost price for a gross margin report? Will need it for Sales Orders too.
SELECT customers.name AS account,
customers.companyname AS custname,
items.name AS itemcode,
items.salesdescription AS description,