mirror of
https://github.com/odoo/documentation.git
synced 2025-12-12 07:29:27 +07:00
[IMP] better entries titles
This commit is contained in:
@@ -107,32 +107,32 @@
|
|||||||
{account: 'Cash', credit: 3000}
|
{account: 'Cash', credit: 3000}
|
||||||
]
|
]
|
||||||
}, {
|
}, {
|
||||||
title: "Sale paid immediately",
|
title: "Cash sale (paid immediately)",
|
||||||
operations: [
|
operations: [
|
||||||
{account: 'Cash', debit: 100},
|
{account: 'Cash', debit: 100},
|
||||||
{account: 'Sales', credit: 100}
|
{account: 'Sales', credit: 100}
|
||||||
]
|
]
|
||||||
}, {
|
}, {
|
||||||
title: "Delayed payment (trade credit)",
|
title: "Invoiced sale (trade credit)",
|
||||||
operations: [
|
operations: [
|
||||||
{account: 'Accounts Receivable', debit: 1000},
|
{account: 'Accounts Receivable', debit: 1000},
|
||||||
{account: 'Sales', credit: 1000}
|
{account: 'Sales', credit: 1000}
|
||||||
]
|
]
|
||||||
}, {
|
}, {
|
||||||
title: "Customer invoice paid",
|
title: "Customer pays invoice",
|
||||||
operations: [
|
operations: [
|
||||||
{account: 'Cash', debit: 1000},
|
{account: 'Cash', debit: 1000},
|
||||||
{account: 'Accounts Receivable', credit: 1000}
|
{account: 'Accounts Receivable', credit: 1000}
|
||||||
]
|
]
|
||||||
}, {
|
}, {
|
||||||
title: "Customer invoice, 10% early payment rebate",
|
title: "Customer pays invoice, 10% early payment rebate",
|
||||||
operations: [
|
operations: [
|
||||||
{account: 'Cash', debit: 900},
|
{account: 'Cash', debit: 900},
|
||||||
{account: 'Sales Discount', debit: 100},
|
{account: 'Sales Discount', debit: 100},
|
||||||
{account: 'Accounts Receivable', credit: 1000}
|
{account: 'Accounts Receivable', credit: 1000}
|
||||||
]
|
]
|
||||||
}, {
|
}, {
|
||||||
title: "Sale with tax",
|
title: "Cash sale with tax",
|
||||||
operations: [
|
operations: [
|
||||||
{account: 'Cash', debit: 109},
|
{account: 'Cash', debit: 109},
|
||||||
{account: 'Sales', credit: 100},
|
{account: 'Sales', credit: 100},
|
||||||
|
|||||||
Reference in New Issue
Block a user