Commit Graph

86 Commits

Author SHA1 Message Date
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
OpenERP instance user
36b0cd8eb8 [FIX] do not cancel individual lines on statement cancel
[ADD] manual match
[FIX] can delete automatic match selection (e.g. invoice)
	in wizard form
2011-12-20 12:41:16 +01:00
OpenERP instance user
908ade7d5c [FIX] do an actual partial reconciliation at statement confirm time
[FIX] no context in match_invoice()
[FIX] transaction update and browse again after split
[ADD] transaction parent_id relation for split records
[ADD] residual and write-off infrastructure
[ADD] option to disable reconciliation on bank transaction
2011-12-19 21:58:28 +01:00
OpenERP instance user
3f4c0a7d44 [ADD] split off wizard file 2011-12-19 20:28:09 +01:00
OpenERP instance user
39b3643198 [RFR] split off transaction wizard ORM model
[FIX] cannot cancel a bank statement
[FIX] cannot confirm bank statement lines that need no reconciliaton
2011-12-19 13:03:32 +01:00
OpenERP instance user
ac8ee4b4e9 [FIX] a number of bugs
[ADD] payment order reconciliation
2011-12-18 23:45:27 +01:00
OpenERP instance user
b3c25668d2 [RFR] delegated the matching mechanism to an orm model
(banking.import.transaction)
[ADD] bank statement line states + logic
[ADD] reconciliation wizard on bank statement line,
	allows manual selection between multiple matches
[ADD] more relaxed duplicate checking for bank statement
	file formats without unique identifier
	+ interactive step to remove duplicate flagging
[ADD] workflow steps for invoice and storno match cancelling
2011-12-18 13:42:17 +01:00
OpenERP instance user
cb1a5690df [RFR] start rewrite of bank import procedure 2011-12-14 20:55:21 +01:00
OpenERP instance user
cab64a4ebb [FIX] Bank import writes to browse object
[ADD] direct debit order: process storno during bank import
[ADD] bank import: add hooks for processing debit orders and stornos
[ADD] direct debit order: pre-select move lines on reference substring
	configured in payment mode
[ADD] payment term for direct debit invoices
[ADD] payment line views: add storno field
[RFR] standardize storno and debit order processing during bank import
2011-12-14 15:35:02 +01:00
Stefan Rijnhart
243670189b [FIX] browse record is being written to 2011-12-13 22:03:09 +01:00
OpenERP instance user
4af0d711f1 [ADD] bank import: match aggregated direct debit orders in bank statements 2011-12-12 16:00:03 +01:00