Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIP2 Server Need Patron password #36

Open
GoogleCodeExporter opened this issue Aug 12, 2015 · 4 comments
Open

SIP2 Server Need Patron password #36

GoogleCodeExporter opened this issue Aug 12, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.My SIP2 Server Need Patron password 
2.
3.

What is the expected output? What do you see instead?
There's a problem with your account. Please see a circulation clerk.

What version of the product are you using? On what operating system?
WIndows 2003 Enterprise

Please provide any additional information below.
My SIP2 Server Need password of patron to authenticate for security reason . I 
try to add this line 
$mysip->patronpwd = '----------';  in account_check.php it work correctly. 
Please make this option in config.php

// Identify a patron
    // sip2 OF ALIST Need password of patron *** Test by tomzt
    $mysip->patron = $_POST['barcode'];
    $mysip->patronpwd = '----------'; 

PS.
My Patron ID have "-"  in Patron ID. Like this "223450973919-5". I think from 
above issue You need to redesign new keypad for support "-" in Patron ID and 
support to enter patron password.
Thank you very much for support.

Original issue reported on code.google.com by tomztt on 29 Jun 2014 at 1:32

@GoogleCodeExporter
Copy link
Author

Patron password support has been requested by others. It's not something I have 
time to work on right now but it's on my to-do list. 

Updating the keypad to accept dashes would be relatively simple. Let me know if 
you have success.

Original comment by [email protected] on 29 Jun 2014 at 1:45

@GoogleCodeExporter
Copy link
Author

I try to get dashes in Keypad.
The code from my blog 
http://clpark.rmuti.ac.th/suthep/improvements/self-check-part-1

<!-- keypad -->

<div id="keypad_container">
    <table class="keypad">
        <tr>
            <td colspan="3" class="keypad_screen"></td>
        </tr>
        <tr>
            <td><div data-val="1" title="selfcheck_button">1</div></td>
            <td><div data-val="2" title="selfcheck_button">2</div></td>
            <td><div data-val="3" title="selfcheck_button">3</div></td>
        </tr>
        <tr>
            <td><div data-val="4" title="selfcheck_button">4</div></td>
            <td><div data-val="5" title="selfcheck_button">5</div></td>
            <td><div data-val="6" title="selfcheck_button">6</div></td>
        </tr>
        <tr>
            <td><div data-val="7" title="selfcheck_button">7</div></td>
            <td><div data-val="8" title="selfcheck_button">8</div></td>
            <td><div data-val="9" title="selfcheck_button">9</div></td>
        </tr>
        <tr>
            <td> </td>
            <td><div data-val="0" title="selfcheck_button">0</div></td>
            <td></td>
            <td></td>
        </tr>
        <tr>
            <td onclick="delete_keypad_entry();"><div title="selfcheck_button"><span >Delete</span ></div></td>
            <td><div data-val="-" title="selfcheck_button"><span >-<span ></div></td>
            <td onclick="tb_remove();"><div title="selfcheck_button"><span >Cancel</span></div></td>
        </tr>
    </table>
    <div onclick="$('#barcode').val($('#prompt .keypad_screen').text());$('#form').submit();" class="ok_button button" title="selfcheck_button" style="width:100%;">
        <h1>OK</h1>
    </div>
</div>

<!-- end keypad -->

Original comment by tomztt on 29 Jun 2014 at 1:52

@GoogleCodeExporter
Copy link
Author

Please send the entire contents of includes/keypad.php

Original comment by [email protected] on 29 Jun 2014 at 2:35

@GoogleCodeExporter
Copy link
Author

I send it to your mail [email protected] already.
And Attach in this comment.

Original comment by tomztt on 29 Jun 2014 at 2:54

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant