Bug 7908 - Record more information about payment on invoice level
Summary: Record more information about payment on invoice level
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-06 03:15 UTC by Savitra Sirohi
Modified: 2023-01-08 00:38 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Acquisitions: Maintain payment details against vendors (24.51 KB, patch)
2012-06-11 10:27 UTC, Amit Gupta
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Savitra Sirohi 2012-04-06 03:15:02 UTC
In Koha, the acquisition process ends after invocing and receving of items. Add the ability to maintain the payment details - cheque date, cheque no. etc. 

Payment can be made for one or more invoices. 

Screens to filter and view payments need to be developed.
Comment 1 Katrin Fischer 2012-04-06 07:45:59 UTC
Hi Savitra, I have changed the version on this bug from 3.8 to master - to show it's intended for the next release.
Comment 2 Amit Gupta 2012-06-11 10:27:19 UTC Comment hidden (obsolete)
Comment 3 Julian Maurice 2012-08-10 10:40:43 UTC
Hello Amit,

I don't understand the purpose of this feature. What is it done for?
I see we can attach some additional informations to invoices (chequeno, chequedate, and notes) but the interface is not clear for me.
It looks like we are grouping invoice together for payment, but in fact nothing is grouped and we attach the same infos for all selected invoices.
Does it make sense to have the same cheque no. for different invoices? Isn't the purpose of invoices to separate payments?
Besides that, it's impossible to modify what was done. That could make sense, but punish immediately user that make a mistake.
About 'notes', I didn't find any place where it is displayed. Did I miss something?

I think you should take a look at Bug 5339. It move invoice informations into their own table and brings a couple of pages for managing them. I think you can easily integrate your feature into this development.

just a last comment: datepicker doesn't work in payment.pl. The way to declare datepicker has changed recently, you have to remove the JS block, and just add class "datepicker" to your input
Comment 4 Katrin Fischer 2013-04-14 08:45:22 UTC
This feature will need to be rewritten as invoices are now handled in a separate table (bug 5339).
Comment 5 Katrin Fischer 2019-04-28 17:55:12 UTC
Resetting to new, no action since 2013.
Comment 6 Katrin Fischer 2023-01-08 00:38:45 UTC
The new feature for having configurable additional fields on invoices might help a little here, even if it doesn't cover the full feature set from the attached patch.