Item Sales Statistics by Month?

yuppicide
Member Posts: 410
In Sales Reports there's a report "Customer Sales Statistics". Under options I can put Start Date and Length of Periods. For example 1M, 1Y, etc.
For example 06/01/09 and 1M shows me sales by customer for Before 06/01/09, 06/01/09 to 06/30/09, 07/01/09 to 07/30/09, 08/01/09 to 08/31/09, and After 08/31/09.
Is there something like this for Items? So I can see for example item 1234-5555 how many sold during the month?
I couldn't find anything so far.
If not maybe I can code something borrowing some code from the other report:
For example 06/01/09 and 1M shows me sales by customer for Before 06/01/09, 06/01/09 to 06/30/09, 07/01/09 to 07/30/09, 08/01/09 to 08/31/09, and After 08/31/09.
Is there something like this for Items? So I can see for example item 1234-5555 how many sold during the month?
I couldn't find anything so far.
If not maybe I can code something borrowing some code from the other report:
FOR i := 1 TO 5 DO BEGIN SETRANGE("Date Filter",PeriodStartingDate[i],PeriodStartingDate[i + 1] - 1); CALCFIELDS("Sales ($)","Profit ($)","Inv. Discounts ($)","Pmt. Discounts ($)", "Fin. Charge Memo Amounts ($)","Payments ($)"); "Sales$"[i] := "Sales ($)"; "Profits$"[i] := "Profit ($)"; "CostOfSales$"[i] := "Sales$"[i] - "Profits$"[i]; IF "Sales$"[i] > 0 THEN "Profit%"[i] := ROUND("Profits$"[i] / "Sales$"[i] * 100,0.1) ELSE "Profit%"[i] := 0; "InvoiceDiscounts$"[i] := "Inv. Discounts ($)"; "PaymentDiscounts$"[i] := "Pmt. Discounts ($)"; "Payments$"[i] := "Payments ($)"; "FinanceCharges$"[i] := "Fin. Charge Memo Amounts ($)"; END;
0
Comments
-
are you looking for something like form 354 Item Turnover Lines does?0
-
here's a report - based on this post
viewtopic.php?f=5&t=10082
you can alter it to customer sales or vendor purchases - & even item sales
it;s in FOB form since you probably don't have text import capabilities.
I've named it Report 50077 - so if you have used that # already - I suggest you move it to a new # so this report doesn't replace it when uploaded.
www.biloltd.net/Mibuso/Report50077-Item ... -Month.fob0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions