Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
127 Widoki

How can I report customer statement with Items?

 customer statement shows items names , quantity, price, Invoice numbers and Balance

Awatar
Odrzuć
Najlepsza odpowiedź

Hi,

Odoo does not include a full “Customer Statement” (summary of all invoices + payments over a period) straight out of the box (for many versions). What you typically have is Partner Ledger or Aged Receivables reports.

To get a real statement:

  • Use apps from Odoo Apps Store or check if any OCA modules are available for this.
  • Custom report: Build your own QWeb or Python report that pulls invoice, payment, credit note lines for a partner within a date range.
  • Button on partner: Add a button “Print Statement” in contact form, open the report with filters, etc.

Hope it helps

Awatar
Odrzuć