[Koha] Reply

2023-01-15 Thread Mubassir Ahsan
Nope. I've checked the holidays too. Can you confirm which fields are
required to generate fines. I mean, the requirements of generating fines.
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Fines are not generating in Koha

2023-01-14 Thread Mubassir Ahsan
Hello Everyone,
I'm facing a serious problem in generating fines.
1. Overdues are there, but fines are not generated.
2. I've changed and checked every setting in the system preference/fines
tab. Current Settings are:
finesCalendar:  usecalendar
finesMode: calculate & Charge
CalculateFinesOnReturn: Do
3. Cronjobs are also set up to run koha-daily and fines.pl individually.
4. I'm running koha version 22.05. Also tried with version 22.11.
5. Circulation policy is also set up to charge 5tk per day per book with a
7 days grace period.
6. Also compared the database with other koha database, everything is in
the place. But no luck.
7. Running the fines.pl manually generates following response from command
line:
/usr/share/koha/bin/cronjobs# ./fines.pl
Number of Overdue Items:
 counted 514
reported 514
 updated 0

Can anyone face this issue, or have a solution please.



*Best wishes.Md. Mubassir Ahsan*
Phone: +8801916303060
Email: mahsa...@gmail.com
Facebook: mmahsan <http://facebook.com/mmahsan>
Skype & Twitter: mahsandu
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Check-in Receipt

2018-09-17 Thread Mubassir Ahsan
Is there any way to print check-in receipt in koha.



*Best wishes.Md. Mubassir Ahsan*
*Library In-Charge*
Southeast University
Phone: +8801916303060
Email: mahsa...@gmail.com
Facebook: mmahsan <http://facebook.com/mmahsan>
Skype: mahsandu
Twitter: mahsandu
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Adding custom font for label creator via koh-config.xml

2018-07-22 Thread Mubassir Ahsan
I am having problems of adding custom font for label creator layout.
I have already added the font in /usr/share/fonts/truetype
Then refer in koha-config.xml by assigning a different shortcode
but it is not showing i label creator. What I am missing?



Md. Mubassir Ahsan
Assistant Librarian
(Library In-Charge)
Southeast University
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] OPAC Search Error in KOHA 1711.0001

2018-01-16 Thread Mubassir Ahsan
I had added the script but won't work. So I have commented out the whole
block and the problem is solved.

# add translated_description to itemtypes
#foreach my $itemtype ( keys %{$itemtypes} ) {
## Itemtypes search categories don't have (yet) translated
descriptions, they are auth values (and could still have no descriptions
too BZ 18400)
#warn $itemtype; ..added as per solution but won't work..
# my $translated_description = Koha::ItemTypes->find( $itemtype
)->translated_description;
 #   $itemtypes->{$itemtype}->{translated_description} =
$translated_description || $itemtypes->{$itemtype}->{description} || q{};
# }

On Wed, Dec 27, 2017 at 2:57 AM Jonathan Druart <
jonathan.dru...@bugs.koha-community.org> wrote:

> If you have technical skills you can try to add this line:
>
> @ opac-search.pl:229 @ my $itemtypes = GetItemTypesCategorized;
>  # add translated_description to itemtypes
>  foreach my $itemtype ( keys %{$itemtypes} ) {
>  # Itemtypes search categories don't have (yet) translated
> descriptions, they are auth values (and could still have no descriptions
> too BZ 18400)
> +warn $itemtype;
>  my $translated_description = Koha::ItemTypes->find( $itemtype
> )->translated_description;
>  $itemtypes->{$itemtype}->{translated_description} =
> $translated_description || $itemtypes->{$itemtype}->{description} || q{};
>  }
>
> Then restart plack, reload the page and look at the Koha logs.
> It will display the different item types of the search result, the one
> just before the error is the one that is not defined in Koha.
>
>
> On Tue, 26 Dec 2017 at 17:37 Mubassir Ahsan <mahsa...@gmail.com> wrote:
>
>> Dear Jonathan,
>> Thanks for the reply. I have executed the query and manually search in
>> the database for missing itemtype and then fix all, but the problem is
>> still there.
>>
>> only Disabling the lines makes searching possible.
>>
>>
>> On Wed, Dec 27, 2017 at 1:42 AM Jonathan Druart <
>> jonathan.dru...@bugs.koha-community.org> wrote:
>>
>>> Hello,
>>>
>>> Yes, it's a bug and a configuration issue.
>>> It means you have item types that are used in your catalogue but not
>>> defined in Koha.
>>>
>>> There was a discussion on koha-devel in July:
>>> http://lists.koha-community.org/pipermail/koha-devel/2017-July/043841.html
>>>
>>> To know the item types that are not defined in Koha, you can execute the
>>> following query:
>>> If item-level_itypes is "specific item"
>>>select distinct(itype) from items left join itemtypes on
>>> itype=itemtype where itemtype is null;
>>> If item-level_itypes is "biblio record"
>>>   select distinct(bi.itemtype) from biblioitems bi left join itemtypes
>>> it on bi.itemtype=it.itemtype where bi.itemtype is null;
>>>
>>> It is a bug in the sense that Koha should not crash brutally in that
>>> case. We should at least display a warning on the about page.
>>>
>>> Regards,
>>> Jonathan
>>>
>>> On Tue, 26 Dec 2017 at 15:49 Mubassir Ahsan <mahsa...@gmail.com> wrote:
>>>
>>>> I have got a serious problem after upgrading to the latest version
>>>> today.
>>>> The problem is when I search in OPAC search interface it is returning
>>>> "Can't call method "translated_description" on an undefined value at
>>>> /usr/share/koha/opac/cgi-bin/opac/opac-search.pl line 229."
>>>>
>>>> I have cleaned the previous 1711 version and reinstall, but still no
>>>> luck.
>>>> Please help . I am attaching screenshot to better understand.
>>>>
>>>>
>>>> --
>>>>
>>>> *Best wishes.*
>>>> **
>>>>
>>>>
>>>>
>>>> *Md. Mubassir AhsanAssistant Librarian(Library In-Charge)Southeast
>>>> University*
>>>>
>>>> *-*
>>>> *Mobile+Viber+IMO: 01916303060 <01916-303060>*
>>>> *Facebook:* mmahsan <http://facebook.com/mmahsan>
>>>> *Skype+Twitter*: mahsandu
>>>> Website: Mubassir.info
>>>> *"Proud to be a LIS Professional*"
>>>> *Tag: Web Developer, CMS (Drupal, Joomla), ILS (Koha), IR (DSpace,
>>>> Greenstone), N/W Admin, DBA.*
>>>> ___
>>>> Koha mailing list  http://koha-community.org
>>>> Koha@lists.katipo.co.nz
>>>> https://lists.katipo.co.nz/mailman/listinfo/koha
>>>>
>>> --
>>
>> *Best wishes.*
>> **
>>
>>
>>
>> *Md. Mubassir AhsanAssistant Librarian(Library In-Charge)Southeast
>> University*
>>
>> *-*
>> *Mobile+Viber+IMO: 01916303060 <01916-303060>*
>> *Facebook:* mmahsan <http://facebook.com/mmahsan>
>> *Skype+Twitter*: mahsandu
>> Website: Mubassir.info
>>
>>
>> *"Proud to be a LIS Professional*"
>> *Tag: Web Developer, CMS (Drupal, Joomla), ILS (Koha), IR (DSpace,
>> Greenstone), N/W Admin, DBA.*
>>
>

