## # A tibble: 4 × 11
## inv_date invoice_number account part_number qty sell_price total_sale_value
## <chr> <chr> <chr> <chr> <dbl> <dbl> <dbl>
## 1 4/1/2010 INV7811696 ELEMERA P522817 1 1232. 1232.
## 2 7/1/2010 INV7811682 ELEMERA P522817 1 789. 789.
## 3 2/25/2010 INV7811426 ELEMERA P522817 1 789. 789.
## 4 2/25/2010 INV7811426 ELEMERA P857011 1 63.1 63.1
## # ℹ 4 more variables: disc <dbl>, cost_price <dbl>, total_cost_value <dbl>,
## # profit <dbl>
## [1] "inv_date" "invoice_number" "account" "part_number"
## [5] "qty" "sell_price" "total_sale_value" "disc"
## [9] "cost_price" "total_cost_value" "profit"

