Commit graph

1243 commits

Author SHA1 Message Date
tipaul
dc1cf5f163 road to 1.9.2 :
* finishing templating acquisition
* first step to acquisition/cataloguing merging.

show no errors, but seems a little buggy (order counter wrong, problem at end of acquisition process...)
2003-02-27 16:54:10 +00:00
tipaul
fe8746a471 * moving prepare / execute to ? form.
* some # cleaning
* little bugfix.
* road to 1.9.2 => acquisition and cataloguing merging
2003-02-27 16:51:59 +00:00
wolfpac444
590956b49d Fixed &C4Connect problem and formating 2003-02-25 04:19:33 +00:00
wolfpac444
36a53b773b *** empty log message *** 2003-02-25 03:18:45 +00:00
wolfpac444
4e3888e2ec Fixed the subject search. 2003-02-21 02:25:03 +00:00
wolfpac444
6928584788 *** empty log message *** 2003-02-19 05:22:01 +00:00
wolfpac444
c3c3f27ec7 *** empty log message *** 2003-02-19 01:33:52 +00:00
wolfpac444
4d88a09509 Removed the unecessary $dbh argument from being passed.
Resolved a few minor FIXMEs.
2003-02-19 01:01:06 +00:00
wolfpac444
04ce9b04f1 Cleaned up the FIXME issues. 2003-02-19 00:39:18 +00:00
wolfpac444
0f7ca60046 *** empty log message *** 2003-02-17 08:33:09 +00:00
tipaul
01c317d7b0 script now used only when currencies rates modified in acqui/acqui-home.pl page => removed unused code 2003-02-13 18:03:36 +00:00
tipaul
0f6783c1ba small fix 2003-02-13 18:02:26 +00:00
tipaul
5d4d12fe31 Road to 1.9.1 :
* loadmodule.pl manages cataloguing link too
2003-02-13 18:02:10 +00:00
tipaul
6e3a96053a Road to 1.9.1 :
* headers included in each template now are text-only headers (like in non-english versions).
* Added "parameters" links in header
* Added "Cataloguing" link. The cataloguing link goes to the MARC cataloguing (acqui.simple). Will evolve in the near future with reordering of acquisition and cataloguing.
2003-02-13 18:01:26 +00:00
tipaul
d532cf3b7b Road to 1.9.1
* templating of normal acquisitions
* some graphic changes (use of yellow color as "acquisition/cataloguin" symbol, header consistency...)
* minor reordering of screens (newbasket.pl now unused)
* few bugfixes

When templating finished, the recieving of a book will be ended by a "calatoguing" screen.
Cataloguing will be MARC cataloguing or non-MARC cataloguing, depending on "acquisitions" system parameter.
2003-02-13 17:27:47 +00:00
tipaul
808015b56c improving UNIMARC default structure.
fixing a little bug ("homebranch" not mapped, now mapped to 995c)
2003-02-13 15:05:58 +00:00
tipaul
fa0f51d9c2 Support for 000 -> 010 fields.
Those fields doesn't have subfields.
In koha, we will use a specific "trick" : fields <10 will have a "virtual" subfield : "@".
Note it's only virtual : when rebuilding the MARC::Record, the koha API handle correctly "@" subfields => the resulting MARC record has a 00x field without subfield.
2003-02-12 11:01:04 +00:00
tipaul
8d75bf9568 Support for 000 -> 010 fields.
Those fields doesn't have subfields.
In koha, we will use a specific "trick" : fields <10 will have a "virtual" subfield : "@".
Note it's only virtual : when rebuilding the MARC::Record, the koha API handle correctly "@" subfields => the resulting MARC record has a 00x field without subfield.
2003-02-12 11:01:01 +00:00
acli
4054c4e3c2 Semi-manually reverted the file back to English 2003-02-10 22:39:15 +00:00
tipaul
c74a6a0009 templating normal acquisition before reordering acquisition and cataloguing.
supplier now works with currencies table, not hardcoded currencies
2003-02-10 13:38:44 +00:00
tipaul
bd9239fee1 removing unused sub 2003-02-10 13:37:08 +00:00
acli
4851da30af Legibility change: table width "550" => "100%"
List of branches was very difficult to read with a table width of "550"
2003-02-10 07:27:50 +00:00
acli
0c4c49820b Sync to en template 2003-02-10 07:26:41 +00:00
acli
7d7deb7b36 Moved the cardnumber generation logic out of memberentry.pl; new module
C4::Members created to hold this logic

