Skip to content

Commit

Permalink
[IMP] account_statement_import_sheet_file: Improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
florenciafrigieri2 authored Sep 30, 2024
1 parent bf80a2f commit 1e63eff
Show file tree
Hide file tree
Showing 12 changed files with 66 additions and 11 deletions.
39 changes: 34 additions & 5 deletions account_statement_import_sheet_file/readme/CONFIGURE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
To create TXT/CSV/XLSX statement sheet columns mapping:
To configure this module, you need to:
1. Install the module account_statement_import_sheet_file.
2. Create a Statement Sheet Mappings: Go to > Invoicing > Configuration > Accounting > Statement Sheet Mappings

![ Alt Text](../static/config1.png)

3. Create a New Mapping and configure it:

![ Alt Text](../static/config2.png)

- Name: Specify the name of the field as per your bank statement.
- Thousands Separator and Decimal Separator: Specify the format of the number.
- Timestamp Format: Specify the format of the date. For example:
- %d/%m/%Y = 01/05/2022
- %d/%m/%y = 01/05/22
- %d-%m-%Y = 01-05-2022
- %Y-%m-%dT%H:%M:%SZ = 2022-05-01T15:22:10Z
- Header lines skip count: The number of the line that contains the tags of the data.
- Footer lines skip count: Amount of lines to skip of the footer.

4. Configure the columns to match your bank statement format:

At least, you have to configure:
- Timestamp Column
- Amount type and amount Column
- Description Column

![ Alt Text](../static/config3.png)

5. Set the Mapping as default in the bank journal and the bank feeds:

![ Alt Text](../static/config4.png)

![ Alt Text](../static/config5.png)

1. Open *Invoicing \> Configuration \> Accounting \> Statement Sheet
Mappings*
2. Create mapping(s) according to your online banking software
statement format
15 changes: 15 additions & 0 deletions account_statement_import_sheet_file/readme/CONTEXT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
BUSINESS NEED:
The account_statement_import_sheet_file module addresses a critical business requirement: the efficient and accurate importation of bank statement data into Odoo. This need arises due to:
Manual data entry limitations
Financial Accuracy and Compliance
Operational Efficiency

APPROACH:
The module allows users to import bank statements in TXT, CSV, or XLSX formats directly into Odoo, reducing the need for manual data entry.

Users can configure column mappings to match the format of their bank statements, ensuring that the imported data aligns correctly with Odoo’s data structure.

The module integrates smoothly with Odoo’s accounting functionalities, allowing for easy reconciliation of imported transactions with existing records.

USEFUL INFORMATION:
The module depends on Odoo’s accounting features. Users should ensure that the core accounting module is properly configured before using this module.
3 changes: 1 addition & 2 deletions account_statement_import_sheet_file/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
This module allows you to import any TXT/CSV or XLSX file in Odoo as
bank statements.
This module allows users to import bank statements into Odoo using files in TXT, CSV, or XLSX formats. It is designed to streamline the process of importing and managing bank statement data within Odoo, making it easier to handle financial records and reconcile transactions.
20 changes: 16 additions & 4 deletions account_statement_import_sheet_file/readme/USAGE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
To use this module, you need to:
Once you have the Mapping and the Journal set up, you have to import the bank statement

1. Go to Account > Dashboard
2. Click “Import OCA” in the bank journal configured.

![ Alt Text](../static/usage1.png)

3. Then “Upload your file”

![ Alt Text](../static/usage2.png)

4. Pick your bank file already downloaded.
5. Import and Start to Reconcile

![ Alt Text](../static/usage3.png)


1. Get statement in TXT/CSV or XLSX from your online banking software
2. Go to Odoo and and import the statement file, selecting
corresponding format
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1e63eff

Please sign in to comment.