Customer/ Supplier Payment Statement Report
by Cybrosys Techno Solutions https://www.cybrosys.com| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Contacts (contacts)
• Invoicing (account) • Discuss (mail) |
| Lines of code | 1017 |
| Technical Name |
statement_report |
| License | LGPL-3 |
| Website | https://www.cybrosys.com |
| Versions | 14.0 15.0 16.0 17.0 18.0 |
Customer/ Supplier Payment Statement Report
This system is designed to manage all customer and/or supplier payment statement reports.
Explore This Module
Overview
Features
Screenshots
Customer/ Supplier Payment Statement Report Pages
Customer Payment Statements
Supplier Payment Statements
Print and Share Options
Customer Payment Statement PDF Report
Customer Payment Statement Excel Report
Share PDF report via Email
Share Excel report via Email
Status of Report Sharing
Automatic Actions
Two Options, Weekly and Monthly.
Monthly Statement Report Action
Weekly Statement Report Action
Monthly Statement Report Mail with Attachments
Weekly Statement Report Mail with Attachments
Related Products
Our Services
Odoo Customization
Odoo Implementation
Odoo Support
Hire Odoo Developer
Odoo Integration
Odoo Migration
Odoo Consultancy
Odoo Implementation
Odoo Licensing Consultancy
Our Industries
Trading
Easily procure and sell your products
POS
Easy configuration and convivial experience
Education
A platform for educational management
Manufacturing
Plan, track and schedule your operations
E-commerce & Website
Mobile friendly, awe-inspiring product pages
Service Management
Keep track of services and invoice
Restaurant
Run your bar or restaurant methodically
Hotel Management
An all-inclusive hotel management application
Support
Say hi to us on WhatsApp!
+91 86068 27707
Please log in to comment on this module
Bug found and fixed
After installing the module Odoo started showing an error every time I refreshed it.
Error:
Reason:
The error you're encountering is due to an attempt to register a handler for the 'xlsx' report type more than once in the registry. The DuplicatedKeyError is raised because the 'xlsx' key already exists in the registry, and you're trying to add it again.
File: statement_report/static/src/js/action_manager.js
Fixed code:
if (!registry.category('ir.actions.report handlers').contains('xlsx')) {registry.category('ir.actions.report handlers').add('xlsx', async (action) => {if (action.report_type === 'xlsx'){session.get_file({error : (error) => this.call('crash_manager', 'rpc_error', error),Re: Bug found and fixed
Thanks for reporting. We have updated the app. Please get the latest version.
There are no comments yet!