Hello.
I've found odoo simple and convenient working with multi-currency. I use odoo for my personal accounting.
I would like on a Dashboard or on Sales first page to show list of sells, payments, deliveries all in one with following columns:
- Date Quoted or Date of payment
- Customer
- Product or "Payment" word
- Quantity
- Unit price in USD
- Discount per unit in USD
- Price per unit after discount in USD
- Discount per lot in USD
- Total price per product in USD (with minus sign) or payment from customer in USD (with plus sign)
- Unit price in EUR
- Discount per unit in EUR
- Price per unit after discount in EUR
- Discount per lot in EUR
- Total price per product in EUR (with minus sign) or payment from customer in EUR (with plus sign)
- Same columns as 10-14 for another currency.
- Payment date for this product (in case of a sell)
- Delivery date of this product.
At bottom a sum on columns Total price for every currencie.
Yes, I know its different tables. But I would like to see such an aggregation of data. The main currency is USD, in the columns for EUR and other currencies should show the sign of used currency to order and pay.
I should be able to group the columns by customer and/or filter by customer, and possible by other columns.
How can I accomplish this? Its important to list every product from quotations in its line. The delivery date and pay date is the first for those quotations, as usually delivery is not made partially, nor the payment.
Thank you.