DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
The Sales Invoice Item Star Schema combines following dimension and fact tables:
| Dimension/Fact | Description |
|---|
| SalesInvoiceItem Fact | Fact table having transaction records regarding Invoice items |
| DateDimension | Dimension table having attributes regarding the date dimension id in the fact table |
| CustomerDimension | Dimension table having attributes regarding the customer dimension id in the fact table |
| OrganisationDimension | Dimension table having attributes regarding the organisation dimension id in the fact table |
| ProductDimension | Dimension table having attributes regarding the product dimension id in the fact table |
| CurrencyDimension | Dimension table having attributes regarding the currency dimension id in the fact table |