mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-22 23:22:04 +02:00
Initial commit: OCA Financial packages (186 packages)
This commit is contained in:
commit
3e0e8473fb
8757 changed files with 947473 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
|
||||
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.
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
* 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>
|
||||
* Simone Rubino <simone.rubino@pytech.it>
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
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.
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
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.
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
* 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.
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue