feat: Implement bank statement line selection with total amount display in footer and reconciliation wizard.
This commit is contained in:
parent
5dfc280ed6
commit
d75a96007e
13
README.md
13
README.md
@ -29,19 +29,10 @@ A dynamic header widget that displays real-time totals when you select multiple
|
||||
- **Modern UI**: Clean, Bootstrap-styled interface with icons
|
||||
|
||||
**How to Use:**
|
||||
1. Navigate to: `Accounting > Bank Statement Reconciliation > Bank Statement Lines`
|
||||
1. Navigate to: `Bank Statement Reconciliation`
|
||||
2. Select one or more bank statement lines by clicking the checkboxes
|
||||
3. The header widget will automatically appear showing:
|
||||
- Number of selected lines
|
||||
3. The footer will showing:
|
||||
- Total amount of selected lines
|
||||
- Currency information
|
||||
|
||||
**Visual Layout:**
|
||||
```
|
||||
┌─────────────────────────────────────────────────────────────┐
|
||||
│ ☑ Selected Lines: [3] │ 🧮 Total Amount: [1,234.56] USD │
|
||||
└─────────────────────────────────────────────────────────────┘
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
BIN
__pycache__/__init__.cpython-310.pyc
Normal file
BIN
__pycache__/__init__.cpython-310.pyc
Normal file
Binary file not shown.
BIN
models/__pycache__/__init__.cpython-310.pyc
Normal file
BIN
models/__pycache__/__init__.cpython-310.pyc
Normal file
Binary file not shown.
BIN
models/__pycache__/account_bank_statement_line.cpython-310.pyc
Normal file
BIN
models/__pycache__/account_bank_statement_line.cpython-310.pyc
Normal file
Binary file not shown.
BIN
models/__pycache__/bank_statement_line.cpython-310.pyc
Normal file
BIN
models/__pycache__/bank_statement_line.cpython-310.pyc
Normal file
Binary file not shown.
BIN
models/__pycache__/bank_statement_selector.cpython-310.pyc
Normal file
BIN
models/__pycache__/bank_statement_selector.cpython-310.pyc
Normal file
Binary file not shown.
BIN
wizards/__pycache__/__init__.cpython-310.pyc
Normal file
BIN
wizards/__pycache__/__init__.cpython-310.pyc
Normal file
Binary file not shown.
BIN
wizards/__pycache__/bank_reconcile_wizard.cpython-310.pyc
Normal file
BIN
wizards/__pycache__/bank_reconcile_wizard.cpython-310.pyc
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user