Activity log for bug #1028891

Date Who What changed Old value New value Message
2012-07-25 12:36:50 Niels Huylebroeck bug added bug
2012-07-25 12:41:59 Niels Huylebroeck nominated for series openobject-addons/6.0
2012-07-25 12:41:59 Niels Huylebroeck bug task added openobject-addons/6.0
2012-07-25 12:41:59 Niels Huylebroeck nominated for series openobject-addons/6.1
2012-07-25 12:41:59 Niels Huylebroeck bug task added openobject-addons/6.1
2012-07-25 12:41:59 Niels Huylebroeck nominated for series openobject-addons/trunk
2012-07-25 12:41:59 Niels Huylebroeck bug task added openobject-addons/trunk
2012-07-25 12:45:37 Vinay Rana (OpenERP) openobject-addons/6.1: assignee OpenERP Publisher's Warranty Team (openerp-opw)
2012-07-25 12:45:58 Vinay Rana (OpenERP) openobject-addons/6.0: assignee OpenERP Publisher's Warranty Team (openerp-opw)
2012-07-25 12:46:12 Vinay Rana (OpenERP) tags maintenance
2012-07-25 13:08:10 Amit Parik bug task deleted openobject-addons/trunk
2012-07-25 13:09:07 Amit Parik bug task deleted openobject-addons
2012-07-26 12:46:59 Niels Huylebroeck description Steps to reproduce: * Open a Cash Register * Create POS Order * Click Make Payment * Use cash register opened before * Tick on 'Invoice' option * At this point the pos.order is "Paid" but the invoice is not marked as such. (optional) * Close the used Cash Register * Notice even now the invoice is still not marked as paid (the customer balance is now 0 but it is not reconciled) Suggested fix: When clicking "Make Payment" also create an account.voucher record and link this to the account.bank.statement.line (on voucher_id) that is being created by the "add_payment" method of model "pos.order". Also make sure to validate this voucher, as soon as this is done to make sure the Invoice will be marked as Paid immediately. Also notice now that Closing the Cash Register will not produce another account.move.line for the payment (if the voucher_id had been linked on bank.statement.line) Steps to reproduce: * Open a Cash Register * Create POS Order * Click Make Payment * Use cash register opened before * Tick on 'Invoice' option * At this point the pos.order is "Paid" but the invoice is not marked as such. (optional) * Close the used Cash Register * Notice even now the invoice is still not marked as paid (the customer balance is now 0 but it is not reconciled) Suggested fix: When clicking "Make Payment" also create an account.voucher record (only if amount paid > 0) and link this to the account.bank.statement.line (on field voucher_id) that is being created by the "add_payment" method of model "pos.order". Also make sure to validate this voucher as soon as it is created to make sure the Invoice will be marked as Paid immediately. Also notice now that Closing the Cash Register will not produce another account.move.line for the payment (if the voucher_id had been linked on bank.statement.line) which is a good result.
2019-10-02 13:49:19 Niels Huylebroeck removed subscriber Niels Huylebroeck