-- 

*Best wishes.*
**
*Md. Mubassir Ahsan*
*Assistant Librarian*
*(Library In-Charge)*
*Southeast University*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Introduction of "Koha Bangla Translators" Group

2018-01-08 Thread Mubassir Ahsan
The group is created based on facebook group. [
https://www.facebook.com/groups/kohabt/] There are currently 44 translators
come forward to contribute to koha-community. This is the first ever koha
group in Bangladesh. We will soon establish Koha Bangladesh Community in
near future. On 7th Jan, 2018 Koha Bangla Translators Group's 1st-Meet were
taken into place in the computer Lab of the Dept. of Information Science
and Library Management, University of Dhaka, Dhaka, Bangladesh. There were
20 participants gathered there. They have expressed their opinions and
enthusiasm to work with koha-community and also in koha-development. The
session were live in facebook [
https://www.facebook.com/groups/kohabd/permalink/919970191461558/].


-- 

*Best wishes.*
**
*Md. Mubassir Ahsan*
*Assistant Librarian*
*(Library In-Charge)*
*Southeast University*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Including Bengali (Bangladesh) In Koha Translation Site

2018-01-08 Thread Mubassir Ahsan
In koha translate page, the language 'Bengali' is listed, but the files are
named as "*bn-IN*-pref.po" [http://translate.koha-community.org/bn/17.11/].
Our kind request to koha translation maintainer to please rename this to
bn-BD as BD refers to Bangladesh where IN referring to India.
In addition, we have a history regarding our Bengali Language where 21
February is been celebrated worldwide as a "International Mother Language
Day"  [https://en.wikipedia.org/wiki/International_Mother_Language_Day]


-- 

*Best wishes.*
*----*
*Md. Mubassir Ahsan*
*Assistant Librarian*
*(Library In-Charge)*
*Southeast University*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Union Catalog using Koha

2018-01-08 Thread Mubassir Ahsan
Thanks for the answer, vufind probably is the solution. But koha already
uses Inter-library loan (ILL) module. If it could be further extended to
use it as a union catalog compatible. My suggestions is in below:
1. Koha will provide a remote authentication token
2. Another koha will use that authentication to synchronize the database
3. Sharing could be permission based. i.e, catalog,user, accounting etc.
Is that possible?
So that it will be an standalone solution and an easy to use between
participating libraries.

On Mon, Jan 8, 2018 at 10:45 PM <koha-requ...@lists.katipo.co.nz> wrote:

> Send Koha mailing list submissions to
> koha@lists.katipo.co.nz
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.katipo.co.nz/mailman/listinfo/koha
> or, via email, send a message with subject or body 'help' to
> koha-requ...@lists.katipo.co.nz
>
> You can reach the person managing the list at
> koha-ow...@lists.katipo.co.nz
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Koha digest..."
> Today's Topics:
>
>1. Re: Union Catalog using Koha (Pablo Bianchi)
>2. Re: Union Catalog using Koha (Indranil Das Gupta)
>3. Re: Software error: Biblionumber (Jade)
>4. Re: Software error: Biblionumber (Katrin Fischer)
>5. Re: Union Catalog using Koha (Tajoli Zeno)
>6. How does the AutoEmailOpacUser preference work? (Arturo Longoria)
>7. Educator – Exciting Training Opportunity Open at ByWater
>   Solutions! (Jessica Zairo)
>
>
>
> -- Forwarded message --
> From: Pablo Bianchi <pablo.bian...@gmail.com>
> To: Tajoli Zeno <z.taj...@cineca.it>
> Cc: koha <koha@lists.katipo.co.nz>
> Bcc:
> Date: Sun, 7 Jan 2018 21:39:48 -0300
> Subject: Re: [Koha] Union Catalog using Koha
> Hi Zeno,
>
> 2018-01-05 10:50 GMT-03:00 Tajoli Zeno <z.taj...@cineca.it>:
>
> > Il 05/01/2018 13:54, Mubassir Ahsan ha scritto:
> >
> >> Actually there are multiple universities maintain their own koha
> >> installations. I am trying to connect them via Union Catalog and
> >> inter-library loan.
> >>
> >
> > to create a union catalog with different Koha installs you can:
> > 1)Setup z39.50 server on every Koha
> > 2)Do the union catalog with pazpar2, http://www.indexdata.com/pazpar2
> > An example of pazpar2 complex conf:
> > https://github.com/ssp/pazpar2-config
>
>
> ​Wouldn't be a third option to use OAI-PMH? Maybe with vuFind.
> What are the advantages you find using the other alternatives?
>
> Regards,
> Pablo
> ​
>
>
>
>
> -- Forwarded message --
> From: Indranil Das Gupta <indr...@gmail.com>
> To: Pablo Bianchi <pablo.bian...@gmail.com>
> Cc: koha <koha@lists.katipo.co.nz>, Tajoli Zeno <z.taj...@cineca.it>
> Bcc:
> Date: Mon, 8 Jan 2018 06:17:08 +0530
> Subject: Re: [Koha] Union Catalog using Koha
> Hi Pablo,
>
> On Mon, Jan 8, 2018 at 6:09 AM, Pablo Bianchi <pablo.bian...@gmail.com>
> wrote:
>
> > Hi Zeno,
> >
> > 2018-01-05 10:50 GMT-03:00 Tajoli Zeno <z.taj...@cineca.it>:
> >
> > > Il 05/01/2018 13:54, Mubassir Ahsan ha scritto:
> > >
> > >> Actually there are multiple universities maintain their own koha
> > >> installations. I am trying to connect them via Union Catalog and
> > >> inter-library loan.
> > >>
> > >
> > > to create a union catalog with different Koha installs you can:
> > > 1)Setup z39.50 server on every Koha
> > > 2)Do the union catalog with pazpar2, http://www.indexdata.com/pazpar2
> > > An example of pazpar2 complex conf:
> > > https://github.com/ssp/pazpar2-config
> >
> >
> > ​Wouldn't be a third option to use OAI-PMH? Maybe with vuFind.
> > What are the advantages you find using the other alternatives?
> >
>
> FWIW, I use vuFind for these sort of cases.
>
> cheers
> idg
>
>
> >
> > Regards,
> > Pablo
> > ​
> > ___
> > Koha mailing list  http://koha-community.org
> > Koha@lists.katipo.co.nz
> > https://lists.katipo.co.nz/mailman/listinfo/koha
> >
>
>
>
>
> -- Forwarded message --
> From: Jade <ngocnguyen@gmail.com>
> To: koha@lists.katipo.co.nz
> Cc:
> Bcc:
> Date: Sun, 7 Jan 2018 11:53:37 -0700 (MST)
> Subject: Re: [Koha] Software error: Biblionumber
> I have a similar error too. Please help me. How to do ?
>
> Software error:
>
> No biblionumber tag for framework &