Fixed syntax error in newimember.pl
Make newimember.pl use the cardnumber generation logic (bug 206)
Updated newimember.pl to use get_template_and_user
Other minor mods to newimember.pl; new tab size noted
2003-02-10 07:14:16 +00:00
acli
ac6592a669 Fixed completely wrong logic in my boolean_preference function 2003-02-10 06:37:00 +00:00
acli
1b284383bc The tabs are numbered 0-9, not 0xx,..., 9xx 2003-02-09 09:47:22 +00:00
acli
267f089efd Updated to use get_template_and_user
Missing use C4::Interface::CGI::Output
Noted correct tab size
2003-02-09 09:15:09 +00:00
acli
f711507f05 Make sure it handles non-latin1 charsets (It seems to display correctly
due to an unknown reason, but just in case)

Noted correct tab size

A few other notes
2003-02-09 09:07:11 +00:00
acli
75164d4c69 Update to get_template_and_user 2003-02-09 09:00:12 +00:00
acli
01c8a830ca Missed setbranchinfo when SQL statements were converted to use ? 2003-02-09 08:31:04 +00:00
acli
7351509fe9 Translation of the now-translatable "Ph", "Fax", "Email",
"(nothing entered)", and "(no categories set)"
2003-02-09 08:15:35 +00:00
acli
2834ca3c7c Temporarily removed file that should not be checked in
(should not be translated yet)
2003-02-09 08:09:23 +00:00
acli
37ebda534b Updated for the fix for bug 180 2003-02-09 08:08:38 +00:00
acli
338d829484 Converted the categories field in the default listing to a TMPL_LOOP + a
boolean TMPL_VAR
2003-02-09 07:55:13 +00:00
acli
d16adad21d Partial (incomplete) fix for bug 180 2003-02-09 07:41:22 +00:00
acli
0b48a8edf6 Trying to fix bug 130 here; corresponding changes will need to be made to
the templates
2003-02-09 06:56:43 +00:00
acli
13739fb5e3 Use ? for variables in all SQL statements 2003-02-09 06:39:07 +00:00
acli
76d997dfc2 Noted most likely correct tab size
Fixed some strange indentation
Noted stuff that needs to be fixed
Partial stub for "add new branch category" action
2003-02-09 06:14:32 +00:00
acli
cf4e7d4a65 Additional translations 2003-02-09 05:48:32 +00:00
acli
8cc5c0f8c9 Pick up koha-front-koha.gif from the fr directory
Note: The French in the image may be wrong
2003-02-09 04:10:41 +00:00
acli
2e44bfd44b Missing punctuation 2003-02-09 04:09:31 +00:00
acli
33ac029a05 Take some images from the fr template 2003-02-09 03:23:35 +00:00
acli
dc28ff5ddd French images, translated text from *-top.inc
The "mouseover" images have *not* been translated
2003-02-09 03:23:19 +00:00
acli
0289e3eae4 Ignore .xvpics for CVS checkins 2003-02-09 03:15:38 +00:00
acli
213e2a3cf0 Corrected the width of the images 2003-02-09 03:14:53 +00:00
acli
2e48904e0b Corrected the width of the image; the actual width was not the same as
the width declared in the HTML, causing the image on the screen to become
quite ugly
2003-02-09 02:52:28 +00:00
acli
fff91d52df Pick up some files from the templates directory
Fixed the "Parameters" gif; the actual width was not the same as what is
declared in the HTML
2003-02-09 02:40:54 +00:00
acli
e16671f5df Ignore .xvpics for CVS 2003-02-08 22:14:59 +00:00
acli
67416d6762 Original files for the tentative French images 2003-02-08 22:14:33 +00:00
acli
0a1fde9254 Some tentative French images
Adjusted the *-top.inc files for the tentative images
Added some notes on the images
2003-02-08 22:13:55 +00:00