[IMP] : pre-commit auto fixes
This commit is contained in:
17
partner_statement/readme/CONFIGURE.md
Normal file
17
partner_statement/readme/CONFIGURE.md
Normal file
@@ -0,0 +1,17 @@
|
||||
Users willing to access to this report should have proper Accounting &
|
||||
Finance rights:
|
||||
|
||||
1. Go to *Settings / Users* and edit your user to add the corresponding
|
||||
access rights as follows.
|
||||
2. In *Application / Accounting & Finance*, select *Billing* or
|
||||
*Billing Manager*
|
||||
|
||||
To configure this module, you need to:
|
||||
|
||||
1. Go to *Invoicing / Configuration / Settings*
|
||||
2. Under the *Partner Statements* of *Accounting* option select either
|
||||
or both of OCA Activity or Outstanding Statement
|
||||
3. Once selected, you may set default options for the reports.
|
||||
4. Click *Save*
|
||||
|
||||
Removing the wizard from menus follows the same process.
|
||||
@@ -1,14 +0,0 @@
|
||||
|
||||
Users willing to access to this report should have proper Accounting & Finance rights:
|
||||
|
||||
#. Go to *Settings / Users* and edit your user to add the corresponding access rights as follows.
|
||||
#. In *Application / Accounting & Finance*, select *Billing* or *Billing Manager*
|
||||
|
||||
To configure this module, you need to:
|
||||
|
||||
#. Go to *Invoicing / Configuration / Settings*
|
||||
#. Under the *Partner Statements* of *Accounting* option select either or both of OCA Activity or Outstanding Statement
|
||||
#. Once selected, you may set default options for the reports.
|
||||
#. Click *Save*
|
||||
|
||||
Removing the wizard from menus follows the same process.
|
||||
5
partner_statement/readme/CONTRIBUTORS.md
Normal file
5
partner_statement/readme/CONTRIBUTORS.md
Normal file
@@ -0,0 +1,5 @@
|
||||
- Miquel Raïch \<<miquel.raich@forgeflow.com>\>
|
||||
- Graeme Gellatly \<<graeme@o4sb.com>\>
|
||||
- Lois Rilo \<<lois.rilo@forgeflow.com>\>
|
||||
- Dhara Solanki \<<dhara.solanki@initos.com>\>
|
||||
- Danny Adair \<<danny@o4sb.com>\>
|
||||
@@ -1,5 +0,0 @@
|
||||
* Miquel Raïch <miquel.raich@forgeflow.com>
|
||||
* Graeme Gellatly <graeme@o4sb.com>
|
||||
* Lois Rilo <lois.rilo@forgeflow.com>
|
||||
* Dhara Solanki <dhara.solanki@initos.com>
|
||||
* Danny Adair <danny@o4sb.com>
|
||||
22
partner_statement/readme/DESCRIPTION.md
Normal file
22
partner_statement/readme/DESCRIPTION.md
Normal file
@@ -0,0 +1,22 @@
|
||||
This module extends the functionality of Invoicing to support the
|
||||
printing of customer and vendor statements. There are three types of
|
||||
statements: Activity, Detailed Activity, and Outstanding. Aging details
|
||||
can be shown in the reports, expressed in aging buckets, so the customer
|
||||
or vendor can review how much is open, due or overdue.
|
||||
|
||||
The activity statement provides details of all activity on the partner
|
||||
receivables or payables between two selected dates. This includes all
|
||||
invoices, refunds and payments. Any outstanding balance dated prior to
|
||||
the chosen statement period will appear as a forward balance at the top
|
||||
of the statement. The list is displayed in chronological order and is
|
||||
split by currencies.
|
||||
|
||||
The detailed activity statement is an extension of the previous
|
||||
statement, and intends to explain the transactions that have happened
|
||||
during the period, also providing with a Prior Balance section and an
|
||||
Ending Balance section.
|
||||
|
||||
The outstanding statement provides details of all outstanding partner
|
||||
receivables or payables up to a particular date. This includes all
|
||||
unpaid invoices, unclaimed refunds and outstanding payments. The list is
|
||||
displayed in chronological order and is split by currencies.
|
||||
@@ -1,16 +0,0 @@
|
||||
This module extends the functionality of Invoicing to support the printing of customer and vendor statements.
|
||||
There are three types of statements: Activity, Detailed Activity, and Outstanding. Aging details can be shown
|
||||
in the reports, expressed in aging buckets, so the customer or vendor can review how much is open, due or overdue.
|
||||
|
||||
The activity statement provides details of all activity on the partner receivables or payables
|
||||
between two selected dates. This includes all invoices, refunds and payments.
|
||||
Any outstanding balance dated prior to the chosen statement period will appear
|
||||
as a forward balance at the top of the statement. The list is displayed in chronological
|
||||
order and is split by currencies.
|
||||
|
||||
The detailed activity statement is an extension of the previous statement, and intends to explain the transactions
|
||||
that have happened during the period, also providing with a Prior Balance section and an Ending Balance section.
|
||||
|
||||
The outstanding statement provides details of all outstanding partner receivables or payables
|
||||
up to a particular date. This includes all unpaid invoices, unclaimed refunds and
|
||||
outstanding payments. The list is displayed in chronological order and is split by currencies.
|
||||
11
partner_statement/readme/HISTORY.md
Normal file
11
partner_statement/readme/HISTORY.md
Normal file
@@ -0,0 +1,11 @@
|
||||
## 12.0.1.0.0 (2018-11-08)
|
||||
|
||||
- \[BREAKING\] Modules customer_activity_statement and
|
||||
customer_outstanding_statement merged to create partner_statement.
|
||||
- \[ADD\] New features.
|
||||
- Age by months or days
|
||||
- Filter negative balances
|
||||
|
||||
## 14.0.2.0.0 (2022-12-16)
|
||||
|
||||
- \[ADD\] Detailed Activity Statement.
|
||||
@@ -1,12 +0,0 @@
|
||||
12.0.1.0.0 (2018-11-08)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* [BREAKING] Modules customer_activity_statement and customer_outstanding_statement merged to create partner_statement.
|
||||
* [ADD] New features.
|
||||
* Age by months or days
|
||||
* Filter negative balances
|
||||
|
||||
14.0.2.0.0 (2022-12-16)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* [ADD] Detailed Activity Statement.
|
||||
5
partner_statement/readme/ROADMAP.md
Normal file
5
partner_statement/readme/ROADMAP.md
Normal file
@@ -0,0 +1,5 @@
|
||||
- Email template.
|
||||
- Expose reports (using defaults) to billing users while restricting the
|
||||
wizard to managers option.
|
||||
- Concept of statement run - to start an async job to send out all
|
||||
statements.
|
||||
@@ -1,3 +0,0 @@
|
||||
* Email template.
|
||||
* Expose reports (using defaults) to billing users while restricting the wizard to managers option.
|
||||
* Concept of statement run - to start an async job to send out all statements.
|
||||
10
partner_statement/readme/USAGE.md
Normal file
10
partner_statement/readme/USAGE.md
Normal file
@@ -0,0 +1,10 @@
|
||||
To use this module, you need to:
|
||||
|
||||
1. Go to a list of Partners, Contacts, Customer or Vendors and select
|
||||
one or more.
|
||||
2. Press 'Action \> Partner Activity Statement' or 'Action \> Partner
|
||||
Outstanding Statement' respectively.
|
||||
3. Indicate if you want to display receivables or payables, and if you
|
||||
want to display aging buckets and the aging type.
|
||||
4. Optionally complete advanced options such as filtering non due or
|
||||
negative balance partners.
|
||||
@@ -1,6 +0,0 @@
|
||||
To use this module, you need to:
|
||||
|
||||
#. Go to a list of Partners, Contacts, Customer or Vendors and select one or more.
|
||||
#. Press 'Action > Partner Activity Statement' or 'Action > Partner Outstanding Statement' respectively.
|
||||
#. Indicate if you want to display receivables or payables, and if you want to display aging buckets and the aging type.
|
||||
#. Optionally complete advanced options such as filtering non due or negative balance partners.
|
||||
Reference in New Issue
Block a user