[Koha] integrating KOHA with other financial system

Robin Sheat robin at catalyst.net.nz
Thu Nov 14 10:16:42 NZDT 2013


Dennis Njuguna schreef op wo 13-11-2013 om 13:22 [+0300]:
> the payments are done there and I need to update my koha I am
> inserting back to the same table successfully but when I go to the
> patrons'
> fines list in koha the entry  "my payment" is there but the total
> havent
> cleared what do I need to do here.

When updating the accountlines table you need to go and retroactively
update the totals for the borrower.

Here's an example from a script that I use when migrating accounts from
a legacy system to Koha:

https://gitorious.org/koha-migration-toolbox/koha-migration-toolbox/source/a634e99d18577b87de93708cf992e829ede3ce46:migration/Liberty/accounts.pl#L206

this function goes through all the borrowers that have been updated and
"replays" the transactions to keep the totals in sync.

-- 
Robin Sheat
Catalyst IT Ltd.
✆ +64 4 803 2204
GPG: 5FA7 4B49 1E4D CAA4 4C38  8505 77F5 B724 F871 3BDF



More information about the Koha mailing list