Commit Graph

25 Commits

Author SHA1 Message Date
unknown
895dd2682c [IMP] improve UI for V7 2014-01-06 13:01:01 +01:00
Ruchir Shukla
40d834c117 change ui for analytic account and invoice 2013-12-10 12:36:28 +05:30
Stefan Rijnhart
cb1c274e41 [FIX] Analytic account on writeoff should not be required
and be visible to group analytic only
2013-11-17 20:23:18 +01:00
Ruchir Shukla
c2d3cc147d restore the buttons and change fields caption 2013-11-09 16:26:39 +05:30
Ruchir Shukla
125c044d45 improve UI for V7 2013-10-31 13:03:46 +05:30
unknown
f5a3987a51 [FIX] Adapt sizes of partner fields on link partner wizard 2013-08-12 11:20:12 +02:00
Stefan Rijnhart
6312bfbe92 [MRG] Merged with target branch 2013-06-26 23:14:41 +02:00
Stefan Rijnhart
219f9c8603 [FIX] Adapt sizes of partner fields on link partner wizard
[IMP] Show transaction info in partner link wizard
[IMP] Show message on transaction wizard
[FIX] Properly handle stringified address list in link partner wizard
[FIX] Transfer city from transaction in link partner wizard
[FIX] Allow user to set is_company in link partner wizard
[FIX] Remove void statement to get partner's columns
2013-06-05 14:34:24 +02:00
Stefan Rijnhart
509b9bc3a8 [MRG] Merged with target branch 2013-06-04 12:18:31 +02:00
Stefan Rijnhart
a5e98db809 [RFR] API: remove deprecated 'type' elements from view records
[MIG] Set upgraded modules to installable
[FIX] Redefined _columns member
[FIX] Remove void default for date_done, update field type
[FIX] Add required string tag to form views
[FIX] Merge payment mode view overrides
2013-05-28 17:18:26 +02:00
Stefan Rijnhart
da9e7eb80a [IMP] Single manual reconcile is redundant when we can reconcile with
multiple invoices in the next tab
2013-05-01 17:12:53 +02:00
unknown
2b80075140 [ADD] Allow manual match of multiple invoices or move lines 2013-04-24 16:36:15 +02:00
Stefan Rijnhart
8f9fada351 [RFR] Split off payment functionality in a different addon 2013-03-16 17:44:19 +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
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
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
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
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
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
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
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