unknown
3ac9b52005
[FIX] Attempt to add move line without invoice to payment order gives
...
error on empty value for the payment line's 'state' field
2013-06-17 09:35:30 +02:00
unknown
1d5f3731e9
[ADD] allow to manually match multiple invoices/move lines causing the
...
statement line to be split according to the amounts given
2013-06-10 12:19:50 +02:00
Stefan Rijnhart
c9f77edc4d
[FIX] Attempt to add move line without invoice to payment order gives
...
error on empty value for the payment line's 'state' field
2013-06-04 23:10:24 +02:00
Stefan Rijnhart
de237618a4
[FIX] Calculation of residual in the case of split transactions
...
[FIX] Transaction amount when credit amounts are split
[FIX] Restore bank account's partner when disabling match
2013-05-31 15:57:21 +02:00
Holger Brunn
71fafee9e2
[MRG] ~therp-nl/banking-addons/ba7.0-manual_multi_match rev 201
2013-05-02 17:13:33 +02:00
Stefan Rijnhart
478affbf84
[FIX] Undefined variables
...
[FIX] Check ids for long type, not float
[FIX] Prevent extra indentation level by early return
2013-04-29 10:21:54 +02:00
Stefan Rijnhart
2c1b827f9d
[FIX] Address is created without partner
2013-04-29 09:43:56 +02:00
Stefan Rijnhart
4a9e408baf
[FIX] Declare wizard as a TransientModel, not Model
2013-04-26 00:00:13 +02:00
Stefan Rijnhart
cbd9cffd4a
[FIX] Do not create partners automatically during statement import but
...
offer an easy way to link existing partners or create them
manually through the bank statement line
2013-04-25 14:49:02 +02:00
Holger Brunn
822a32cbe9
[FIX] cascading deletes for banking_import_transaction and
...
account_bank_statement_line didn't work
[ADD] function to split off some amount from a statement line
[ADD] unsplit transactions/statement lines when deleting split ones
[ADD] allow to manually match multiple invoices/move lines causing the
statement line to be split according to the amounts given
2013-04-16 18:57:20 +02:00
Stefan Rijnhart
a11fa72a87
[RFR] PEP8
...
[RFR] Refactor double check on country_id and country_code
[IMP] Select longest matching partner name if multiple matches
[IMP] Propagate context in get_or_create_partner
2013-02-07 10:38:41 +01:00
Stefan Rijnhart
5bde8a5bc1
[FIX] Reinstate search by zip and city
...
[RFR] Remove debug statement
2013-02-06 11:00:03 +01:00
Stefan Rijnhart
5956788c3b
[FIX] Multi-company safe partner search
2013-02-06 08:37:14 +01:00
Stefan Rijnhart
d1e01e7d56
[FIX] Make sure the invoice number is used as direct debit order line reference
2013-01-21 21:25:00 +01:00
Stefan Rijnhart
c4f1cec071
[FIX] Cannot select manual move line in matching wizard. This is a workaround for web client issue lp:1073521, "cannot select many2one value if tree view is editable"
2013-01-14 12:04:51 +01:00
Stefan Rijnhart
b725cf0240
[FIX] Cannot select manual move line in matching wizard
...
This is a workaround for web client issue lp:1073521,
"cannot select many2one value if tree view is editable"
2013-01-13 15:11:44 +01:00
Amit Bhavsar (Open ERP)
7e9f2428ef
[FIX] Import move lines without an invoice
...
backport of lp:~openerp-dev/openobject-addons/trunk-bug-986088-amb
2013-01-10 14:38:19 +01:00
Stefan Rijnhart
1ba59be795
[IMP] ABN-AMRO: process SEPA feedback string
...
[IMP] Framework: use bic info from transaction if available when creating bank
2012-12-18 15:41:15 +01:00
Stefan Rijnhart
91317fa43d
[IMP] Create import transactions instantly on manually encoded statements when matching wizard is run
2012-12-18 15:39:23 +01:00
Stefan Rijnhart (Therp)
0b4019c3c3
[FIX] Unclear error message when no period exists for bank statement date
2012-12-05 09:32:23 +01:00
Stefan Rijnhart
038a355ea7
[FIX] Typo and docstring
2012-12-05 08:22:19 +01:00
Stefan Rijnhart
dbaa614c81
[FIX] Import fails if two partners exist with same name as on the statement
2012-12-04 22:06:02 +01:00
Stefan Rijnhart
f4b9c51d5d
[IMP] Create import transactions instantly on manually encoded statements
...
when matching wizard is run
2012-12-01 19:31:34 +01:00
Stefan Rijnhart
2845dfc00f
[IMP] ABN-AMRO: process SEPA feedback string
...
[IMP] Framework: use bic info from transaction if available when creating bank
2012-10-09 14:53:06 +02:00
Stefan Rijnhart
7070dc682c
[FIX] Unclear error message when no period exists for bank statement date
2012-07-11 12:37:31 +02:00
Stefan Rijnhart
d6334df369
[FIX] remove call to debugger
2012-06-26 13:17:32 +02:00
Stefan Rijnhart
59016af783
[FIX] Period search should ignore opening/closing periods
2012-06-26 11:46:07 +02:00
Stefan Rijnhart
14d2cc3f91
[ADD] Useful defaults on simple setups for import settings (lp:931395)
...
[ADD] Default to first available parser on the import wizard
[FIX] Statements field on import wizard not invisible in initial state
[FIX] Typo in Dutch translation
2012-05-02 17:09:49 +02:00
Stefan Rijnhart
a94a1e4fd4
[FIX] Selection of bugs and style issues found by pylint
2012-05-02 11:29:06 +02:00
Stefan Rijnhart
a128b23585
[FIX] Do not write obsolete field 'code' to res.bank
...
[ADD] Write bic field to res.partner.bank when found
[FIX] Super() called with wrong object name
[FIX] Disable invalid xpath expression
2012-04-14 10:58:58 +02:00
Stefan Rijnhart
4b347894ce
[FIX] Adapt to field 'code' no longer present on res.bank in 6.1
...
[FIX] Do not automatically create res.bank from online lookups when no BIC,
as res.bank is not required on res.partner.bank anymore in 6.1.
[FIX] Add field 'state' to statement line form as used by webclient to
determine readonly property of some other fields
2012-03-08 11:18:13 +01:00
James Jesudason
284dcfcaad
[FIX] Reset the account on the statement line when the reconciliation is disabled.
...
[ADD] Set the transaction type for HSBC statement import.
2012-03-07 23:02:52 +00:00
James Jesudason
8feffbc2ca
[FIX] Handle full and partial reconciliation amounts.
...
[ADD] Cancel the journal entries by canceling and deleting the linked voucher, if available.
2012-02-28 23:22:40 +00:00
James Jesudason
fe0a11ae5f
[FIX] Convert the move line amount to the bank statement currency so that the residual amount is calculated correctly in multi-currency situations.
...
[ADD] Use a drop-down to select full reconcile vs. part reconcile, as per account_voucher.
[ADD] Create an account.voucher from the reconciliation information and generate moves using standard account_voucher code to simplify the account_banking module.
[TODO] Need to ensure all the necessary fields are gathered when a statement line is automatically matched.
[TODO] Need to handle cancelations.
2012-02-25 01:15:48 +00:00
James Jesudason
38999d7ee7
[ADD] Don't allow deletion of confirmed statement lines, and make sure that deleted satement lines remove the linked imported transaction record.
...
[ADD] Default the company on the import wizard.
[ADD] Make write-off fields optional, otherwise it's not possible to do a partial-reconcile.
[FIX] When local_currency is the company currency, look for journals with or without the currency set.
2012-02-21 23:50:13 +00:00
James Jesudason
6461c0e282
[ADD] Set company_id in context to ensure that the right period is found.
...
[FIX] Set local_currency on the transaction lines from the statement local_currency.
[ADD} Allow selection of analytic account for the statement line move and the write-off.
[FIX] Use currency name lookup on the journal, not currency id.
2012-02-20 19:41:49 +00:00
Stefan Rijnhart
6d334e6ff6
[RFR] Adjust to changes in base_iban:
...
preserve the domestic account number for IBANs
2012-02-19 22:10:20 +01:00
James Jesudason
cf58125c22
[ADD] Ability to store the HSBC Client ID for HSBCNet, and use that on the payment files
...
[FIX] Upgrading to version 6.1
2012-02-17 23:36:43 +00:00
Credativ (Dmitrijs Ledkovs, James Jesudason, Tristan Hill)
a1b3843a4f
[ADD] UK HSBC module
...
[FIX] Period_id on vouchers
[FIX] Recompute statement end balance at the end of the import
[FIX] disable call to SWIFT lookup page that no longer exists
[FIX] Allow manual statement entry
2012-02-11 12:39:02 +01:00
Dmitrijs Ledkovs (credativ)
03caac15db
[FIX] Recompute statement end balance at the end of the import.
...
Otherwise, it may be "stuck" with an old balance and appearing as red to
the user.
2012-02-10 13:28:24 +00:00
Stefan Rijnhart
c88fed7b3c
[FIX] bug: attempt at manual match is ignored
...
[RFR] rearrange match wizard layout using tabs
2012-01-22 15:33:46 +01:00
Stefan Rijnhart
9721b91491
[IMP] ING/Triodos regain ability to generate friendly bank statement names
...
[RFR] API change: models.parser.parse() is now called with extra cursor argument
[IMP] models.parser.parse() can generate unique statement name
2012-01-17 09:48:10 +01:00
Stefan Rijnhart
cac9e86554
[FIX] lost translations
...
[ADD] search view for bank statement line view
[FIX] disable noninteractive splitting of transactions
[FIX] disable noninteractive caching of 'matched' transactions
[IMP] show transaction related data on the wizard
2012-01-16 17:15:55 +01:00
Stefan Rijnhart
b1d692a544
[FIX] do not try to select rows in the database by float value
...
[FIX] split up transaction is not preserved in matching process
[FIX] workaround for lp:915975 writing fields.related of type 'many2many'
2012-01-13 14:22:14 +01:00
Stefan Rijnhart
e5a1a0f5bf
[FIX] cleanup singletons, fix indentation
2012-01-12 10:55:12 +01:00
Stefan Rijnhart
c621e4a3c8
[FIX] streamlined currency and company resolving
...
[FIX] default country for new partners in foreign bank account
[FIX] cannot match a confirmed transaction
2012-01-08 11:59:55 +01:00
Stefan Rijnhart
c5a253807e
[DEL] code that was refractored out
2012-01-08 10:21:54 +01:00
OpenERP instance user
059e8d4420
[ADD] field 'residual' in bank statement line trees
...
[RFR] field 'match_type' on bank statement lines is now a related field
[FIX] bug: invoices with state 'debid denied' are selected for new nebit orders
[ADD] filter button on invoices search view for state 'debit denied'
[FIX] invoice workflow does not allow reopening of invoices in state debit denied
[FIX] match wizard does not show payment line but move line for storno type matches
2011-12-21 14:06:26 +01:00
OpenERP instance user
363c82c2e2
[FIX] Branding and copyright, version numbering
2011-12-21 12:26:36 +01:00
OpenERP instance user
c40073e9a3
[ADD] reconcile with write-off
2011-12-21 09:47:16 +01:00