Re: [Koha] Union Catalog using Koha

2018-01-05 Thread Mubassir Ahsan
Actually there are multiple universities maintain their own koha
installations. I am trying to connect them via Union Catalog and
inter-library loan.

On Fri, Jan 5, 2018, 6:50 PM vikram zadgaonkar <vikramczadgaon...@gmail.com>
wrote:

> Hmm
> May I ask you why you have done multiple installation instead of opting
> for creation of branches if it is for same university?
>
>
> Vikram Zadgaonkar
>
> On Fri, Jan 5, 2018 at 6:17 PM, Mubassir Ahsan <mahsa...@gmail.com> wrote:
>
>> Yes. I Have.
>>
>> On Fri, Jan 5, 2018, 6:46 PM vikram zadgaonkar <
>> vikramczadgaon...@gmail.com> wrote:
>>
>>> Do you have multiple koha installations?
>>>
>>> Vikram Zadgaonkar
>>>
>>> On Fri, Jan 5, 2018 at 6:07 PM, Mubassir Ahsan <mahsa...@gmail.com>
>>> wrote:
>>>
>>>> Hi Vikram,
>>>> How could we achieve this in a distributed and separated libraries?
>>>> Could you please explain.
>>>>
>>>>
>>>> On Fri, Jan 5, 2018, 6:35 PM vikram zadgaonkar <
>>>> vikramczadgaon...@gmail.com> wrote:
>>>>
>>>>> Hi,
>>>>> Union catalog is one of the main feature of koha.
>>>>>
>>>>> Vikram Zadgaonkar
>>>>>
>>>>> On Fri, Jan 5, 2018 at 5:58 PM, Mubassir Ahsan <mahsa...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Dear developers,
>>>>>>
>>>>>> I am doing my research on union catalog. Most of my sample libraries
>>>>>> have
>>>>>> Koha installed. Is koha capable of using as a union catalog software
>>>>>> among
>>>>>> different codebase libraries?
>>>>>> If there any additional tools that can do this ? Please help me here.
>>>>>> --
>>>>>>
>>>>>> *Best wishes.*
>>>>>> **
>>>>>>
>>>>>>
>>>>>>
>>>>>> *Md. Mubassir AhsanAssistant Librarian(Library In-Charge)Southeast
>>>>>> University*
>>>>>>
>>>>>> *-*
>>>>>> *Mobile+Viber+IMO: 01916303060*
>>>>>> *Facebook:* mmahsan <http://facebook.com/mmahsan>
>>>>>> *Skype+Twitter*: mahsandu
>>>>>> Website: Mubassir.info
>>>>>> *"Proud to be a LIS Professional*"
>>>>>> *Tag: Web Developer, CMS (Drupal, Joomla), ILS (Koha), IR (DSpace,
>>>>>> Greenstone), N/W Admin, DBA.*
>>>>>> ___
>>>>>> Koha mailing list  http://koha-community.org
>>>>>> Koha@lists.katipo.co.nz
>>>>>> https://lists.katipo.co.nz/mailman/listinfo/koha
>>>>>>
>>>>>
>>>>> --
>>>>
>>>> *Best wishes.*
>>>> **
>>>>
>>>>
>>>>
>>>> *Md. Mubassir AhsanAssistant Librarian(Library In-Charge)Southeast
>>>> University*
>>>>
>>>> *-*
>>>> *Mobile+Viber+IMO: 01916303060*
>>>> *Facebook:* mmahsan <http://facebook.com/mmahsan>
>>>> *Skype+Twitter*: mahsandu
>>>> Website: Mubassir.info
>>>> *"Proud to be a LIS Professional*"
>>>> *Tag: Web Developer, CMS (Drupal, Joomla), ILS (Koha), IR (DSpace,
>>>> Greenstone), N/W Admin, DBA.*
>>>>
>>>
>>> --
>>
>> *Best wishes.*
>> **
>> *Md. Mubassir Ahsan*
>> *Assistant Librarian*
>> *(Library In-Charge)*
>> *Southeast University*
>>
>
> --

*Best wishes.*
**
*Md. Mubassir Ahsan*
*Assistant Librarian*
*(Library In-Charge)*
*Southeast University*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Union Catalog using Koha

2018-01-05 Thread Mubassir Ahsan
Yes. I Have.

On Fri, Jan 5, 2018, 6:46 PM vikram zadgaonkar <vikramczadgaon...@gmail.com>
wrote:

