account-financial-reporting/partner_statement/report
Miquel Raïch 9d213e465d [FIX] partner_statement: refactor of activity statement + fixes
Fixes:

 - Initial balance for Activity Statement: Consider moves reconciled with moves that have different partner (use open amounts)
 - Reconciled moves for Detailed Activity Statement: Consider moves reconciled with moves that have different partner (they should appear).
 - Ending amounts should be correct in all cases.
 - Other minor fixes.

Improvements:

 - Refactor of Activity Statement: include columns of "Applied Amount" and "Open Amount", and removed "Balance" column.
 - Removed option "Show Balance column" for Detailed Activity Statement.
2023-01-16 13:44:01 +01:00
..
__init__.py [IMP] partner_statement: add Detailed Activity report 2022-12-20 16:51:57 +01:00
activity_statement.py [FIX] partner_statement: refactor of activity statement + fixes 2023-01-16 13:44:01 +01:00
activity_statement_xlsx.py [FIX] partner_statement: refactor of activity statement + fixes 2023-01-16 13:44:01 +01:00
detailed_activity_statement.py [FIX] partner_statement: refactor of activity statement + fixes 2023-01-16 13:44:01 +01:00
detailed_activity_statement_xlsx.py [FIX] partner_statement: refactor of activity statement + fixes 2023-01-16 13:44:01 +01:00
outstanding_statement.py [FIX] partner_statement: refactor of activity statement + fixes 2023-01-16 13:44:01 +01:00
outstanting_statement_xlsx.py [FIX] partner_statement: refactor of activity statement + fixes 2023-01-16 13:44:01 +01:00
report_statement_common.py [FIX] partner_statement: refactor of activity statement + fixes 2023-01-16 13:44:01 +01:00