Summary: | Make it possible to generate a .koc file using the Firefox KOCT plugin | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Circulation | Assignee: | Kyle M Hall <kyle.m.hall> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | gmcharlt, jwagner, magnus |
Version: | 3.6 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Katrin Fischer
2012-02-10 10:59:42 UTC
This sounds like a really good idea! It might also help with debugging any problems people run into with the plugin. Not sure if this is a good place (or it needs a separate bug report), but I loaded the plugin today to see how it worked. I can't get as far as connecting to Koha -- just clicking on one of the tabs in the plugin produces an error in my Firefox error console: dbConn is not defined Source File: chrome://koct/content/script.js Line: 73 When I open that error report, the referenced line is: var query = dbConn.createStatement("SELECT * FROM offlinecirc"); Is this a Firefox config problem or a problem with the plugin? Got a little further (I didn't do anything, it just apparently decided to work). Now it accepts entries and shows them in the Log tab, but when I try to apply or commit, nothing happens. Firefox error console says Error: setText is not defined Source File: chrome://koct/content/main.xul Line: 1 The synching from the plugin now works nicely, no workaround needed. |