> Do you have multiple koha installations?
>
> Vikram Zadgaonkar
>
> On Fri, Jan 5, 2018 at 6:07 PM, Mubassir Ahsan <mahsa...@gmail.com> wrote:
>
>> Hi Vikram,
>> How could we achieve this in a distributed and separated libraries? Could
>> you please explain.
>>
>>
>> On Fri, Jan 5, 2018, 6:35 PM vikram zadgaonkar <
>> vikramczadgaon...@gmail.com> wrote:
>>
>>> Hi,
>>> Union catalog is one of the main feature of koha.
>>>
>>> Vikram Zadgaonkar
>>>
>>> On Fri, Jan 5, 2018 at 5:58 PM, Mubassir Ahsan <mahsa...@gmail.com>
>>> wrote:
>>>
>>>> Dear developers,
>>>>
>>>> I am doing my research on union catalog. Most of my sample libraries
>>>> have
>>>> Koha installed. Is koha capable of using as a union catalog software
>>>> among
>>>> different codebase libraries?
>>>> If there any additional tools that can do this ? Please help me here.
>>>> --
>>>>
>>>> *Best wishes.*
>>>> **
>>>>
>>>>
>>>>
>>>> *Md. Mubassir AhsanAssistant Librarian(Library In-Charge)Southeast
>>>> University*
>>>>
>>>> *-*
>>>> *Mobile+Viber+IMO: 01916303060*
>>>> *Facebook:* mmahsan <http://facebook.com/mmahsan>
>>>> *Skype+Twitter*: mahsandu
>>>> Website: Mubassir.info
>>>> *"Proud to be a LIS Professional*"
>>>> *Tag: Web Developer, CMS (Drupal, Joomla), ILS (Koha), IR (DSpace,
>>>> Greenstone), N/W Admin, DBA.*
>>>> ___
>>>> Koha mailing list  http://koha-community.org
>>>> Koha@lists.katipo.co.nz
>>>> https://lists.katipo.co.nz/mailman/listinfo/koha
>>>>
>>>
>>> --
>>
>> *Best wishes.*
>> **
>>
>>
>>
>> *Md. Mubassir AhsanAssistant Librarian(Library In-Charge)Southeast
>> University*
>>
>> *-*
>> *Mobile+Viber+IMO: 01916303060*
>> *Facebook:* mmahsan <http://facebook.com/mmahsan>
>> *Skype+Twitter*: mahsandu
>> Website: Mubassir.info
>> *"Proud to be a LIS Professional*"
>> *Tag: Web Developer, CMS (Drupal, Joomla), ILS (Koha), IR (DSpace,
>> Greenstone), N/W Admin, DBA.*
>>
>
> --

*Best wishes.*
**
*Md. Mubassir Ahsan*
*Assistant Librarian*
*(Library In-Charge)*
*Southeast University*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Union Catalog using Koha

2018-01-05 Thread Mubassir Ahsan
Hi Vikram,
How could we achieve this in a distributed and separated libraries? Could
you please explain.

On Fri, Jan 5, 2018, 6:35 PM vikram zadgaonkar <vikramczadgaon...@gmail.com>
wrote:

> Hi,
> Union catalog is one of the main feature of koha.
>
> Vikram Zadgaonkar
>
> On Fri, Jan 5, 2018 at 5:58 PM, Mubassir Ahsan <mahsa...@gmail.com> wrote:
>
>> Dear developers,
>>
>> I am doing my research on union catalog. Most of my sample libraries have
>> Koha installed. Is koha capable of using as a union catalog software among
>> different codebase libraries?
>> If there any additional tools that can do this ? Please help me here.
>> --
>>
>> *Best wishes.*
>> **
>>
>>
>>
>> *Md. Mubassir AhsanAssistant Librarian(Library In-Charge)Southeast
>> University*
>>
>> *-*
>> *Mobile+Viber+IMO: 01916303060*
>> *Facebook:* mmahsan <http://facebook.com/mmahsan>
>> *Skype+Twitter*: mahsandu
>> Website: Mubassir.info
>> *"Proud to be a LIS Professional*"
>> *Tag: Web Developer, CMS (Drupal, Joomla), ILS (Koha), IR (DSpace,
>> Greenstone), N/W Admin, DBA.*
>> ___
>> Koha mailing list  http://koha-community.org
>> Koha@lists.katipo.co.nz
>> https://lists.katipo.co.nz/mailman/listinfo/koha
>>
>
> --

*Best wishes.*
**



*Md. Mubassir AhsanAssistant Librarian(Library In-Charge)Southeast
University*

*-*
*Mobile+Viber+IMO: 01916303060*
*Facebook:* mmahsan <http://facebook.com/mmahsan>
*Skype+Twitter*: mahsandu
Website: Mubassir.info
*"Proud to be a LIS Professional*"
*Tag: Web Developer, CMS (Drupal, Joomla), ILS (Koha), IR (DSpace,
Greenstone), N/W Admin, DBA.*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Union Catalog using Koha

2018-01-05 Thread Mubassir Ahsan
Dear developers,

I am doing my research on union catalog. Most of my sample libraries have
Koha installed. Is koha capable of using as a union catalog software among
different codebase libraries?
If there any additional tools that can do this ? Please help me here.
-- 

*Best wishes.*
**



*Md. Mubassir AhsanAssistant Librarian(Library In-Charge)Southeast
University*

*-*
*Mobile+Viber+IMO: 01916303060*
*Facebook:* mmahsan 
*Skype+Twitter*: mahsandu
Website: Mubassir.info
*"Proud to be a LIS Professional*"
*Tag: Web Developer, CMS (Drupal, Joomla), ILS (Koha), IR (DSpace,
Greenstone), N/W Admin, DBA.*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Fwd: OPAC Search Error in KOHA 1711.0001

2017-12-26 Thread Mubassir Ahsan
I have got a serious problem after upgrading to the latest version today.
The problem is when I search in OPAC search interface it is returning
"Can't call method "translated_description" on an undefined value at
/usr/share/koha/opac/cgi-bin/opac/opac-search.pl line 229."

I have cleaned the previous 1711 version and reinstall, but still no luck.
Please help . I am attaching screenshot to better understand. (
https://drive.google.com/file/d/19aYs2i7r_V1DjsSrsza8OolQCN_cTG-D/view?usp=sharing
)


-- 

*Best wishes.*
**



*Md. Mubassir AhsanAssistant Librarian(Library In-Charge)Southeast
University*

*-*
*Mobile+Viber+IMO: 01916303060 <01916-303060>*
*Facebook:* mmahsan 
*Skype+Twitter*: mahsandu
Website: Mubassir.info
*"Proud to be a LIS Professional*"
*Tag: Web Developer, CMS (Drupal, Joomla), ILS (Koha), IR (DSpace,
Greenstone), N/W Admin, DBA.*
-- 

*Best wishes.*
**



*Md. Mubassir AhsanAssistant Librarian(Library In-Charge)Southeast
University*

*-*
*Mobile+Viber+IMO: 01916303060*
*Facebook:* mmahsan 
*Skype+Twitter*: mahsandu
Website: Mubassir.info
*"Proud to be a LIS Professional*"
*Tag: Web Developer, CMS (Drupal, Joomla), ILS (Koha), IR (DSpace,
Greenstone), N/W Admin, DBA.*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] OPAC Search Error in KOHA 1711.0001

2017-12-26 Thread Mubassir Ahsan
I have got a serious problem after upgrading to the latest version today.
The problem is when I search in OPAC search interface it is returning
"Can't call method "translated_description" on an undefined value at
/usr/share/koha/opac/cgi-bin/opac/opac-search.pl line 229."

I have cleaned the previous 1711 version and reinstall, but still no luck.
Please help . I am attaching screenshot to better understand.


-- 

*Best wishes.*
**



*Md. Mubassir AhsanAssistant Librarian(Library In-Charge)Southeast
University*

*-*
*Mobile+Viber+IMO: 01916303060*
*Facebook:* mmahsan 
*Skype+Twitter*: mahsandu
Website: Mubassir.info
*"Proud to be a LIS Professional*"
*Tag: Web Developer, CMS (Drupal, Joomla), ILS (Koha), IR (DSpace,
Greenstone), N/W Admin, DBA.*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Check in time is behind system time

2017-07-04 Thread Mubassir Ahsan
Dear Barton,
Thanks for the hint. It was mysql database server timezone
misconfiguration. I am using MariaDB. I have solved the problem as below:
command "date" returned right date and time
but in mysql

SELECT TIMEDIFF(NOW(), UTC_TIMESTAMP);

returned -7.00 UTC Time. But my time zone is +6.00 that was the problem.
The I have set the right timezone.

SET time_zone = "+06:00";

and restarted mysql server. The problems are gone. I have followed this (
https://stackoverflow.com/questions/930900/how-do-i-set-the-time-zone-of-mysql)
to set the timezone.

Thanks again for your help.


On Tue, Jul 4, 2017 at 10:05 PM Barton Chittenden <
bar...@bywatersolutions.com> wrote:

> Log on to your koha server via SSH.
>
> Type
>
> date
>
> If this isn't correct, you'll have to change the date on the Linux server.
>
> I'm assuming that you've got a package install of koha. You'll need to
> know the instance name of your koha installation... replace INSTANCE with
> the actual instance name below.
>
> sudo koha-myqsql INSTANCE
>
> at the SQL prompt, type
>
> SELECT CURRENT_DATETIME;
>
> if these two do not agree, my guess is that you're running your database
> on a separate server. Exit mysql and type
>
> sudo grep '^..host' /etc/koha/sites/INSTANCE/koha-conf.xml
>
> if that shows a different server, SSH into that machine and type 'date'.
> Change the date there if needed.
>
> Hope that helps.
>
> --Barton
>
>
> On Tue, Jul 4, 2017 at 5:41 AM, Mubassir Ahsan <mahsa...@gmail.com> wrote:
>
>> Hello All,
>>
>> Recently I have got that checkin time is behind the system time. My
>> current
>> System is 04 July 3:39PM but when check in items it is showing 2.19AM
>> only,
>> even in notices time is printing like this. I have check the hardware and
>> system time, it is ok.
>> Check out time is ok.
>>
>> Thanks in advance.
>> --
>>
>> *Best wishes.*
>> **
>>
>>
>>
>> *Md. Mubassir AhsanAssistant Librarian(Library In-Charge)Southeast
>> University*
>>
>> *-*
>> *Mobile+Viber+IMO: 01916303060 <01916-303060>*
>> *Facebook:* mmahsan <http://facebook.com/mmahsan>
>> *Skype+Twitter*: mahsandu
>> Website: Mubassir.info
>> *"Proud to be a LIS Professional*"
>> *Tag: Web Developer, CMS (Drupal, Joomla), ILS (Koha), IR (DSpace,
>> Greenstone), N/W Admin, DBA.*
>> ___
>> Koha mailing list  http://koha-community.org
>> Koha@lists.katipo.co.nz
>> https://lists.katipo.co.nz/mailman/listinfo/koha
>>
>
> --

*Best wishes.*
**



*Md. Mubassir AhsanAssistant Librarian(Library In-Charge)Southeast
University*

*-*
*Mobile+Viber+IMO: 01916303060*
*Facebook:* mmahsan <http://facebook.com/mmahsan>
*Skype+Twitter*: mahsandu
Website: Mubassir.info
*"Proud to be a LIS Professional*"
*Tag: Web Developer, CMS (Drupal, Joomla), ILS (Koha), IR (DSpace,
Greenstone), N/W Admin, DBA.*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Check in time is behind system time

2017-07-04 Thread Mubassir Ahsan
Hello All,

Recently I have got that checkin time is behind the system time. My current
System is 04 July 3:39PM but when check in items it is showing 2.19AM only,
even in notices time is printing like this. I have check the hardware and
system time, it is ok.
Check out time is ok.

Thanks in advance.
-- 

*Best wishes.*
**



*Md. Mubassir AhsanAssistant Librarian(Library In-Charge)Southeast
University*

*-*
*Mobile+Viber+IMO: 01916303060*
*Facebook:* mmahsan 
*Skype+Twitter*: mahsandu
Website: Mubassir.info
*"Proud to be a LIS Professional*"
*Tag: Web Developer, CMS (Drupal, Joomla), ILS (Koha), IR (DSpace,
Greenstone), N/W Admin, DBA.*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Routing with a FQDN

2017-03-26 Thread Mubassir Ahsan
d. If you have received this communication in error,
> > please notify the sender immediately by return email and delete this
> > message and attachments from your system, thank you.
> > ___
> > Koha mailing list  http://koha-community.org
> > Koha@lists.katipo.co.nz
> > https://lists.katipo.co.nz/mailman/listinfo/koha
> >
>
>
>
> --
> Joy Nelson
> Director of Migrations
>
> ByWater Solutions <http://bywatersolutions.com>
> Support and Consulting for Open Source Software
> Office: Fort Worth, TX
> Phone/Fax (888)900-8944
> What is Koha? <http://bywatersolutions.com/what-is-koha/>
>
>
>
>
> -- Forwarded message --
> From: Owen Leonard <oleon...@myacpl.org>
> To: koha <koha@lists.katipo.co.nz>
> Cc:
> Bcc:
> Date: Tue, 21 Mar 2017 11:10:07 -0400
> Subject: Re: [Koha] Facebook, twitter and other icons
> > Turn on pref SocialNetworks.
>
> To be specific: This will give you icons for Facebook, LinkedIn,
> Delicious (does anyone use that anymore?), Google+, and Twitter on the
> bibliographic detail page in the OPAC.
>
> I'm curious what you would expect a WhatsApp icon to do?
>
>   -- Owen
>
> --
> Web Developer
> Athens County Public Libraries
> http://www.myacpl.org
>
>
>
>
> -- Forwarded message --
> From: Owen Leonard <oleon...@myacpl.org>
> To: koha <koha@lists.katipo.co.nz>
> Cc:
> Bcc:
> Date: Tue, 21 Mar 2017 11:14:56 -0400
> Subject: Re: [Koha] Facebook, twitter and other icons
> Please reply to the mailing list so that others can participate in the
> conversation.
>
> > thanks, but where it is?
>
> The  SocialNetworks system preference can be found under
> Administration -> System preferences -> OPAC preferences.
>
> The links themselves are on this page in the OPAC:
>
>
> https://catalog.bywatersolutions.com/cgi-bin/koha/opac-detail.pl?biblionumber=41393
>
> -- Owen
>
> --
> Web Developer
> Athens County Public Libraries
> http://www.myacpl.org
>
>
>
>
> -- Forwarded message --
> From: Owen Leonard <oleon...@myacpl.org>
> To: koha <koha@lists.katipo.co.nz>
> Cc:
> Bcc:
> Date: Tue, 21 Mar 2017 11:28:05 -0400
> Subject: Re: [Koha] Facebook, twitter and other icons
> Please reply to the mailing list so that others can participate in the
> conversation.
>
> > Now, how to we change the display?
> > I mean: to display (same color, etc) on our OPAC?
>
> I don't know what you mean, can you explain?
>
> Can you please share what you would like a WhatsApp button to do? Is
> this a feature you have seen somewhere else?
>
>   -- Owen
> --
> Web Developer
> Athens County Public Libraries
> http://www.myacpl.org
>
>
>
>
> -- Forwarded message --
> From: Doug Dearden <dear...@sarsf.org>
> To: "'Contact Orielstar'" <cont...@orielstar.com>, "
> Koha@lists.katipo.co.nz" <Koha@lists.katipo.co.nz>
> Cc:
> Bcc:
> Date: Tue, 21 Mar 2017 16:29:13 +
> Subject: Re: [Koha] Routing with a FQDN
>
> Hi Dave,
>
> It sounds to me like you are trying to do this through a single public IP
> address.  We do this by paying for a range of IP addresses, then use a
> mapped IP function in our firewall to map incoming requests from an
> external address to an internal address.  It is similar to the virtual host
> idea, but not sharing an IP address and therefore the port can be 80.
>
> I think you will have better luck figuring this out by going to Cyberoam
> support.
>
> Doug
>
> -Original Message-----
> From: Koha [mailto:koha-boun...@lists.katipo.co.nz] On Behalf Of Contact
> Orielstar
> Sent: Tuesday, March 21, 2017 8:48 AM
> To: Koha@lists.katipo.co.nz
> Subject: [Koha] Routing with a FQDN
>
> Hi Folks,
>
> Are there any networking guru's out there than can help us with routing,
> please? We have Koha installed in a school running a cyberoam (which is
> basically a big router). We have a domain (.peterhouse.co.zw), and we
> would like users on the WAN (Internet) to be able to access Koha from
> home by using *koha.peterhouse.co.zw*, and not have to add a colon and a
> port number. So how can we set this up so that instead of just mapping
> the koha bit to an ip address, we map it to the ip address:81?
>
> We have tried setting up a virtual host on the cyberoam, but it's not
> working as it says port 80 (external) is already mapped. Well, all
> requests from the internet are going to come on port 80, so the mail
> server is mapped to this as well. So we've missed something very
> fundamental if they type mail.peterhouse.co.zw then the request
> should go to 10.10.10.5. If they type koha.peterhouse.co.zw then the
> request should go to 10.10.10.6*:81*. I can't see any way on our
> cyberoam to map an address to an ip/port, just to an ip only.
>
> Any ideas you have would be most welcome. Even if you haven't got a
> cyberoam, how have you all done external routing on your installations?
>
> Thanks for your help, and regards,
> --
>
> Dave Jury
>
>
>
> rielstar
> Business Solutions
>
>
>
> Marondera Branch:
> 10A Tipperary
> Marondera
> Phone 0773 247 121
>
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha
> ___
> Koha mailing list
> Koha@lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha
>
-- 

*Best wishes.*
**
*Md. Mubassir Ahsan*
*-*
*Mobile+Viber+IMO: 01916303060*
*Facebook:* mmahsan <http://facebook.com/mmahsan>
*Skype+Twitter*: mahsandu
Website: Mubassir.info
*"Proud to be a LIS Professional*"
*Tag: Web Developer, CMS (Drupal, Joomla), ILS (Koha), IR (DSpace,
Greenstone), N/W Admin, DBA.*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Sessions table missing or disabling

2017-01-30 Thread Mubassir Ahsan
Dear Community,
I am getting the following error while backing up and logging to koha
//Dumping Koha site inhouse:
* DB to /var/spool/koha/inhouse/inhouse-2017-01-31.sql.gz
mysqldump: Got error: 1146: Table 'koha_inhouse.sessions' doesn't exist
when using LOCK TABLES
\\

I had this error before.
1. I had created new instance and run the web installer, then export the
sessions table to the old koha database
2. I had changed the session storage to memcached, It solved the log in
problem, but it's giving me this error while backing up.
I am still confused why it is happening again and again, please help me.

OS: Debian 8.6 Jessie
Koha: 16.11.02

-- 

*Best wishes.*
**
*Md. Mubassir Ahsan*
*-*
*Mobile+Viber+IMO: 01916303060*
*Facebook:* mmahsan <http://facebook.com/mmahsan>
*Skype+Twitter*: mahsandu
Website: Mubassir.info
*"Proud to be a LIS Professional*"
*Tag: Web Developer, CMS (Drupal, Joomla), ILS (Koha), IR (DSpace,
Greenstone), N/W Admin, DBA.*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Managerial Interface for Self-Registered patrons

2016-10-15 Thread Md. Mubassir Ahsan
Respected All,
Is there any managerial interface available for self registered patrons?
The concept is when a user registered via OPAC, we need to check them and
activate their account after verification. This managerial interface could
provide those facilities. As I think

   -  List of Registered
   - Activation status
   - Email verification status
   - Patron Category change options
   - Button to activate them after email verification (Activate button will
   be enabled after verification only)

Is that possible to make such interface? Please reply, it is kind of urgent
to me.
-- 

*Best wishes.*
**
*Md. Mubassir Ahsan*
Library Officer (IT Support)
Daffodil International University
*-*
Corporate No. : 01811458818
*Mobile+Viber+IMO: 01916303060*
*Facebook:* mmahsan <http://facebook.com/mmahsan>
*Skype+Twitter*: mahsandu
Website: Mubassir.info
*"Proud to be a LIS Professional*"
*Tag: Web Developer, CMS (Drupal, Joomla), ILS (Koha), IR (DSpace,
Greenstone), N/W Admin, DBA.*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Software error in memberentry.pl (Administrateur)

2016-09-26 Thread Md. Mubassir Ahsan
I had this error. But after migrating to 16.05.04 it is gone. So my advise
is to migrate immediately.

On Tue, Sep 27, 2016 at 2:05 AM  wrote:

> Send Koha mailing list submissions to
> koha@lists.katipo.co.nz
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.katipo.co.nz/mailman/listinfo/koha
> or, via email, send a message with subject or body 'help' to
> koha-requ...@lists.katipo.co.nz
>
> You can reach the person managing the list at
> koha-ow...@lists.katipo.co.nz
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Koha digest..."
>
>
> Today's Topics:
>
>1. Software error in memberentry.pl (Administrateur)
>2. Koha Staff page Arabic Interface Change Issue
>   (Farasat Shafi ullah)
>3. Software error (vinod kumar)
>4. Re: Software error in memberentry.pl (Michał Dudzik)
>5. Re: Error thrown when updating items (andresdelosreyes)
>6. sql Query solved! (Martin House)
>7. Superscript? (Elaine Bradtke)
>8. Re: Superscript? (Chris Cormack)
>9. Re: Koha Staff page Arabic Interface Change Issue (Katrin Fischer)
>
>
> --
>
> Message: 1
> Date: Mon, 26 Sep 2016 12:12:58 +0200
> From: Administrateur 
> To: koha@lists.katipo.co.nz
> Subject: [Koha] Software error in memberentry.pl
> Message-ID: <57e8f4aa.30...@ibnogent.org>
> Content-Type: text/plain; charset=utf-8
>
> Hello,
>
> When I'm logged as a standard user and access to the
> /cgi-bin/koha/opac-memberentry.pl
> I have a software error :
>
> Global symbol "$borrower" requires explicit package name at
> /usr/share/koha/opac/cgi-bin/opac/opac-memberentry.pl line 190.
> Execution of /usr/share/koha/opac/cgi-bin/opac/opac-memberentry.pl
> aborted due to compilation errors.
>
> The concerned line :
> # Send back the data to the template
> %borrower = ( %$borrower, %borrower );
>
> I'm not familiar with perl so I don't really know what to do.
>
> The problem doesn't appear when I log as the administrator and try to
> modify user information with this command :
>
> /cgi-bin/koha/members/
> memberentry.pl?op=modify=circ=...=.
> ..
> (but it isn't the same script so I guess that's why)
>
> I use the latest Koha package from the apt.
>
> The thing is that all my members are imported from a CSV file. I thought
> it could be a problem but I have the same error even when I create a new
> patron from scratch.
>
> I use debian 8 stable all packages up to date.
>
> Thanks.
>
> --
>
> Fraternellement.
>
> Joël M.
> Administrateur Réseaux/Système.
> Institut Biblique de Nogent-sur-marne.
>
>
> --
>
> Message: 2
> Date: Mon, 26 Sep 2016 15:41:58 +0300
> From: Farasat Shafi ullah 
> To: "koha@lists.katipo.co.nz" 
> Subject: [Koha] Koha Staff page Arabic Interface Change Issue
> Message-ID:
> <
> cajqkm7lojq09mkshnswlgvjpu+mst2rd+a+-exdfbo3ypds...@mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Dear Community Members
>
> Hi,
>
>
> One of our friend installed Koha 3.16x on ubuntu LTS and enabled Arabic
> Language. now when he logged as  staff and go to cataloging, all fields
> headers are not showing up in Arabic. If you point cursor on Tag title then
> it shows in Arabic ?
> Any help in this regard that when language is switched all menu's and their
> titles changed in that language
>
>
>
> --
>
> *Regards*
>
> *--*
>
> *Farasat Shafi ULLAH* *|Director University Central Library*
>
> MS(UK), CKM(USA), AMC-UIUC (USA)
>
> Office CISCO # (00966333)32819, (00966)548241733
>
> Post Box. No. 1982, University of Dammam, KSA
> e-mail: fsul...@uod.edu.sa , http://library.uod.edu.sa
> ,
>
>
> --
>
> Message: 3
> Date: Mon, 26 Sep 2016 18:51:31 +0530
> From: vinod kumar 
> To: "koha@lists.katipo.co.nz" 
> Subject: [Koha] Software error
> Message-ID:
> 

[Koha] Z39.50 search window is not showing

2016-06-09 Thread Mubassir Ahsan
When we click on the link add record under z39.50 from the following link
http://koha.library.daffodilvarsity.edu.bd/cgi-bin/koha/cataloguing/addbiblio.pl#
is not working.

To reproduce the error:
1. Search for any title
2. Go to its bibliography
3. Click on new>New Record
4. Click on " Z39.50/SRU search
<http://koha.library.daffodilvarsity.edu.bd/cgi-bin/koha/cataloguing/addbiblio.pl#>"
is not showing searching window.
-- 


*Best wishes.----Md. Mubassir Ahsan*
*-*
*Mobile+Viber+IMO: 01916303060*
*Facebook:* mmahsan <http://facebook.com/mmahsan>
*Skype+Twitter*: mahsandu
*"Proud to be a LIS Professional*"
*Tag: Web Developer, CMS (Drupal, Joomla), ILS (Koha), IR (DSpace,
Greenstone), N/W Admin, DBA.*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Koha 3.22 Manual Link Broken in documentation

2016-02-24 Thread Mubassir Ahsan
Dear Concern,

The documentation PDF link for 3.22 is seems to be broken in the following
url:
https://koha-community.org/documentation/


#Actual Url will be
http://translate.koha-community.org/manual/3.22/en/pdf/Koha-3.22-koha-manual-en.pdf
#But Given in Webpage
http://translate.koha-community.org/manual/master/en/pdf/Koha-3.22-koha-manual-en.pdf







*Best wishes.Md. Mubassir Ahsan*
BA & MA in ISLM (DU)
MPhil Researcher (DU)
*Library Officer (IT)*
Daffodil International University
Office Phone: 01811458818
Email: mubas...@daffodilvarsity.edu.bd
-
Website:Sothik.com

*-Mobile+Viber: 01916303060*
Email: mahsa...@gmail.com
Facebook: mmahsan <http://facebook.com/mmahsan>
Skype: mahsandu
Twitter: mahsandu
*"Proud to be a LIS Professional*"
*Tag: Web Developer, CMS (Drupal, Joomla), ILS (Koha), IR (DSpace,
Greenstone), N/W Admin, DBA.*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Patron Clearance Maintenance in Koha

2015-12-27 Thread Mubassir Ahsan
Thanks Josef,
Discharge functionality is working just fine. I think this is enough. But I
am using koha 3.18.10 where discharge is not available.

I will update to the latest version as soon as possible to use this
excellent system.





*Best wishes.Md. Mubassir Ahsan*
*Library Officer (IT)*
Daffodil International University
Email: mahsa...@gmail.com
*"Proud to be a LIS Professional*"
*Tag: Web Developer, CMS (Drupal, Joomla), ILS (Koha), IR (DSpace,
Greenstone), N/W Admin, DBA.*

On Mon, Dec 28, 2015 at 1:59 AM, Josef Moravec <josef.mora...@gmail.com>
wrote:

> Hello Mubasir
> could "Discharge" funkcionality in Koha work for your? Did you try it?
> It has to be enabled first in "useDischarge" system preference.
>
> Best
>
> Josef
>
> ne 27. 12. 2015 v 3:06 odesílatel Mubassir Ahsan <mahsa...@gmail.com>
> napsal:
>
>> Dear Koha Community,
>>
>> I am working in a private university library where students enrolled for a
>> academic session only. Their library enrollment is limited to 4-5 years.
>> After this academic year, they have to take library clearance to get their
>> certificate. After that time we normally delete their patron records to
>> prevent using the library.Till now we are managing the library clearance
>> in
>> such way.
>> *The problems I am facing is:*
>> 1. If we want to generate a library clearance report in every month it is
>> very difficult to generate. It is possible but not a clear one.
>> 2. Information of Patron with his circulation history got cleared also.
>>
>> *I have checked following scenarios and possibilities but i didn't find
>> any
>> of them appropriate: *
>> 1. If we make them *expired*, someone may click on renew to renew them.
>> 2. If we *make a note* to their message, Someone may not see the message.
>> 3. If we make them *restricted*, They may be unrestricted someone with
>> permission.
>> *In above cases staff training and maintaining is so much difficult.*
>>
>> .
>> I just wondering if there is any system or menu link like in Patron Detail
>> Page > More > *Clearance*. It will be nice.
>>
>> My application to you that, if that *Clearance *works as :
>>
>> a. Staff click on the *clearance *link
>> b. A page with *clearance *will appear with following options
>> 1. Account Summary [If any due, it will show the account link]
>> 2. If check out(s) [Show the list of books to be submitted before
>> *clearance*]
>> 3. Date of expiration [Show the nearest date to be automatically expired]
>> 4. *Clearance Button [Only *shown if 1-2 conditions were cleared
>> *]*
>>
>>
>> *Activity of clearance button should be: *
>> 1. Create a new row in a new table named *clearance*.
>> 2. Move all the remaining data from borrowers and activity table (i.e.
>> circulation history, modification history) and pasted to the *clearance
>> *table.
>>
>>
>>
>> It will be very helpful for us if you give me a suggestion regarding this
>> simple problem. I am looking forward to your kind attention please.
>>
>>
>>
>>
>>
>>
>>
>>
>> *Best wishes.Md. Mubassir Ahsan*
>> BA & MA in ISLM (DU)
>> MPhil Researcher (DU)
>> *Library Officer (IT)*
>> Daffodil International University
>> Office Phone: 01811458818
>> Email: mubas...@daffodilvarsity.edu.bd
>> -
>> Website:Sothik.com
>>
>> *-Mobile+Viber: 01916303060*
>> Email: mahsa...@gmail.com
>> Facebook: mmahsan <http://facebook.com/mmahsan>
>> Skype: mahsandu
>> Twitter: mahsandu
>> *"Proud to be a LIS Professional*"
>> *Tag: Web Developer, CMS (Drupal, Joomla), ILS (Koha), IR (DSpace,
>> Greenstone), N/W Admin, DBA.*
>> ___
>> Koha mailing list  http://koha-community.org
>> Koha@lists.katipo.co.nz
>> https://lists.katipo.co.nz/mailman/listinfo/koha
>>
>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Patron Clearance Maintenance in Koha

2015-12-26 Thread Mubassir Ahsan
Dear Koha Community,

I am working in a private university library where students enrolled for a
academic session only. Their library enrollment is limited to 4-5 years.
After this academic year, they have to take library clearance to get their
certificate. After that time we normally delete their patron records to
prevent using the library.Till now we are managing the library clearance in
such way.
*The problems I am facing is:*
1. If we want to generate a library clearance report in every month it is
very difficult to generate. It is possible but not a clear one.
2. Information of Patron with his circulation history got cleared also.

*I have checked following scenarios and possibilities but i didn't find any
of them appropriate: *
1. If we make them *expired*, someone may click on renew to renew them.
2. If we *make a note* to their message, Someone may not see the message.
3. If we make them *restricted*, They may be unrestricted someone with
permission.
*In above cases staff training and maintaining is so much difficult.*
.
I just wondering if there is any system or menu link like in Patron Detail
Page > More > *Clearance*. It will be nice.

My application to you that, if that *Clearance *works as :

a. Staff click on the *clearance *link
b. A page with *clearance *will appear with following options
1. Account Summary [If any due, it will show the account link]
2. If check out(s) [Show the list of books to be submitted before
*clearance*]
3. Date of expiration [Show the nearest date to be automatically expired]
4. *Clearance Button [Only *shown if 1-2 conditions were cleared
*]*


*Activity of clearance button should be: *
1. Create a new row in a new table named *clearance*.
2. Move all the remaining data from borrowers and activity table (i.e.
circulation history, modification history) and pasted to the *clearance *table.



It will be very helpful for us if you give me a suggestion regarding this
simple problem. I am looking forward to your kind attention please.








*Best wishes.----Md. Mubassir Ahsan*
BA & MA in ISLM (DU)
MPhil Researcher (DU)
*Library Officer (IT)*
Daffodil International University
Office Phone: 01811458818
Email: mubas...@daffodilvarsity.edu.bd
-
Website:Sothik.com

*-Mobile+Viber: 01916303060*
Email: mahsa...@gmail.com
Facebook: mmahsan <http://facebook.com/mmahsan>
Skype: mahsandu
Twitter: mahsandu
*"Proud to be a LIS Professional*"
*Tag: Web Developer, CMS (Drupal, Joomla), ILS (Koha), IR (DSpace,
Greenstone), N/W Admin, DBA.*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] CalendarFirstDayOfWeek option Need Saturday as Firstday of Week

2014-04-24 Thread Mubassir Ahsan
Dear,

In administrative preference CalendarFirstDayOfWeek have only two options.
Sunday or Monday, But Our Official First Day of Week is Saturday.

Is there any option to set Saturday as First Day of Week. Please help me. I
am stack.





*Best wishes. Md. Mubassir Ahsan*
BA  MA in ISLM (DU)
Library Officer (IT Solution)
Daffodil International University
Office Phone: 01811458818
Email: mubas...@daffodilvarsity.edu.bd
-
Websites:
admissionok.com
Studyzone24.com
Sothik.com

*- Mobile+Viber: 01916303060*
Email: mahsa...@gmail.com
Facebook: mmahsan http://facebook.com/mmahsan
Skype: mahsandu
Twitter: mahsandu
*Proud to be a LIS Professional*
*Tag: Web Developer, CMS (Drupal, Joomla), ILS (Koha), IR (DSpace,
Greenstone), N/W Admin, DBA.*
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha