From 434899e930ae2761c635e3a59836ed3e7e1d6c18 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 29 Sep 2008 23:18:52 +0000 Subject: [PATCH] New: Add cashdesk module --- htdocs/cashdesk/COPYING | 340 ++++ htdocs/cashdesk/affContenu.php | 69 + htdocs/cashdesk/affIndex.php | 79 + htdocs/cashdesk/affPied.php | 21 + htdocs/cashdesk/classes/Auth.class.php | 177 ++ htdocs/cashdesk/classes/Facturation.class.php | 566 ++++++ htdocs/cashdesk/classes/Mysql.class.php | 112 + htdocs/cashdesk/classes/Sql.interface.php | 35 + htdocs/cashdesk/deconnexion.php | 22 + htdocs/cashdesk/facturation.php | 94 + htdocs/cashdesk/facturation_dhtml.php | 67 + htdocs/cashdesk/facturation_verif.php | 121 ++ htdocs/cashdesk/images/basket_delete.png | Bin 0 -> 773 bytes .../cashdesk/images/bg_conteneur_droite.png | Bin 0 -> 171 bytes .../cashdesk/images/bg_conteneur_gauche.png | Bin 0 -> 172 bytes htdocs/cashdesk/images/bg_entete.png | Bin 0 -> 599 bytes htdocs/cashdesk/images/bg_menu.png | Bin 0 -> 23261 bytes htdocs/cashdesk/images/bg_pied.png | Bin 0 -> 572 bytes htdocs/cashdesk/images/calendrier.png | Bin 0 -> 871 bytes htdocs/cashdesk/images/decrypted.png | Bin 0 -> 1624 bytes htdocs/cashdesk/images/gescom.png | Bin 0 -> 5453 bytes htdocs/cashdesk/images/lock.png | Bin 0 -> 749 bytes htdocs/cashdesk/images/login.png | Bin 0 -> 5026 bytes htdocs/cashdesk/images/new.png | Bin 0 -> 2272 bytes htdocs/cashdesk/include/environnement.php | 50 + htdocs/cashdesk/include/fonctions.php | 101 + htdocs/cashdesk/include/jscalendar/ChangeLog | 761 +++++++ .../jscalendar/bugtest-hidden-selects.html | 108 + .../include/jscalendar/calendar-blue.css | 232 +++ .../include/jscalendar/calendar-blue2.css | 236 +++ .../include/jscalendar/calendar-brown.css | 225 ++ .../include/jscalendar/calendar-green.css | 229 +++ .../include/jscalendar/calendar-setup.js | 200 ++ .../jscalendar/calendar-setup_stripped.js | 21 + .../include/jscalendar/calendar-system.css | 251 +++ .../include/jscalendar/calendar-tas.css | 239 +++ .../include/jscalendar/calendar-win2k-1.css | 271 +++ .../include/jscalendar/calendar-win2k-2.css | 271 +++ .../jscalendar/calendar-win2k-cold-1.css | 265 +++ .../jscalendar/calendar-win2k-cold-2.css | 271 +++ .../cashdesk/include/jscalendar/calendar.js | 1806 +++++++++++++++++ .../cashdesk/include/jscalendar/calendar.php | 119 ++ .../include/jscalendar/calendar_stripped.js | 14 + .../cashdesk/include/jscalendar/dayinfo.html | 109 + .../jscalendar/doc/html/field-button.jpg | Bin 0 -> 2509 bytes .../jscalendar/doc/html/reference-Z-S.css | 193 ++ .../include/jscalendar/doc/html/reference.css | 34 + .../jscalendar/doc/html/reference.html | 1738 ++++++++++++++++ .../include/jscalendar/doc/reference.pdf | Bin 0 -> 281155 bytes htdocs/cashdesk/include/jscalendar/img.gif | Bin 0 -> 223 bytes htdocs/cashdesk/include/jscalendar/index.html | 330 +++ .../include/jscalendar/lang/calendar-af.js | 39 + .../include/jscalendar/lang/calendar-al.js | 101 + .../include/jscalendar/lang/calendar-bg.js | 124 ++ .../jscalendar/lang/calendar-big5-utf8.js | 123 ++ .../include/jscalendar/lang/calendar-big5.js | 123 ++ .../include/jscalendar/lang/calendar-br.js | 108 + .../include/jscalendar/lang/calendar-ca.js | 123 ++ .../jscalendar/lang/calendar-cs-utf8.js | 65 + .../jscalendar/lang/calendar-cs-win.js | 65 + .../include/jscalendar/lang/calendar-da.js | 123 ++ .../include/jscalendar/lang/calendar-de.js | 124 ++ .../include/jscalendar/lang/calendar-du.js | 45 + .../include/jscalendar/lang/calendar-el.js | 89 + .../include/jscalendar/lang/calendar-en.js | 127 ++ .../include/jscalendar/lang/calendar-es.js | 129 ++ .../include/jscalendar/lang/calendar-fi.js | 98 + .../include/jscalendar/lang/calendar-fr.js | 122 ++ .../jscalendar/lang/calendar-he-utf8.js | 123 ++ .../jscalendar/lang/calendar-hr-utf8.js | 49 + .../include/jscalendar/lang/calendar-hr.js | Bin 0 -> 3088 bytes .../include/jscalendar/lang/calendar-hu.js | 124 ++ .../include/jscalendar/lang/calendar-it.js | 124 ++ .../include/jscalendar/lang/calendar-jp.js | 45 + .../jscalendar/lang/calendar-ko-utf8.js | 120 ++ .../include/jscalendar/lang/calendar-ko.js | 120 ++ .../jscalendar/lang/calendar-lt-utf8.js | 114 ++ .../include/jscalendar/lang/calendar-lt.js | 114 ++ .../include/jscalendar/lang/calendar-lv.js | 123 ++ .../include/jscalendar/lang/calendar-nl.js | 73 + .../include/jscalendar/lang/calendar-no.js | 114 ++ .../jscalendar/lang/calendar-pl-utf8.js | 93 + .../include/jscalendar/lang/calendar-pl.js | 56 + .../include/jscalendar/lang/calendar-pt.js | 123 ++ .../include/jscalendar/lang/calendar-ro.js | 66 + .../include/jscalendar/lang/calendar-ru.js | 123 ++ .../jscalendar/lang/calendar-ru_win_.js | 123 ++ .../include/jscalendar/lang/calendar-si.js | 94 + .../include/jscalendar/lang/calendar-sk.js | 99 + .../include/jscalendar/lang/calendar-sp.js | 110 + .../include/jscalendar/lang/calendar-sv.js | 93 + .../include/jscalendar/lang/calendar-tr.js | 58 + .../include/jscalendar/lang/calendar-zh.js | 119 ++ .../include/jscalendar/lang/cn_utf8.js | 123 ++ .../cashdesk/include/jscalendar/menuarrow.gif | Bin 0 -> 68 bytes .../include/jscalendar/menuarrow2.gif | Bin 0 -> 49 bytes .../include/jscalendar/multiple-dates.html | 82 + htdocs/cashdesk/include/jscalendar/readme | 33 + .../include/jscalendar/release-notes.html | 435 ++++ .../cashdesk/include/jscalendar/simple-1.html | 244 +++ .../cashdesk/include/jscalendar/simple-2.html | 108 + .../cashdesk/include/jscalendar/simple-3.html | 130 ++ .../jscalendar/skins/aqua/active-bg.gif | Bin 0 -> 89 bytes .../include/jscalendar/skins/aqua/dark-bg.gif | Bin 0 -> 85 bytes .../jscalendar/skins/aqua/hover-bg.gif | Bin 0 -> 89 bytes .../jscalendar/skins/aqua/menuarrow.gif | Bin 0 -> 49 bytes .../jscalendar/skins/aqua/normal-bg.gif | Bin 0 -> 110 bytes .../jscalendar/skins/aqua/rowhover-bg.gif | Bin 0 -> 110 bytes .../jscalendar/skins/aqua/status-bg.gif | Bin 0 -> 116 bytes .../include/jscalendar/skins/aqua/theme.css | 236 +++ .../jscalendar/skins/aqua/title-bg.gif | Bin 0 -> 116 bytes .../jscalendar/skins/aqua/today-bg.gif | Bin 0 -> 1122 bytes .../include/jscalendar/test-position.html | 40 + htdocs/cashdesk/include/jscalendar/test.php | 116 ++ htdocs/cashdesk/index.php | 97 + htdocs/cashdesk/index_verif.php | 54 + htdocs/cashdesk/javascript/dhtml.js | 98 + htdocs/cashdesk/javascript/facturation1.js | 177 ++ htdocs/cashdesk/langs/en_US/cashdesk.lang | 5 + htdocs/cashdesk/langs/fr_FR/cashdesk.lang | 4 + htdocs/cashdesk/liste_articles.php | 24 + htdocs/cashdesk/sql/llx_tmp_caisse.sql | 18 + htdocs/cashdesk/style.css | 504 +++++ .../cashdesk/templates/facturation1.tpl.php | 208 ++ .../cashdesk/templates/liste_articles.tpl.php | 67 + htdocs/cashdesk/templates/menu.tpl.php | 23 + htdocs/cashdesk/templates/ticket.tpl.php | 178 ++ htdocs/cashdesk/templates/validation1.tpl.php | 79 + htdocs/cashdesk/templates/validation2.tpl.php | 39 + htdocs/cashdesk/validation.php | 22 + htdocs/cashdesk/validation_ok.php | 22 + htdocs/cashdesk/validation_ticket.php | 34 + htdocs/cashdesk/validation_verif.php | 513 +++++ htdocs/includes/modules/modCashDesk.class.php | 197 ++ htdocs/translate.class.php | 41 +- 135 files changed, 17842 insertions(+), 14 deletions(-) create mode 100644 htdocs/cashdesk/COPYING create mode 100644 htdocs/cashdesk/affContenu.php create mode 100644 htdocs/cashdesk/affIndex.php create mode 100644 htdocs/cashdesk/affPied.php create mode 100644 htdocs/cashdesk/classes/Auth.class.php create mode 100644 htdocs/cashdesk/classes/Facturation.class.php create mode 100644 htdocs/cashdesk/classes/Mysql.class.php create mode 100644 htdocs/cashdesk/classes/Sql.interface.php create mode 100644 htdocs/cashdesk/deconnexion.php create mode 100644 htdocs/cashdesk/facturation.php create mode 100644 htdocs/cashdesk/facturation_dhtml.php create mode 100644 htdocs/cashdesk/facturation_verif.php create mode 100644 htdocs/cashdesk/images/basket_delete.png create mode 100644 htdocs/cashdesk/images/bg_conteneur_droite.png create mode 100644 htdocs/cashdesk/images/bg_conteneur_gauche.png create mode 100644 htdocs/cashdesk/images/bg_entete.png create mode 100644 htdocs/cashdesk/images/bg_menu.png create mode 100644 htdocs/cashdesk/images/bg_pied.png create mode 100644 htdocs/cashdesk/images/calendrier.png create mode 100644 htdocs/cashdesk/images/decrypted.png create mode 100644 htdocs/cashdesk/images/gescom.png create mode 100644 htdocs/cashdesk/images/lock.png create mode 100644 htdocs/cashdesk/images/login.png create mode 100644 htdocs/cashdesk/images/new.png create mode 100644 htdocs/cashdesk/include/environnement.php create mode 100644 htdocs/cashdesk/include/fonctions.php create mode 100644 htdocs/cashdesk/include/jscalendar/ChangeLog create mode 100644 htdocs/cashdesk/include/jscalendar/bugtest-hidden-selects.html create mode 100644 htdocs/cashdesk/include/jscalendar/calendar-blue.css create mode 100644 htdocs/cashdesk/include/jscalendar/calendar-blue2.css create mode 100644 htdocs/cashdesk/include/jscalendar/calendar-brown.css create mode 100644 htdocs/cashdesk/include/jscalendar/calendar-green.css create mode 100644 htdocs/cashdesk/include/jscalendar/calendar-setup.js create mode 100644 htdocs/cashdesk/include/jscalendar/calendar-setup_stripped.js create mode 100644 htdocs/cashdesk/include/jscalendar/calendar-system.css create mode 100644 htdocs/cashdesk/include/jscalendar/calendar-tas.css create mode 100644 htdocs/cashdesk/include/jscalendar/calendar-win2k-1.css create mode 100644 htdocs/cashdesk/include/jscalendar/calendar-win2k-2.css create mode 100644 htdocs/cashdesk/include/jscalendar/calendar-win2k-cold-1.css create mode 100644 htdocs/cashdesk/include/jscalendar/calendar-win2k-cold-2.css create mode 100644 htdocs/cashdesk/include/jscalendar/calendar.js create mode 100644 htdocs/cashdesk/include/jscalendar/calendar.php create mode 100644 htdocs/cashdesk/include/jscalendar/calendar_stripped.js create mode 100644 htdocs/cashdesk/include/jscalendar/dayinfo.html create mode 100644 htdocs/cashdesk/include/jscalendar/doc/html/field-button.jpg create mode 100644 htdocs/cashdesk/include/jscalendar/doc/html/reference-Z-S.css create mode 100644 htdocs/cashdesk/include/jscalendar/doc/html/reference.css create mode 100644 htdocs/cashdesk/include/jscalendar/doc/html/reference.html create mode 100644 htdocs/cashdesk/include/jscalendar/doc/reference.pdf create mode 100644 htdocs/cashdesk/include/jscalendar/img.gif create mode 100644 htdocs/cashdesk/include/jscalendar/index.html create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-af.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-al.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-bg.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-big5-utf8.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-big5.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-br.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-ca.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-cs-utf8.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-cs-win.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-da.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-de.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-du.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-el.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-en.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-es.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-fi.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-fr.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-he-utf8.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-hr-utf8.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-hr.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-hu.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-it.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-jp.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-ko-utf8.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-ko.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-lt-utf8.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-lt.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-lv.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-nl.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-no.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-pl-utf8.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-pl.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-pt.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-ro.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-ru.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-ru_win_.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-si.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-sk.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-sp.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-sv.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-tr.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/calendar-zh.js create mode 100644 htdocs/cashdesk/include/jscalendar/lang/cn_utf8.js create mode 100644 htdocs/cashdesk/include/jscalendar/menuarrow.gif create mode 100644 htdocs/cashdesk/include/jscalendar/menuarrow2.gif create mode 100644 htdocs/cashdesk/include/jscalendar/multiple-dates.html create mode 100644 htdocs/cashdesk/include/jscalendar/readme create mode 100644 htdocs/cashdesk/include/jscalendar/release-notes.html create mode 100644 htdocs/cashdesk/include/jscalendar/simple-1.html create mode 100644 htdocs/cashdesk/include/jscalendar/simple-2.html create mode 100644 htdocs/cashdesk/include/jscalendar/simple-3.html create mode 100644 htdocs/cashdesk/include/jscalendar/skins/aqua/active-bg.gif create mode 100644 htdocs/cashdesk/include/jscalendar/skins/aqua/dark-bg.gif create mode 100644 htdocs/cashdesk/include/jscalendar/skins/aqua/hover-bg.gif create mode 100644 htdocs/cashdesk/include/jscalendar/skins/aqua/menuarrow.gif create mode 100644 htdocs/cashdesk/include/jscalendar/skins/aqua/normal-bg.gif create mode 100644 htdocs/cashdesk/include/jscalendar/skins/aqua/rowhover-bg.gif create mode 100644 htdocs/cashdesk/include/jscalendar/skins/aqua/status-bg.gif create mode 100644 htdocs/cashdesk/include/jscalendar/skins/aqua/theme.css create mode 100644 htdocs/cashdesk/include/jscalendar/skins/aqua/title-bg.gif create mode 100644 htdocs/cashdesk/include/jscalendar/skins/aqua/today-bg.gif create mode 100644 htdocs/cashdesk/include/jscalendar/test-position.html create mode 100644 htdocs/cashdesk/include/jscalendar/test.php create mode 100644 htdocs/cashdesk/index.php create mode 100644 htdocs/cashdesk/index_verif.php create mode 100644 htdocs/cashdesk/javascript/dhtml.js create mode 100644 htdocs/cashdesk/javascript/facturation1.js create mode 100644 htdocs/cashdesk/langs/en_US/cashdesk.lang create mode 100644 htdocs/cashdesk/langs/fr_FR/cashdesk.lang create mode 100644 htdocs/cashdesk/liste_articles.php create mode 100644 htdocs/cashdesk/sql/llx_tmp_caisse.sql create mode 100644 htdocs/cashdesk/style.css create mode 100644 htdocs/cashdesk/templates/facturation1.tpl.php create mode 100644 htdocs/cashdesk/templates/liste_articles.tpl.php create mode 100644 htdocs/cashdesk/templates/menu.tpl.php create mode 100644 htdocs/cashdesk/templates/ticket.tpl.php create mode 100644 htdocs/cashdesk/templates/validation1.tpl.php create mode 100644 htdocs/cashdesk/templates/validation2.tpl.php create mode 100644 htdocs/cashdesk/validation.php create mode 100644 htdocs/cashdesk/validation_ok.php create mode 100644 htdocs/cashdesk/validation_ticket.php create mode 100644 htdocs/cashdesk/validation_verif.php create mode 100644 htdocs/includes/modules/modCashDesk.class.php diff --git a/htdocs/cashdesk/COPYING b/htdocs/cashdesk/COPYING new file mode 100644 index 00000000000..d60c31a97a5 --- /dev/null +++ b/htdocs/cashdesk/COPYING @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/htdocs/cashdesk/affContenu.php b/htdocs/cashdesk/affContenu.php new file mode 100644 index 00000000000..0740f7d6489 --- /dev/null +++ b/htdocs/cashdesk/affContenu.php @@ -0,0 +1,69 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + + require ('classes/Facturation.class.php'); + + // Si nouvelle vente, réinitialisation des données (destruction de l'objet et vidage de la table contenant la liste des articles) + if ( $_GET['id'] == 'NOUV' ) { + + unset ($_SESSION['serObjFacturation']); + + $sql->query ('TRUNCATE TABLE llx_tmp_caisse;'); + + } + + // Récupération, s'il existe, de l'objet contenant les infos de la vente en cours ... + if ( isset ($_SESSION['serObjFacturation']) ) { + + $obj_facturation = unserialize ($_SESSION['serObjFacturation']); + unset ($_SESSION['serObjFacturation']); + + // ... sinon, c'est une nouvelle vente + } else { + + $obj_facturation = new Facturation; + + } + +?> + +
+ +
+ +
+ + +
+ + + diff --git a/htdocs/cashdesk/affIndex.php b/htdocs/cashdesk/affIndex.php new file mode 100644 index 00000000000..4e3ba04dfc2 --- /dev/null +++ b/htdocs/cashdesk/affIndex.php @@ -0,0 +1,79 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + include('../master.inc.php'); + require ('include/environnement.php'); + if ( $_SESSION['uid'] <= 0 ) { + + header ('Location: index.php'); + + } +?> + + + + + Caisse + + + + + + + + + + + + + + + + + + + + + +
+
+
+ +

CAISSE

+ + + +
+ +
+ + + +
+
+
+ + + + diff --git a/htdocs/cashdesk/affPied.php b/htdocs/cashdesk/affPied.php new file mode 100644 index 00000000000..c31b7f8a34b --- /dev/null +++ b/htdocs/cashdesk/affPied.php @@ -0,0 +1,21 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ +?> +
+ +
diff --git a/htdocs/cashdesk/classes/Auth.class.php b/htdocs/cashdesk/classes/Auth.class.php new file mode 100644 index 00000000000..55af4ac8afe --- /dev/null +++ b/htdocs/cashdesk/classes/Auth.class.php @@ -0,0 +1,177 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + + class Auth { + + protected $login; + protected $passwd; + + protected $host; + protected $user; + protected $name; + protected $base; + + protected $reponse; + + protected $sql; + + public function __construct ($aHost, $aUser, $aPass, $aBase) { + + $this->host = $aHost; + $this->user = $aUser; + $this->pass = $aPass; + $this->base = $aBase; + + $this->reponse (null); + + } + + public function login ($aLogin) { + + $this->login = $aLogin; + + } + + public function passwd ($aPasswd) { + + $this->passwd = $aPasswd; + + + } + + public function host ($aHost) { + + $this->host = $aHost; + + + } + + public function user ($aUser) { + + $this->user = $aUser; + + + } + + public function pass ($aPass) { + + $this->pass = $aPass; + + + } + + public function base ($aBase) { + + $this->base = $aBase; + + + } + + public function reponse ($aReponse) { + + $this->reponse = $aReponse; + + } + + /** + * Authentification d'un demandeur + * @return (int) 0 = Ok; -1 = login incorrect; -2 = login ok, mais compte désactivé; -10 = aucune entrée trouvée dans la base + */ + protected function verif_utilisateurs () { + + $sql = new Sql ($this->host, $this->user, $this->pass, $this->base); + + // Vérification des informations dans la base + $res = $sql->query ($this->sql); + + if ( $sql->numRows ($res) ) { + + $tab = $sql->fetchFirst ($res); + + if ( ($tab['pass_crypted'] == md5 ($this->passwd)) || ($tab['pass'] == $this->passwd)) { + + // On vérifie que le compte soit bien actif + if ( $tab['statut'] ) { + + $this->reponse(0); + + } else { + + $this->reponse(-2); + + } + + } else { + + $this->reponse(-1); + + } + + } else { + + $this->reponse(-10); + + } + + + } + + public function verif ($aLogin, $aPasswd) { + + $this->login ($aLogin); + $this->passwd ($aPasswd); + + $this->sql = "SELECT rowid, pass_crypted, statut + FROM llx_user + WHERE login = '".$this->login."' + ;"; + + + $this->verif_utilisateurs(); + + switch ($this->reponse) { + + default: + $ret = '-1'; + break; + + case 0: + $ret = '0'; + break; + + case -1: + $ret = '-1'; + break; + + case -2: + $ret = '-2'; + break; + + case -10: + $ret = '-10'; + break; + + } + + return $ret; + + } + + } + +?> diff --git a/htdocs/cashdesk/classes/Facturation.class.php b/htdocs/cashdesk/classes/Facturation.class.php new file mode 100644 index 00000000000..cf3e336b8c8 --- /dev/null +++ b/htdocs/cashdesk/classes/Facturation.class.php @@ -0,0 +1,566 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + + class Facturation { + + /** + * Attributs "volatiles" : réinitialisés après chaque traitement d'un article + *

Attributs "volatiles" : réinitialisés après chaque traitement d'un article

+ * @var int $id => 'rowid' du produit dans llx_product + * @var string $ref => 'ref' du produit dans llx_product + * @var int $qte => Quantité pour le produit en cours de traitement + * @var int $stock => Stock théorique pour le produit en cours de traitement + * @var int $remise_percent => Remise en pourcent sur le produit en cours + * @var int $montant_remise => Remise en pourcent sur le produit en cours + * @var int $prix => Prix HT du produit en cours + * @var int $tva => 'rowid' du taux de tva dans llx_c_tva + */ + protected $id; + protected $ref; + protected $qte; + protected $stock; + protected $remise_percent; + protected $montant_remise; + protected $prix; + protected $tva; + + /** + * Attributs persistants : utilisés pour toute la durée de la vente (jusqu'à validation ou annulation) + * @var string $num_facture => Numéro de la facture (de la forme FAYYMM-XXXX) + * @var string $mode_reglement => Mode de réglement (ESP, CB ou CHQ) + * @var int $montant_encaisse => Montant encaissé en cas de réglement en espèces + * @var int $montant_rendu => Monnaie rendue en cas de réglement en espèces + * @var int $paiement_le => Date de paiement en cas de paiement différé + * + * @var int $prix_total_ht => Prix total hors taxes + * @var int $montant_tva => Montant total de la TVA, tous taux confondus + * @var int $montant_tva_19_6 => Montant de la TVA à 19.6% + * @var int $montant_tva_5_5 => Montant de la TVA à 5.5% + * @var int $prix_total_ttc => Prix total TTC + */ + protected $num_facture; + protected $mode_reglement; + protected $montant_encaisse; + protected $montant_rendu; + protected $paiement_le; + + protected $prix_total_ht; + protected $montant_tva; + protected $montant_tva_19_6; + protected $montant_tva_5_5; + protected $prix_total_ttc; + + + public function __construct () { + + $this->raz(); + $this->raz_pers(); + } + + + // Méthodes de traitement des données + + /** + * Ajout d'un article au panier + */ + public function ajoutArticle () { + global $conf_db_host, $conf_db_user, $conf_db_pass, $conf_db_base; + + $sql = new Sql ($conf_db_host, $conf_db_user, $conf_db_pass, $conf_db_base); + + $tab_tva = $sql->fetchFirst ( $sql->query ('SELECT taux FROM llx_c_tva WHERE rowid = '.$this->tva().';') ); + + // Calcul du total ht sans remise + $total_ht = ( $this->qte * $this->prix() ); + + // Calcul du montant de la remise + if ( $this->remise_percent() ) { + + $remise_percent = $this->remise_percent(); + + } else { + + $remise_percent = 0; + + } + + $montant_remise = $total_ht * $remise_percent / 100; + $this->montant_remise ($montant_remise); + + // Calcul du total ttc + $total_ttc = ($total_ht - $montant_remise) * (($tab_tva['taux'] / 100) + 1); + + $sql->query(' + INSERT INTO llx_tmp_caisse ( + fk_article, + qte, + fk_tva, + remise_percent, + remise, + total_ht, + total_ttc + ) VALUES ( + '.$this->id().', + '.$this->qte().', + '.$this->tva().', + '.$remise_percent.', + '.$montant_remise.', + '.$total_ht.', + '.$total_ttc.') + ;'); + + // On modifie les totaux + $this->calculTotaux(); + + $this->raz(); + + } + + /** + * Suppression du panier d'un article identifié par son id dans la table llx_tmp_caisse + */ + public function supprArticle ($aArticle) { + global $conf_db_host, $conf_db_user, $conf_db_pass, $conf_db_base; + + $sql = new Sql ($conf_db_host, $conf_db_user, $conf_db_pass, $conf_db_base); + + $sql->query('DELETE FROM llx_tmp_caisse WHERE id = '.$aArticle.' LIMIT 1;'); + + } + + /** + * Calcul du total HT, total TTC et montants TVA par types + */ + public function calculTotaux () { + global $conf_db_host, $conf_db_user, $conf_db_pass, $conf_db_base; + + $sql = new Sql ($conf_db_host, $conf_db_user, $conf_db_pass, $conf_db_base); + + // Incrémentation des compteurs + $res = $sql->query ('SELECT remise, total_ht, taux FROM `llx_tmp_caisse` as c + LEFT JOIN llx_c_tva as t ON c.fk_tva = t.rowid + ORDER BY id + ;'); + + $total_tva_19_6 = 0; + $total_tva_5_5 = 0; + $total_tva_0 = 0; + if ( $sql->numRows($res) ) { + + $tab = $sql->fetchAll($res); + + for ( $i = 0; $i < count($tab); $i++ ) { + + // Total HT + $remise = $tab[$i]['remise']; + $total = ($tab[$i]['total_ht'] - $remise); + + // Calcul des totaux HT par taux de tva + if ( $tab[$i]['taux'] == '19.6' ) { + + $total_tva_19_6 += $total; + + } elseif ( $tab[$i]['taux'] == '5.5' ) { + + $total_tva_5_5 += $total; + + } else { + + $total_tva_0 += $total; + + } + + } + + $this->prix_total_ht = $total_tva_0 + $total_tva_19_6 + $total_tva_5_5; + + $total_ttc_19_6 = round ( ($total_tva_19_6 * 1.196), 2 ); + $total_ttc_5_5 = round ( ($total_tva_5_5 * 1.055), 2 ); + $this->prix_total_ttc = $total_ttc_19_6 + $total_ttc_5_5 + $total_tva_0; + + $this->montant_tva_19_6 = ($total_ttc_19_6 - $total_tva_19_6); + $this->montant_tva_5_5 = ($total_ttc_5_5 - $total_tva_5_5); + $this->montant_tva = ($this->montant_tva_19_6 + $this->montant_tva_5_5); + + } + + } + + /** + * Réinitialisation des attributs + */ + public function raz () { + + $this->id ('RESET'); + $this->ref ('RESET'); + $this->qte ('RESET'); + $this->stock ('RESET'); + $this->remise_percent ('RESET'); + $this->montant_remise ('RESET'); + $this->prix ('RESET'); + $this->tva ('RESET'); + + } + + /** + * Réinitialisation des attributs persistants + */ + public function raz_pers () { + + $this->num_facture ('RESET'); + $this->mode_reglement ('RESET'); + $this->montant_encaisse ('RESET'); + $this->montant_rendu ('RESET'); + $this->paiement_le ('RESET'); + + $this->prix_total_ht ('RESET'); + $this->montant_tva ('RESET'); + $this->montant_tva_19_6 ('RESET'); + $this->montant_tva_5_5 ('RESET'); + $this->prix_total_ttc ('RESET'); + + } + + + // Méthodes de modification des attributs protégés + public function id ( $aId=null ) { + + if ( !$aId ) { + + return $this->id; + + } else if ( $aId == 'RESET' ) { + + $this->id = NULL; + + } else { + + $this->id = $aId; + + } + + } + + public function ref ( $aRef=null ) { + + if ( !$aRef ) { + + return $this->ref; + + } else if ( $aRef == 'RESET' ) { + + $this->ref = NULL; + + } else { + + $this->ref = $aRef; + + } + + } + + public function qte ( $aQte=null ) { + + if ( !$aQte ) { + + return $this->qte; + + } else if ( $aQte == 'RESET' ) { + + $this->qte = NULL; + + } else { + + $this->qte = $aQte; + + } + + } + + public function stock ( $aStock=null ) { + + if ( !$aStock ) { + + return $this->stock; + + } else if ( $aStock == 'RESET' ) { + + $this->stock = NULL; + + } else { + + $this->stock = $aStock; + + } + + } + + public function remise_percent ( $aRemisePercent=null ) { + + if ( !$aRemisePercent ) { + + return $this->remise_percent; + + } else if ( $aRemisePercent == 'RESET' ) { + + $this->remise_percent = NULL; + + } else { + + $this->remise_percent = $aRemisePercent; + + } + + } + + public function montant_remise ( $aMontantRemise=null ) { + + if ( !$aMontantRemise ) { + + return $this->montant_remise; + + } else if ( $aMontantRemise == 'RESET' ) { + + $this->montant_remise = NULL; + + } else { + + $this->montant_remise = $aMontantRemise; + + } + + } + + public function prix ( $aPrix=null ) { + + if ( !$aPrix ) { + + return $this->prix; + + } else if ( $aPrix == 'RESET' ) { + + $this->prix = NULL; + + } else { + + $this->prix = $aPrix; + + } + + } + + public function tva ( $aTva=null ) { + + if ( !$aTva ) { + + return $this->tva; + + } else if ( $aTva == 'RESET' ) { + + $this->tva = NULL; + + } else { + + $this->tva = $aTva; + + } + + } + + public function num_facture ( $aNumFacture=null ) { + + if ( !$aNumFacture ) { + + return $this->num_facture; + + } else if ( $aNumFacture == 'RESET' ) { + + $this->num_facture = NULL; + + } else { + + $this->num_facture = $aNumFacture; + + } + + } + + public function mode_reglement ( $aModeReglement=null ) { + + if ( !$aModeReglement ) { + + return $this->mode_reglement; + + } else if ( $aModeReglement == 'RESET' ) { + + $this->mode_reglement = NULL; + + } else { + + $this->mode_reglement = $aModeReglement; + + } + + } + + public function montant_encaisse ( $aMontantEncaisse=null ) { + + if ( !$aMontantEncaisse ) { + + return $this->montant_encaisse; + + } else if ( $aMontantEncaisse == 'RESET' ) { + + $this->montant_encaisse = NULL; + + } else { + + $this->montant_encaisse = $aMontantEncaisse; + + } + + } + + public function montant_rendu ( $aMontantRendu=null ) { + + if ( !$aMontantRendu ) { + + return $this->montant_rendu; + } else if ( $aMontantRendu == 'RESET' ) { + + $this->montant_rendu = NULL; + + } else { + + $this->montant_rendu = $aMontantRendu; + + } + + } + + public function paiement_le ( $aPaiementLe=null ) { + + if ( !$aPaiementLe ) { + + return $this->paiement_le; + + } else if ( $aPaiementLe == 'RESET' ) { + + $this->paiement_le = NULL; + + } else { + + $this->paiement_le = $aPaiementLe; + + } + + } + + public function prix_total_ht ( $aTotalHt=null ) { + + if ( !$aTotalHt ) { + + return $this->prix_total_ht; + + } else if ( $aTotalHt == 'RESET' ) { + + $this->prix_total_ht = NULL; + + } else { + + $this->prix_total_ht = $aTotalHt; + + } + + } + + public function montant_tva ( $aMontantTva=null ) { + + if ( !$aMontantTva ) { + + return $this->montant_tva; + + } else if ( $aMontantTva == 'RESET' ) { + + $this->montant_tva = NULL; + + } else { + + $this->montant_tva = $aMontantTva; + + } + + } + + public function montant_tva_19_6 ( $aMontantTva=null ) { + + if ( !$aMontantTva ) { + + return $this->montant_tva_19_6; + + } else if ( $aMontantTva == 'RESET' ) { + + $this->montant_tva_19_6 = NULL; + + } else { + + $this->montant_tva_19_6 = $aMontantTva; + + } + + } + + public function montant_tva_5_5 ( $aMontantTva=null ) { + + if ( !$aMontantTva ) { + + return $this->montant_tva_5_5; + + } else if ( $aMontantTva == 'RESET' ) { + + $this->montant_tva_5_5 = NULL; + + } else { + + $this->montant_tva_5_5 = $aMontantTva; + + } + + } + + public function prix_total_ttc ( $aTotalTtc=null ) { + + if ( !$aTotalTtc ) { + + return $this->prix_total_ttc; + + } else if ( $aTotalTtc == 'RESET' ) { + + $this->prix_total_ttc = NULL; + + } else { + + $this->prix_total_ttc = $aTotalTtc; + + } + + } + + } + +?> diff --git a/htdocs/cashdesk/classes/Mysql.class.php b/htdocs/cashdesk/classes/Mysql.class.php new file mode 100644 index 00000000000..212c7cdfa50 --- /dev/null +++ b/htdocs/cashdesk/classes/Mysql.class.php @@ -0,0 +1,112 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + require_once ('Sql.interface.php'); + + class Sql implements intSql { + + /** + * Constructeur : initialise la connection à la base de données + * @param $aHost Domaine ou adresse IP du serveur de base de données (ex : localhost ou db.monsite.fr) + * @param $aUser Utilisateur de la base de données + * @param $aPass Mot de passe de l'utilisateur de la base de données + * @param $aBase Nom de la base de données à utiliser + */ + public function __construct ($aHost, $aUser, $aPass, $aBase) { + + $db = mysql_connect ($aHost, $aUser, $aPass); + mysql_select_db ($aBase, $db); + + } + + /** + * Destructeur : ferme la connection à la base de données + */ + // Désactivation pour cause bug avec 1and1 +// public function __destruct () { +// +// mysql_close (); +// +// } + + /** + * Effectue une requête sur la base de données, et renvoi la ressource correspondante + * @param $aRequete Requête SQL (ex : SELECT nom, prenom FROM table1 WHERE id = 127) + * @return Ressource vers la requête venant d'être effectuée + */ + public function query ($aRequete) { + + return mysql_query($aRequete); + + } + + /** + * Renvoi le nombre de résultats d'une requête + * @param $aRes Ressource d'une requête effectuée précédemment + * @return Entier : nombre de résultats de la requête + */ + public function numRows ($aRes) { + + return mysql_num_rows($aRes); + + } + + /** + * Enregistre tous les résultats d'une requête dans un tableau à deux dimensions + * @param $aRes Ressource d'une requête effectuée précédemment + * @return Tableau à deux dimensions : $tab[indice_resultat(integer)][indice_champ(integer) / nom_champ(string)] + */ + public function fetchAll ($aRes) { + + $i = 0; + while ( $tab = mysql_fetch_array($aRes) ) { + + foreach ( $tab as $cle => $valeur ) { + + $ret[$i][$cle] = $valeur; + + } + $i++; + + } + + return $ret; + + } + + /** + * Enregistre seulement le premier résultat d'une requête dans un tableau à une dimension + * @param $aRes Ressource d'une requête effectuée précédemment + * @return Tableau à une dimension : $tab[indice_champ(integer) / nom_champ(string)] + */ + public function fetchFirst ($aRes) { + + $tab = mysql_fetch_array($aRes); + + foreach ( $tab as $cle => $valeur ) { + + $ret[$cle] = $valeur; + + } + + return $ret; + + } + + } + +?> diff --git a/htdocs/cashdesk/classes/Sql.interface.php b/htdocs/cashdesk/classes/Sql.interface.php new file mode 100644 index 00000000000..da746bf24e2 --- /dev/null +++ b/htdocs/cashdesk/classes/Sql.interface.php @@ -0,0 +1,35 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + + interface intSql { + + // Envoie une requête et retourne le pointeur vers le résultat + public function query ($aRequete); + + // Renvoie le nombre de résultats contenus dans la ressource + public function numRows ($aRes); + + // Parcours tous les résultats de la ressource et les enregistre dans un tableau à 2 dimensions : $tab[ligne][nom_champ/indice] + public function fetchAll ($aRes); + + // Enregistre seulement le premier résultat de la ressource dans un tableau à 1 dimension : $tab[nom_champ/indice] + public function fetchFirst ($aRes); + + } + +?> diff --git a/htdocs/cashdesk/deconnexion.php b/htdocs/cashdesk/deconnexion.php new file mode 100644 index 00000000000..b1f81878b03 --- /dev/null +++ b/htdocs/cashdesk/deconnexion.php @@ -0,0 +1,22 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + session_start (); + session_destroy (); + + header ('Location: index.php'); +?> \ No newline at end of file diff --git a/htdocs/cashdesk/facturation.php b/htdocs/cashdesk/facturation.php new file mode 100644 index 00000000000..21430c8a9aa --- /dev/null +++ b/htdocs/cashdesk/facturation.php @@ -0,0 +1,94 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + + // Récupération de la liste des articles + if ( $_GET['filtre'] ) { + + // Avec filtre + $tab_designations = $sql->fetchAll ( $sql->query (' + SELECT llx_product.rowid, ref, label, tva_tx + FROM llx_product + LEFT JOIN llx_product_stock ON llx_product.rowid = llx_product_stock.fk_product + WHERE envente = 1 + AND fk_product_type = 0 + AND fk_entrepot = '.$conf_fkentrepot.' + AND ref LIKE \'%'.$_GET['filtre'].'%\' + OR label LIKE \'%'.$_GET['filtre'].'%\' + ORDER BY label + ;')); + + } else { + + // Sans filtre + $tab_designations = $sql->fetchAll ( $sql->query (' + SELECT llx_product.rowid, ref, label, tva_tx + FROM llx_product + LEFT JOIN llx_product_stock ON llx_product.rowid = llx_product_stock.fk_product + WHERE envente = 1 + AND fk_product_type = 0 + AND fk_entrepot = '.$conf_fkentrepot.' + ORDER BY label + ;')); + + } + + $nbr_enreg = count ($tab_designations); + + if ( $nbr_enreg > 1 ) { + + if ( $nbr_enreg > $conf_taille_listes ) { + + $top_liste_produits = '----- '.$conf_taille_listes.' produits affichés sur un total de '.$nbr_enreg.' -----'; + + } else { + + $top_liste_produits = '----- '.$nbr_enreg.' produits affichés sur un total de '.$nbr_enreg.' -----'; + + } + + } else if ( $nbr_enreg == 1 ) { + + $top_liste_produits = '----- 1 article trouvé -----'; + + } else { + + $top_liste_produits = '----- Aucun article trouvé -----'; + + } + + + // Récupération des taux de tva + global $mysoc; + $request="SELECT t.rowid, t.taux + FROM llx_c_tva as t, llx_c_pays as p + WHERE t.fk_pays = p.rowid AND t.active = 1 AND p.code = '".$mysoc->pays_code."'"; + //print $request; + $tab_tva = $sql->fetchAll ($sql->query ($request)); + + + // Réinitialisation du mode de paiement, en cas de retour aux achats après validation + $obj_facturation->mode_reglement ('RESET'); + $obj_facturation->montant_encaisse ('RESET'); + $obj_facturation->montant_rendu ('RESET'); + $obj_facturation->paiement_le ('RESET'); + + + // Affichage des templates + require ('templates/facturation1.tpl.php'); + +?> diff --git a/htdocs/cashdesk/facturation_dhtml.php b/htdocs/cashdesk/facturation_dhtml.php new file mode 100644 index 00000000000..f25c287ec71 --- /dev/null +++ b/htdocs/cashdesk/facturation_dhtml.php @@ -0,0 +1,67 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + include('../master.inc.php'); + require ('include/environnement.php'); + + // Verification + if ( strlen ($_GET["code"]) > 1 ) { + + $res = $sql->query (" + SELECT llx_product.rowid, ref, label, tva_tx + FROM llx_product + LEFT JOIN llx_product_stock ON llx_product.rowid = llx_product_stock.fk_product + WHERE envente = 1 + AND fk_product_type = 0 + AND fk_entrepot = '".$conf_fkentrepot."' + AND ref LIKE '%".$_GET['code']."%' + OR label LIKE '%".$_GET['code']."%' + ORDER BY label + ;"); + + if ( $nbr = $sql->numRows($res) ) { + + $resultat = '
    '; + + $tab = $sql->fetchAll($res); + for ( $i = 0; $i < count ($tab); $i++ ) { + + $resultat .= ' +
  • '.htmlentities($tab[$i]['ref'].' - '.$tab[$i]['label']).'
  • + '; + + } + + $resultat .= '
'; + + echo $resultat; + + } else { + + echo (' +
    +
  • '.htmlentities ('Aucun résultat').'
  • +
+ '); + + } + + } +?> \ No newline at end of file diff --git a/htdocs/cashdesk/facturation_verif.php b/htdocs/cashdesk/facturation_verif.php new file mode 100644 index 00000000000..ce7a0924e49 --- /dev/null +++ b/htdocs/cashdesk/facturation_verif.php @@ -0,0 +1,121 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + require ('../master.inc.php'); + require ('include/environnement.php'); + require ('classes/Facturation.class.php'); + + $obj_facturation = unserialize ($_SESSION['serObjFacturation']); + unset ($_SESSION['serObjFacturation']); + + switch ( $_GET['action'] ) { + + default: + if ( $_POST['hdnSource'] != 'NULL' ) { + + // Récupération des données en fonction de la source (liste déroulante ou champ texte) ... + if ( $_POST['hdnSource'] == 'LISTE' ) { + + $res = $sql->query('SELECT fk_product, ref, stock_propale, stock_commande, price, reel, tva_tx + FROM llx_product + LEFT JOIN llx_product_stock ON llx_product.rowid = llx_product_stock.fk_product + WHERE fk_product = '.$_POST['selProduit'].' + ;'); + + } else if ( $_POST['hdnSource'] == 'REF' ) { + + $res = $sql->query('SELECT fk_product, ref, stock_propale, stock_commande, price, reel, tva_tx + FROM llx_product + LEFT JOIN llx_product_stock ON llx_product.rowid = llx_product_stock.fk_product + WHERE ref = \''.$_POST['txtRef'].'\' + ;'); + + } + + + + // ... et enregistrement dans l'objet + if ( $sql->numRows ($res) ) { + + $tab = $sql->fetchFirst($res); + + $obj_facturation->id( $tab['fk_product'] ); + $obj_facturation->ref( $tab['ref'] ); + $obj_facturation->stock( $tab['reel'] - $tab['stock_propale'] - $tab['stock_commande'] ); + $obj_facturation->prix( $tab['price'] ); + $obj_facturation->tva( $tab['tva_tx'] ); + + // Définition du filtre pour n'afficher que le produit concerné + if ( $_POST['hdnSource'] == 'LISTE' ) { + + $filtre = $tab['ref']; + + } else if ( $_POST['hdnSource'] == 'REF' ) { + + $filtre = $_POST['txtRef'];; + + } + + + $redirection = 'affIndex.php?menu=facturation&filtre='.$filtre; + + } else { + + $obj_facturation->raz(); + + if ( $_POST['hdnSource'] == 'REF' ) { + + $redirection = 'affIndex.php?menu=facturation&filtre='.$_POST['txtRef']; + + } else { + + $redirection = 'affIndex.php?menu=facturation'; + + } + + } + + } else { + + $redirection = 'affIndex.php?menu=facturation'; + + } + + break; + + case 'ajout_article'; + $obj_facturation->qte($_POST['txtQte']); + $obj_facturation->tva($_POST['selTva']); + $obj_facturation->remise_percent($_POST['txtRemise']); + $obj_facturation->ajoutArticle(); + + $redirection = 'affIndex.php?menu=facturation'; + break; + + case 'suppr_article': + $obj_facturation->supprArticle($_GET['suppr_id']); + + $redirection = 'affIndex.php?menu=facturation'; + break; + + } + + + $_SESSION['serObjFacturation'] = serialize ($obj_facturation); + + header ('Location: '.$redirection); +?> diff --git a/htdocs/cashdesk/images/basket_delete.png b/htdocs/cashdesk/images/basket_delete.png new file mode 100644 index 0000000000000000000000000000000000000000..1349974f60fbd0aaa127377ac1dea26e5750fbd5 GIT binary patch literal 773 zcmV+g1N!`lP)2;YAlw2H{OX6m%2x z9k^~Jj3Ckr9VnQr!KB%;i_&6Q-*(XV^lcB9Pu|&GNonSO7$7c6eYa1wJ=xR_(A>>1`N5p7 zsCYibaSEm3C|Z4d`qoJIKLgO*40(CD#Kb~u;S1PEWOj9F847I;D8ro>?l*53aI{A1 zw@@0=mf-t&P#)*lE?-*hbMX_6_(>;&HVm-K$D;kYD4FDlj`cs$<#J_l7sY6*DV#2{0r?SCzu$9X+Hvz4A#KOj%eOjUg_)^kmHOR* z1`3r%1NNDUgv3N)up5mIjhZ)>YP>$qw8+_m~#CmCO(2yCKyGw00000NkvXXu0mjf DL5fvw literal 0 HcmV?d00001 diff --git a/htdocs/cashdesk/images/bg_conteneur_droite.png b/htdocs/cashdesk/images/bg_conteneur_droite.png new file mode 100644 index 0000000000000000000000000000000000000000..ecb5639f5d6d0df389abf28d59babff5a8be1fde GIT binary patch literal 171 zcmeAS@N?(olHy`uVBq!ia0vp^EI`c2!3HFM+VGzRQfx`y?k)`fL2$v|<&%LToCO|{ z#S9D_<{-=%_i$bmP>{XE)7O>#I->xenTEu|H*S|xv6<249-QVi6yBi z3gww484B*6z5(HleBwYw!k#XUAsp9}_Y}Xq^}pvy3Y!E2gM$#ucG+Jiwg9CWJYD@< J);T3K0RYi$FG&CZ literal 0 HcmV?d00001 diff --git a/htdocs/cashdesk/images/bg_conteneur_gauche.png b/htdocs/cashdesk/images/bg_conteneur_gauche.png new file mode 100644 index 0000000000000000000000000000000000000000..4d08ec81143d05fde542e59b40108f2555161062 GIT binary patch literal 172 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

07*pv`N>L=`kzwF*ZKFMCQ+T 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 QhoU~CuV?fSsbl}<-+U`V)Bpeg literal 0 HcmV?d00001 diff --git a/htdocs/cashdesk/images/bg_pied.png b/htdocs/cashdesk/images/bg_pied.png new file mode 100644 index 0000000000000000000000000000000000000000..8fdb41cee919c46d1811c455aea4a8329116ecfa GIT binary patch literal 572 zcmV-C0>k}@P)e zSad^gZEa<4bO1wgWnpw>WFU8GbZ8()Nlj2!fese{00E>)L_t(|+U?x0Pn%&B1>o~F zVIxCPLn;Ri=@QJARNxS`%R<0y1~rFYf~Y`D_?#-)?y2rdlYk7H;zdr8oXRcNY002-fH@#lotgVgbibwze;Qylt004j@ z0000e0ssJjA^-pYl%xn0MKKZ~dYuQkncN^z!0DLI40zLX)@tT&wXHX5m{v|5?1 zR+A)mgF&{pwv+(?04Pxj*xuU8-C&R;nXOi{(rTsX_xq!xZa44S?eXKs)6;pmx|(N8 zOL@AmkVjKf5(EH%2jbUon9K9?d^##)k{orr`LMH-AN{_R005vQW~1i&`&T`Z1Wi%Q|4*&ojh@vPmSF2^dUe98qk(E{}PiAKBz4;BPt$6{oMTJTL0000< KMNUMnLSTXhpzj0# literal 0 HcmV?d00001 diff --git a/htdocs/cashdesk/images/calendrier.png b/htdocs/cashdesk/images/calendrier.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf29f5219b34b6b727a6ca9834d0c7a0b5f9b69 GIT binary patch literal 871 zcmV-t1DO1YP)E1B-}hyfT^2f)*A^2E8nxa`G*QourvHH6 zo7i&`FZvH~Q=6yTz=JI&})$55^lUmyE$N04zWBw4ij720QaVNm|@B`Fe>o74%5~rj>qDhTHsWbox zDPpOf=%!`?3D)+Q=VF?7XHtyTwI8AZ{F(v75E zuMq@C=(<7^0^`zqsE!3bVtDA#m;(i}=9R>#Y;kym)uHPq{ zwWxa@`p#yudZ)4d;Qq?$t=o53*H)I79uMpt24RS8+k{~k$F>1@=2V*OHI_E+T>o|H z>sw2|EH5wr)^4}|0GdGmzaPZSX0x@wf56dEhcFCTSXkKnEoJ}!002ovPDHLkV1j|lqQ?LL literal 0 HcmV?d00001 diff --git a/htdocs/cashdesk/images/decrypted.png b/htdocs/cashdesk/images/decrypted.png new file mode 100644 index 0000000000000000000000000000000000000000..0becd65abd669cbf48d055cf5ca71ff7eb1a0560 GIT binary patch literal 1624 zcmV-e2B-OnP)PbXFRCwBA z`2YVu0}PW2CQe-K*xS3z8OUS-Vn$N+gX{zdAVy@185!}L(bu<907w-Al?5;|GU*8m z^D=<6zkBzY;qTu+SAPHgwdMNt3lkSE?0*eZ_m>z400a=x4rp&*6v)KHJYP;ujNi~u zjX_048XjtY|NdpTeftT+ty_;6?%a9)>BEP&HSO(rvw>2-fcPIi2LJ>R12Iw1)HE-# zr)T;9d-tCHhk<|p{{8>;>(~FEKYzl-fDZY8_3EAfU0qB6S5-}21Jud~#LV~{01!X~ zL!h>HW+E3C=e+oMPXkb zM0Wr{0I}dpB)@tZm z87^JA>j0Do<(|*j8~_kNOt>shPj46a_3MwkuC6k}j~_q4A#m*26^5rzA8Z6#egUZD z2@pR5;%7ko{PgKP$Dcg8mw)BTBZeK#m7F99TesvLY)s`v3xn1&;$hK79Csp`&9F*btCmzkdB@fR=E-aFlfafB*gq zDkT`ce*FrLHjv&wfBrH;Eyu{`00D&40qfTFpSQP3-KUo-_9=XWy?9>^CEoVRawyt}+ zACzrD6&OGOp+v#Qum1%(fSJX@-U_H|FEF-WP{sG4JSZp6#BgK(e}*sL|H%QlJkYfC z7a)L89PsY*e{TV&32XU=lEpzAUi4`xs)$ zKV~QmvVaM~{tsjSCyaq=4?h-w7L0#CBR6IM0tmf2X3n-(?%-r)E@7Ync=qwfvSp_q zO$IXWgNiCpZw?@U&>a9Oqk-YiAnvXu?gp&G*~sa3V*`6{zB&hO2fP8|m$2#>Aiw~u WE7h>mPx!Y00000Y~3T{v!2_t}@Yy@R# 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 literal 0 HcmV?d00001 diff --git a/htdocs/cashdesk/images/lock.png b/htdocs/cashdesk/images/lock.png new file mode 100644 index 0000000000000000000000000000000000000000..2ebc4f6f9663e32cad77d67ef93ab8843dfea3c0 GIT binary patch literal 749 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 literal 0 HcmV?d00001 diff --git a/htdocs/cashdesk/images/new.png b/htdocs/cashdesk/images/new.png new file mode 100644 index 0000000000000000000000000000000000000000..aa335b2860c4a41d17edac582aa6feddb161d635 GIT binary patch literal 2272 zcmV<62p{)}P)K~#9!<=J_RRrM7I@Xvj3Rvt6MGK_#o zHFX8FK;jZxsjDi4I;p(Ju|L7ls}{&Md8%z5uu4ZVvn>YnU+F@#1V$`nd!U z?sJ-EdgFQ&F_jU57Z?5C!wld7#ZNLL1J#41YtTm?`CW7R!W-FI8yf z*on>-$3pbE01)m#rxT4p`K^Qp#MY0JS5)IZs(#BTcFNfQl-*1<1YQ^#4|KRPv}5Mi z@FAYIdA6)bK($Gqf3UEYEB1A+I7mK|L>ns6DB7|&!xN@kp--tJ<&2g$Qp(|SvQj4L zLMx#icQxaB!qdp~e+t@(t`YgJo}i0j0h-;%5&x*vz4B(`Ax%U!opQqFtxSn?l*_ExR0 zt&&Q!ZYiNJ1~sva(ie?E*G2&U{z>%Z=?7V=oiL+@X>FUVwvo^8Vp(h=FC^y|CP;hm zQKEeMQvl>+Dw&v2EMORM?j8y*yJ&W^`B<`93|x1# zJ+Jwex3nt@lW=0)-M$wy5=j zHZ5;bUajY-f4ShDF3a%&8b1-lN9<+9+)Fg;P#T8gqLny;u*wc#70?LE~>~` zdBXd0t&|Lt-St)9%Lgrq@~e>BVir1SKh=+(XPI`jst6Y^jCmW<8@an<6c4fD`EqjY zn$BxhY$aQ+W%A$sxVNYo4QNW-we>U_ZZc1wgLDvXxgD2L$QaTRDncsIRYG&6XjqC> z&6b|sC6nQ!oHq}g?{aaFHDL7y<+lj{!j0z3J5USZwzCNjku4>B<|-hzdMeOVNw!2( zon}>whV!~rWoXQKd-`iGMMt9i+D|@W8vx*~3tTg0jO(l*T(UEJw$c;DiF$6H_bb3buRdlPa>j znlhrQ6fdu_(%KL7jpfJyuq%lc;oKOsT#-nEN6^2S)6GGr2KXP(B<@eFDAqm)Vqb1 z?YDZjvWkRWhVM#uFUO2=m`^XHwkU(&R)eoAU}WNf!pE*h$+^6^b>C3(Y)OjAe{1Q^ zu}is0HjQ0!I|e}BjC>#IT5)pQpxlP;F(=L)MR8YIm%OF01t96C>0IW<%B8f+dNvr9|t9789-Q=b2o;l}$8QPu&D+7&fNFSc9O^ z;9{W7_RAZJFgAZ~g4#4)fq1`)N9UBJ3}#tdg^msc}$96jQ3hpjAlsV>6@Z?g6& zqSq2yomZLo9+{~aM<|Ka9ac_t+8#Cq@;1jV1NK1pxhV8doV)iMWES7k5rwbDF$9?s*gDwzy(UHO*^S{0v@6yis8I z2(oz&t}=P(Db(#7-T9b0(Q3LIS>H)@1@qT>Zp6b*xatj0U}ZwA4{ct{6wrItLbr{1 zN!6;n$1;^HT*9K+Xl6n!odpiBF@2!y7&w5)sZoJ^mi9J=RnT3~Fzrb*4|~B)Jp~Oh znJg2J9zJdR%47Y(3!HxWyADjHEzOj%;AI*bDFpT(Zibjb+f1he2M`=8q9jG8MDL~Z zT)WdF&V8fRB60DxL|nfQXahoS_8PD6yTFu(Tl}!5Law(95o6OPi}&$uf6W=_hwd;- z2p0)+kMw7J6JN#d;z7`7?Jr9)?8&{{*)&b)nkHa6YPNObV9V)UlGQ1m47B=WHS}4e zTs+m02y>e uSaefwW^{L9a%BKPWN%_+AW3auXJt}lVPtu6$z?nM0000 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + ini_set('session.gc_maxlifetime', 3600); + session_start (); + + $conf_db_type = $dolibarr_main_db_type; + + // Paramètres de connexion à la base + $conf_db_host = $dolibarr_main_db_host; + $conf_db_user = $dolibarr_main_db_user; + $conf_db_pass = $dolibarr_main_db_pass; + $conf_db_base = $dolibarr_main_db_name; + + // Paramètres généraux + $conf_url_racine = $dolibarr_main_url_root.'/cashdesk'; + + // Identifiant unique correspondant au tiers generique pour la vente + $conf_fksoc = empty($conf->global->CASHDESK_ID_THIRDPARTY)?1:$conf->global->CASHDESK_ID_THIRDPARTY; + + // Identifiant unique correspondant au compte caisse / liquide + $conf_fkaccount = $conf->global->CASHDESK_ID_BANKACCOUNT > 0?$conf->global->CASHDESK_ID_BANKACCOUNT:$_SESSION["CASHDESK_ID_BANKACCOUNT"]; + // Identifiant unique correspondant à l'entrepôt associé à la caisse + $conf_fkentrepot = $conf->global->CASHDESK_ID_WAREHOUSE > 0?$conf->global->CASHDESK_ID_WAREHOUSE:$_SESSION["CASHDESK_ID_WAREHOUSE"]; + + $conf_fk_account = 2; + $conf_fkentrepot = 1; + + // Paramètres d'affichage + $conf_taille_listes = 200; // Nombre max de lignes à afficher dans les listes + $conf_nbr_car_listes = 60; // Nombre max de caractères par ligne dans les listes + + + require ('classes/'.$conf_db_type.'.class.php'); + $sql = new Sql ($conf_db_host, $conf_db_user, $conf_db_pass, $conf_db_base); +?> diff --git a/htdocs/cashdesk/include/fonctions.php b/htdocs/cashdesk/include/fonctions.php new file mode 100644 index 00000000000..d92a4469668 --- /dev/null +++ b/htdocs/cashdesk/include/fonctions.php @@ -0,0 +1,101 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + + // Création aléatoire de chaines de caractères de longueur $taille passée en argument + function rand_chaine ($taille) { + + $tableau = '9632587410wqaxszcdevfrbgtnhyjukilompMPLOKIJUNHYBGTVFRCDEXSZWQA'; + $chaine = ''; + + for ( $i = 0; $i < $taille; $i++ ) { + + $indice = rand (0, 61); + $chaine .= $tableau[$indice]; + + } + + return ($chaine); + + } + + // Vérification du format d'une adresse email passée en argument + // Retour : 0 = pas d'erreur, 1 = format invalide + function verif_email ($email) { + + $test_email1 = explode ('@',$email); + $test_email2 = explode ('.',$test_email1[1]); + if ( !$test_email1[0] | !$test_email2[0] | !$test_email2[1] ) { + + return (1); + + } else { + + return (0); + + } + + } + + // Vérification du format d'une url (avec http://) email passée en argument + // 0 = pas d'erreur, 1 = format invalide + function verif_url ($url) { + + $test_url1 = explode ('//',$url); + $test_url2 = explode ('.',$test_url1[1]); + if ( $test_url1[0] != 'http:' | !$test_url2[0] | !$test_url2[1] | !$test_url2[2] ) { + + return (1); + + } else { + + return (0); + + } + + } + + // Vérifie que la chaine passée en argument ne comporte que des chiffres + // 0 = pas d'erreur, 1 = format invalide + function verif_num ($num) { + + $err = 0; + $masque = '^[0-9]+$'; + + if ( ereg ($masque,$num) ) { + + return (0); + + } else { + + return (1); + + } + + } + + // Supprime tous les accents de la chaîne passée en argument + function suppr_accents ($chaine) { + + return( strtr( $chaine, + "ÀÁÂÃÄÅàáâãäåÒÓÔÕÖØòóôõöøÈÉÊËèéêëÇçÌÍÎÏìíîïÙÚÛÜùúûüÿÑñ", + "AAAAAAaaaaaaOOOOOOooooooEEEEeeeeCcIIIIiiiiUUUUuuuuyNn" + ) ); + + } + +?> diff --git a/htdocs/cashdesk/include/jscalendar/ChangeLog b/htdocs/cashdesk/include/jscalendar/ChangeLog new file mode 100644 index 00000000000..712f7737ce4 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/ChangeLog @@ -0,0 +1,761 @@ +2005-03-07 Mihai Bazon + + * skins/aqua/theme.css: *** empty log message *** + + * release-notes.html: updated release notes + + * calendar-setup.js: + use a better approach to initialize the calendar--don't call _init twice, + it's the most time consuming function in the calendar. Instead, determine + the date beforehand if possible and pass it to the calendar at constructor. + + * calendar.js: + avoid keyboard operation when 'multiple dates' is set (very buggy for now) + + * calendar.js: + fixed keyboard handling problems: now it works fine when "showsOtherMonths" + is passed; it also seems to be fine with disabled dates (won't normally + allow selection)--however this area is still likely to be buggy, i.e. in a + month that has all the dates disabled. + + * calendar.js: + some trivial performance improvements in the _init function + Added Date.parseDate (old Calendar.prototype.parseDate now calls this one) + +2005-03-05 Mihai Bazon + + * release-notes.html: updated release notes + + * dayinfo.html: *** empty log message *** + + * calendar-setup.js: + bugfix--update an inputField even if flat calendar is selected + + * calendar.js: + fixed bugs in parseDate function (if for some reason the input string is + totally broken, then check numbers for NaN and use values from the current + date instead) + + * make-release.pl: copy the skins subdirectory and all skins + + * index.html: added Aqua skin + + * skins/aqua/active-bg.gif, skins/aqua/dark-bg.gif, skins/aqua/hover-bg.gif, skins/aqua/menuarrow.gif, skins/aqua/normal-bg.gif, skins/aqua/rowhover-bg.gif, skins/aqua/status-bg.gif, skins/aqua/theme.css, skins/aqua/title-bg.gif, skins/aqua/today-bg.gif: + in the future, skins will go to this directory, each in a separate subdir; for now there's only Aqua, an excellent new skin + + * calendar.js: workaround IE bug, needed in the Aqua theme + don't hide select elements unless browser is IE or Opera + + * lang/calendar-bg.js, lang/calendar-big5-utf8.js, lang/calendar-big5.js, lang/calendar-br.js, lang/calendar-ca.js, lang/calendar-cs-utf8.js, lang/calendar-cs-win.js, lang/calendar-da.js, lang/calendar-de.js, lang/calendar-el.js, lang/calendar-en.js, lang/calendar-es.js, lang/calendar-fi.js, lang/calendar-fr.js, lang/calendar-he-utf8.js, lang/calendar-hu.js, lang/calendar-it.js, lang/calendar-ko-utf8.js, lang/calendar-ko.js, lang/calendar-lt-utf8.js, lang/calendar-lt.js, lang/calendar-lv.js, lang/calendar-nl.js, lang/calendar-no.js, lang/calendar-pl-utf8.js, lang/calendar-pl.js, lang/calendar-pt.js, lang/calendar-ro.js, lang/calendar-ru.js, lang/calendar-ru_win_.js, lang/calendar-si.js, lang/calendar-sk.js, lang/calendar-sp.js, lang/calendar-sv.js, lang/calendar-zh.js, lang/cn_utf8.js: + updated urls, copyright notices + + * doc/reference.tex: updated documentation + + * calendar.js, index.html: + renamed the global variable to _dynarch_popupCalendar to avoid name clashes + + * multiple-dates.html: start with an empty array + + * calendar.js: + fixed bugs in the time selector (12:XX pm was wrongfully understood as 12:XX am) + + * calendar.js: + using innerHTML instead of text nodes; works better in Safari and also makes + a smaller, cleaner code + +2005-03-04 Mihai Bazon + + * calendar.js: + fixed a performance regression that occurred after adding support for multiple dates + fixed the time selection bug (now it keeps time correctly) + clicking today will close the calendar if "today" is already selected + + * lang/cn_utf8.js: new translation + +2005-02-17 Mihai Bazon + + * lang/calendar-ar-utf8.zip: Added arabic translation + +2004-10-19 Mihai Bazon + + * lang/calendar-zh.js: updated + +2004-09-20 Mihai Bazon + + * lang/calendar-no.js: updated (Daniel Holmen) + +2004-09-20 Mihai Bazon + + * lang/calendar-no.js: updated (Daniel Holmen) + +2004-08-11 Mihai Bazon + + * lang/calendar-nl.js: updated language file (thanks to Arjen Duursma) + + * lang/calendar-sp.js: updated (thanks to Rafael Velasco) + +2004-07-21 Mihai Bazon + + * lang/calendar-br.js: updated + + * calendar-setup.js: fixed bug (dateText) + +2004-07-21 Mihai Bazon + + * lang/calendar-br.js: updated + + * calendar-setup.js: fixed bug (dateText) + +2004-07-04 Mihai Bazon + + * lang/calendar-lv.js: + added LV translation (thanks to Juris Valdovskis) + +2004-06-25 Mihai Bazon + + * calendar.js: + fixed bug in IE (el.calendar.tooltips is null or not an object) + +2004-06-24 Mihai Bazon + + * doc/reference.tex: fixed latex compilation + + * index.html: linking other sample files + + * calendar-setup.js, calendar.js, dayinfo.html: + ability to display day info (dateText parameter) + sample file + +2004-06-23 Mihai Bazon + + * doc/reference.tex, lang/calendar-bg.js, lang/calendar-br.js, lang/calendar-ca.js, lang/calendar-en.js, lang/calendar-es.js, lang/calendar-fr.js, lang/calendar-it.js, lang/calendar-ko-utf8.js, lang/calendar-ko.js, lang/calendar-nl.js, lang/calendar-sv.js, README, calendar.js, index.html: + email address changed + +2004-06-14 Mihai Bazon + + * lang/calendar-cs-utf8.js, lang/calendar-cs-win.js: + updated translations + + * calendar-system.css: added z-index to drop downs + + * lang/calendar-en.js: + first day of week can now be part of the language file + + * lang/calendar-es.js: + updated language file (thanks to Servilio Afre Puentes) + + * calendar-blue2.css, calendar-brown.css, calendar-green.css, calendar-tas.css, calendar-win2k-1.css, calendar-win2k-2.css, calendar-win2k-cold-1.css, calendar-win2k-cold-2.css, calendar-blue.css: + added z-index property to drop downs (fixes bug) + +2004-06-13 Mihai Bazon + + * calendar-setup.js: fixed bug (apply showOthers to flat calendars too) + +2004-06-06 Mihai Bazon + + * calendar-setup.js: + firstDay defaults to "null", in which case the value in the language file + will be used + + * calendar.js: + firstDayOfWeek can now default to a value specified in the language definition file + + * index.html: first day of week is now numeric + +2004-06-02 Mihai Bazon + + * calendar.js: added date tooltip function + +2004-05-28 Mihai Bazon + + * lang/calendar-br.js: updated (thanks to Marcos Pont) + + * calendar-setup.js: fixed small bug + +2004-05-01 Mihai Bazon + + * calendar-setup.js: returns the calendar object + +2004-04-28 Mihai Bazon + + * calendar-setup.js: + patch to read the date value from the inputField, according to ifFormat (if + both are passed), for flat calendars. (thanks Colin T. Hill) + +2004-04-20 Mihai Bazon + + * calendar-setup.js, calendar.js, multiple-dates.html: + added support for multiple dates selection + + * lang/calendar-nl.js: + updated Dutch translation, thanks to Jeroen Wolsink + + * lang/calendar-big5-utf8.js, lang/calendar-big5.js: + Traditional Chinese language (thanks GaryFu) + +2004-03-26 Mihai Bazon + + * lang/calendar-fr.js, lang/calendar-pt.js: updated + + * lang/calendar-ru_win_.js, lang/calendar-ru.js: + updated, thanks to Sly Golovanov + +2004-03-25 Mihai Bazon + + * lang/calendar-fr.js: updated (thanks to David Duret) + +2004-03-24 Mihai Bazon + + * lang/calendar-da.js: updated (thanks to Michael Thingmand Henriksen) + +2004-03-21 Mihai Bazon + + * lang/calendar-ca.js: updated (thanks to David Valls) + +2004-03-17 Mihai Bazon + + * lang/calendar-de.js: updated to UTF8 (thanks to Jack (tR)) + +2004-03-09 Mihai Bazon + + * lang/calendar-bg.js: Bulgarian translation + +2004-03-08 Mihai Bazon + + * lang/calendar-he-utf8.js: Hebrew translation (thanks to Idan Sofer) + + * lang/calendar-hu.js: updated (thanks to Istvan Karaszi) + +2004-02-27 Mihai Bazon + + * lang/calendar-it.js: updated (thanks to Fabio Di Bernardini) + +2004-02-25 Mihai Bazon + + * calendar.js: fix for Safari (thanks to Olivier Chirouze / XPWeb) + +2004-02-22 Mihai Bazon + + * lang/calendar-al.js: Albanian language file + +2004-02-17 Mihai Bazon + + * lang/calendar-fr.js: fixed + + * lang/calendar-fr.js: + FR translation updated (thanks to SIMON Alexandre) + + * lang/calendar-es.js: ES translation updated, thanks to David Gonzales + +2004-02-10 Mihai Bazon + + * lang/calendar-pt.js: + updated Portugese translation, thanks to Elcio Ferreira + +2004-02-09 Mihai Bazon + + * TODO: updated + +2004-02-06 Mihai Bazon + + * README: describe the PHP files + + * make-release.pl: includes php files + + * make-release.pl: ChangeLog included in the distribution (if found) + + * calendar.js, doc/reference.tex, index.html: switched to version 0.9.6 + + * doc/Calendar.setup.tex, doc/reference.tex: updated documentation + + * release-notes.html: updated release notes + + * calendar.js: Fixed bug: Feb/29 and year change now keeps Feb in view + + * calendar.js: fixed the "ESC" problem (call the close handler) + + * calendar.js: fixed day of year range (1 to 366 instead of 0 to 365) + + * calendar.js: fixed week number calculations + + * doc/reference.tex: fixed (date input format) + + * calendar.php: removed comment + + * calendar-blue.css, calendar-blue2.css, calendar-brown.css, calendar-green.css, calendar-system.css, calendar-tas.css, calendar-win2k-1.css, calendar-win2k-2.css, calendar-win2k-cold-1.css, calendar-win2k-cold-2.css, calendar.js: + workaround for IE bug (you can't normally specify through CSS the style for + an element having two classes or more; we had to change a classname) + + * calendar-blue.css, calendar-blue2.css, calendar-brown.css, calendar-green.css, calendar-system.css, calendar-tas.css, calendar-win2k-1.css, calendar-win2k-2.css, calendar-win2k-cold-1.css, calendar-win2k-cold-2.css: + smaller fonts on days that are in neighbor months + +2004-02-04 Mihai Bazon + + * index.html: first demo shows the "showOtherMonths" capability + + * calendar-setup.js: support new parameters in the calendar. + added: firstDay, showOthers, cache. + + * calendar-blue.css, calendar-blue2.css, calendar-brown.css, calendar-green.css, calendar-system.css, calendar-win2k-1.css, calendar-win2k-2.css, calendar-win2k-cold-1.css, calendar-win2k-cold-2.css, calendar.js, lang/calendar-en.js, lang/calendar-ro.js: + new parameters: firstDayOfWeek, showsOtherMonths; removed mondayFirst. + This adds support for setting any day to be the first day of week (by just + clicking the day name in the display); also, if showsOtherMonths is enabled + then dates belonging to adjacent months that are in the current view will be + displayed and the calendar will have a fixed height. + + all themes updated. + + * test.php: test for calendar.php + + * calendar.php: fixed bug (pass numeric values as numbers) + +2004-02-01 Mihai Bazon + + * calendar.php: added PHP wrapper + + * img.gif: icon updated + + * TODO: updated TODO list + +2004-01-27 Mihai Bazon + + * calendar.js: + Janusz Piwowarski sent over a patch for IE5 compatibility which is much more + elegant than the atrocities that I had wrote :-D I'm gettin' old.. Thanks Janusz! + + * lang/calendar-fi.js: updated + +2004-01-15 Mihai Bazon + + * TODO: updated TODO list + + * calendar-setup.js: default align changed to "Br" + + * doc/reference.tex: changed default value for "align" + + * calendar-setup.js: calling onchange event handler, if available + + * calendar-setup.js: added "position" option + + * simple-1.html: demonstrates "step" option + + * calendar-setup.js: added "step" option + + * calendar.js: added yearStep config parameter + + * calendar.js: + fixed parseDate routine (the NaN bug which occurred when there was a space + after the date and no time) + +2004-01-14 Mihai Bazon + + * lang/calendar-en.js: added "Time:" + + * test-position.html: test for the new position algorithm + + * index.html: do not destroy() the calendar + avoid bug in parseDate (%p must be separated by non-word characters) + + * menuarrow2.gif: for calendar-blue2.css + + * calendar-setup.js: honor "date" parameter if passed + + * calendar.js: IE5 support is back + performance improvements in IE6 (mouseover combo boxes) + display "Time:" beside the clock area, if defined in the language file + new positioning algorithm (try to keep the calendar in page) + rewrote parseDate a little cleaner + + * lang/calendar-el.js: + updated Greek translation (thanks Alexandros Pappas) + +2004-01-13 Mihai Bazon + + * index.html: added style blue2, using utf-8 instead of iso-8859-2 + + * calendar.js: performance under IE (which sucks, by the way) + + * doc/reference.tex: Sunny added to sponsor list + + * doc/Calendar.setup.tex: documenting parameter 'electric' + + * calendar-blue.css, calendar-blue2.css, calendar-brown.css, calendar-green.css, calendar-system.css, calendar-win2k-1.css, calendar-win2k-2.css, calendar-win2k-cold-1.css, calendar-win2k-cold-2.css: + fixed IE text size problems + +2004-01-08 Mihai Bazon + + * lang/calendar-pl.js: + Polish translation updated to UTF-8 (thanks to Artur Filipiak) + +2004-01-07 Mihai Bazon + + * lang/calendar-si.js: updated (David Milost) + + * lang/calendar-si.js: Slovenian translation (thanks to David Milost) + +2003-12-21 Mihai Bazon + + * TODO: updated TODO list + + * lang/calendar-de.js: German translation (thanks to Peter Strotmann) + +2003-12-19 Mihai Bazon + + * doc/reference.tex: Thank you, Ian Barrak + +2003-12-18 Mihai Bazon + + * doc/reference.tex: fixed documentation bug (thanks Mike) + +2003-12-05 Mihai Bazon + + * lang/calendar-ko-utf8.js: + UTF8 version of the Korean language (hopefully correct) + + * lang/calendar-pl-utf8.js, lang/calendar-pl.js: + updated Polish translation (thanks to Janusz Piwowarski) + +2003-12-04 Mihai Bazon + + * lang/calendar-fr.js: + French translation updated (thanks to Angiras Rama) + +2003-11-22 Mihai Bazon + + * lang/calendar-da.js: updated (thanks to Jesper M. Christensen) + +2003-11-20 Mihai Bazon + + * calendar-blue2.css, calendar-tas.css: + new styles (thanks to Wendall Mosemann for blue2, Mark Lynch for tas) + + * lang/calendar-lt-utf8.js, lang/calendar-lt.js: + Lithuanian translation (thanks to Martynas Majeris) + + * lang/calendar-sp.js: updated + +2003-11-17 Mihai Bazon + + * TODO: added TODO list + +2003-11-14 Mihai Bazon + + * lang/calendar-ko.js: Korean translation (thanks to Yourim Yi) + +2003-11-12 Mihai Bazon + + * lang/calendar-jp.js: small bug fixed (thanks to TAHARA Yusei) + +2003-11-10 Mihai Bazon + + * lang/calendar-fr.js: translation updated, thanks to Florent Ramiere + + * calendar-setup.js: + added new parameter: electric (if false then the field will not get updated on each move) + + * index.html: fixed DOCTYPE + +2003-11-07 Mihai Bazon + + * calendar-setup.js: + fixed minor problem (maybe we're passing object reference instead of ID for + the flat calendar parent) + +2003-11-06 Mihai Bazon + + * lang/calendar-fi.js: + added Finnish translation (thanks to Antti Tuppurainen) + +2003-11-05 Mihai Bazon + + * release-notes.html: fixed typo + + * doc/reference.tex, index.html, calendar.js: 0.9.5 + + * README: fixed license statement + + * release-notes.html: updated release notes (0.9.5) + +2003-11-03 Mihai Bazon + + * lang/calendar-de.js: + updated German translation (thanks to Gerhard Neiner) + + * calendar-setup.js: fixed license statement + + * calendar.js: whitespace + + * calendar.js: fixed license statement + + * calendar.js: + fixed positioning problem when input field is inside scrolled divs + +2003-11-01 Mihai Bazon + + * lang/calendar-af.js: Afrikaan language (thanks to Derick Olivier) + +2003-10-31 Mihai Bazon + + * lang/calendar-it.js: + updated IT translation (thanks to Christian Blaser) + + * lang/calendar-es.js: updated ES translation, thanks to Raul + +2003-10-30 Mihai Bazon + + * lang/calendar-hu.js: updated thanks to Istvan Karaszi + + * index.html, simple-1.html, simple-2.html, simple-3.html: + switched to utf-8 all encodings + + * lang/calendar-sk.js: + added Slovak translation (thanks to Peter Valach) + + * lang/calendar-ro.js: switched to utf-8 + +2003-10-29 Mihai Bazon + + * lang/calendar-es.js: + updated translation, thanks to Jose Ma. Martinez Miralles + + * doc/reference.tex: + fixed the footnote problem (thanks Dominique de Waleffe for the tip) + + * lang/calendar-ro.js: fixed typo + + * lang/calendar-sv.js: oops, license should be LGPL + + * lang/calendar-sw.js: new swedish translation is calendar-sv.js + + * menuarrow.gif, menuarrow.png: + oops, forgot little drop-down menu arrows + + * lang/calendar-sv.js: swedish translation thanks to Leonard Norrgard + + * index.html: oops, some other minor changes + + * index.html, release-notes.html: + latest changes in release-notes and index page for 0.9.4 + + * doc/reference.tex, calendar.js: + added %s date format (# of seconds since Epoch) + + * calendar.js: + A click on TODAY will not close the calendar, even in single-click mode + +2003-10-28 Mihai Bazon + + * index.html: previous cal.html + + * cal.html: moved to index.html + + * README, cal.html, doc/reference.tex, lang/calendar-de.js, lang/calendar-en.js, lang/calendar-ro.js, release-notes.html: + LGPL license, forever. + + * doc/Calendar.setup.tex, simple-1.html: + doc updated for the onUpdate parameter to Calendar.setup + +2003-10-26 Mihai Bazon + + * calendar.js: fixed bug (correct display of the dropdown menus) + + * doc/Calendar.setup.tex, doc/reference.tex, lang/calendar-de.js, lang/calendar-en.js, lang/calendar-ro.js, README, cal.html, calendar-blue.css, calendar-brown.css, calendar-green.css, calendar-setup.js, calendar-system.css, calendar-win2k-1.css, calendar-win2k-2.css, calendar-win2k-cold-1.css, calendar-win2k-cold-2.css, calendar.js, release-notes.html, simple-1.html, simple-3.html: + lots of changes for the 0.9.4 release (see the release-notes.html) + +2003-10-15 Mihai Bazon + + * doc/reference.tex: + documentation updated for 0.9.4 (not yet finished though) + +2003-10-07 Mihai Bazon + + * calendar.js, doc/reference.tex, release-notes.html, README, cal.html, calendar-setup.js: + modified project website + +2003-10-06 Mihai Bazon + + * calendar-setup.js: + added some properties (onSelect, onClose, date) (thanks altblue) + +2003-09-24 Mihai Bazon + + * simple-3.html: dateIsSpecial does not need the "date" argument ;-) + +2003-09-24 fsoft + + * calendar.js, simple-3.html: + added year, month, day to getDateStatus() function + +2003-09-24 Mihai Bazon + + * simple-3.html: example on how to use special dates + + * calendar-setup.js, calendar.js, simple-1.html: + support for special dates (thanks fabio) + +2003-09-17 Mihai Bazon + + * doc/reference.tex: fixed error in section 3. + +2003-08-01 Mihai Bazon + + * lang/calendar-jp.js: added Japanese translation + +2003-07-16 Mihai Bazon + + * simple-1.html: fixed problem with first example [IE,Opera] + +2003-07-09 Mihai Bazon + + * doc/Calendar.setup.tex: fixed typo (closing parenthesis) + + * lang/calendar-de.js: + added German translation, thanks to Hartwig Weinkauf + +2003-07-08 Mihai Bazon + + * cal.html: added link to release-notes + + * release-notes.html: 0.9.3 release notes + + * make-release.pl: + Script to create distribution archive. It needs some additional packages: + + - LaTeX + - tex2page + - jscrunch (JS compressor) + + * doc/html/makedoc.sh, doc/html/reference.css, doc/reference.tex, doc/makedoc.sh: + documentation updates... + + * calendar.js: added semicolon to make the code "compressible" + +2003-07-06 Mihai Bazon + + * doc/reference.tex: spell checked + + * doc/reference.tex: [minor] changed credits order + + * doc/reference.tex: various improvements and additions + + * doc/html/reference.css: minor eye-candy tweaks + +2003-07-05 Mihai Bazon + + * doc/html/Calendar.setup.html.tex, doc/html/makedoc.sh, doc/html/reference.css, doc/html/reference.t2p, doc/hyperref.cfg, doc/makedoc.sh, doc/reference.tex, doc/Calendar.setup.tex, doc/Calendar.setup.pdf.tex: + full documentation in LaTeX, for PDF and HTML formats + + * simple-2.html: + added demonstration of flat calendar with Calendar.setup + + * simple-1.html: + modified some links, added link to documentation, added demonstration of + disableFunc property + + * calendar-setup.js: added the ability to create flat calendar too + + * cal.html: added links to documentation and simple-[12].html pages + + * README: up-to-date... + + * calendar-setup.html: removed: the documentation is unified + +2003-07-03 Mihai Bazon + + * cal.html: some links to newly added files + + * calendar-setup.html, calendar-setup.js, img.gif, simple-1.html: + added some files to simplify calendar creation for non-(JS)-programmers + + * lang/calendar-zh.js: added simplified chinese (thanks ATang) + +2003-07-02 Mihai Bazon + + * calendar.js: * "yy"-related... [small fix] + + * calendar.js: + * #721833 fixed (yy format will understand years prior to 29 as 20xx) + + * calendar.js: * added refresh() function + + * calendar.js: * fixed bug when in single click mode + * added alignment options to "showAtElement" member function + +2003-06-25 Mihai Bazon + + * lang/calendar-pt.js: + added portugese translation (thanks Nuno Barreto) + +2003-06-24 Mihai Bazon + + * calendar.js: + call user handler when the date was changed using the keyboard + + * bugtest-hidden-selects.html: + file to test bug with hidden select-s (thanks Ying Zhang for reporting and for this test file) + + * lang/calendar-hr-utf8.js: + added croatian translation in utf8 (thanks Krunoslav Zubrinic) + +2003-06-23 Mihai Bazon + + * lang/calendar-hu.js: added hungarian translation + + * lang/calendar-hr.js: + added croatian translation (thanks to Krunoslav Zubrinic) + +2003-06-22 Mihai Bazon + + * calendar.js: + * #723335 fixed (clicking TODAY will not select the today date if the + disabledHandler rejects it) + + * cal.html: * new code for to work with fix for bug #703238 + * switch to new version + + * calendar.js: + * some patches to make code compatible with Opera 7 (well, almost compatible) + * bug #703238 fixed (fix breaks compatibility with older code that uses + calendar in single-click mode) + * bug #703814 fixed + +2003-04-09 Mihai Bazon + + * lang/calendar-tr.js: added turkish lang file + +2003-03-19 Mihai Bazon + + * lang/calendar-ru.js: russian translation added + + * lang/calendar-no.js: norwegian translation added + +2003-03-15 Mihai Bazon + + * lang/calendar-no.js: norwegian translation + +2003-03-12 Mihai Bazon + + * lang/calendar-pl.js: added polish translation + +2003-03-11 Mihai Bazon + + * calendar.js: + bugfix in parseDate (added base to parseInt, thanks Alan!) + +2003-03-05 Mihai Bazon + + * calendar.js, lang/calendar-br.js, lang/calendar-ca.js, lang/calendar-cs-win.js, lang/calendar-da.js, lang/calendar-du.js, lang/calendar-el.js, lang/calendar-en.js, lang/calendar-es.js, lang/calendar-fr.js, lang/calendar-it.js, lang/calendar-nl.js, lang/calendar-ro.js, lang/calendar-sp.js, lang/calendar-sw.js: + New file. + + * calendar.js, lang/calendar-br.js, lang/calendar-ca.js, lang/calendar-cs-win.js, lang/calendar-da.js, lang/calendar-du.js, lang/calendar-el.js, lang/calendar-en.js, lang/calendar-es.js, lang/calendar-fr.js, lang/calendar-it.js, lang/calendar-nl.js, lang/calendar-ro.js, lang/calendar-sp.js, lang/calendar-sw.js: + moved to CVS at sourceforge.net + release: 0.9.2 + new language packs + + + * README, cal.html, calendar-blue.css, calendar-brown.css, calendar-green.css, calendar-system.css, calendar-win2k-1.css, calendar-win2k-2.css, calendar-win2k-cold-1.css, calendar-win2k-cold-2.css: + New file. + + * README, cal.html, calendar-blue.css, calendar-brown.css, calendar-green.css, calendar-system.css, calendar-win2k-1.css, calendar-win2k-2.css, calendar-win2k-cold-1.css, calendar-win2k-cold-2.css: + moved to CVS at sourceforge.net + release: 0.9.2 + new language packs + + diff --git a/htdocs/cashdesk/include/jscalendar/bugtest-hidden-selects.html b/htdocs/cashdesk/include/jscalendar/bugtest-hidden-selects.html new file mode 100644 index 00000000000..900bc17e8ba --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/bugtest-hidden-selects.html @@ -0,0 +1,108 @@ + + + +Bug + + + + + + + + + + + + + +

+Date: +
+ + +

+
+
Visible <select>, hides and unhides as expected +
+ + +

+
Hidden <select>, it should stay hidden (but doesn't) +
+ + +

+
Hidden textbox below, it stays hidden as expected +
+ +

+ diff --git a/htdocs/cashdesk/include/jscalendar/calendar-blue.css b/htdocs/cashdesk/include/jscalendar/calendar-blue.css new file mode 100644 index 00000000000..ca33cde0073 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/calendar-blue.css @@ -0,0 +1,232 @@ +/* The main calendar widget. DIV containing a table. */ + +div.calendar { position: relative; } + +.calendar, .calendar table { + border: 1px solid #556; + font-size: 11px; + color: #000; + cursor: default; + background: #eef; + font-family: tahoma,verdana,sans-serif; +} + +/* Header part -- contains navigation buttons and day names. */ + +.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */ + text-align: center; /* They are the navigation buttons */ + padding: 2px; /* Make the buttons seem like they're pressing */ +} + +.calendar .nav { + background: #778 url(menuarrow.gif) no-repeat 100% 100%; +} + +.calendar thead .title { /* This holds the current "month, year" */ + font-weight: bold; /* Pressing it will take you to the current date */ + text-align: center; + background: #fff; + color: #000; + padding: 2px; +} + +.calendar thead .headrow { /* Row containing navigation buttons */ + background: #778; + color: #fff; +} + +.calendar thead .daynames { /* Row containing the day names */ + background: #bdf; +} + +.calendar thead .name { /* Cells containing the day names */ + border-bottom: 1px solid #556; + padding: 2px; + text-align: center; + color: #000; +} + +.calendar thead .weekend { /* How a weekend day name shows in header */ + color: #a66; +} + +.calendar thead .hilite { /* How do the buttons in header appear when hover */ + background-color: #aaf; + color: #000; + border: 1px solid #04f; + padding: 1px; +} + +.calendar thead .active { /* Active (pressed) buttons in header */ + background-color: #77c; + padding: 2px 0px 0px 2px; +} + +/* The body part -- contains all the days in month. */ + +.calendar tbody .day { /* Cells containing month days dates */ + width: 2em; + color: #456; + text-align: right; + padding: 2px 4px 2px 2px; +} +.calendar tbody .day.othermonth { + font-size: 80%; + color: #bbb; +} +.calendar tbody .day.othermonth.oweekend { + color: #fbb; +} + +.calendar table .wn { + padding: 2px 3px 2px 2px; + border-right: 1px solid #000; + background: #bdf; +} + +.calendar tbody .rowhilite td { + background: #def; +} + +.calendar tbody .rowhilite td.wn { + background: #eef; +} + +.calendar tbody td.hilite { /* Hovered cells */ + background: #def; + padding: 1px 3px 1px 1px; + border: 1px solid #bbb; +} + +.calendar tbody td.active { /* Active (pressed) cells */ + background: #cde; + padding: 2px 2px 0px 2px; +} + +.calendar tbody td.selected { /* Cell showing today date */ + font-weight: bold; + border: 1px solid #000; + padding: 1px 3px 1px 1px; + background: #fff; + color: #000; +} + +.calendar tbody td.weekend { /* Cells showing weekend days */ + color: #a66; +} + +.calendar tbody td.today { /* Cell showing selected date */ + font-weight: bold; + color: #00f; +} + +.calendar tbody .disabled { color: #999; } + +.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */ + visibility: hidden; +} + +.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */ + display: none; +} + +/* The footer part -- status bar and "Close" button */ + +.calendar tfoot .footrow { /* The in footer (only one right now) */ + text-align: center; + background: #556; + color: #fff; +} + +.calendar tfoot .ttip { /* Tooltip (status bar) cell */ + background: #fff; + color: #445; + border-top: 1px solid #556; + padding: 1px; +} + +.calendar tfoot .hilite { /* Hover style for buttons in footer */ + background: #aaf; + border: 1px solid #04f; + color: #000; + padding: 1px; +} + +.calendar tfoot .active { /* Active (pressed) style for buttons in footer */ + background: #77c; + padding: 2px 0px 0px 2px; +} + +/* Combo boxes (menus that display months/years for direct selection) */ + +.calendar .combo { + position: absolute; + display: none; + top: 0px; + left: 0px; + width: 4em; + cursor: default; + border: 1px solid #655; + background: #def; + color: #000; + font-size: 90%; + z-index: 100; +} + +.calendar .combo .label, +.calendar .combo .label-IEfix { + text-align: center; + padding: 1px; +} + +.calendar .combo .label-IEfix { + width: 4em; +} + +.calendar .combo .hilite { + background: #acf; +} + +.calendar .combo .active { + border-top: 1px solid #46a; + border-bottom: 1px solid #46a; + background: #eef; + font-weight: bold; +} + +.calendar td.time { + border-top: 1px solid #000; + padding: 1px 0px; + text-align: center; + background-color: #f4f0e8; +} + +.calendar td.time .hour, +.calendar td.time .minute, +.calendar td.time .ampm { + padding: 0px 3px 0px 4px; + border: 1px solid #889; + font-weight: bold; + background-color: #fff; +} + +.calendar td.time .ampm { + text-align: center; +} + +.calendar td.time .colon { + padding: 0px 2px 0px 3px; + font-weight: bold; +} + +.calendar td.time span.hilite { + border-color: #000; + background-color: #667; + color: #fff; +} + +.calendar td.time span.active { + border-color: #f00; + background-color: #000; + color: #0f0; +} diff --git a/htdocs/cashdesk/include/jscalendar/calendar-blue2.css b/htdocs/cashdesk/include/jscalendar/calendar-blue2.css new file mode 100644 index 00000000000..47128ecb0fa --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/calendar-blue2.css @@ -0,0 +1,236 @@ +/* The main calendar widget. DIV containing a table. */ + +div.calendar { position: relative; } + +.calendar, .calendar table { + border: 1px solid #206A9B; + font-size: 11px; + color: #000; + cursor: default; + background: #F1F8FC; + font-family: tahoma,verdana,sans-serif; +} + +/* Header part -- contains navigation buttons and day names. */ + +.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */ + text-align: center; /* They are the navigation buttons */ + padding: 2px; /* Make the buttons seem like they're pressing */ +} + +.calendar .nav { + background: #007ED1 url(menuarrow2.gif) no-repeat 100% 100%; +} + +.calendar thead .title { /* This holds the current "month, year" */ + font-weight: bold; /* Pressing it will take you to the current date */ + text-align: center; + background: #000; + color: #fff; + padding: 2px; +} + +.calendar thead tr { /* Row containing navigation buttons */ + background: #007ED1; + color: #fff; +} + +.calendar thead .daynames { /* Row containing the day names */ + background: #C7E1F3; +} + +.calendar thead .name { /* Cells containing the day names */ + border-bottom: 1px solid #206A9B; + padding: 2px; + text-align: center; + color: #000; +} + +.calendar thead .weekend { /* How a weekend day name shows in header */ + color: #a66; +} + +.calendar thead .hilite { /* How do the buttons in header appear when hover */ + background-color: #34ABFA; + color: #000; + border: 1px solid #016DC5; + padding: 1px; +} + +.calendar thead .active { /* Active (pressed) buttons in header */ + background-color: #006AA9; + border: 1px solid #008AFF; + padding: 2px 0px 0px 2px; +} + +/* The body part -- contains all the days in month. */ + +.calendar tbody .day { /* Cells containing month days dates */ + width: 2em; + color: #456; + text-align: right; + padding: 2px 4px 2px 2px; +} +.calendar tbody .day.othermonth { + font-size: 80%; + color: #bbb; +} +.calendar tbody .day.othermonth.oweekend { + color: #fbb; +} + +.calendar table .wn { + padding: 2px 3px 2px 2px; + border-right: 1px solid #000; + background: #C7E1F3; +} + +.calendar tbody .rowhilite td { + background: #def; +} + +.calendar tbody .rowhilite td.wn { + background: #F1F8FC; +} + +.calendar tbody td.hilite { /* Hovered cells */ + background: #def; + padding: 1px 3px 1px 1px; + border: 1px solid #8FC4E8; +} + +.calendar tbody td.active { /* Active (pressed) cells */ + background: #cde; + padding: 2px 2px 0px 2px; +} + +.calendar tbody td.selected { /* Cell showing today date */ + font-weight: bold; + border: 1px solid #000; + padding: 1px 3px 1px 1px; + background: #fff; + color: #000; +} + +.calendar tbody td.weekend { /* Cells showing weekend days */ + color: #a66; +} + +.calendar tbody td.today { /* Cell showing selected date */ + font-weight: bold; + color: #D50000; +} + +.calendar tbody .disabled { color: #999; } + +.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */ + visibility: hidden; +} + +.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */ + display: none; +} + +/* The footer part -- status bar and "Close" button */ + +.calendar tfoot .footrow { /* The in footer (only one right now) */ + text-align: center; + background: #206A9B; + color: #fff; +} + +.calendar tfoot .ttip { /* Tooltip (status bar) cell */ + background: #000; + color: #fff; + border-top: 1px solid #206A9B; + padding: 1px; +} + +.calendar tfoot .hilite { /* Hover style for buttons in footer */ + background: #B8DAF0; + border: 1px solid #178AEB; + color: #000; + padding: 1px; +} + +.calendar tfoot .active { /* Active (pressed) style for buttons in footer */ + background: #006AA9; + padding: 2px 0px 0px 2px; +} + +/* Combo boxes (menus that display months/years for direct selection) */ + +.calendar .combo { + position: absolute; + display: none; + top: 0px; + left: 0px; + width: 4em; + cursor: default; + border: 1px solid #655; + background: #def; + color: #000; + font-size: 90%; + z-index: 100; +} + +.calendar .combo .label, +.calendar .combo .label-IEfix { + text-align: center; + padding: 1px; +} + +.calendar .combo .label-IEfix { + width: 4em; +} + +.calendar .combo .hilite { + background: #34ABFA; + border-top: 1px solid #46a; + border-bottom: 1px solid #46a; + font-weight: bold; +} + +.calendar .combo .active { + border-top: 1px solid #46a; + border-bottom: 1px solid #46a; + background: #F1F8FC; + font-weight: bold; +} + +.calendar td.time { + border-top: 1px solid #000; + padding: 1px 0px; + text-align: center; + background-color: #E3F0F9; +} + +.calendar td.time .hour, +.calendar td.time .minute, +.calendar td.time .ampm { + padding: 0px 3px 0px 4px; + border: 1px solid #889; + font-weight: bold; + background-color: #F1F8FC; +} + +.calendar td.time .ampm { + text-align: center; +} + +.calendar td.time .colon { + padding: 0px 2px 0px 3px; + font-weight: bold; +} + +.calendar td.time span.hilite { + border-color: #000; + background-color: #267DB7; + color: #fff; +} + +.calendar td.time span.active { + border-color: red; + background-color: #000; + color: #A5FF00; +} diff --git a/htdocs/cashdesk/include/jscalendar/calendar-brown.css b/htdocs/cashdesk/include/jscalendar/calendar-brown.css new file mode 100644 index 00000000000..c42da5e0d90 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/calendar-brown.css @@ -0,0 +1,225 @@ +/* The main calendar widget. DIV containing a table. */ + +div.calendar { position: relative; } + +.calendar, .calendar table { + border: 1px solid #655; + font-size: 11px; + color: #000; + cursor: default; + background: #ffd; + font-family: tahoma,verdana,sans-serif; +} + +/* Header part -- contains navigation buttons and day names. */ + +.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */ + text-align: center; /* They are the navigation buttons */ + padding: 2px; /* Make the buttons seem like they're pressing */ +} + +.calendar .nav { + background: #edc url(menuarrow.gif) no-repeat 100% 100%; +} + +.calendar thead .title { /* This holds the current "month, year" */ + font-weight: bold; /* Pressing it will take you to the current date */ + text-align: center; + background: #654; + color: #fed; + padding: 2px; +} + +.calendar thead .headrow { /* Row containing navigation buttons */ + background: #edc; + color: #000; +} + +.calendar thead .name { /* Cells containing the day names */ + border-bottom: 1px solid #655; + padding: 2px; + text-align: center; + color: #000; +} + +.calendar thead .weekend { /* How a weekend day name shows in header */ + color: #f00; +} + +.calendar thead .hilite { /* How do the buttons in header appear when hover */ + background-color: #faa; + color: #000; + border: 1px solid #f40; + padding: 1px; +} + +.calendar thead .active { /* Active (pressed) buttons in header */ + background-color: #c77; + padding: 2px 0px 0px 2px; +} + +.calendar thead .daynames { /* Row containing the day names */ + background: #fed; +} + +/* The body part -- contains all the days in month. */ + +.calendar tbody .day { /* Cells containing month days dates */ + width: 2em; + text-align: right; + padding: 2px 4px 2px 2px; +} +.calendar tbody .day.othermonth { + font-size: 80%; + color: #bbb; +} +.calendar tbody .day.othermonth.oweekend { + color: #fbb; +} + +.calendar table .wn { + padding: 2px 3px 2px 2px; + border-right: 1px solid #000; + background: #fed; +} + +.calendar tbody .rowhilite td { + background: #ddf; +} + +.calendar tbody .rowhilite td.wn { + background: #efe; +} + +.calendar tbody td.hilite { /* Hovered cells */ + background: #ffe; + padding: 1px 3px 1px 1px; + border: 1px solid #bbb; +} + +.calendar tbody td.active { /* Active (pressed) cells */ + background: #ddc; + padding: 2px 2px 0px 2px; +} + +.calendar tbody td.selected { /* Cell showing today date */ + font-weight: bold; + border: 1px solid #000; + padding: 1px 3px 1px 1px; + background: #fea; +} + +.calendar tbody td.weekend { /* Cells showing weekend days */ + color: #f00; +} + +.calendar tbody td.today { font-weight: bold; } + +.calendar tbody .disabled { color: #999; } + +.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */ + visibility: hidden; +} + +.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */ + display: none; +} + +/* The footer part -- status bar and "Close" button */ + +.calendar tfoot .footrow { /* The in footer (only one right now) */ + text-align: center; + background: #988; + color: #000; +} + +.calendar tfoot .ttip { /* Tooltip (status bar) cell */ + border-top: 1px solid #655; + background: #dcb; + color: #840; +} + +.calendar tfoot .hilite { /* Hover style for buttons in footer */ + background: #faa; + border: 1px solid #f40; + padding: 1px; +} + +.calendar tfoot .active { /* Active (pressed) style for buttons in footer */ + background: #c77; + padding: 2px 0px 0px 2px; +} + +/* Combo boxes (menus that display months/years for direct selection) */ + +.calendar .combo { + position: absolute; + display: none; + top: 0px; + left: 0px; + width: 4em; + cursor: default; + border: 1px solid #655; + background: #ffe; + color: #000; + font-size: 90%; + z-index: 100; +} + +.calendar .combo .label, +.calendar .combo .label-IEfix { + text-align: center; + padding: 1px; +} + +.calendar .combo .label-IEfix { + width: 4em; +} + +.calendar .combo .hilite { + background: #fc8; +} + +.calendar .combo .active { + border-top: 1px solid #a64; + border-bottom: 1px solid #a64; + background: #fee; + font-weight: bold; +} + +.calendar td.time { + border-top: 1px solid #a88; + padding: 1px 0px; + text-align: center; + background-color: #fed; +} + +.calendar td.time .hour, +.calendar td.time .minute, +.calendar td.time .ampm { + padding: 0px 3px 0px 4px; + border: 1px solid #988; + font-weight: bold; + background-color: #fff; +} + +.calendar td.time .ampm { + text-align: center; +} + +.calendar td.time .colon { + padding: 0px 2px 0px 3px; + font-weight: bold; +} + +.calendar td.time span.hilite { + border-color: #000; + background-color: #866; + color: #fff; +} + +.calendar td.time span.active { + border-color: #f00; + background-color: #000; + color: #0f0; +} diff --git a/htdocs/cashdesk/include/jscalendar/calendar-green.css b/htdocs/cashdesk/include/jscalendar/calendar-green.css new file mode 100644 index 00000000000..2e1867a0c22 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/calendar-green.css @@ -0,0 +1,229 @@ +/* The main calendar widget. DIV containing a table. */ + +div.calendar { position: relative; } + +.calendar, .calendar table { + border: 1px solid #565; + font-size: 11px; + color: #000; + cursor: default; + background: #efe; + font-family: tahoma,verdana,sans-serif; +} + +/* Header part -- contains navigation buttons and day names. */ + +.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */ + text-align: center; /* They are the navigation buttons */ + padding: 2px; /* Make the buttons seem like they're pressing */ + background: #676; + color: #fff; + font-size: 90%; +} + +.calendar .nav { + background: #676 url(menuarrow.gif) no-repeat 100% 100%; +} + +.calendar thead .title { /* This holds the current "month, year" */ + font-weight: bold; /* Pressing it will take you to the current date */ + text-align: center; + padding: 2px; + background: #250; + color: #efa; +} + +.calendar thead .headrow { /* Row containing navigation buttons */ +} + +.calendar thead .name { /* Cells containing the day names */ + border-bottom: 1px solid #565; + padding: 2px; + text-align: center; + color: #000; +} + +.calendar thead .weekend { /* How a weekend day name shows in header */ + color: #a66; +} + +.calendar thead .hilite { /* How do the buttons in header appear when hover */ + background-color: #afa; + color: #000; + border: 1px solid #084; + padding: 1px; +} + +.calendar thead .active { /* Active (pressed) buttons in header */ + background-color: #7c7; + padding: 2px 0px 0px 2px; +} + +.calendar thead .daynames { /* Row containing the day names */ + background: #dfb; +} + +/* The body part -- contains all the days in month. */ + +.calendar tbody .day { /* Cells containing month days dates */ + width: 2em; + color: #564; + text-align: right; + padding: 2px 4px 2px 2px; +} +.calendar tbody .day.othermonth { + font-size: 80%; + color: #bbb; +} +.calendar tbody .day.othermonth.oweekend { + color: #fbb; +} + +.calendar table .wn { + padding: 2px 3px 2px 2px; + border-right: 1px solid #8a8; + background: #dfb; +} + +.calendar tbody .rowhilite td { + background: #dfd; +} + +.calendar tbody .rowhilite td.wn { + background: #efe; +} + +.calendar tbody td.hilite { /* Hovered cells */ + background: #efd; + padding: 1px 3px 1px 1px; + border: 1px solid #bbb; +} + +.calendar tbody td.active { /* Active (pressed) cells */ + background: #dec; + padding: 2px 2px 0px 2px; +} + +.calendar tbody td.selected { /* Cell showing today date */ + font-weight: bold; + border: 1px solid #000; + padding: 1px 3px 1px 1px; + background: #f8fff8; + color: #000; +} + +.calendar tbody td.weekend { /* Cells showing weekend days */ + color: #a66; +} + +.calendar tbody td.today { font-weight: bold; color: #0a0; } + +.calendar tbody .disabled { color: #999; } + +.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */ + visibility: hidden; +} + +.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */ + display: none; +} + +/* The footer part -- status bar and "Close" button */ + +.calendar tfoot .footrow { /* The in footer (only one right now) */ + text-align: center; + background: #565; + color: #fff; +} + +.calendar tfoot .ttip { /* Tooltip (status bar) cell */ + padding: 2px; + background: #250; + color: #efa; +} + +.calendar tfoot .hilite { /* Hover style for buttons in footer */ + background: #afa; + border: 1px solid #084; + color: #000; + padding: 1px; +} + +.calendar tfoot .active { /* Active (pressed) style for buttons in footer */ + background: #7c7; + padding: 2px 0px 0px 2px; +} + +/* Combo boxes (menus that display months/years for direct selection) */ + +.calendar .combo { + position: absolute; + display: none; + top: 0px; + left: 0px; + width: 4em; + cursor: default; + border: 1px solid #565; + background: #efd; + color: #000; + font-size: 90%; + z-index: 100; +} + +.calendar .combo .label, +.calendar .combo .label-IEfix { + text-align: center; + padding: 1px; +} + +.calendar .combo .label-IEfix { + width: 4em; +} + +.calendar .combo .hilite { + background: #af8; +} + +.calendar .combo .active { + border-top: 1px solid #6a4; + border-bottom: 1px solid #6a4; + background: #efe; + font-weight: bold; +} + +.calendar td.time { + border-top: 1px solid #8a8; + padding: 1px 0px; + text-align: center; + background-color: #dfb; +} + +.calendar td.time .hour, +.calendar td.time .minute, +.calendar td.time .ampm { + padding: 0px 3px 0px 4px; + border: 1px solid #898; + font-weight: bold; + background-color: #fff; +} + +.calendar td.time .ampm { + text-align: center; +} + +.calendar td.time .colon { + padding: 0px 2px 0px 3px; + font-weight: bold; +} + +.calendar td.time span.hilite { + border-color: #000; + background-color: #686; + color: #fff; +} + +.calendar td.time span.active { + border-color: #f00; + background-color: #000; + color: #0f0; +} diff --git a/htdocs/cashdesk/include/jscalendar/calendar-setup.js b/htdocs/cashdesk/include/jscalendar/calendar-setup.js new file mode 100644 index 00000000000..72df8320eaf --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/calendar-setup.js @@ -0,0 +1,200 @@ +/* Copyright Mihai Bazon, 2002, 2003 | http://dynarch.com/mishoo/ + * --------------------------------------------------------------------------- + * + * The DHTML Calendar + * + * Details and latest version at: + * http://dynarch.com/mishoo/calendar.epl + * + * This script is distributed under the GNU Lesser General Public License. + * Read the entire license text here: http://www.gnu.org/licenses/lgpl.html + * + * This file defines helper functions for setting up the calendar. They are + * intended to help non-programmers get a working calendar on their site + * quickly. This script should not be seen as part of the calendar. It just + * shows you what one can do with the calendar, while in the same time + * providing a quick and simple method for setting it up. If you need + * exhaustive customization of the calendar creation process feel free to + * modify this code to suit your needs (this is recommended and much better + * than modifying calendar.js itself). + */ + +// $Id$ + +/** + * This function "patches" an input field (or other element) to use a calendar + * widget for date selection. + * + * The "params" is a single object that can have the following properties: + * + * prop. name | description + * ------------------------------------------------------------------------------------------------- + * inputField | the ID of an input field to store the date + * displayArea | the ID of a DIV or other element to show the date + * button | ID of a button or other element that will trigger the calendar + * eventName | event that will trigger the calendar, without the "on" prefix (default: "click") + * ifFormat | date format that will be stored in the input field + * daFormat | the date format that will be used to display the date in displayArea + * singleClick | (true/false) wether the calendar is in single click mode or not (default: true) + * firstDay | numeric: 0 to 6. "0" means display Sunday first, "1" means display Monday first, etc. + * align | alignment (default: "Br"); if you don't know what's this see the calendar documentation + * range | array with 2 elements. Default: [1900, 2999] -- the range of years available + * weekNumbers | (true/false) if it's true (default) the calendar will display week numbers + * flat | null or element ID; if not null the calendar will be a flat calendar having the parent with the given ID + * flatCallback | function that receives a JS Date object and returns an URL to point the browser to (for flat calendar) + * disableFunc | function that receives a JS Date object and should return true if that date has to be disabled in the calendar + * onSelect | function that gets called when a date is selected. You don't _have_ to supply this (the default is generally okay) + * onClose | function that gets called when the calendar is closed. [default] + * onUpdate | function that gets called after the date is updated in the input field. Receives a reference to the calendar. + * date | the date that the calendar will be initially displayed to + * showsTime | default: false; if true the calendar will include a time selector + * timeFormat | the time format; can be "12" or "24", default is "12" + * electric | if true (default) then given fields/date areas are updated for each move; otherwise they're updated only on close + * step | configures the step of the years in drop-down boxes; default: 2 + * position | configures the calendar absolute position; default: null + * cache | if "true" (but default: "false") it will reuse the same calendar object, where possible + * showOthers | if "true" (but default: "false") it will show days from other months too + * + * None of them is required, they all have default values. However, if you + * pass none of "inputField", "displayArea" or "button" you'll get a warning + * saying "nothing to setup". + */ +Calendar.setup = function (params) { + function param_default(pname, def) { if (typeof params[pname] == "undefined") { params[pname] = def; } }; + + param_default("inputField", null); + param_default("displayArea", null); + param_default("button", null); + param_default("eventName", "click"); + param_default("ifFormat", "%Y/%m/%d"); + param_default("daFormat", "%Y/%m/%d"); + param_default("singleClick", true); + param_default("disableFunc", null); + param_default("dateStatusFunc", params["disableFunc"]); // takes precedence if both are defined + param_default("dateText", null); + param_default("firstDay", 1); + param_default("align", "Br"); + param_default("range", [1900, 2999]); + param_default("weekNumbers", true); + param_default("flat", null); + param_default("flatCallback", null); + param_default("onSelect", null); + param_default("onClose", null); + param_default("onUpdate", null); + param_default("date", null); + param_default("showsTime", false); + param_default("timeFormat", "24"); + param_default("electric", true); + param_default("step", 2); + param_default("position", null); + param_default("cache", false); + param_default("showOthers", false); + param_default("multiple", null); + + var tmp = ["inputField", "displayArea", "button"]; + for (var i in tmp) { + if (typeof params[tmp[i]] == "string") { + params[tmp[i]] = document.getElementById(params[tmp[i]]); + } + } + if (!(params.flat || params.multiple || params.inputField || params.displayArea || params.button)) { + alert("Calendar.setup:\n Nothing to setup (no fields found). Please check your code"); + return false; + } + + function onSelect(cal) { + var p = cal.params; + var update = (cal.dateClicked || p.electric); + if (update && p.inputField) { + p.inputField.value = cal.date.print(p.ifFormat); + if (typeof p.inputField.onchange == "function") + p.inputField.onchange(); + } + if (update && p.displayArea) + p.displayArea.innerHTML = cal.date.print(p.daFormat); + if (update && typeof p.onUpdate == "function") + p.onUpdate(cal); + if (update && p.flat) { + if (typeof p.flatCallback == "function") + p.flatCallback(cal); + } + if (update && p.singleClick && cal.dateClicked) + cal.callCloseHandler(); + }; + + if (params.flat != null) { + if (typeof params.flat == "string") + params.flat = document.getElementById(params.flat); + if (!params.flat) { + alert("Calendar.setup:\n Flat specified but can't find parent."); + return false; + } + var cal = new Calendar(params.firstDay, params.date, params.onSelect || onSelect); + cal.showsOtherMonths = params.showOthers; + cal.showsTime = params.showsTime; + cal.time24 = (params.timeFormat == "24"); + cal.params = params; + cal.weekNumbers = params.weekNumbers; + cal.setRange(params.range[0], params.range[1]); + cal.setDateStatusHandler(params.dateStatusFunc); + cal.getDateText = params.dateText; + if (params.ifFormat) { + cal.setDateFormat(params.ifFormat); + } + if (params.inputField && typeof params.inputField.value == "string") { + cal.parseDate(params.inputField.value); + } + cal.create(params.flat); + cal.show(); + return false; + } + + var triggerEl = params.button || params.displayArea || params.inputField; + triggerEl["on" + params.eventName] = function() { + var dateEl = params.inputField || params.displayArea; + var dateFmt = params.inputField ? params.ifFormat : params.daFormat; + var mustCreate = false; + var cal = window.calendar; + if (dateEl) + params.date = Date.parseDate(dateEl.value || dateEl.innerHTML, dateFmt); + if (!(cal && params.cache)) { + window.calendar = cal = new Calendar(params.firstDay, + params.date, + params.onSelect || onSelect, + params.onClose || function(cal) { cal.hide(); }); + cal.showsTime = params.showsTime; + cal.time24 = (params.timeFormat == "24"); + cal.weekNumbers = params.weekNumbers; + mustCreate = true; + } else { + if (params.date) + cal.setDate(params.date); + cal.hide(); + } + if (params.multiple) { + cal.multiple = {}; + for (var i = params.multiple.length; --i >= 0;) { + var d = params.multiple[i]; + var ds = d.print("%Y%m%d"); + cal.multiple[ds] = d; + } + } + cal.showsOtherMonths = params.showOthers; + cal.yearStep = params.step; + cal.setRange(params.range[0], params.range[1]); + cal.params = params; + cal.setDateStatusHandler(params.dateStatusFunc); + cal.getDateText = params.dateText; + cal.setDateFormat(dateFmt); + if (mustCreate) + cal.create(); + cal.refresh(); + if (!params.position) + cal.showAtElement(params.button || params.displayArea || params.inputField, params.align); + else + cal.showAt(params.position[0], params.position[1]); + return false; + }; + + return cal; +}; diff --git a/htdocs/cashdesk/include/jscalendar/calendar-setup_stripped.js b/htdocs/cashdesk/include/jscalendar/calendar-setup_stripped.js new file mode 100644 index 00000000000..91c927f82e7 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/calendar-setup_stripped.js @@ -0,0 +1,21 @@ +/* Copyright Mihai Bazon, 2002, 2003 | http://dynarch.com/mishoo/ + * --------------------------------------------------------------------------- + * + * The DHTML Calendar + * + * Details and latest version at: + * http://dynarch.com/mishoo/calendar.epl + * + * This script is distributed under the GNU Lesser General Public License. + * Read the entire license text here: http://www.gnu.org/licenses/lgpl.html + * + * This file defines helper functions for setting up the calendar. They are + * intended to help non-programmers get a working calendar on their site + * quickly. This script should not be seen as part of the calendar. It just + * shows you what one can do with the calendar, while in the same time + * providing a quick and simple method for setting it up. If you need + * exhaustive customization of the calendar creation process feel free to + * modify this code to suit your needs (this is recommended and much better + * than modifying calendar.js itself). + */ + Calendar.setup=function(params){function param_default(pname,def){if(typeof params[pname]=="undefined"){params[pname]=def;}};param_default("inputField",null);param_default("displayArea",null);param_default("button",null);param_default("eventName","click");param_default("ifFormat","%Y/%m/%d");param_default("daFormat","%Y/%m/%d");param_default("singleClick",true);param_default("disableFunc",null);param_default("dateStatusFunc",params["disableFunc"]);param_default("dateText",null);param_default("firstDay",null);param_default("align","Br");param_default("range",[1900,2999]);param_default("weekNumbers",true);param_default("flat",null);param_default("flatCallback",null);param_default("onSelect",null);param_default("onClose",null);param_default("onUpdate",null);param_default("date",null);param_default("showsTime",false);param_default("timeFormat","24");param_default("electric",true);param_default("step",2);param_default("position",null);param_default("cache",false);param_default("showOthers",false);param_default("multiple",null);var tmp=["inputField","displayArea","button"];for(var i in tmp){if(typeof params[tmp[i]]=="string"){params[tmp[i]]=document.getElementById(params[tmp[i]]);}}if(!(params.flat||params.multiple||params.inputField||params.displayArea||params.button)){alert("Calendar.setup:\n Nothing to setup (no fields found). Please check your code");return false;}function onSelect(cal){var p=cal.params;var update=(cal.dateClicked||p.electric);if(update&&p.inputField){p.inputField.value=cal.date.print(p.ifFormat);if(typeof p.inputField.onchange=="function")p.inputField.onchange();}if(update&&p.displayArea)p.displayArea.innerHTML=cal.date.print(p.daFormat);if(update&&typeof p.onUpdate=="function")p.onUpdate(cal);if(update&&p.flat){if(typeof p.flatCallback=="function")p.flatCallback(cal);}if(update&&p.singleClick&&cal.dateClicked)cal.callCloseHandler();};if(params.flat!=null){if(typeof params.flat=="string")params.flat=document.getElementById(params.flat);if(!params.flat){alert("Calendar.setup:\n Flat specified but can't find parent.");return false;}var cal=new Calendar(params.firstDay,params.date,params.onSelect||onSelect);cal.showsOtherMonths=params.showOthers;cal.showsTime=params.showsTime;cal.time24=(params.timeFormat=="24");cal.params=params;cal.weekNumbers=params.weekNumbers;cal.setRange(params.range[0],params.range[1]);cal.setDateStatusHandler(params.dateStatusFunc);cal.getDateText=params.dateText;if(params.ifFormat){cal.setDateFormat(params.ifFormat);}if(params.inputField&&typeof params.inputField.value=="string"){cal.parseDate(params.inputField.value);}cal.create(params.flat);cal.show();return false;}var triggerEl=params.button||params.displayArea||params.inputField;triggerEl["on"+params.eventName]=function(){var dateEl=params.inputField||params.displayArea;var dateFmt=params.inputField?params.ifFormat:params.daFormat;var mustCreate=false;var cal=window.calendar;if(dateEl)params.date=Date.parseDate(dateEl.value||dateEl.innerHTML,dateFmt);if(!(cal&¶ms.cache)){window.calendar=cal=new Calendar(params.firstDay,params.date,params.onSelect||onSelect,params.onClose||function(cal){cal.hide();});cal.showsTime=params.showsTime;cal.time24=(params.timeFormat=="24");cal.weekNumbers=params.weekNumbers;mustCreate=true;}else{if(params.date)cal.setDate(params.date);cal.hide();}if(params.multiple){cal.multiple={};for(var i=params.multiple.length;--i>=0;){var d=params.multiple[i];var ds=d.print("%Y%m%d");cal.multiple[ds]=d;}}cal.showsOtherMonths=params.showOthers;cal.yearStep=params.step;cal.setRange(params.range[0],params.range[1]);cal.params=params;cal.setDateStatusHandler(params.dateStatusFunc);cal.getDateText=params.dateText;cal.setDateFormat(dateFmt);if(mustCreate)cal.create();cal.refresh();if(!params.position)cal.showAtElement(params.button||params.displayArea||params.inputField,params.align);else cal.showAt(params.position[0],params.position[1]);return false;};return cal;}; \ No newline at end of file diff --git a/htdocs/cashdesk/include/jscalendar/calendar-system.css b/htdocs/cashdesk/include/jscalendar/calendar-system.css new file mode 100644 index 00000000000..b22488572e8 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/calendar-system.css @@ -0,0 +1,251 @@ +/* The main calendar widget. DIV containing a table. */ + +.calendar { + position: relative; + display: none; + border: 1px solid; + border-color: #fff #000 #000 #fff; + font-size: 11px; + cursor: default; + background: Window; + color: WindowText; + font-family: tahoma,verdana,sans-serif; +} + +.calendar table { + border: 1px solid; + border-color: #fff #000 #000 #fff; + font-size: 11px; + cursor: default; + background: Window; + color: WindowText; + font-family: tahoma,verdana,sans-serif; +} + +/* Header part -- contains navigation buttons and day names. */ + +.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */ + text-align: center; + padding: 1px; + border: 1px solid; + border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight; + background: ButtonFace; +} + +.calendar .nav { + background: ButtonFace url(menuarrow.gif) no-repeat 100% 100%; +} + +.calendar thead .title { /* This holds the current "month, year" */ + font-weight: bold; + padding: 1px; + border: 1px solid #000; + background: ActiveCaption; + color: CaptionText; + text-align: center; +} + +.calendar thead .headrow { /* Row containing navigation buttons */ +} + +.calendar thead .daynames { /* Row containing the day names */ +} + +.calendar thead .name { /* Cells containing the day names */ + border-bottom: 1px solid ButtonShadow; + padding: 2px; + text-align: center; + background: ButtonFace; + color: ButtonText; +} + +.calendar thead .weekend { /* How a weekend day name shows in header */ + color: #f00; +} + +.calendar thead .hilite { /* How do the buttons in header appear when hover */ + border: 2px solid; + padding: 0px; + border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight; +} + +.calendar thead .active { /* Active (pressed) buttons in header */ + border-width: 1px; + padding: 2px 0px 0px 2px; + border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow; +} + +/* The body part -- contains all the days in month. */ + +.calendar tbody .day { /* Cells containing month days dates */ + width: 2em; + text-align: right; + padding: 2px 4px 2px 2px; +} +.calendar tbody .day.othermonth { + font-size: 80%; + color: #aaa; +} +.calendar tbody .day.othermonth.oweekend { + color: #faa; +} + +.calendar table .wn { + padding: 2px 3px 2px 2px; + border-right: 1px solid ButtonShadow; + background: ButtonFace; + color: ButtonText; +} + +.calendar tbody .rowhilite td { + background: Highlight; + color: HighlightText; +} + +.calendar tbody td.hilite { /* Hovered cells */ + padding: 1px 3px 1px 1px; + border-top: 1px solid #fff; + border-right: 1px solid #000; + border-bottom: 1px solid #000; + border-left: 1px solid #fff; +} + +.calendar tbody td.active { /* Active (pressed) cells */ + padding: 2px 2px 0px 2px; + border: 1px solid; + border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow; +} + +.calendar tbody td.selected { /* Cell showing selected date */ + font-weight: bold; + border: 1px solid; + border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow; + padding: 2px 2px 0px 2px; + background: ButtonFace; + color: ButtonText; +} + +.calendar tbody td.weekend { /* Cells showing weekend days */ + color: #f00; +} + +.calendar tbody td.today { /* Cell showing today date */ + font-weight: bold; + color: #00f; +} + +.calendar tbody td.disabled { color: GrayText; } + +.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */ + visibility: hidden; +} + +.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */ + display: none; +} + +/* The footer part -- status bar and "Close" button */ + +.calendar tfoot .footrow { /* The in footer (only one right now) */ +} + +.calendar tfoot .ttip { /* Tooltip (status bar) cell */ + background: ButtonFace; + padding: 1px; + border: 1px solid; + border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow; + color: ButtonText; + text-align: center; +} + +.calendar tfoot .hilite { /* Hover style for buttons in footer */ + border-top: 1px solid #fff; + border-right: 1px solid #000; + border-bottom: 1px solid #000; + border-left: 1px solid #fff; + padding: 1px; + background: #e4e0d8; +} + +.calendar tfoot .active { /* Active (pressed) style for buttons in footer */ + padding: 2px 0px 0px 2px; + border-top: 1px solid #000; + border-right: 1px solid #fff; + border-bottom: 1px solid #fff; + border-left: 1px solid #000; +} + +/* Combo boxes (menus that display months/years for direct selection) */ + +.calendar .combo { + position: absolute; + display: none; + width: 4em; + top: 0px; + left: 0px; + cursor: default; + border: 1px solid; + border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight; + background: Menu; + color: MenuText; + font-size: 90%; + padding: 1px; + z-index: 100; +} + +.calendar .combo .label, +.calendar .combo .label-IEfix { + text-align: center; + padding: 1px; +} + +.calendar .combo .label-IEfix { + width: 4em; +} + +.calendar .combo .active { + padding: 0px; + border: 1px solid #000; +} + +.calendar .combo .hilite { + background: Highlight; + color: HighlightText; +} + +.calendar td.time { + border-top: 1px solid ButtonShadow; + padding: 1px 0px; + text-align: center; + background-color: ButtonFace; +} + +.calendar td.time .hour, +.calendar td.time .minute, +.calendar td.time .ampm { + padding: 0px 3px 0px 4px; + border: 1px solid #889; + font-weight: bold; + background-color: Menu; +} + +.calendar td.time .ampm { + text-align: center; +} + +.calendar td.time .colon { + padding: 0px 2px 0px 3px; + font-weight: bold; +} + +.calendar td.time span.hilite { + border-color: #000; + background-color: Highlight; + color: HighlightText; +} + +.calendar td.time span.active { + border-color: #f00; + background-color: #000; + color: #0f0; +} diff --git a/htdocs/cashdesk/include/jscalendar/calendar-tas.css b/htdocs/cashdesk/include/jscalendar/calendar-tas.css new file mode 100644 index 00000000000..c2f872168c1 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/calendar-tas.css @@ -0,0 +1,239 @@ +/* The main calendar widget. DIV containing a table. */ + +div.calendar { position: relative; } + +.calendar, .calendar table { + border: 1px solid #655; + font-size: 11px; + color: #000; + cursor: default; + background: #ffd; + font-family: tahoma,verdana,sans-serif; + filter: +progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#DDDCCC,EndColorStr=#FFFFFF); +} + +/* Header part -- contains navigation buttons and day names. */ + +.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */ + text-align: center; /* They are the navigation buttons */ + padding: 2px; /* Make the buttons seem like they're pressing */ + color:#363636; +} + +.calendar .nav { + background: #edc url(menuarrow.gif) no-repeat 100% 100%; +} + +.calendar thead .title { /* This holds the current "month, year" */ + font-weight: bold; /* Pressing it will take you to the current date */ + text-align: center; + background: #654; + color: #363636; + padding: 2px; + filter: +progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff,EndColorStr=#dddccc); +} + +.calendar thead .headrow { /* Row containing navigation buttons */ + /*background: #3B86A0;*/ + color: #363636; + font-weight: bold; +filter: +progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff,EndColorStr=#3b86a0); +} + +.calendar thead .name { /* Cells containing the day names */ + border-bottom: 1px solid #655; + padding: 2px; + text-align: center; + color: #363636; + filter: +progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#DDDCCC,EndColorStr=#FFFFFF); +} + +.calendar thead .weekend { /* How a weekend day name shows in header */ + color: #f00; +} + +.calendar thead .hilite { /* How do the buttons in header appear when hover */ + background-color: #ffcc86; + color: #000; + border: 1px solid #b59345; + padding: 1px; +} + +.calendar thead .active { /* Active (pressed) buttons in header */ + background-color: #c77; + padding: 2px 0px 0px 2px; +} + +.calendar thead .daynames { /* Row containing the day names */ + background: #fed; +} + +/* The body part -- contains all the days in month. */ + +.calendar tbody .day { /* Cells containing month days dates */ + width: 2em; + text-align: right; + padding: 2px 4px 2px 2px; +} +.calendar tbody .day.othermonth { + font-size: 80%; + color: #aaa; +} +.calendar tbody .day.othermonth.oweekend { + color: #faa; +} + +.calendar table .wn { + padding: 2px 3px 2px 2px; + border-right: 1px solid #000; + background: #fed; +} + +.calendar tbody .rowhilite td { + background: #ddf; + +} + +.calendar tbody .rowhilite td.wn { + background: #efe; +} + +.calendar tbody td.hilite { /* Hovered cells */ + background: #ffe; + padding: 1px 3px 1px 1px; + border: 1px solid #bbb; +} + +.calendar tbody td.active { /* Active (pressed) cells */ + background: #ddc; + padding: 2px 2px 0px 2px; +} + +.calendar tbody td.selected { /* Cell showing today date */ + font-weight: bold; + border: 1px solid #000; + padding: 1px 3px 1px 1px; + background: #fea; +} + +.calendar tbody td.weekend { /* Cells showing weekend days */ + color: #f00; +} + +.calendar tbody td.today { font-weight: bold; } + +.calendar tbody .disabled { color: #999; } + +.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */ + visibility: hidden; +} + +.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */ + display: none; +} + +/* The footer part -- status bar and "Close" button */ + +.calendar tfoot .footrow { /* The in footer (only one right now) */ + text-align: center; + background: #988; + color: #000; + +} + +.calendar tfoot .ttip { /* Tooltip (status bar) cell */ + border-top: 1px solid #655; + background: #dcb; + color: #363636; + font-weight: bold; + filter: +progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFF,EndColorStr=#DDDCCC); +} +.calendar tfoot .hilite { /* Hover style for buttons in footer */ + background: #faa; + border: 1px solid #f40; + padding: 1px; +} + +.calendar tfoot .active { /* Active (pressed) style for buttons in footer */ + background: #c77; + padding: 2px 0px 0px 2px; +} + +/* Combo boxes (menus that display months/years for direct selection) */ + +.combo { + position: absolute; + display: none; + top: 0px; + left: 0px; + width: 4em; + cursor: default; + border: 1px solid #655; + background: #ffe; + color: #000; + font-size: smaller; + z-index: 100; +} + +.combo .label, +.combo .label-IEfix { + text-align: center; + padding: 1px; +} + +.combo .label-IEfix { + width: 4em; +} + +.combo .hilite { + background: #fc8; +} + +.combo .active { + border-top: 1px solid #a64; + border-bottom: 1px solid #a64; + background: #fee; + font-weight: bold; +} + +.calendar td.time { + border-top: 1px solid #a88; + padding: 1px 0px; + text-align: center; + background-color: #fed; +} + +.calendar td.time .hour, +.calendar td.time .minute, +.calendar td.time .ampm { + padding: 0px 3px 0px 4px; + border: 1px solid #988; + font-weight: bold; + background-color: #fff; +} + +.calendar td.time .ampm { + text-align: center; +} + +.calendar td.time .colon { + padding: 0px 2px 0px 3px; + font-weight: bold; +} + +.calendar td.time span.hilite { + border-color: #000; + background-color: #866; + color: #fff; +} + +.calendar td.time span.active { + border-color: #f00; + background-color: #000; + color: #0f0; +} diff --git a/htdocs/cashdesk/include/jscalendar/calendar-win2k-1.css b/htdocs/cashdesk/include/jscalendar/calendar-win2k-1.css new file mode 100644 index 00000000000..8c5d0266578 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/calendar-win2k-1.css @@ -0,0 +1,271 @@ +/* The main calendar widget. DIV containing a table. */ + +.calendar { + position: relative; + display: none; + border-top: 2px solid #fff; + border-right: 2px solid #000; + border-bottom: 2px solid #000; + border-left: 2px solid #fff; + font-size: 11px; + color: #000; + cursor: default; + background: #d4d0c8; + font-family: tahoma,verdana,sans-serif; +} + +.calendar table { + border-top: 1px solid #000; + border-right: 1px solid #fff; + border-bottom: 1px solid #fff; + border-left: 1px solid #000; + font-size: 11px; + color: #000; + cursor: default; + background: #d4d0c8; + font-family: tahoma,verdana,sans-serif; +} + +/* Header part -- contains navigation buttons and day names. */ + +.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */ + text-align: center; + padding: 1px; + border-top: 1px solid #fff; + border-right: 1px solid #000; + border-bottom: 1px solid #000; + border-left: 1px solid #fff; +} + +.calendar .nav { + background: transparent url(menuarrow.gif) no-repeat 100% 100%; +} + +.calendar thead .title { /* This holds the current "month, year" */ + font-weight: bold; + padding: 1px; + border: 1px solid #000; + background: #848078; + color: #fff; + text-align: center; +} + +.calendar thead .headrow { /* Row containing navigation buttons */ +} + +.calendar thead .daynames { /* Row containing the day names */ +} + +.calendar thead .name { /* Cells containing the day names */ + border-bottom: 1px solid #000; + padding: 2px; + text-align: center; + background: #f4f0e8; +} + +.calendar thead .weekend { /* How a weekend day name shows in header */ + color: #f00; +} + +.calendar thead .hilite { /* How do the buttons in header appear when hover */ + border-top: 2px solid #fff; + border-right: 2px solid #000; + border-bottom: 2px solid #000; + border-left: 2px solid #fff; + padding: 0px; + background-color: #e4e0d8; +} + +.calendar thead .active { /* Active (pressed) buttons in header */ + padding: 2px 0px 0px 2px; + border-top: 1px solid #000; + border-right: 1px solid #fff; + border-bottom: 1px solid #fff; + border-left: 1px solid #000; + background-color: #c4c0b8; +} + +/* The body part -- contains all the days in month. */ + +.calendar tbody .day { /* Cells containing month days dates */ + width: 2em; + text-align: right; + padding: 2px 4px 2px 2px; +} +.calendar tbody .day.othermonth { + font-size: 80%; + color: #aaa; +} +.calendar tbody .day.othermonth.oweekend { + color: #faa; +} + +.calendar table .wn { + padding: 2px 3px 2px 2px; + border-right: 1px solid #000; + background: #f4f0e8; +} + +.calendar tbody .rowhilite td { + background: #e4e0d8; +} + +.calendar tbody .rowhilite td.wn { + background: #d4d0c8; +} + +.calendar tbody td.hilite { /* Hovered cells */ + padding: 1px 3px 1px 1px; + border-top: 1px solid #fff; + border-right: 1px solid #000; + border-bottom: 1px solid #000; + border-left: 1px solid #fff; +} + +.calendar tbody td.active { /* Active (pressed) cells */ + padding: 2px 2px 0px 2px; + border-top: 1px solid #000; + border-right: 1px solid #fff; + border-bottom: 1px solid #fff; + border-left: 1px solid #000; +} + +.calendar tbody td.selected { /* Cell showing selected date */ + font-weight: bold; + border-top: 1px solid #000; + border-right: 1px solid #fff; + border-bottom: 1px solid #fff; + border-left: 1px solid #000; + padding: 2px 2px 0px 2px; + background: #e4e0d8; +} + +.calendar tbody td.weekend { /* Cells showing weekend days */ + color: #f00; +} + +.calendar tbody td.today { /* Cell showing today date */ + font-weight: bold; + color: #00f; +} + +.calendar tbody .disabled { color: #999; } + +.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */ + visibility: hidden; +} + +.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */ + display: none; +} + +/* The footer part -- status bar and "Close" button */ + +.calendar tfoot .footrow { /* The in footer (only one right now) */ +} + +.calendar tfoot .ttip { /* Tooltip (status bar) cell */ + background: #f4f0e8; + padding: 1px; + border: 1px solid #000; + background: #848078; + color: #fff; + text-align: center; +} + +.calendar tfoot .hilite { /* Hover style for buttons in footer */ + border-top: 1px solid #fff; + border-right: 1px solid #000; + border-bottom: 1px solid #000; + border-left: 1px solid #fff; + padding: 1px; + background: #e4e0d8; +} + +.calendar tfoot .active { /* Active (pressed) style for buttons in footer */ + padding: 2px 0px 0px 2px; + border-top: 1px solid #000; + border-right: 1px solid #fff; + border-bottom: 1px solid #fff; + border-left: 1px solid #000; +} + +/* Combo boxes (menus that display months/years for direct selection) */ + +.calendar .combo { + position: absolute; + display: none; + width: 4em; + top: 0px; + left: 0px; + cursor: default; + border-top: 1px solid #fff; + border-right: 1px solid #000; + border-bottom: 1px solid #000; + border-left: 1px solid #fff; + background: #e4e0d8; + font-size: 90%; + padding: 1px; + z-index: 100; +} + +.calendar .combo .label, +.calendar .combo .label-IEfix { + text-align: center; + padding: 1px; +} + +.calendar .combo .label-IEfix { + width: 4em; +} + +.calendar .combo .active { + background: #c4c0b8; + padding: 0px; + border-top: 1px solid #000; + border-right: 1px solid #fff; + border-bottom: 1px solid #fff; + border-left: 1px solid #000; +} + +.calendar .combo .hilite { + background: #048; + color: #fea; +} + +.calendar td.time { + border-top: 1px solid #000; + padding: 1px 0px; + text-align: center; + background-color: #f4f0e8; +} + +.calendar td.time .hour, +.calendar td.time .minute, +.calendar td.time .ampm { + padding: 0px 3px 0px 4px; + border: 1px solid #889; + font-weight: bold; + background-color: #fff; +} + +.calendar td.time .ampm { + text-align: center; +} + +.calendar td.time .colon { + padding: 0px 2px 0px 3px; + font-weight: bold; +} + +.calendar td.time span.hilite { + border-color: #000; + background-color: #766; + color: #fff; +} + +.calendar td.time span.active { + border-color: #f00; + background-color: #000; + color: #0f0; +} diff --git a/htdocs/cashdesk/include/jscalendar/calendar-win2k-2.css b/htdocs/cashdesk/include/jscalendar/calendar-win2k-2.css new file mode 100644 index 00000000000..6f37b7dcd7d --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/calendar-win2k-2.css @@ -0,0 +1,271 @@ +/* The main calendar widget. DIV containing a table. */ + +.calendar { + position: relative; + display: none; + border-top: 2px solid #fff; + border-right: 2px solid #000; + border-bottom: 2px solid #000; + border-left: 2px solid #fff; + font-size: 11px; + color: #000; + cursor: default; + background: #d4c8d0; + font-family: tahoma,verdana,sans-serif; +} + +.calendar table { + border-top: 1px solid #000; + border-right: 1px solid #fff; + border-bottom: 1px solid #fff; + border-left: 1px solid #000; + font-size: 11px; + color: #000; + cursor: default; + background: #d4c8d0; + font-family: tahoma,verdana,sans-serif; +} + +/* Header part -- contains navigation buttons and day names. */ + +.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */ + text-align: center; + padding: 1px; + border-top: 1px solid #fff; + border-right: 1px solid #000; + border-bottom: 1px solid #000; + border-left: 1px solid #fff; +} + +.calendar .nav { + background: transparent url(menuarrow.gif) no-repeat 100% 100%; +} + +.calendar thead .title { /* This holds the current "month, year" */ + font-weight: bold; + padding: 1px; + border: 1px solid #000; + background: #847880; + color: #fff; + text-align: center; +} + +.calendar thead .headrow { /* Row containing navigation buttons */ +} + +.calendar thead .daynames { /* Row containing the day names */ +} + +.calendar thead .name { /* Cells containing the day names */ + border-bottom: 1px solid #000; + padding: 2px; + text-align: center; + background: #f4e8f0; +} + +.calendar thead .weekend { /* How a weekend day name shows in header */ + color: #f00; +} + +.calendar thead .hilite { /* How do the buttons in header appear when hover */ + border-top: 2px solid #fff; + border-right: 2px solid #000; + border-bottom: 2px solid #000; + border-left: 2px solid #fff; + padding: 0px; + background-color: #e4d8e0; +} + +.calendar thead .active { /* Active (pressed) buttons in header */ + padding: 2px 0px 0px 2px; + border-top: 1px solid #000; + border-right: 1px solid #fff; + border-bottom: 1px solid #fff; + border-left: 1px solid #000; + background-color: #c4b8c0; +} + +/* The body part -- contains all the days in month. */ + +.calendar tbody .day { /* Cells containing month days dates */ + width: 2em; + text-align: right; + padding: 2px 4px 2px 2px; +} +.calendar tbody .day.othermonth { + font-size: 80%; + color: #aaa; +} +.calendar tbody .day.othermonth.oweekend { + color: #faa; +} + +.calendar table .wn { + padding: 2px 3px 2px 2px; + border-right: 1px solid #000; + background: #f4e8f0; +} + +.calendar tbody .rowhilite td { + background: #e4d8e0; +} + +.calendar tbody .rowhilite td.wn { + background: #d4c8d0; +} + +.calendar tbody td.hilite { /* Hovered cells */ + padding: 1px 3px 1px 1px; + border-top: 1px solid #fff; + border-right: 1px solid #000; + border-bottom: 1px solid #000; + border-left: 1px solid #fff; +} + +.calendar tbody td.active { /* Active (pressed) cells */ + padding: 2px 2px 0px 2px; + border-top: 1px solid #000; + border-right: 1px solid #fff; + border-bottom: 1px solid #fff; + border-left: 1px solid #000; +} + +.calendar tbody td.selected { /* Cell showing selected date */ + font-weight: bold; + border-top: 1px solid #000; + border-right: 1px solid #fff; + border-bottom: 1px solid #fff; + border-left: 1px solid #000; + padding: 2px 2px 0px 2px; + background: #e4d8e0; +} + +.calendar tbody td.weekend { /* Cells showing weekend days */ + color: #f00; +} + +.calendar tbody td.today { /* Cell showing today date */ + font-weight: bold; + color: #00f; +} + +.calendar tbody .disabled { color: #999; } + +.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */ + visibility: hidden; +} + +.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */ + display: none; +} + +/* The footer part -- status bar and "Close" button */ + +.calendar tfoot .footrow { /* The in footer (only one right now) */ +} + +.calendar tfoot .ttip { /* Tooltip (status bar) cell */ + background: #f4e8f0; + padding: 1px; + border: 1px solid #000; + background: #847880; + color: #fff; + text-align: center; +} + +.calendar tfoot .hilite { /* Hover style for buttons in footer */ + border-top: 1px solid #fff; + border-right: 1px solid #000; + border-bottom: 1px solid #000; + border-left: 1px solid #fff; + padding: 1px; + background: #e4d8e0; +} + +.calendar tfoot .active { /* Active (pressed) style for buttons in footer */ + padding: 2px 0px 0px 2px; + border-top: 1px solid #000; + border-right: 1px solid #fff; + border-bottom: 1px solid #fff; + border-left: 1px solid #000; +} + +/* Combo boxes (menus that display months/years for direct selection) */ + +.calendar .combo { + position: absolute; + display: none; + width: 4em; + top: 0px; + left: 0px; + cursor: default; + border-top: 1px solid #fff; + border-right: 1px solid #000; + border-bottom: 1px solid #000; + border-left: 1px solid #fff; + background: #e4d8e0; + font-size: 90%; + padding: 1px; + z-index: 100; +} + +.calendar .combo .label, +.calendar .combo .label-IEfix { + text-align: center; + padding: 1px; +} + +.calendar .combo .label-IEfix { + width: 4em; +} + +.calendar .combo .active { + background: #d4c8d0; + padding: 0px; + border-top: 1px solid #000; + border-right: 1px solid #fff; + border-bottom: 1px solid #fff; + border-left: 1px solid #000; +} + +.calendar .combo .hilite { + background: #408; + color: #fea; +} + +.calendar td.time { + border-top: 1px solid #000; + padding: 1px 0px; + text-align: center; + background-color: #f4f0e8; +} + +.calendar td.time .hour, +.calendar td.time .minute, +.calendar td.time .ampm { + padding: 0px 3px 0px 4px; + border: 1px solid #889; + font-weight: bold; + background-color: #fff; +} + +.calendar td.time .ampm { + text-align: center; +} + +.calendar td.time .colon { + padding: 0px 2px 0px 3px; + font-weight: bold; +} + +.calendar td.time span.hilite { + border-color: #000; + background-color: #766; + color: #fff; +} + +.calendar td.time span.active { + border-color: #f00; + background-color: #000; + color: #0f0; +} diff --git a/htdocs/cashdesk/include/jscalendar/calendar-win2k-cold-1.css b/htdocs/cashdesk/include/jscalendar/calendar-win2k-cold-1.css new file mode 100644 index 00000000000..fa5c0932178 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/calendar-win2k-cold-1.css @@ -0,0 +1,265 @@ +/* The main calendar widget. DIV containing a table. */ + +.calendar { + position: relative; + display: none; + border-top: 2px solid #fff; + border-right: 2px solid #000; + border-bottom: 2px solid #000; + border-left: 2px solid #fff; + font-size: 11px; + color: #000; + cursor: default; + background: #c8d0d4; + font-family: tahoma,verdana,sans-serif; +} + +.calendar table { + border-top: 1px solid #000; + border-right: 1px solid #fff; + border-bottom: 1px solid #fff; + border-left: 1px solid #000; + font-size: 11px; + color: #000; + cursor: default; + background: #c8d0d4; + font-family: tahoma,verdana,sans-serif; +} + +/* Header part -- contains navigation buttons and day names. */ + +.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */ + text-align: center; + padding: 1px; + border-top: 1px solid #fff; + border-right: 1px solid #000; + border-bottom: 1px solid #000; + border-left: 1px solid #fff; +} + +.calendar .nav { + background: transparent url(menuarrow.gif) no-repeat 100% 100%; +} + +.calendar thead .title { /* This holds the current "month, year" */ + font-weight: bold; + padding: 1px; + border: 1px solid #000; + background: #788084; + color: #fff; + text-align: center; +} + +.calendar thead .headrow { /* Row containing navigation buttons */ +} + +.calendar thead .daynames { /* Row containing the day names */ +} + +.calendar thead .name { /* Cells containing the day names */ + border-bottom: 1px solid #000; + padding: 2px; + text-align: center; + background: #e8f0f4; +} + +.calendar thead .weekend { /* How a weekend day name shows in header */ + color: #f00; +} + +.calendar thead .hilite { /* How do the buttons in header appear when hover */ + border-top: 2px solid #fff; + border-right: 2px solid #000; + border-bottom: 2px solid #000; + border-left: 2px solid #fff; + padding: 0px; + background-color: #d8e0e4; +} + +.calendar thead .active { /* Active (pressed) buttons in header */ + padding: 2px 0px 0px 2px; + border-top: 1px solid #000; + border-right: 1px solid #fff; + border-bottom: 1px solid #fff; + border-left: 1px solid #000; + background-color: #b8c0c4; +} + +/* The body part -- contains all the days in month. */ + +.calendar tbody .day { /* Cells containing month days dates */ + width: 2em; + text-align: right; + padding: 2px 4px 2px 2px; +} +.calendar tbody .day.othermonth { + font-size: 80%; + color: #aaa; +} +.calendar tbody .day.othermonth.oweekend { + color: #faa; +} + +.calendar table .wn { + padding: 2px 3px 2px 2px; + border-right: 1px solid #000; + background: #e8f4f0; +} + +.calendar tbody .rowhilite td { + background: #d8e4e0; +} + +.calendar tbody .rowhilite td.wn { + background: #c8d4d0; +} + +.calendar tbody td.hilite { /* Hovered cells */ + padding: 1px 3px 1px 1px; + border: 1px solid; + border-color: #fff #000 #000 #fff; +} + +.calendar tbody td.active { /* Active (pressed) cells */ + padding: 2px 2px 0px 2px; + border: 1px solid; + border-color: #000 #fff #fff #000; +} + +.calendar tbody td.selected { /* Cell showing selected date */ + font-weight: bold; + padding: 2px 2px 0px 2px; + border: 1px solid; + border-color: #000 #fff #fff #000; + background: #d8e0e4; +} + +.calendar tbody td.weekend { /* Cells showing weekend days */ + color: #f00; +} + +.calendar tbody td.today { /* Cell showing today date */ + font-weight: bold; + color: #00f; +} + +.calendar tbody .disabled { color: #999; } + +.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */ + visibility: hidden; +} + +.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */ + display: none; +} + +/* The footer part -- status bar and "Close" button */ + +.calendar tfoot .footrow { /* The in footer (only one right now) */ +} + +.calendar tfoot .ttip { /* Tooltip (status bar) cell */ + background: #e8f0f4; + padding: 1px; + border: 1px solid #000; + background: #788084; + color: #fff; + text-align: center; +} + +.calendar tfoot .hilite { /* Hover style for buttons in footer */ + border-top: 1px solid #fff; + border-right: 1px solid #000; + border-bottom: 1px solid #000; + border-left: 1px solid #fff; + padding: 1px; + background: #d8e0e4; +} + +.calendar tfoot .active { /* Active (pressed) style for buttons in footer */ + padding: 2px 0px 0px 2px; + border-top: 1px solid #000; + border-right: 1px solid #fff; + border-bottom: 1px solid #fff; + border-left: 1px solid #000; +} + +/* Combo boxes (menus that display months/years for direct selection) */ + +.calendar .combo { + position: absolute; + display: none; + width: 4em; + top: 0px; + left: 0px; + cursor: default; + border-top: 1px solid #fff; + border-right: 1px solid #000; + border-bottom: 1px solid #000; + border-left: 1px solid #fff; + background: #d8e0e4; + font-size: 90%; + padding: 1px; + z-index: 100; +} + +.calendar .combo .label, +.calendar .combo .label-IEfix { + text-align: center; + padding: 1px; +} + +.calendar .combo .label-IEfix { + width: 4em; +} + +.calendar .combo .active { + background: #c8d0d4; + padding: 0px; + border-top: 1px solid #000; + border-right: 1px solid #fff; + border-bottom: 1px solid #fff; + border-left: 1px solid #000; +} + +.calendar .combo .hilite { + background: #048; + color: #aef; +} + +.calendar td.time { + border-top: 1px solid #000; + padding: 1px 0px; + text-align: center; + background-color: #e8f0f4; +} + +.calendar td.time .hour, +.calendar td.time .minute, +.calendar td.time .ampm { + padding: 0px 3px 0px 4px; + border: 1px solid #889; + font-weight: bold; + background-color: #fff; +} + +.calendar td.time .ampm { + text-align: center; +} + +.calendar td.time .colon { + padding: 0px 2px 0px 3px; + font-weight: bold; +} + +.calendar td.time span.hilite { + border-color: #000; + background-color: #667; + color: #fff; +} + +.calendar td.time span.active { + border-color: #f00; + background-color: #000; + color: #0f0; +} diff --git a/htdocs/cashdesk/include/jscalendar/calendar-win2k-cold-2.css b/htdocs/cashdesk/include/jscalendar/calendar-win2k-cold-2.css new file mode 100644 index 00000000000..8e930c8f4f8 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/calendar-win2k-cold-2.css @@ -0,0 +1,271 @@ +/* The main calendar widget. DIV containing a table. */ + +.calendar { + position: relative; + display: none; + border-top: 2px solid #fff; + border-right: 2px solid #000; + border-bottom: 2px solid #000; + border-left: 2px solid #fff; + font-size: 11px; + color: #000; + cursor: default; + background: #c8d4d0; + font-family: tahoma,verdana,sans-serif; +} + +.calendar table { + border-top: 1px solid #000; + border-right: 1px solid #fff; + border-bottom: 1px solid #fff; + border-left: 1px solid #000; + font-size: 11px; + color: #000; + cursor: default; + background: #c8d4d0; + font-family: tahoma,verdana,sans-serif; +} + +/* Header part -- contains navigation buttons and day names. */ + +.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */ + text-align: center; + padding: 1px; + border-top: 1px solid #fff; + border-right: 1px solid #000; + border-bottom: 1px solid #000; + border-left: 1px solid #fff; +} + +.calendar .nav { + background: transparent url(menuarrow.gif) no-repeat 100% 100%; +} + +.calendar thead .title { /* This holds the current "month, year" */ + font-weight: bold; + padding: 1px; + border: 1px solid #000; + background: #788480; + color: #fff; + text-align: center; +} + +.calendar thead .headrow { /* Row containing navigation buttons */ +} + +.calendar thead .daynames { /* Row containing the day names */ +} + +.calendar thead .name { /* Cells containing the day names */ + border-bottom: 1px solid #000; + padding: 2px; + text-align: center; + background: #e8f4f0; +} + +.calendar thead .weekend { /* How a weekend day name shows in header */ + color: #f00; +} + +.calendar thead .hilite { /* How do the buttons in header appear when hover */ + border-top: 2px solid #fff; + border-right: 2px solid #000; + border-bottom: 2px solid #000; + border-left: 2px solid #fff; + padding: 0px; + background-color: #d8e4e0; +} + +.calendar thead .active { /* Active (pressed) buttons in header */ + padding: 2px 0px 0px 2px; + border-top: 1px solid #000; + border-right: 1px solid #fff; + border-bottom: 1px solid #fff; + border-left: 1px solid #000; + background-color: #b8c4c0; +} + +/* The body part -- contains all the days in month. */ + +.calendar tbody .day { /* Cells containing month days dates */ + width: 2em; + text-align: right; + padding: 2px 4px 2px 2px; +} +.calendar tbody .day.othermonth { + font-size: 80%; + color: #aaa; +} +.calendar tbody .day.othermonth.oweekend { + color: #faa; +} + +.calendar table .wn { + padding: 2px 3px 2px 2px; + border-right: 1px solid #000; + background: #e8f4f0; +} + +.calendar tbody .rowhilite td { + background: #d8e4e0; +} + +.calendar tbody .rowhilite td.wn { + background: #c8d4d0; +} + +.calendar tbody td.hilite { /* Hovered cells */ + padding: 1px 3px 1px 1px; + border-top: 1px solid #fff; + border-right: 1px solid #000; + border-bottom: 1px solid #000; + border-left: 1px solid #fff; +} + +.calendar tbody td.active { /* Active (pressed) cells */ + padding: 2px 2px 0px 2px; + border-top: 1px solid #000; + border-right: 1px solid #fff; + border-bottom: 1px solid #fff; + border-left: 1px solid #000; +} + +.calendar tbody td.selected { /* Cell showing selected date */ + font-weight: bold; + border-top: 1px solid #000; + border-right: 1px solid #fff; + border-bottom: 1px solid #fff; + border-left: 1px solid #000; + padding: 2px 2px 0px 2px; + background: #d8e4e0; +} + +.calendar tbody td.weekend { /* Cells showing weekend days */ + color: #f00; +} + +.calendar tbody td.today { /* Cell showing today date */ + font-weight: bold; + color: #00f; +} + +.calendar tbody .disabled { color: #999; } + +.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */ + visibility: hidden; +} + +.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */ + display: none; +} + +/* The footer part -- status bar and "Close" button */ + +.calendar tfoot .footrow { /* The in footer (only one right now) */ +} + +.calendar tfoot .ttip { /* Tooltip (status bar) cell */ + background: #e8f4f0; + padding: 1px; + border: 1px solid #000; + background: #788480; + color: #fff; + text-align: center; +} + +.calendar tfoot .hilite { /* Hover style for buttons in footer */ + border-top: 1px solid #fff; + border-right: 1px solid #000; + border-bottom: 1px solid #000; + border-left: 1px solid #fff; + padding: 1px; + background: #d8e4e0; +} + +.calendar tfoot .active { /* Active (pressed) style for buttons in footer */ + padding: 2px 0px 0px 2px; + border-top: 1px solid #000; + border-right: 1px solid #fff; + border-bottom: 1px solid #fff; + border-left: 1px solid #000; +} + +/* Combo boxes (menus that display months/years for direct selection) */ + +.calendar .combo { + position: absolute; + display: none; + width: 4em; + top: 0px; + left: 0px; + cursor: default; + border-top: 1px solid #fff; + border-right: 1px solid #000; + border-bottom: 1px solid #000; + border-left: 1px solid #fff; + background: #d8e4e0; + font-size: 90%; + padding: 1px; + z-index: 100; +} + +.calendar .combo .label, +.calendar .combo .label-IEfix { + text-align: center; + padding: 1px; +} + +.calendar .combo .label-IEfix { + width: 4em; +} + +.calendar .combo .active { + background: #c8d4d0; + padding: 0px; + border-top: 1px solid #000; + border-right: 1px solid #fff; + border-bottom: 1px solid #fff; + border-left: 1px solid #000; +} + +.calendar .combo .hilite { + background: #048; + color: #aef; +} + +.calendar td.time { + border-top: 1px solid #000; + padding: 1px 0px; + text-align: center; + background-color: #e8f0f4; +} + +.calendar td.time .hour, +.calendar td.time .minute, +.calendar td.time .ampm { + padding: 0px 3px 0px 4px; + border: 1px solid #889; + font-weight: bold; + background-color: #fff; +} + +.calendar td.time .ampm { + text-align: center; +} + +.calendar td.time .colon { + padding: 0px 2px 0px 3px; + font-weight: bold; +} + +.calendar td.time span.hilite { + border-color: #000; + background-color: #667; + color: #fff; +} + +.calendar td.time span.active { + border-color: #f00; + background-color: #000; + color: #0f0; +} diff --git a/htdocs/cashdesk/include/jscalendar/calendar.js b/htdocs/cashdesk/include/jscalendar/calendar.js new file mode 100644 index 00000000000..f6c139812e7 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/calendar.js @@ -0,0 +1,1806 @@ +/* Copyright Mihai Bazon, 2002-2005 | www.bazon.net/mishoo + * ----------------------------------------------------------- + * + * The DHTML Calendar, version 1.0 "It is happening again" + * + * Details and latest version at: + * www.dynarch.com/projects/calendar + * + * This script is developed by Dynarch.com. Visit us at www.dynarch.com. + * + * This script is distributed under the GNU Lesser General Public License. + * Read the entire license text here: http://www.gnu.org/licenses/lgpl.html + */ + +// $Id$ + +/** The Calendar object constructor. */ +Calendar = function (firstDayOfWeek, dateStr, onSelected, onClose) { + // member variables + this.activeDiv = null; + this.currentDateEl = null; + this.getDateStatus = null; + this.getDateToolTip = null; + this.getDateText = null; + this.timeout = null; + this.onSelected = onSelected || null; + this.onClose = onClose || null; + this.dragging = false; + this.hidden = false; + this.minYear = 1970; + this.maxYear = 2050; + this.dateFormat = Calendar._TT["DEF_DATE_FORMAT"]; + this.ttDateFormat = Calendar._TT["TT_DATE_FORMAT"]; + this.isPopup = true; + this.weekNumbers = true; + this.firstDayOfWeek = typeof firstDayOfWeek == "number" ? firstDayOfWeek : Calendar._FD; // 0 for Sunday, 1 for Monday, etc. + this.showsOtherMonths = false; + this.dateStr = dateStr; + this.ar_days = null; + this.showsTime = false; + this.time24 = true; + this.yearStep = 2; + this.hiliteToday = true; + this.multiple = null; + // HTML elements + this.table = null; + this.element = null; + this.tbody = null; + this.firstdayname = null; + // Combo boxes + this.monthsCombo = null; + this.yearsCombo = null; + this.hilitedMonth = null; + this.activeMonth = null; + this.hilitedYear = null; + this.activeYear = null; + // Information + this.dateClicked = false; + + // one-time initializations + if (typeof Calendar._SDN == "undefined") { + // table of short day names + if (typeof Calendar._SDN_len == "undefined") + Calendar._SDN_len = 3; + var ar = new Array(); + for (var i = 8; i > 0;) { + ar[--i] = Calendar._DN[i].substr(0, Calendar._SDN_len); + } + Calendar._SDN = ar; + // table of short month names + if (typeof Calendar._SMN_len == "undefined") + Calendar._SMN_len = 3; + ar = new Array(); + for (var i = 12; i > 0;) { + ar[--i] = Calendar._MN[i].substr(0, Calendar._SMN_len); + } + Calendar._SMN = ar; + } +}; + +// ** constants + +/// "static", needed for event handlers. +Calendar._C = null; + +/// detect a special case of "web browser" +Calendar.is_ie = ( /msie/i.test(navigator.userAgent) && + !/opera/i.test(navigator.userAgent) ); + +Calendar.is_ie5 = ( Calendar.is_ie && /msie 5\.0/i.test(navigator.userAgent) ); + +/// detect Opera browser +Calendar.is_opera = /opera/i.test(navigator.userAgent); + +/// detect KHTML-based browsers +Calendar.is_khtml = /Konqueror|Safari|KHTML/i.test(navigator.userAgent); + +// BEGIN: UTILITY FUNCTIONS; beware that these might be moved into a separate +// library, at some point. + +Calendar.getAbsolutePos = function(el) { + var SL = 0, ST = 0; + var is_div = /^div$/i.test(el.tagName); + if (is_div && el.scrollLeft) + SL = el.scrollLeft; + if (is_div && el.scrollTop) + ST = el.scrollTop; + var r = { x: el.offsetLeft - SL, y: el.offsetTop - ST }; + if (el.offsetParent) { + var tmp = this.getAbsolutePos(el.offsetParent); + r.x += tmp.x; + r.y += tmp.y; + } + return r; +}; + +Calendar.isRelated = function (el, evt) { + var related = evt.relatedTarget; + if (!related) { + var type = evt.type; + if (type == "mouseover") { + related = evt.fromElement; + } else if (type == "mouseout") { + related = evt.toElement; + } + } + while (related) { + if (related == el) { + return true; + } + related = related.parentNode; + } + return false; +}; + +Calendar.removeClass = function(el, className) { + if (!(el && el.className)) { + return; + } + var cls = el.className.split(" "); + var ar = new Array(); + for (var i = cls.length; i > 0;) { + if (cls[--i] != className) { + ar[ar.length] = cls[i]; + } + } + el.className = ar.join(" "); +}; + +Calendar.addClass = function(el, className) { + Calendar.removeClass(el, className); + el.className += " " + className; +}; + +// FIXME: the following 2 functions totally suck, are useless and should be replaced immediately. +Calendar.getElement = function(ev) { + var f = Calendar.is_ie ? window.event.srcElement : ev.currentTarget; + while (f.nodeType != 1 || /^div$/i.test(f.tagName)) + f = f.parentNode; + return f; +}; + +Calendar.getTargetElement = function(ev) { + var f = Calendar.is_ie ? window.event.srcElement : ev.target; + while (f.nodeType != 1) + f = f.parentNode; + return f; +}; + +Calendar.stopEvent = function(ev) { + ev || (ev = window.event); + if (Calendar.is_ie) { + ev.cancelBubble = true; + ev.returnValue = false; + } else { + ev.preventDefault(); + ev.stopPropagation(); + } + return false; +}; + +Calendar.addEvent = function(el, evname, func) { + if (el.attachEvent) { // IE + el.attachEvent("on" + evname, func); + } else if (el.addEventListener) { // Gecko / W3C + el.addEventListener(evname, func, true); + } else { + el["on" + evname] = func; + } +}; + +Calendar.removeEvent = function(el, evname, func) { + if (el.detachEvent) { // IE + el.detachEvent("on" + evname, func); + } else if (el.removeEventListener) { // Gecko / W3C + el.removeEventListener(evname, func, true); + } else { + el["on" + evname] = null; + } +}; + +Calendar.createElement = function(type, parent) { + var el = null; + if (document.createElementNS) { + // use the XHTML namespace; IE won't normally get here unless + // _they_ "fix" the DOM2 implementation. + el = document.createElementNS("http://www.w3.org/1999/xhtml", type); + } else { + el = document.createElement(type); + } + if (typeof parent != "undefined") { + parent.appendChild(el); + } + return el; +}; + +// END: UTILITY FUNCTIONS + +// BEGIN: CALENDAR STATIC FUNCTIONS + +/** Internal -- adds a set of events to make some element behave like a button. */ +Calendar._add_evs = function(el) { + with (Calendar) { + addEvent(el, "mouseover", dayMouseOver); + addEvent(el, "mousedown", dayMouseDown); + addEvent(el, "mouseout", dayMouseOut); + if (is_ie) { + addEvent(el, "dblclick", dayMouseDblClick); + el.setAttribute("unselectable", true); + } + } +}; + +Calendar.findMonth = function(el) { + if (typeof el.month != "undefined") { + return el; + } else if (typeof el.parentNode.month != "undefined") { + return el.parentNode; + } + return null; +}; + +Calendar.findYear = function(el) { + if (typeof el.year != "undefined") { + return el; + } else if (typeof el.parentNode.year != "undefined") { + return el.parentNode; + } + return null; +}; + +Calendar.showMonthsCombo = function () { + var cal = Calendar._C; + if (!cal) { + return false; + } + var cal = cal; + var cd = cal.activeDiv; + var mc = cal.monthsCombo; + if (cal.hilitedMonth) { + Calendar.removeClass(cal.hilitedMonth, "hilite"); + } + if (cal.activeMonth) { + Calendar.removeClass(cal.activeMonth, "active"); + } + var mon = cal.monthsCombo.getElementsByTagName("div")[cal.date.getMonth()]; + Calendar.addClass(mon, "active"); + cal.activeMonth = mon; + var s = mc.style; + s.display = "block"; + if (cd.navtype < 0) + s.left = cd.offsetLeft + "px"; + else { + var mcw = mc.offsetWidth; + if (typeof mcw == "undefined") + // Konqueror brain-dead techniques + mcw = 50; + s.left = (cd.offsetLeft + cd.offsetWidth - mcw) + "px"; + } + s.top = (cd.offsetTop + cd.offsetHeight) + "px"; +}; + +Calendar.showYearsCombo = function (fwd) { + var cal = Calendar._C; + if (!cal) { + return false; + } + var cal = cal; + var cd = cal.activeDiv; + var yc = cal.yearsCombo; + if (cal.hilitedYear) { + Calendar.removeClass(cal.hilitedYear, "hilite"); + } + if (cal.activeYear) { + Calendar.removeClass(cal.activeYear, "active"); + } + cal.activeYear = null; + var Y = cal.date.getFullYear() + (fwd ? 1 : -1); + var yr = yc.firstChild; + var show = false; + for (var i = 12; i > 0; --i) { + if (Y >= cal.minYear && Y <= cal.maxYear) { + yr.innerHTML = Y; + yr.year = Y; + yr.style.display = "block"; + show = true; + } else { + yr.style.display = "none"; + } + yr = yr.nextSibling; + Y += fwd ? cal.yearStep : -cal.yearStep; + } + if (show) { + var s = yc.style; + s.display = "block"; + if (cd.navtype < 0) + s.left = cd.offsetLeft + "px"; + else { + var ycw = yc.offsetWidth; + if (typeof ycw == "undefined") + // Konqueror brain-dead techniques + ycw = 50; + s.left = (cd.offsetLeft + cd.offsetWidth - ycw) + "px"; + } + s.top = (cd.offsetTop + cd.offsetHeight) + "px"; + } +}; + +// event handlers + +Calendar.tableMouseUp = function(ev) { + var cal = Calendar._C; + if (!cal) { + return false; + } + if (cal.timeout) { + clearTimeout(cal.timeout); + } + var el = cal.activeDiv; + if (!el) { + return false; + } + var target = Calendar.getTargetElement(ev); + ev || (ev = window.event); + Calendar.removeClass(el, "active"); + if (target == el || target.parentNode == el) { + Calendar.cellClick(el, ev); + } + var mon = Calendar.findMonth(target); + var date = null; + if (mon) { + date = new Date(cal.date); + if (mon.month != date.getMonth()) { + date.setMonth(mon.month); + cal.setDate(date); + cal.dateClicked = false; + cal.callHandler(); + } + } else { + var year = Calendar.findYear(target); + if (year) { + date = new Date(cal.date); + if (year.year != date.getFullYear()) { + date.setFullYear(year.year); + cal.setDate(date); + cal.dateClicked = false; + cal.callHandler(); + } + } + } + with (Calendar) { + removeEvent(document, "mouseup", tableMouseUp); + removeEvent(document, "mouseover", tableMouseOver); + removeEvent(document, "mousemove", tableMouseOver); + cal._hideCombos(); + _C = null; + return stopEvent(ev); + } +}; + +Calendar.tableMouseOver = function (ev) { + var cal = Calendar._C; + if (!cal) { + return; + } + var el = cal.activeDiv; + var target = Calendar.getTargetElement(ev); + if (target == el || target.parentNode == el) { + Calendar.addClass(el, "hilite active"); + Calendar.addClass(el.parentNode, "rowhilite"); + } else { + if (typeof el.navtype == "undefined" || (el.navtype != 50 && (el.navtype == 0 || Math.abs(el.navtype) > 2))) + Calendar.removeClass(el, "active"); + Calendar.removeClass(el, "hilite"); + Calendar.removeClass(el.parentNode, "rowhilite"); + } + ev || (ev = window.event); + if (el.navtype == 50 && target != el) { + var pos = Calendar.getAbsolutePos(el); + var w = el.offsetWidth; + var x = ev.clientX; + var dx; + var decrease = true; + if (x > pos.x + w) { + dx = x - pos.x - w; + decrease = false; + } else + dx = pos.x - x; + + if (dx < 0) dx = 0; + var range = el._range; + var current = el._current; + var count = Math.floor(dx / 10) % range.length; + for (var i = range.length; --i >= 0;) + if (range[i] == current) + break; + while (count-- > 0) + if (decrease) { + if (--i < 0) + i = range.length - 1; + } else if ( ++i >= range.length ) + i = 0; + var newval = range[i]; + el.innerHTML = newval; + + cal.onUpdateTime(); + } + var mon = Calendar.findMonth(target); + if (mon) { + if (mon.month != cal.date.getMonth()) { + if (cal.hilitedMonth) { + Calendar.removeClass(cal.hilitedMonth, "hilite"); + } + Calendar.addClass(mon, "hilite"); + cal.hilitedMonth = mon; + } else if (cal.hilitedMonth) { + Calendar.removeClass(cal.hilitedMonth, "hilite"); + } + } else { + if (cal.hilitedMonth) { + Calendar.removeClass(cal.hilitedMonth, "hilite"); + } + var year = Calendar.findYear(target); + if (year) { + if (year.year != cal.date.getFullYear()) { + if (cal.hilitedYear) { + Calendar.removeClass(cal.hilitedYear, "hilite"); + } + Calendar.addClass(year, "hilite"); + cal.hilitedYear = year; + } else if (cal.hilitedYear) { + Calendar.removeClass(cal.hilitedYear, "hilite"); + } + } else if (cal.hilitedYear) { + Calendar.removeClass(cal.hilitedYear, "hilite"); + } + } + return Calendar.stopEvent(ev); +}; + +Calendar.tableMouseDown = function (ev) { + if (Calendar.getTargetElement(ev) == Calendar.getElement(ev)) { + return Calendar.stopEvent(ev); + } +}; + +Calendar.calDragIt = function (ev) { + var cal = Calendar._C; + if (!(cal && cal.dragging)) { + return false; + } + var posX; + var posY; + if (Calendar.is_ie) { + posY = window.event.clientY + document.body.scrollTop; + posX = window.event.clientX + document.body.scrollLeft; + } else { + posX = ev.pageX; + posY = ev.pageY; + } + cal.hideShowCovered(); + var st = cal.element.style; + st.left = (posX - cal.xOffs) + "px"; + st.top = (posY - cal.yOffs) + "px"; + return Calendar.stopEvent(ev); +}; + +Calendar.calDragEnd = function (ev) { + var cal = Calendar._C; + if (!cal) { + return false; + } + cal.dragging = false; + with (Calendar) { + removeEvent(document, "mousemove", calDragIt); + removeEvent(document, "mouseup", calDragEnd); + tableMouseUp(ev); + } + cal.hideShowCovered(); +}; + +Calendar.dayMouseDown = function(ev) { + var el = Calendar.getElement(ev); + if (el.disabled) { + return false; + } + var cal = el.calendar; + cal.activeDiv = el; + Calendar._C = cal; + if (el.navtype != 300) with (Calendar) { + if (el.navtype == 50) { + el._current = el.innerHTML; + addEvent(document, "mousemove", tableMouseOver); + } else + addEvent(document, Calendar.is_ie5 ? "mousemove" : "mouseover", tableMouseOver); + addClass(el, "hilite active"); + addEvent(document, "mouseup", tableMouseUp); + } else if (cal.isPopup) { + cal._dragStart(ev); + } + if (el.navtype == -1 || el.navtype == 1) { + if (cal.timeout) clearTimeout(cal.timeout); + cal.timeout = setTimeout("Calendar.showMonthsCombo()", 250); + } else if (el.navtype == -2 || el.navtype == 2) { + if (cal.timeout) clearTimeout(cal.timeout); + cal.timeout = setTimeout((el.navtype > 0) ? "Calendar.showYearsCombo(true)" : "Calendar.showYearsCombo(false)", 250); + } else { + cal.timeout = null; + } + return Calendar.stopEvent(ev); +}; + +Calendar.dayMouseDblClick = function(ev) { + Calendar.cellClick(Calendar.getElement(ev), ev || window.event); + if (Calendar.is_ie) { + document.selection.empty(); + } +}; + +Calendar.dayMouseOver = function(ev) { + var el = Calendar.getElement(ev); + if (Calendar.isRelated(el, ev) || Calendar._C || el.disabled) { + return false; + } + if (el.ttip) { + if (el.ttip.substr(0, 1) == "_") { + el.ttip = el.caldate.print(el.calendar.ttDateFormat) + el.ttip.substr(1); + } + el.calendar.tooltips.innerHTML = el.ttip; + } + if (el.navtype != 300) { + Calendar.addClass(el, "hilite"); + if (el.caldate) { + Calendar.addClass(el.parentNode, "rowhilite"); + } + } + return Calendar.stopEvent(ev); +}; + +Calendar.dayMouseOut = function(ev) { + with (Calendar) { + var el = getElement(ev); + if (isRelated(el, ev) || _C || el.disabled) + return false; + removeClass(el, "hilite"); + if (el.caldate) + removeClass(el.parentNode, "rowhilite"); + if (el.calendar) + el.calendar.tooltips.innerHTML = _TT["SEL_DATE"]; + return stopEvent(ev); + } +}; + +/** + * A generic "click" handler :) handles all types of buttons defined in this + * calendar. + */ +Calendar.cellClick = function(el, ev) { + var cal = el.calendar; + var closing = false; + var newdate = false; + var date = null; + if (typeof el.navtype == "undefined") { + if (cal.currentDateEl) { + Calendar.removeClass(cal.currentDateEl, "selected"); + Calendar.addClass(el, "selected"); + closing = (cal.currentDateEl == el); + if (!closing) { + cal.currentDateEl = el; + } + } + cal.date.setDateOnly(el.caldate); + date = cal.date; + var other_month = !(cal.dateClicked = !el.otherMonth); + if (!other_month && !cal.currentDateEl) + cal._toggleMultipleDate(new Date(date)); + else + newdate = !el.disabled; + // a date was clicked + if (other_month) + cal._init(cal.firstDayOfWeek, date); + } else { + if (el.navtype == 200) { + Calendar.removeClass(el, "hilite"); + cal.callCloseHandler(); + return; + } + date = new Date(cal.date); + if (el.navtype == 0) + date.setDateOnly(new Date()); // TODAY + // unless "today" was clicked, we assume no date was clicked so + // the selected handler will know not to close the calenar when + // in single-click mode. + // cal.dateClicked = (el.navtype == 0); + cal.dateClicked = false; + var year = date.getFullYear(); + var mon = date.getMonth(); + function setMonth(m) { + var day = date.getDate(); + var max = date.getMonthDays(m); + if (day > max) { + date.setDate(max); + } + date.setMonth(m); + }; + switch (el.navtype) { + case 400: + Calendar.removeClass(el, "hilite"); + var text = Calendar._TT["ABOUT"]; + if (typeof text != "undefined") { + text += cal.showsTime ? Calendar._TT["ABOUT_TIME"] : ""; + } else { + // FIXME: this should be removed as soon as lang files get updated! + text = "Help and about box text is not translated into this language.\n" + + "If you know this language and you feel generous please update\n" + + "the corresponding file in \"lang\" subdir to match calendar-en.js\n" + + "and send it back to to get it into the distribution ;-)\n\n" + + "Thank you!\n" + + "http://dynarch.com/mishoo/calendar.epl\n"; + } + alert(text); + return; + case -2: + if (year > cal.minYear) { + date.setFullYear(year - 1); + } + break; + case -1: + if (mon > 0) { + setMonth(mon - 1); + } else if (year-- > cal.minYear) { + date.setFullYear(year); + setMonth(11); + } + break; + case 1: + if (mon < 11) { + setMonth(mon + 1); + } else if (year < cal.maxYear) { + date.setFullYear(year + 1); + setMonth(0); + } + break; + case 2: + if (year < cal.maxYear) { + date.setFullYear(year + 1); + } + break; + case 100: + cal.setFirstDayOfWeek(el.fdow); + return; + case 50: + var range = el._range; + var current = el.innerHTML; + for (var i = range.length; --i >= 0;) + if (range[i] == current) + break; + if (ev && ev.shiftKey) { + if (--i < 0) + i = range.length - 1; + } else if ( ++i >= range.length ) + i = 0; + var newval = range[i]; + el.innerHTML = newval; + cal.onUpdateTime(); + return; + case 0: + // TODAY will bring us here + if ((typeof cal.getDateStatus == "function") && + cal.getDateStatus(date, date.getFullYear(), date.getMonth(), date.getDate())) { + return false; + } + break; + } + if (!date.equalsTo(cal.date)) { + cal.setDate(date); + newdate = true; + } else if (el.navtype == 0) + newdate = closing = true; + } + if (newdate) { + ev && cal.callHandler(); + } + if (closing) { + Calendar.removeClass(el, "hilite"); + ev && cal.callCloseHandler(); + } +}; + +// END: CALENDAR STATIC FUNCTIONS + +// BEGIN: CALENDAR OBJECT FUNCTIONS + +/** + * This function creates the calendar inside the given parent. If _par is + * null than it creates a popup calendar inside the BODY element. If _par is + * an element, be it BODY, then it creates a non-popup calendar (still + * hidden). Some properties need to be set before calling this function. + */ +Calendar.prototype.create = function (_par) { + var parent = null; + if (! _par) { + // default parent is the document body, in which case we create + // a popup calendar. + parent = document.getElementsByTagName("body")[0]; + this.isPopup = true; + } else { + parent = _par; + this.isPopup = false; + } + this.date = this.dateStr ? new Date(this.dateStr) : new Date(); + + var table = Calendar.createElement("table"); + this.table = table; + table.cellSpacing = 0; + table.cellPadding = 0; + table.calendar = this; + Calendar.addEvent(table, "mousedown", Calendar.tableMouseDown); + + var div = Calendar.createElement("div"); + this.element = div; + div.className = "calendar"; + if (this.isPopup) { + div.style.position = "absolute"; + div.style.display = "none"; + } + div.appendChild(table); + + var thead = Calendar.createElement("thead", table); + var cell = null; + var row = null; + + var cal = this; + var hh = function (text, cs, navtype) { + cell = Calendar.createElement("td", row); + cell.colSpan = cs; + cell.className = "button"; + if (navtype != 0 && Math.abs(navtype) <= 2) + cell.className += " nav"; + Calendar._add_evs(cell); + cell.calendar = cal; + cell.navtype = navtype; + cell.innerHTML = "
" + text + "
"; + return cell; + }; + + row = Calendar.createElement("tr", thead); + var title_length = 6; + (this.isPopup) && --title_length; + (this.weekNumbers) && ++title_length; + + hh("?", 1, 400).ttip = Calendar._TT["INFO"]; + this.title = hh("", title_length, 300); + this.title.className = "title"; + if (this.isPopup) { + this.title.ttip = Calendar._TT["DRAG_TO_MOVE"]; + this.title.style.cursor = "move"; + hh("×", 1, 200).ttip = Calendar._TT["CLOSE"]; + } + + row = Calendar.createElement("tr", thead); + row.className = "headrow"; + + this._nav_py = hh("«", 1, -2); + this._nav_py.ttip = Calendar._TT["PREV_YEAR"]; + + this._nav_pm = hh("‹", 1, -1); + this._nav_pm.ttip = Calendar._TT["PREV_MONTH"]; + + this._nav_now = hh(Calendar._TT["TODAY"], this.weekNumbers ? 4 : 3, 0); + this._nav_now.ttip = Calendar._TT["GO_TODAY"]; + + this._nav_nm = hh("›", 1, 1); + this._nav_nm.ttip = Calendar._TT["NEXT_MONTH"]; + + this._nav_ny = hh("»", 1, 2); + this._nav_ny.ttip = Calendar._TT["NEXT_YEAR"]; + + // day names + row = Calendar.createElement("tr", thead); + row.className = "daynames"; + if (this.weekNumbers) { + cell = Calendar.createElement("td", row); + cell.className = "name wn"; + cell.innerHTML = Calendar._TT["WK"]; + } + for (var i = 7; i > 0; --i) { + cell = Calendar.createElement("td", row); + if (!i) { + cell.navtype = 100; + cell.calendar = this; + Calendar._add_evs(cell); + } + } + this.firstdayname = (this.weekNumbers) ? row.firstChild.nextSibling : row.firstChild; + this._displayWeekdays(); + + var tbody = Calendar.createElement("tbody", table); + this.tbody = tbody; + + for (i = 6; i > 0; --i) { + row = Calendar.createElement("tr", tbody); + if (this.weekNumbers) { + cell = Calendar.createElement("td", row); + } + for (var j = 7; j > 0; --j) { + cell = Calendar.createElement("td", row); + cell.calendar = this; + Calendar._add_evs(cell); + } + } + + if (this.showsTime) { + row = Calendar.createElement("tr", tbody); + row.className = "time"; + + cell = Calendar.createElement("td", row); + cell.className = "time"; + cell.colSpan = 2; + cell.innerHTML = Calendar._TT["TIME"] || " "; + + cell = Calendar.createElement("td", row); + cell.className = "time"; + cell.colSpan = this.weekNumbers ? 4 : 3; + + (function(){ + function makeTimePart(className, init, range_start, range_end) { + var part = Calendar.createElement("span", cell); + part.className = className; + part.innerHTML = init; + part.calendar = cal; + part.ttip = Calendar._TT["TIME_PART"]; + part.navtype = 50; + part._range = []; + if (typeof range_start != "number") + part._range = range_start; + else { + for (var i = range_start; i <= range_end; ++i) { + var txt; + if (i < 10 && range_end >= 10) txt = '0' + i; + else txt = '' + i; + part._range[part._range.length] = txt; + } + } + Calendar._add_evs(part); + return part; + }; + var hrs = cal.date.getHours(); + var mins = cal.date.getMinutes(); + var t12 = !cal.time24; + var pm = (hrs > 12); + if (t12 && pm) hrs -= 12; + var H = makeTimePart("hour", hrs, t12 ? 1 : 0, t12 ? 12 : 23); + var span = Calendar.createElement("span", cell); + span.innerHTML = ":"; + span.className = "colon"; + var M = makeTimePart("minute", mins, 0, 59); + var AP = null; + cell = Calendar.createElement("td", row); + cell.className = "time"; + cell.colSpan = 2; + if (t12) + AP = makeTimePart("ampm", pm ? "pm" : "am", ["am", "pm"]); + else + cell.innerHTML = " "; + + cal.onSetTime = function() { + var pm, hrs = this.date.getHours(), + mins = this.date.getMinutes(); + if (t12) { + pm = (hrs >= 12); + if (pm) hrs -= 12; + if (hrs == 0) hrs = 12; + AP.innerHTML = pm ? "pm" : "am"; + } + H.innerHTML = (hrs < 10) ? ("0" + hrs) : hrs; + M.innerHTML = (mins < 10) ? ("0" + mins) : mins; + }; + + cal.onUpdateTime = function() { + var date = this.date; + var h = parseInt(H.innerHTML, 10); + if (t12) { + if (/pm/i.test(AP.innerHTML) && h < 12) + h += 12; + else if (/am/i.test(AP.innerHTML) && h == 12) + h = 0; + } + var d = date.getDate(); + var m = date.getMonth(); + var y = date.getFullYear(); + date.setHours(h); + date.setMinutes(parseInt(M.innerHTML, 10)); + date.setFullYear(y); + date.setMonth(m); + date.setDate(d); + this.dateClicked = false; + this.callHandler(); + }; + })(); + } else { + this.onSetTime = this.onUpdateTime = function() {}; + } + + var tfoot = Calendar.createElement("tfoot", table); + + row = Calendar.createElement("tr", tfoot); + row.className = "footrow"; + + cell = hh(Calendar._TT["SEL_DATE"], this.weekNumbers ? 8 : 7, 300); + cell.className = "ttip"; + if (this.isPopup) { + cell.ttip = Calendar._TT["DRAG_TO_MOVE"]; + cell.style.cursor = "move"; + } + this.tooltips = cell; + + div = Calendar.createElement("div", this.element); + this.monthsCombo = div; + div.className = "combo"; + for (i = 0; i < Calendar._MN.length; ++i) { + var mn = Calendar.createElement("div"); + mn.className = Calendar.is_ie ? "label-IEfix" : "label"; + mn.month = i; + mn.innerHTML = Calendar._SMN[i]; + div.appendChild(mn); + } + + div = Calendar.createElement("div", this.element); + this.yearsCombo = div; + div.className = "combo"; + for (i = 12; i > 0; --i) { + var yr = Calendar.createElement("div"); + yr.className = Calendar.is_ie ? "label-IEfix" : "label"; + div.appendChild(yr); + } + + this._init(this.firstDayOfWeek, this.date); + parent.appendChild(this.element); +}; + +/** keyboard navigation, only for popup calendars */ +Calendar._keyEvent = function(ev) { + var cal = window._dynarch_popupCalendar; + if (!cal || cal.multiple) + return false; + (Calendar.is_ie) && (ev = window.event); + var act = (Calendar.is_ie || ev.type == "keypress"), + K = ev.keyCode; + if (ev.ctrlKey) { + switch (K) { + case 37: // KEY left + act && Calendar.cellClick(cal._nav_pm); + break; + case 38: // KEY up + act && Calendar.cellClick(cal._nav_py); + break; + case 39: // KEY right + act && Calendar.cellClick(cal._nav_nm); + break; + case 40: // KEY down + act && Calendar.cellClick(cal._nav_ny); + break; + default: + return false; + } + } else switch (K) { + case 32: // KEY space (now) + Calendar.cellClick(cal._nav_now); + break; + case 27: // KEY esc + act && cal.callCloseHandler(); + break; + case 37: // KEY left + case 38: // KEY up + case 39: // KEY right + case 40: // KEY down + if (act) { + var prev, x, y, ne, el, step; + prev = K == 37 || K == 38; + step = (K == 37 || K == 39) ? 1 : 7; + function setVars() { + el = cal.currentDateEl; + var p = el.pos; + x = p & 15; + y = p >> 4; + ne = cal.ar_days[y][x]; + };setVars(); + function prevMonth() { + var date = new Date(cal.date); + date.setDate(date.getDate() - step); + cal.setDate(date); + }; + function nextMonth() { + var date = new Date(cal.date); + date.setDate(date.getDate() + step); + cal.setDate(date); + }; + while (1) { + switch (K) { + case 37: // KEY left + if (--x >= 0) + ne = cal.ar_days[y][x]; + else { + x = 6; + K = 38; + continue; + } + break; + case 38: // KEY up + if (--y >= 0) + ne = cal.ar_days[y][x]; + else { + prevMonth(); + setVars(); + } + break; + case 39: // KEY right + if (++x < 7) + ne = cal.ar_days[y][x]; + else { + x = 0; + K = 40; + continue; + } + break; + case 40: // KEY down + if (++y < cal.ar_days.length) + ne = cal.ar_days[y][x]; + else { + nextMonth(); + setVars(); + } + break; + } + break; + } + if (ne) { + if (!ne.disabled) + Calendar.cellClick(ne); + else if (prev) + prevMonth(); + else + nextMonth(); + } + } + break; + case 13: // KEY enter + if (act) + Calendar.cellClick(cal.currentDateEl, ev); + break; + default: + return false; + } + return Calendar.stopEvent(ev); +}; + +/** + * (RE)Initializes the calendar to the given date and firstDayOfWeek + */ +Calendar.prototype._init = function (firstDayOfWeek, date) { + var today = new Date(), + TY = today.getFullYear(), + TM = today.getMonth(), + TD = today.getDate(); + this.table.style.visibility = "hidden"; + var year = date.getFullYear(); + if (year < this.minYear) { + year = this.minYear; + date.setFullYear(year); + } else if (year > this.maxYear) { + year = this.maxYear; + date.setFullYear(year); + } + this.firstDayOfWeek = firstDayOfWeek; + this.date = new Date(date); + var month = date.getMonth(); + var mday = date.getDate(); + var no_days = date.getMonthDays(); + + // calendar voodoo for computing the first day that would actually be + // displayed in the calendar, even if it's from the previous month. + // WARNING: this is magic. ;-) + date.setDate(1); + var day1 = (date.getDay() - this.firstDayOfWeek) % 7; + if (day1 < 0) + day1 += 7; + date.setDate(-day1); + date.setDate(date.getDate() + 1); + + var row = this.tbody.firstChild; + var MN = Calendar._SMN[month]; + var ar_days = this.ar_days = new Array(); + var weekend = Calendar._TT["WEEKEND"]; + var dates = this.multiple ? (this.datesCells = {}) : null; + for (var i = 0; i < 6; ++i, row = row.nextSibling) { + var cell = row.firstChild; + if (this.weekNumbers) { + cell.className = "day wn"; + cell.innerHTML = date.getWeekNumber(); + cell = cell.nextSibling; + } + row.className = "daysrow"; + var hasdays = false, iday, dpos = ar_days[i] = []; + for (var j = 0; j < 7; ++j, cell = cell.nextSibling, date.setDate(iday + 1)) { + iday = date.getDate(); + var wday = date.getDay(); + cell.className = "day"; + cell.pos = i << 4 | j; + dpos[j] = cell; + var current_month = (date.getMonth() == month); + if (!current_month) { + if (this.showsOtherMonths) { + cell.className += " othermonth"; + cell.otherMonth = true; + } else { + cell.className = "emptycell"; + cell.innerHTML = " "; + cell.disabled = true; + continue; + } + } else { + cell.otherMonth = false; + hasdays = true; + } + cell.disabled = false; + cell.innerHTML = this.getDateText ? this.getDateText(date, iday) : iday; + if (dates) + dates[date.print("%Y%m%d")] = cell; + if (this.getDateStatus) { + var status = this.getDateStatus(date, year, month, iday); + if (this.getDateToolTip) { + var toolTip = this.getDateToolTip(date, year, month, iday); + if (toolTip) + cell.title = toolTip; + } + if (status === true) { + cell.className += " disabled"; + cell.disabled = true; + } else { + if (/disabled/i.test(status)) + cell.disabled = true; + cell.className += " " + status; + } + } + if (!cell.disabled) { + cell.caldate = new Date(date); + cell.ttip = "_"; + if (!this.multiple && current_month + && iday == mday && this.hiliteToday) { + cell.className += " selected"; + this.currentDateEl = cell; + } + if (date.getFullYear() == TY && + date.getMonth() == TM && + iday == TD) { + cell.className += " today"; + cell.ttip += Calendar._TT["PART_TODAY"]; + } + if (weekend.indexOf(wday.toString()) != -1) + cell.className += cell.otherMonth ? " oweekend" : " weekend"; + } + } + if (!(hasdays || this.showsOtherMonths)) + row.className = "emptyrow"; + } + this.title.innerHTML = Calendar._MN[month] + ", " + year; + this.onSetTime(); + this.table.style.visibility = "visible"; + this._initMultipleDates(); + // PROFILE + // this.tooltips.innerHTML = "Generated in " + ((new Date()) - today) + " ms"; +}; + +Calendar.prototype._initMultipleDates = function() { + if (this.multiple) { + for (var i in this.multiple) { + var cell = this.datesCells[i]; + var d = this.multiple[i]; + if (!d) + continue; + if (cell) + cell.className += " selected"; + } + } +}; + +Calendar.prototype._toggleMultipleDate = function(date) { + if (this.multiple) { + var ds = date.print("%Y%m%d"); + var cell = this.datesCells[ds]; + if (cell) { + var d = this.multiple[ds]; + if (!d) { + Calendar.addClass(cell, "selected"); + this.multiple[ds] = date; + } else { + Calendar.removeClass(cell, "selected"); + delete this.multiple[ds]; + } + } + } +}; + +Calendar.prototype.setDateToolTipHandler = function (unaryFunction) { + this.getDateToolTip = unaryFunction; +}; + +/** + * Calls _init function above for going to a certain date (but only if the + * date is different than the currently selected one). + */ +Calendar.prototype.setDate = function (date) { + if (!date.equalsTo(this.date)) { + this._init(this.firstDayOfWeek, date); + } +}; + +/** + * Refreshes the calendar. Useful if the "disabledHandler" function is + * dynamic, meaning that the list of disabled date can change at runtime. + * Just * call this function if you think that the list of disabled dates + * should * change. + */ +Calendar.prototype.refresh = function () { + this._init(this.firstDayOfWeek, this.date); +}; + +/** Modifies the "firstDayOfWeek" parameter (pass 0 for Synday, 1 for Monday, etc.). */ +Calendar.prototype.setFirstDayOfWeek = function (firstDayOfWeek) { + this._init(firstDayOfWeek, this.date); + this._displayWeekdays(); +}; + +/** + * Allows customization of what dates are enabled. The "unaryFunction" + * parameter must be a function object that receives the date (as a JS Date + * object) and returns a boolean value. If the returned value is true then + * the passed date will be marked as disabled. + */ +Calendar.prototype.setDateStatusHandler = Calendar.prototype.setDisabledHandler = function (unaryFunction) { + this.getDateStatus = unaryFunction; +}; + +/** Customization of allowed year range for the calendar. */ +Calendar.prototype.setRange = function (a, z) { + this.minYear = a; + this.maxYear = z; +}; + +/** Calls the first user handler (selectedHandler). */ +Calendar.prototype.callHandler = function () { + if (this.onSelected) { + this.onSelected(this, this.date.print(this.dateFormat)); + } +}; + +/** Calls the second user handler (closeHandler). */ +Calendar.prototype.callCloseHandler = function () { + if (this.onClose) { + this.onClose(this); + } + this.hideShowCovered(); +}; + +/** Removes the calendar object from the DOM tree and destroys it. */ +Calendar.prototype.destroy = function () { + var el = this.element.parentNode; + el.removeChild(this.element); + Calendar._C = null; + window._dynarch_popupCalendar = null; +}; + +/** + * Moves the calendar element to a different section in the DOM tree (changes + * its parent). + */ +Calendar.prototype.reparent = function (new_parent) { + var el = this.element; + el.parentNode.removeChild(el); + new_parent.appendChild(el); +}; + +// This gets called when the user presses a mouse button anywhere in the +// document, if the calendar is shown. If the click was outside the open +// calendar this function closes it. +Calendar._checkCalendar = function(ev) { + var calendar = window._dynarch_popupCalendar; + if (!calendar) { + return false; + } + var el = Calendar.is_ie ? Calendar.getElement(ev) : Calendar.getTargetElement(ev); + for (; el != null && el != calendar.element; el = el.parentNode); + if (el == null) { + // calls closeHandler which should hide the calendar. + window._dynarch_popupCalendar.callCloseHandler(); + return Calendar.stopEvent(ev); + } +}; + +/** Shows the calendar. */ +Calendar.prototype.show = function () { + var rows = this.table.getElementsByTagName("tr"); + for (var i = rows.length; i > 0;) { + var row = rows[--i]; + Calendar.removeClass(row, "rowhilite"); + var cells = row.getElementsByTagName("td"); + for (var j = cells.length; j > 0;) { + var cell = cells[--j]; + Calendar.removeClass(cell, "hilite"); + Calendar.removeClass(cell, "active"); + } + } + this.element.style.display = "block"; + this.hidden = false; + if (this.isPopup) { + window._dynarch_popupCalendar = this; + Calendar.addEvent(document, "keydown", Calendar._keyEvent); + Calendar.addEvent(document, "keypress", Calendar._keyEvent); + Calendar.addEvent(document, "mousedown", Calendar._checkCalendar); + } + this.hideShowCovered(); +}; + +/** + * Hides the calendar. Also removes any "hilite" from the class of any TD + * element. + */ +Calendar.prototype.hide = function () { + if (this.isPopup) { + Calendar.removeEvent(document, "keydown", Calendar._keyEvent); + Calendar.removeEvent(document, "keypress", Calendar._keyEvent); + Calendar.removeEvent(document, "mousedown", Calendar._checkCalendar); + } + this.element.style.display = "none"; + this.hidden = true; + this.hideShowCovered(); +}; + +/** + * Shows the calendar at a given absolute position (beware that, depending on + * the calendar element style -- position property -- this might be relative + * to the parent's containing rectangle). + */ +Calendar.prototype.showAt = function (x, y) { + var s = this.element.style; + s.left = x + "px"; + s.top = y + "px"; + this.show(); +}; + +/** Shows the calendar near a given element. */ +Calendar.prototype.showAtElement = function (el, opts) { + var self = this; + var p = Calendar.getAbsolutePos(el); + if (!opts || typeof opts != "string") { + this.showAt(p.x, p.y + el.offsetHeight); + return true; + } + function fixPosition(box) { + if (box.x < 0) + box.x = 0; + if (box.y < 0) + box.y = 0; + var cp = document.createElement("div"); + var s = cp.style; + s.position = "absolute"; + s.right = s.bottom = s.width = s.height = "0px"; + document.body.appendChild(cp); + var br = Calendar.getAbsolutePos(cp); + document.body.removeChild(cp); + if (Calendar.is_ie) { + br.y += document.body.scrollTop; + br.x += document.body.scrollLeft; + } else { + br.y += window.scrollY; + br.x += window.scrollX; + } + var tmp = box.x + box.width - br.x; + if (tmp > 0) box.x -= tmp; + tmp = box.y + box.height - br.y; + if (tmp > 0) box.y -= tmp; + }; + this.element.style.display = "block"; + Calendar.continuation_for_the_fucking_khtml_browser = function() { + var w = self.element.offsetWidth; + var h = self.element.offsetHeight; + self.element.style.display = "none"; + var valign = opts.substr(0, 1); + var halign = "l"; + if (opts.length > 1) { + halign = opts.substr(1, 1); + } + // vertical alignment + switch (valign) { + case "T": p.y -= h; break; + case "B": p.y += el.offsetHeight; break; + case "C": p.y += (el.offsetHeight - h) / 2; break; + case "t": p.y += el.offsetHeight - h; break; + case "b": break; // already there + } + // horizontal alignment + switch (halign) { + case "L": p.x -= w; break; + case "R": p.x += el.offsetWidth; break; + case "C": p.x += (el.offsetWidth - w) / 2; break; + case "l": p.x += el.offsetWidth - w; break; + case "r": break; // already there + } + p.width = w; + p.height = h + 40; + self.monthsCombo.style.display = "none"; + fixPosition(p); + self.showAt(p.x, p.y); + }; + if (Calendar.is_khtml) + setTimeout("Calendar.continuation_for_the_fucking_khtml_browser()", 10); + else + Calendar.continuation_for_the_fucking_khtml_browser(); +}; + +/** Customizes the date format. */ +Calendar.prototype.setDateFormat = function (str) { + this.dateFormat = str; +}; + +/** Customizes the tooltip date format. */ +Calendar.prototype.setTtDateFormat = function (str) { + this.ttDateFormat = str; +}; + +/** + * Tries to identify the date represented in a string. If successful it also + * calls this.setDate which moves the calendar to the given date. + */ +Calendar.prototype.parseDate = function(str, fmt) { + if (!fmt) + fmt = this.dateFormat; + this.setDate(Date.parseDate(str, fmt)); +}; + +Calendar.prototype.hideShowCovered = function () { + if (!Calendar.is_ie && !Calendar.is_opera) + return; + function getVisib(obj){ + var value = obj.style.visibility; + if (!value) { + if (document.defaultView && typeof (document.defaultView.getComputedStyle) == "function") { // Gecko, W3C + if (!Calendar.is_khtml) + value = document.defaultView. + getComputedStyle(obj, "").getPropertyValue("visibility"); + else + value = ''; + } else if (obj.currentStyle) { // IE + value = obj.currentStyle.visibility; + } else + value = ''; + } + return value; + }; + + var tags = new Array("applet", "iframe", "select"); + var el = this.element; + + var p = Calendar.getAbsolutePos(el); + var EX1 = p.x; + var EX2 = el.offsetWidth + EX1; + var EY1 = p.y; + var EY2 = el.offsetHeight + EY1; + + for (var k = tags.length; k > 0; ) { + var ar = document.getElementsByTagName(tags[--k]); + var cc = null; + + for (var i = ar.length; i > 0;) { + cc = ar[--i]; + + p = Calendar.getAbsolutePos(cc); + var CX1 = p.x; + var CX2 = cc.offsetWidth + CX1; + var CY1 = p.y; + var CY2 = cc.offsetHeight + CY1; + + if (this.hidden || (CX1 > EX2) || (CX2 < EX1) || (CY1 > EY2) || (CY2 < EY1)) { + if (!cc.__msh_save_visibility) { + cc.__msh_save_visibility = getVisib(cc); + } + cc.style.visibility = cc.__msh_save_visibility; + } else { + if (!cc.__msh_save_visibility) { + cc.__msh_save_visibility = getVisib(cc); + } + cc.style.visibility = "hidden"; + } + } + } +}; + +/** Internal function; it displays the bar with the names of the weekday. */ +Calendar.prototype._displayWeekdays = function () { + var fdow = this.firstDayOfWeek; + var cell = this.firstdayname; + var weekend = Calendar._TT["WEEKEND"]; + for (var i = 0; i < 7; ++i) { + cell.className = "day name"; + var realday = (i + fdow) % 7; + if (i) { + cell.ttip = Calendar._TT["DAY_FIRST"].replace("%s", Calendar._DN[realday]); + cell.navtype = 100; + cell.calendar = this; + cell.fdow = realday; + Calendar._add_evs(cell); + } + if (weekend.indexOf(realday.toString()) != -1) { + Calendar.addClass(cell, "weekend"); + } + cell.innerHTML = Calendar._SDN[(i + fdow) % 7]; + cell = cell.nextSibling; + } +}; + +/** Internal function. Hides all combo boxes that might be displayed. */ +Calendar.prototype._hideCombos = function () { + this.monthsCombo.style.display = "none"; + this.yearsCombo.style.display = "none"; +}; + +/** Internal function. Starts dragging the element. */ +Calendar.prototype._dragStart = function (ev) { + if (this.dragging) { + return; + } + this.dragging = true; + var posX; + var posY; + if (Calendar.is_ie) { + posY = window.event.clientY + document.body.scrollTop; + posX = window.event.clientX + document.body.scrollLeft; + } else { + posY = ev.clientY + window.scrollY; + posX = ev.clientX + window.scrollX; + } + var st = this.element.style; + this.xOffs = posX - parseInt(st.left); + this.yOffs = posY - parseInt(st.top); + with (Calendar) { + addEvent(document, "mousemove", calDragIt); + addEvent(document, "mouseup", calDragEnd); + } +}; + +// BEGIN: DATE OBJECT PATCHES + +/** Adds the number of days array to the Date object. */ +Date._MD = new Array(31,28,31,30,31,30,31,31,30,31,30,31); + +/** Constants used for time computations */ +Date.SECOND = 1000 /* milliseconds */; +Date.MINUTE = 60 * Date.SECOND; +Date.HOUR = 60 * Date.MINUTE; +Date.DAY = 24 * Date.HOUR; +Date.WEEK = 7 * Date.DAY; + +Date.parseDate = function(str, fmt) { + var today = new Date(); + var y = 0; + var m = -1; + var d = 0; + var a = str.split(/\W+/); + var b = fmt.match(/%./g); + var i = 0, j = 0; + var hr = 0; + var min = 0; + for (i = 0; i < a.length; ++i) { + if (!a[i]) + continue; + switch (b[i]) { + case "%d": + case "%e": + d = parseInt(a[i], 10); + break; + + case "%m": + m = parseInt(a[i], 10) - 1; + break; + + case "%Y": + case "%y": + y = parseInt(a[i], 10); + (y < 100) && (y += (y > 29) ? 1900 : 2000); + break; + + case "%b": + case "%B": + for (j = 0; j < 12; ++j) { + if (Calendar._MN[j].substr(0, a[i].length).toLowerCase() == a[i].toLowerCase()) { m = j; break; } + } + break; + + case "%H": + case "%I": + case "%k": + case "%l": + hr = parseInt(a[i], 10); + break; + + case "%P": + case "%p": + if (/pm/i.test(a[i]) && hr < 12) + hr += 12; + else if (/am/i.test(a[i]) && hr >= 12) + hr -= 12; + break; + + case "%M": + min = parseInt(a[i], 10); + break; + } + } + if (isNaN(y)) y = today.getFullYear(); + if (isNaN(m)) m = today.getMonth(); + if (isNaN(d)) d = today.getDate(); + if (isNaN(hr)) hr = today.getHours(); + if (isNaN(min)) min = today.getMinutes(); + if (y != 0 && m != -1 && d != 0) + return new Date(y, m, d, hr, min, 0); + y = 0; m = -1; d = 0; + for (i = 0; i < a.length; ++i) { + if (a[i].search(/[a-zA-Z]+/) != -1) { + var t = -1; + for (j = 0; j < 12; ++j) { + if (Calendar._MN[j].substr(0, a[i].length).toLowerCase() == a[i].toLowerCase()) { t = j; break; } + } + if (t != -1) { + if (m != -1) { + d = m+1; + } + m = t; + } + } else if (parseInt(a[i], 10) <= 12 && m == -1) { + m = a[i]-1; + } else if (parseInt(a[i], 10) > 31 && y == 0) { + y = parseInt(a[i], 10); + (y < 100) && (y += (y > 29) ? 1900 : 2000); + } else if (d == 0) { + d = a[i]; + } + } + if (y == 0) + y = today.getFullYear(); + if (m != -1 && d != 0) + return new Date(y, m, d, hr, min, 0); + return today; +}; + +/** Returns the number of days in the current month */ +Date.prototype.getMonthDays = function(month) { + var year = this.getFullYear(); + if (typeof month == "undefined") { + month = this.getMonth(); + } + if (((0 == (year%4)) && ( (0 != (year%100)) || (0 == (year%400)))) && month == 1) { + return 29; + } else { + return Date._MD[month]; + } +}; + +/** Returns the number of day in the year. */ +Date.prototype.getDayOfYear = function() { + var now = new Date(this.getFullYear(), this.getMonth(), this.getDate(), 0, 0, 0); + var then = new Date(this.getFullYear(), 0, 0, 0, 0, 0); + var time = now - then; + return Math.floor(time / Date.DAY); +}; + +/** Returns the number of the week in year, as defined in ISO 8601. */ +Date.prototype.getWeekNumber = function() { + var d = new Date(this.getFullYear(), this.getMonth(), this.getDate(), 0, 0, 0); + var DoW = d.getDay(); + d.setDate(d.getDate() - (DoW + 6) % 7 + 3); // Nearest Thu + var ms = d.valueOf(); // GMT + d.setMonth(0); + d.setDate(4); // Thu in Week 1 + return Math.round((ms - d.valueOf()) / (7 * 864e5)) + 1; +}; + +/** Checks date and time equality */ +Date.prototype.equalsTo = function(date) { + return ((this.getFullYear() == date.getFullYear()) && + (this.getMonth() == date.getMonth()) && + (this.getDate() == date.getDate()) && + (this.getHours() == date.getHours()) && + (this.getMinutes() == date.getMinutes())); +}; + +/** Set only the year, month, date parts (keep existing time) */ +Date.prototype.setDateOnly = function(date) { + var tmp = new Date(date); + this.setDate(1); + this.setFullYear(tmp.getFullYear()); + this.setMonth(tmp.getMonth()); + this.setDate(tmp.getDate()); +}; + +/** Prints the date in a string according to the given format. */ +Date.prototype.print = function (str) { + var m = this.getMonth(); + var d = this.getDate(); + var y = this.getFullYear(); + var wn = this.getWeekNumber(); + var w = this.getDay(); + var s = {}; + var hr = this.getHours(); + var pm = (hr >= 12); + var ir = (pm) ? (hr - 12) : hr; + var dy = this.getDayOfYear(); + if (ir == 0) + ir = 12; + var min = this.getMinutes(); + var sec = this.getSeconds(); + s["%a"] = Calendar._SDN[w]; // abbreviated weekday name [FIXME: I18N] + s["%A"] = Calendar._DN[w]; // full weekday name + s["%b"] = Calendar._SMN[m]; // abbreviated month name [FIXME: I18N] + s["%B"] = Calendar._MN[m]; // full month name + // FIXME: %c : preferred date and time representation for the current locale + s["%C"] = 1 + Math.floor(y / 100); // the century number + s["%d"] = (d < 10) ? ("0" + d) : d; // the day of the month (range 01 to 31) + s["%e"] = d; // the day of the month (range 1 to 31) + // FIXME: %D : american date style: %m/%d/%y + // FIXME: %E, %F, %G, %g, %h (man strftime) + s["%H"] = (hr < 10) ? ("0" + hr) : hr; // hour, range 00 to 23 (24h format) + s["%I"] = (ir < 10) ? ("0" + ir) : ir; // hour, range 01 to 12 (12h format) + s["%j"] = (dy < 100) ? ((dy < 10) ? ("00" + dy) : ("0" + dy)) : dy; // day of the year (range 001 to 366) + s["%k"] = hr; // hour, range 0 to 23 (24h format) + s["%l"] = ir; // hour, range 1 to 12 (12h format) + s["%m"] = (m < 9) ? ("0" + (1+m)) : (1+m); // month, range 01 to 12 + s["%M"] = (min < 10) ? ("0" + min) : min; // minute, range 00 to 59 + s["%n"] = "\n"; // a newline character + s["%p"] = pm ? "PM" : "AM"; + s["%P"] = pm ? "pm" : "am"; + // FIXME: %r : the time in am/pm notation %I:%M:%S %p + // FIXME: %R : the time in 24-hour notation %H:%M + s["%s"] = Math.floor(this.getTime() / 1000); + s["%S"] = (sec < 10) ? ("0" + sec) : sec; // seconds, range 00 to 59 + s["%t"] = "\t"; // a tab character + // FIXME: %T : the time in 24-hour notation (%H:%M:%S) + s["%U"] = s["%W"] = s["%V"] = (wn < 10) ? ("0" + wn) : wn; + s["%u"] = w + 1; // the day of the week (range 1 to 7, 1 = MON) + s["%w"] = w; // the day of the week (range 0 to 6, 0 = SUN) + // FIXME: %x : preferred date representation for the current locale without the time + // FIXME: %X : preferred time representation for the current locale without the date + s["%y"] = ('' + y).substr(2, 2); // year without the century (range 00 to 99) + s["%Y"] = y; // year with the century + s["%%"] = "%"; // a literal '%' character + + var re = /%./g; + if (!Calendar.is_ie5 && !Calendar.is_khtml) + return str.replace(re, function (par) { return s[par] || par; }); + + var a = str.match(re); + for (var i = 0; i < a.length; i++) { + var tmp = s[a[i]]; + if (tmp) { + re = new RegExp(a[i], 'g'); + str = str.replace(re, tmp); + } + } + + return str; +}; + +Date.prototype.__msh_oldSetFullYear = Date.prototype.setFullYear; +Date.prototype.setFullYear = function(y) { + var d = new Date(this); + d.__msh_oldSetFullYear(y); + if (d.getMonth() != this.getMonth()) + this.setDate(28); + this.__msh_oldSetFullYear(y); +}; + +// END: DATE OBJECT PATCHES + + +// global object that remembers the calendar +window._dynarch_popupCalendar = null; diff --git a/htdocs/cashdesk/include/jscalendar/calendar.php b/htdocs/cashdesk/include/jscalendar/calendar.php new file mode 100644 index 00000000000..5b9120d67c3 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/calendar.php @@ -0,0 +1,119 @@ +calendar_file = 'calendar_stripped.js'; + $this->calendar_setup_file = 'calendar-setup_stripped.js'; + } else { + $this->calendar_file = 'calendar.js'; + $this->calendar_setup_file = 'calendar-setup.js'; + } + $this->calendar_lang_file = 'lang/calendar-' . $lang . '.js'; + $this->calendar_theme_file = $theme.'.css'; + $this->calendar_lib_path = preg_replace('/\/+$/', '/', $calendar_lib_path); + $this->calendar_options = array('ifFormat' => '%Y/%m/%d', + 'daFormat' => '%Y/%m/%d'); + } + + function set_option($name, $value) { + $this->calendar_options[$name] = $value; + } + + function load_files() { + echo $this->get_load_files_code(); + } + + function get_load_files_code() { + $code = ( '' . NEWLINE ); + $code .= ( '' . NEWLINE ); + $code .= ( '' . NEWLINE ); + $code .= ( '' ); + return $code; + } + + function _make_calendar($other_options = array()) { + $js_options = $this->_make_js_hash(array_merge($this->calendar_options, $other_options)); + $code = ( '' ); + return $code; + } + + function make_input_field($cal_options = array(), $field_attributes = array()) { + $id = $this->_gen_id(); + $attrstr = $this->_make_html_attr(array_merge($field_attributes, + array('id' => $this->_field_id($id), + 'type' => 'text'))); + echo ''; + echo '' . + ''; + + $options = array_merge($cal_options, + array('inputField' => $this->_field_id($id), + 'button' => $this->_trigger_id($id))); + echo $this->_make_calendar($options); + } + + /// PRIVATE SECTION + + function _field_id($id) { return 'f-calendar-field-' . $id; } + function _trigger_id($id) { return 'f-calendar-trigger-' . $id; } + function _gen_id() { static $id = 0; return ++$id; } + + function _make_js_hash($array) { + $jstr = ''; + reset($array); + while (list($key, $val) = each($array)) { + if (is_bool($val)) + $val = $val ? 'true' : 'false'; + else if (!is_numeric($val)) + $val = '"'.$val.'"'; + if ($jstr) $jstr .= ','; + $jstr .= '"' . $key . '":' . $val; + } + return $jstr; + } + + function _make_html_attr($array) { + $attrstr = ''; + reset($array); + while (list($key, $val) = each($array)) { + $attrstr .= $key . '="' . $val . '" '; + } + return $attrstr; + } +}; + +?> \ No newline at end of file diff --git a/htdocs/cashdesk/include/jscalendar/calendar_stripped.js b/htdocs/cashdesk/include/jscalendar/calendar_stripped.js new file mode 100644 index 00000000000..4fe03f1ea93 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/calendar_stripped.js @@ -0,0 +1,14 @@ +/* Copyright Mihai Bazon, 2002-2005 | www.bazon.net/mishoo + * ----------------------------------------------------------- + * + * The DHTML Calendar, version 1.0 "It is happening again" + * + * Details and latest version at: + * www.dynarch.com/projects/calendar + * + * This script is developed by Dynarch.com. Visit us at www.dynarch.com. + * + * This script is distributed under the GNU Lesser General Public License. + * Read the entire license text here: http://www.gnu.org/licenses/lgpl.html + */ + Calendar=function(firstDayOfWeek,dateStr,onSelected,onClose){this.activeDiv=null;this.currentDateEl=null;this.getDateStatus=null;this.getDateToolTip=null;this.getDateText=null;this.timeout=null;this.onSelected=onSelected||null;this.onClose=onClose||null;this.dragging=false;this.hidden=false;this.minYear=1970;this.maxYear=2050;this.dateFormat=Calendar._TT["DEF_DATE_FORMAT"];this.ttDateFormat=Calendar._TT["TT_DATE_FORMAT"];this.isPopup=true;this.weekNumbers=true;this.firstDayOfWeek=typeof firstDayOfWeek=="number"?firstDayOfWeek:Calendar._FD;this.showsOtherMonths=false;this.dateStr=dateStr;this.ar_days=null;this.showsTime=false;this.time24=true;this.yearStep=2;this.hiliteToday=true;this.multiple=null;this.table=null;this.element=null;this.tbody=null;this.firstdayname=null;this.monthsCombo=null;this.yearsCombo=null;this.hilitedMonth=null;this.activeMonth=null;this.hilitedYear=null;this.activeYear=null;this.dateClicked=false;if(typeof Calendar._SDN=="undefined"){if(typeof Calendar._SDN_len=="undefined")Calendar._SDN_len=3;var ar=new Array();for(var i=8;i>0;){ar[--i]=Calendar._DN[i].substr(0,Calendar._SDN_len);}Calendar._SDN=ar;if(typeof Calendar._SMN_len=="undefined")Calendar._SMN_len=3;ar=new Array();for(var i=12;i>0;){ar[--i]=Calendar._MN[i].substr(0,Calendar._SMN_len);}Calendar._SMN=ar;}};Calendar._C=null;Calendar.is_ie=(/msie/i.test(navigator.userAgent)&&!/opera/i.test(navigator.userAgent));Calendar.is_ie5=(Calendar.is_ie&&/msie 5\.0/i.test(navigator.userAgent));Calendar.is_opera=/opera/i.test(navigator.userAgent);Calendar.is_khtml=/Konqueror|Safari|KHTML/i.test(navigator.userAgent);Calendar.getAbsolutePos=function(el){var SL=0,ST=0;var is_div=/^div$/i.test(el.tagName);if(is_div&&el.scrollLeft)SL=el.scrollLeft;if(is_div&&el.scrollTop)ST=el.scrollTop;var r={x:el.offsetLeft-SL,y:el.offsetTop-ST};if(el.offsetParent){var tmp=this.getAbsolutePos(el.offsetParent);r.x+=tmp.x;r.y+=tmp.y;}return r;};Calendar.isRelated=function(el,evt){var related=evt.relatedTarget;if(!related){var type=evt.type;if(type=="mouseover"){related=evt.fromElement;}else if(type=="mouseout"){related=evt.toElement;}}while(related){if(related==el){return true;}related=related.parentNode;}return false;};Calendar.removeClass=function(el,className){if(!(el&&el.className)){return;}var cls=el.className.split(" ");var ar=new Array();for(var i=cls.length;i>0;){if(cls[--i]!=className){ar[ar.length]=cls[i];}}el.className=ar.join(" ");};Calendar.addClass=function(el,className){Calendar.removeClass(el,className);el.className+=" "+className;};Calendar.getElement=function(ev){var f=Calendar.is_ie?window.event.srcElement:ev.currentTarget;while(f.nodeType!=1||/^div$/i.test(f.tagName))f=f.parentNode;return f;};Calendar.getTargetElement=function(ev){var f=Calendar.is_ie?window.event.srcElement:ev.target;while(f.nodeType!=1)f=f.parentNode;return f;};Calendar.stopEvent=function(ev){ev||(ev=window.event);if(Calendar.is_ie){ev.cancelBubble=true;ev.returnValue=false;}else{ev.preventDefault();ev.stopPropagation();}return false;};Calendar.addEvent=function(el,evname,func){if(el.attachEvent){el.attachEvent("on"+evname,func);}else if(el.addEventListener){el.addEventListener(evname,func,true);}else{el["on"+evname]=func;}};Calendar.removeEvent=function(el,evname,func){if(el.detachEvent){el.detachEvent("on"+evname,func);}else if(el.removeEventListener){el.removeEventListener(evname,func,true);}else{el["on"+evname]=null;}};Calendar.createElement=function(type,parent){var el=null;if(document.createElementNS){el=document.createElementNS("http://www.w3.org/1999/xhtml",type);}else{el=document.createElement(type);}if(typeof parent!="undefined"){parent.appendChild(el);}return el;};Calendar._add_evs=function(el){with(Calendar){addEvent(el,"mouseover",dayMouseOver);addEvent(el,"mousedown",dayMouseDown);addEvent(el,"mouseout",dayMouseOut);if(is_ie){addEvent(el,"dblclick",dayMouseDblClick);el.setAttribute("unselectable",true);}}};Calendar.findMonth=function(el){if(typeof el.month!="undefined"){return el;}else if(typeof el.parentNode.month!="undefined"){return el.parentNode;}return null;};Calendar.findYear=function(el){if(typeof el.year!="undefined"){return el;}else if(typeof el.parentNode.year!="undefined"){return el.parentNode;}return null;};Calendar.showMonthsCombo=function(){var cal=Calendar._C;if(!cal){return false;}var cal=cal;var cd=cal.activeDiv;var mc=cal.monthsCombo;if(cal.hilitedMonth){Calendar.removeClass(cal.hilitedMonth,"hilite");}if(cal.activeMonth){Calendar.removeClass(cal.activeMonth,"active");}var mon=cal.monthsCombo.getElementsByTagName("div")[cal.date.getMonth()];Calendar.addClass(mon,"active");cal.activeMonth=mon;var s=mc.style;s.display="block";if(cd.navtype<0)s.left=cd.offsetLeft+"px";else{var mcw=mc.offsetWidth;if(typeof mcw=="undefined")mcw=50;s.left=(cd.offsetLeft+cd.offsetWidth-mcw)+"px";}s.top=(cd.offsetTop+cd.offsetHeight)+"px";};Calendar.showYearsCombo=function(fwd){var cal=Calendar._C;if(!cal){return false;}var cal=cal;var cd=cal.activeDiv;var yc=cal.yearsCombo;if(cal.hilitedYear){Calendar.removeClass(cal.hilitedYear,"hilite");}if(cal.activeYear){Calendar.removeClass(cal.activeYear,"active");}cal.activeYear=null;var Y=cal.date.getFullYear()+(fwd?1:-1);var yr=yc.firstChild;var show=false;for(var i=12;i>0;--i){if(Y>=cal.minYear&&Y<=cal.maxYear){yr.innerHTML=Y;yr.year=Y;yr.style.display="block";show=true;}else{yr.style.display="none";}yr=yr.nextSibling;Y+=fwd?cal.yearStep:-cal.yearStep;}if(show){var s=yc.style;s.display="block";if(cd.navtype<0)s.left=cd.offsetLeft+"px";else{var ycw=yc.offsetWidth;if(typeof ycw=="undefined")ycw=50;s.left=(cd.offsetLeft+cd.offsetWidth-ycw)+"px";}s.top=(cd.offsetTop+cd.offsetHeight)+"px";}};Calendar.tableMouseUp=function(ev){var cal=Calendar._C;if(!cal){return false;}if(cal.timeout){clearTimeout(cal.timeout);}var el=cal.activeDiv;if(!el){return false;}var target=Calendar.getTargetElement(ev);ev||(ev=window.event);Calendar.removeClass(el,"active");if(target==el||target.parentNode==el){Calendar.cellClick(el,ev);}var mon=Calendar.findMonth(target);var date=null;if(mon){date=new Date(cal.date);if(mon.month!=date.getMonth()){date.setMonth(mon.month);cal.setDate(date);cal.dateClicked=false;cal.callHandler();}}else{var year=Calendar.findYear(target);if(year){date=new Date(cal.date);if(year.year!=date.getFullYear()){date.setFullYear(year.year);cal.setDate(date);cal.dateClicked=false;cal.callHandler();}}}with(Calendar){removeEvent(document,"mouseup",tableMouseUp);removeEvent(document,"mouseover",tableMouseOver);removeEvent(document,"mousemove",tableMouseOver);cal._hideCombos();_C=null;return stopEvent(ev);}};Calendar.tableMouseOver=function(ev){var cal=Calendar._C;if(!cal){return;}var el=cal.activeDiv;var target=Calendar.getTargetElement(ev);if(target==el||target.parentNode==el){Calendar.addClass(el,"hilite active");Calendar.addClass(el.parentNode,"rowhilite");}else{if(typeof el.navtype=="undefined"||(el.navtype!=50&&(el.navtype==0||Math.abs(el.navtype)>2)))Calendar.removeClass(el,"active");Calendar.removeClass(el,"hilite");Calendar.removeClass(el.parentNode,"rowhilite");}ev||(ev=window.event);if(el.navtype==50&&target!=el){var pos=Calendar.getAbsolutePos(el);var w=el.offsetWidth;var x=ev.clientX;var dx;var decrease=true;if(x>pos.x+w){dx=x-pos.x-w;decrease=false;}else dx=pos.x-x;if(dx<0)dx=0;var range=el._range;var current=el._current;var count=Math.floor(dx/10)%range.length;for(var i=range.length;--i>=0;)if(range[i]==current)break;while(count-->0)if(decrease){if(--i<0)i=range.length-1;}else if(++i>=range.length)i=0;var newval=range[i];el.innerHTML=newval;cal.onUpdateTime();}var mon=Calendar.findMonth(target);if(mon){if(mon.month!=cal.date.getMonth()){if(cal.hilitedMonth){Calendar.removeClass(cal.hilitedMonth,"hilite");}Calendar.addClass(mon,"hilite");cal.hilitedMonth=mon;}else if(cal.hilitedMonth){Calendar.removeClass(cal.hilitedMonth,"hilite");}}else{if(cal.hilitedMonth){Calendar.removeClass(cal.hilitedMonth,"hilite");}var year=Calendar.findYear(target);if(year){if(year.year!=cal.date.getFullYear()){if(cal.hilitedYear){Calendar.removeClass(cal.hilitedYear,"hilite");}Calendar.addClass(year,"hilite");cal.hilitedYear=year;}else if(cal.hilitedYear){Calendar.removeClass(cal.hilitedYear,"hilite");}}else if(cal.hilitedYear){Calendar.removeClass(cal.hilitedYear,"hilite");}}return Calendar.stopEvent(ev);};Calendar.tableMouseDown=function(ev){if(Calendar.getTargetElement(ev)==Calendar.getElement(ev)){return Calendar.stopEvent(ev);}};Calendar.calDragIt=function(ev){var cal=Calendar._C;if(!(cal&&cal.dragging)){return false;}var posX;var posY;if(Calendar.is_ie){posY=window.event.clientY+document.body.scrollTop;posX=window.event.clientX+document.body.scrollLeft;}else{posX=ev.pageX;posY=ev.pageY;}cal.hideShowCovered();var st=cal.element.style;st.left=(posX-cal.xOffs)+"px";st.top=(posY-cal.yOffs)+"px";return Calendar.stopEvent(ev);};Calendar.calDragEnd=function(ev){var cal=Calendar._C;if(!cal){return false;}cal.dragging=false;with(Calendar){removeEvent(document,"mousemove",calDragIt);removeEvent(document,"mouseup",calDragEnd);tableMouseUp(ev);}cal.hideShowCovered();};Calendar.dayMouseDown=function(ev){var el=Calendar.getElement(ev);if(el.disabled){return false;}var cal=el.calendar;cal.activeDiv=el;Calendar._C=cal;if(el.navtype!=300)with(Calendar){if(el.navtype==50){el._current=el.innerHTML;addEvent(document,"mousemove",tableMouseOver);}else addEvent(document,Calendar.is_ie5?"mousemove":"mouseover",tableMouseOver);addClass(el,"hilite active");addEvent(document,"mouseup",tableMouseUp);}else if(cal.isPopup){cal._dragStart(ev);}if(el.navtype==-1||el.navtype==1){if(cal.timeout)clearTimeout(cal.timeout);cal.timeout=setTimeout("Calendar.showMonthsCombo()",250);}else if(el.navtype==-2||el.navtype==2){if(cal.timeout)clearTimeout(cal.timeout);cal.timeout=setTimeout((el.navtype>0)?"Calendar.showYearsCombo(true)":"Calendar.showYearsCombo(false)",250);}else{cal.timeout=null;}return Calendar.stopEvent(ev);};Calendar.dayMouseDblClick=function(ev){Calendar.cellClick(Calendar.getElement(ev),ev||window.event);if(Calendar.is_ie){document.selection.empty();}};Calendar.dayMouseOver=function(ev){var el=Calendar.getElement(ev);if(Calendar.isRelated(el,ev)||Calendar._C||el.disabled){return false;}if(el.ttip){if(el.ttip.substr(0,1)=="_"){el.ttip=el.caldate.print(el.calendar.ttDateFormat)+el.ttip.substr(1);}el.calendar.tooltips.innerHTML=el.ttip;}if(el.navtype!=300){Calendar.addClass(el,"hilite");if(el.caldate){Calendar.addClass(el.parentNode,"rowhilite");}}return Calendar.stopEvent(ev);};Calendar.dayMouseOut=function(ev){with(Calendar){var el=getElement(ev);if(isRelated(el,ev)||_C||el.disabled)return false;removeClass(el,"hilite");if(el.caldate)removeClass(el.parentNode,"rowhilite");if(el.calendar)el.calendar.tooltips.innerHTML=_TT["SEL_DATE"];return stopEvent(ev);}};Calendar.cellClick=function(el,ev){var cal=el.calendar;var closing=false;var newdate=false;var date=null;if(typeof el.navtype=="undefined"){if(cal.currentDateEl){Calendar.removeClass(cal.currentDateEl,"selected");Calendar.addClass(el,"selected");closing=(cal.currentDateEl==el);if(!closing){cal.currentDateEl=el;}}cal.date.setDateOnly(el.caldate);date=cal.date;var other_month=!(cal.dateClicked=!el.otherMonth);if(!other_month&&!cal.currentDateEl)cal._toggleMultipleDate(new Date(date));else newdate=!el.disabled;if(other_month)cal._init(cal.firstDayOfWeek,date);}else{if(el.navtype==200){Calendar.removeClass(el,"hilite");cal.callCloseHandler();return;}date=new Date(cal.date);if(el.navtype==0)date.setDateOnly(new Date());cal.dateClicked=false;var year=date.getFullYear();var mon=date.getMonth();function setMonth(m){var day=date.getDate();var max=date.getMonthDays(m);if(day>max){date.setDate(max);}date.setMonth(m);};switch(el.navtype){case 400:Calendar.removeClass(el,"hilite");var text=Calendar._TT["ABOUT"];if(typeof text!="undefined"){text+=cal.showsTime?Calendar._TT["ABOUT_TIME"]:"";}else{text="Help and about box text is not translated into this language.\n"+"If you know this language and you feel generous please update\n"+"the corresponding file in \"lang\" subdir to match calendar-en.js\n"+"and send it back to to get it into the distribution ;-)\n\n"+"Thank you!\n"+"http://dynarch.com/mishoo/calendar.epl\n";}alert(text);return;case-2:if(year>cal.minYear){date.setFullYear(year-1);}break;case-1:if(mon>0){setMonth(mon-1);}else if(year-->cal.minYear){date.setFullYear(year);setMonth(11);}break;case 1:if(mon<11){setMonth(mon+1);}else if(year=0;)if(range[i]==current)break;if(ev&&ev.shiftKey){if(--i<0)i=range.length-1;}else if(++i>=range.length)i=0;var newval=range[i];el.innerHTML=newval;cal.onUpdateTime();return;case 0:if((typeof cal.getDateStatus=="function")&&cal.getDateStatus(date,date.getFullYear(),date.getMonth(),date.getDate())){return false;}break;}if(!date.equalsTo(cal.date)){cal.setDate(date);newdate=true;}else if(el.navtype==0)newdate=closing=true;}if(newdate){ev&&cal.callHandler();}if(closing){Calendar.removeClass(el,"hilite");ev&&cal.callCloseHandler();}};Calendar.prototype.create=function(_par){var parent=null;if(!_par){parent=document.getElementsByTagName("body")[0];this.isPopup=true;}else{parent=_par;this.isPopup=false;}this.date=this.dateStr?new Date(this.dateStr):new Date();var table=Calendar.createElement("table");this.table=table;table.cellSpacing=0;table.cellPadding=0;table.calendar=this;Calendar.addEvent(table,"mousedown",Calendar.tableMouseDown);var div=Calendar.createElement("div");this.element=div;div.className="calendar";if(this.isPopup){div.style.position="absolute";div.style.display="none";}div.appendChild(table);var thead=Calendar.createElement("thead",table);var cell=null;var row=null;var cal=this;var hh=function(text,cs,navtype){cell=Calendar.createElement("td",row);cell.colSpan=cs;cell.className="button";if(navtype!=0&&Math.abs(navtype)<=2)cell.className+=" nav";Calendar._add_evs(cell);cell.calendar=cal;cell.navtype=navtype;cell.innerHTML="
"+text+"
";return cell;};row=Calendar.createElement("tr",thead);var title_length=6;(this.isPopup)&&--title_length;(this.weekNumbers)&&++title_length;hh("?",1,400).ttip=Calendar._TT["INFO"];this.title=hh("",title_length,300);this.title.className="title";if(this.isPopup){this.title.ttip=Calendar._TT["DRAG_TO_MOVE"];this.title.style.cursor="move";hh("×",1,200).ttip=Calendar._TT["CLOSE"];}row=Calendar.createElement("tr",thead);row.className="headrow";this._nav_py=hh("«",1,-2);this._nav_py.ttip=Calendar._TT["PREV_YEAR"];this._nav_pm=hh("‹",1,-1);this._nav_pm.ttip=Calendar._TT["PREV_MONTH"];this._nav_now=hh(Calendar._TT["TODAY"],this.weekNumbers?4:3,0);this._nav_now.ttip=Calendar._TT["GO_TODAY"];this._nav_nm=hh("›",1,1);this._nav_nm.ttip=Calendar._TT["NEXT_MONTH"];this._nav_ny=hh("»",1,2);this._nav_ny.ttip=Calendar._TT["NEXT_YEAR"];row=Calendar.createElement("tr",thead);row.className="daynames";if(this.weekNumbers){cell=Calendar.createElement("td",row);cell.className="name wn";cell.innerHTML=Calendar._TT["WK"];}for(var i=7;i>0;--i){cell=Calendar.createElement("td",row);if(!i){cell.navtype=100;cell.calendar=this;Calendar._add_evs(cell);}}this.firstdayname=(this.weekNumbers)?row.firstChild.nextSibling:row.firstChild;this._displayWeekdays();var tbody=Calendar.createElement("tbody",table);this.tbody=tbody;for(i=6;i>0;--i){row=Calendar.createElement("tr",tbody);if(this.weekNumbers){cell=Calendar.createElement("td",row);}for(var j=7;j>0;--j){cell=Calendar.createElement("td",row);cell.calendar=this;Calendar._add_evs(cell);}}if(this.showsTime){row=Calendar.createElement("tr",tbody);row.className="time";cell=Calendar.createElement("td",row);cell.className="time";cell.colSpan=2;cell.innerHTML=Calendar._TT["TIME"]||" ";cell=Calendar.createElement("td",row);cell.className="time";cell.colSpan=this.weekNumbers?4:3;(function(){function makeTimePart(className,init,range_start,range_end){var part=Calendar.createElement("span",cell);part.className=className;part.innerHTML=init;part.calendar=cal;part.ttip=Calendar._TT["TIME_PART"];part.navtype=50;part._range=[];if(typeof range_start!="number")part._range=range_start;else{for(var i=range_start;i<=range_end;++i){var txt;if(i<10&&range_end>=10)txt='0'+i;else txt=''+i;part._range[part._range.length]=txt;}}Calendar._add_evs(part);return part;};var hrs=cal.date.getHours();var mins=cal.date.getMinutes();var t12=!cal.time24;var pm=(hrs>12);if(t12&&pm)hrs-=12;var H=makeTimePart("hour",hrs,t12?1:0,t12?12:23);var span=Calendar.createElement("span",cell);span.innerHTML=":";span.className="colon";var M=makeTimePart("minute",mins,0,59);var AP=null;cell=Calendar.createElement("td",row);cell.className="time";cell.colSpan=2;if(t12)AP=makeTimePart("ampm",pm?"pm":"am",["am","pm"]);else cell.innerHTML=" ";cal.onSetTime=function(){var pm,hrs=this.date.getHours(),mins=this.date.getMinutes();if(t12){pm=(hrs>=12);if(pm)hrs-=12;if(hrs==0)hrs=12;AP.innerHTML=pm?"pm":"am";}H.innerHTML=(hrs<10)?("0"+hrs):hrs;M.innerHTML=(mins<10)?("0"+mins):mins;};cal.onUpdateTime=function(){var date=this.date;var h=parseInt(H.innerHTML,10);if(t12){if(/pm/i.test(AP.innerHTML)&&h<12)h+=12;else if(/am/i.test(AP.innerHTML)&&h==12)h=0;}var d=date.getDate();var m=date.getMonth();var y=date.getFullYear();date.setHours(h);date.setMinutes(parseInt(M.innerHTML,10));date.setFullYear(y);date.setMonth(m);date.setDate(d);this.dateClicked=false;this.callHandler();};})();}else{this.onSetTime=this.onUpdateTime=function(){};}var tfoot=Calendar.createElement("tfoot",table);row=Calendar.createElement("tr",tfoot);row.className="footrow";cell=hh(Calendar._TT["SEL_DATE"],this.weekNumbers?8:7,300);cell.className="ttip";if(this.isPopup){cell.ttip=Calendar._TT["DRAG_TO_MOVE"];cell.style.cursor="move";}this.tooltips=cell;div=Calendar.createElement("div",this.element);this.monthsCombo=div;div.className="combo";for(i=0;i0;--i){var yr=Calendar.createElement("div");yr.className=Calendar.is_ie?"label-IEfix":"label";div.appendChild(yr);}this._init(this.firstDayOfWeek,this.date);parent.appendChild(this.element);};Calendar._keyEvent=function(ev){var cal=window._dynarch_popupCalendar;if(!cal||cal.multiple)return false;(Calendar.is_ie)&&(ev=window.event);var act=(Calendar.is_ie||ev.type=="keypress"),K=ev.keyCode;if(ev.ctrlKey){switch(K){case 37:act&&Calendar.cellClick(cal._nav_pm);break;case 38:act&&Calendar.cellClick(cal._nav_py);break;case 39:act&&Calendar.cellClick(cal._nav_nm);break;case 40:act&&Calendar.cellClick(cal._nav_ny);break;default:return false;}}else switch(K){case 32:Calendar.cellClick(cal._nav_now);break;case 27:act&&cal.callCloseHandler();break;case 37:case 38:case 39:case 40:if(act){var prev,x,y,ne,el,step;prev=K==37||K==38;step=(K==37||K==39)?1:7;function setVars(){el=cal.currentDateEl;var p=el.pos;x=p&15;y=p>>4;ne=cal.ar_days[y][x];};setVars();function prevMonth(){var date=new Date(cal.date);date.setDate(date.getDate()-step);cal.setDate(date);};function nextMonth(){var date=new Date(cal.date);date.setDate(date.getDate()+step);cal.setDate(date);};while(1){switch(K){case 37:if(--x>=0)ne=cal.ar_days[y][x];else{x=6;K=38;continue;}break;case 38:if(--y>=0)ne=cal.ar_days[y][x];else{prevMonth();setVars();}break;case 39:if(++x<7)ne=cal.ar_days[y][x];else{x=0;K=40;continue;}break;case 40:if(++ythis.maxYear){year=this.maxYear;date.setFullYear(year);}this.firstDayOfWeek=firstDayOfWeek;this.date=new Date(date);var month=date.getMonth();var mday=date.getDate();var no_days=date.getMonthDays();date.setDate(1);var day1=(date.getDay()-this.firstDayOfWeek)%7;if(day1<0)day1+=7;date.setDate(-day1);date.setDate(date.getDate()+1);var row=this.tbody.firstChild;var MN=Calendar._SMN[month];var ar_days=this.ar_days=new Array();var weekend=Calendar._TT["WEEKEND"];var dates=this.multiple?(this.datesCells={}):null;for(var i=0;i<6;++i,row=row.nextSibling){var cell=row.firstChild;if(this.weekNumbers){cell.className="day wn";cell.innerHTML=date.getWeekNumber();cell=cell.nextSibling;}row.className="daysrow";var hasdays=false,iday,dpos=ar_days[i]=[];for(var j=0;j<7;++j,cell=cell.nextSibling,date.setDate(iday+1)){iday=date.getDate();var wday=date.getDay();cell.className="day";cell.pos=i<<4|j;dpos[j]=cell;var current_month=(date.getMonth()==month);if(!current_month){if(this.showsOtherMonths){cell.className+=" othermonth";cell.otherMonth=true;}else{cell.className="emptycell";cell.innerHTML=" ";cell.disabled=true;continue;}}else{cell.otherMonth=false;hasdays=true;}cell.disabled=false;cell.innerHTML=this.getDateText?this.getDateText(date,iday):iday;if(dates)dates[date.print("%Y%m%d")]=cell;if(this.getDateStatus){var status=this.getDateStatus(date,year,month,iday);if(this.getDateToolTip){var toolTip=this.getDateToolTip(date,year,month,iday);if(toolTip)cell.title=toolTip;}if(status===true){cell.className+=" disabled";cell.disabled=true;}else{if(/disabled/i.test(status))cell.disabled=true;cell.className+=" "+status;}}if(!cell.disabled){cell.caldate=new Date(date);cell.ttip="_";if(!this.multiple&¤t_month&&iday==mday&&this.hiliteToday){cell.className+=" selected";this.currentDateEl=cell;}if(date.getFullYear()==TY&&date.getMonth()==TM&&iday==TD){cell.className+=" today";cell.ttip+=Calendar._TT["PART_TODAY"];}if(weekend.indexOf(wday.toString())!=-1)cell.className+=cell.otherMonth?" oweekend":" weekend";}}if(!(hasdays||this.showsOtherMonths))row.className="emptyrow";}this.title.innerHTML=Calendar._MN[month]+", "+year;this.onSetTime();this.table.style.visibility="visible";this._initMultipleDates();};Calendar.prototype._initMultipleDates=function(){if(this.multiple){for(var i in this.multiple){var cell=this.datesCells[i];var d=this.multiple[i];if(!d)continue;if(cell)cell.className+=" selected";}}};Calendar.prototype._toggleMultipleDate=function(date){if(this.multiple){var ds=date.print("%Y%m%d");var cell=this.datesCells[ds];if(cell){var d=this.multiple[ds];if(!d){Calendar.addClass(cell,"selected");this.multiple[ds]=date;}else{Calendar.removeClass(cell,"selected");delete this.multiple[ds];}}}};Calendar.prototype.setDateToolTipHandler=function(unaryFunction){this.getDateToolTip=unaryFunction;};Calendar.prototype.setDate=function(date){if(!date.equalsTo(this.date)){this._init(this.firstDayOfWeek,date);}};Calendar.prototype.refresh=function(){this._init(this.firstDayOfWeek,this.date);};Calendar.prototype.setFirstDayOfWeek=function(firstDayOfWeek){this._init(firstDayOfWeek,this.date);this._displayWeekdays();};Calendar.prototype.setDateStatusHandler=Calendar.prototype.setDisabledHandler=function(unaryFunction){this.getDateStatus=unaryFunction;};Calendar.prototype.setRange=function(a,z){this.minYear=a;this.maxYear=z;};Calendar.prototype.callHandler=function(){if(this.onSelected){this.onSelected(this,this.date.print(this.dateFormat));}};Calendar.prototype.callCloseHandler=function(){if(this.onClose){this.onClose(this);}this.hideShowCovered();};Calendar.prototype.destroy=function(){var el=this.element.parentNode;el.removeChild(this.element);Calendar._C=null;window._dynarch_popupCalendar=null;};Calendar.prototype.reparent=function(new_parent){var el=this.element;el.parentNode.removeChild(el);new_parent.appendChild(el);};Calendar._checkCalendar=function(ev){var calendar=window._dynarch_popupCalendar;if(!calendar){return false;}var el=Calendar.is_ie?Calendar.getElement(ev):Calendar.getTargetElement(ev);for(;el!=null&&el!=calendar.element;el=el.parentNode);if(el==null){window._dynarch_popupCalendar.callCloseHandler();return Calendar.stopEvent(ev);}};Calendar.prototype.show=function(){var rows=this.table.getElementsByTagName("tr");for(var i=rows.length;i>0;){var row=rows[--i];Calendar.removeClass(row,"rowhilite");var cells=row.getElementsByTagName("td");for(var j=cells.length;j>0;){var cell=cells[--j];Calendar.removeClass(cell,"hilite");Calendar.removeClass(cell,"active");}}this.element.style.display="block";this.hidden=false;if(this.isPopup){window._dynarch_popupCalendar=this;Calendar.addEvent(document,"keydown",Calendar._keyEvent);Calendar.addEvent(document,"keypress",Calendar._keyEvent);Calendar.addEvent(document,"mousedown",Calendar._checkCalendar);}this.hideShowCovered();};Calendar.prototype.hide=function(){if(this.isPopup){Calendar.removeEvent(document,"keydown",Calendar._keyEvent);Calendar.removeEvent(document,"keypress",Calendar._keyEvent);Calendar.removeEvent(document,"mousedown",Calendar._checkCalendar);}this.element.style.display="none";this.hidden=true;this.hideShowCovered();};Calendar.prototype.showAt=function(x,y){var s=this.element.style;s.left=x+"px";s.top=y+"px";this.show();};Calendar.prototype.showAtElement=function(el,opts){var self=this;var p=Calendar.getAbsolutePos(el);if(!opts||typeof opts!="string"){this.showAt(p.x,p.y+el.offsetHeight);return true;}function fixPosition(box){if(box.x<0)box.x=0;if(box.y<0)box.y=0;var cp=document.createElement("div");var s=cp.style;s.position="absolute";s.right=s.bottom=s.width=s.height="0px";document.body.appendChild(cp);var br=Calendar.getAbsolutePos(cp);document.body.removeChild(cp);if(Calendar.is_ie){br.y+=document.body.scrollTop;br.x+=document.body.scrollLeft;}else{br.y+=window.scrollY;br.x+=window.scrollX;}var tmp=box.x+box.width-br.x;if(tmp>0)box.x-=tmp;tmp=box.y+box.height-br.y;if(tmp>0)box.y-=tmp;};this.element.style.display="block";Calendar.continuation_for_the_fucking_khtml_browser=function(){var w=self.element.offsetWidth;var h=self.element.offsetHeight;self.element.style.display="none";var valign=opts.substr(0,1);var halign="l";if(opts.length>1){halign=opts.substr(1,1);}switch(valign){case "T":p.y-=h;break;case "B":p.y+=el.offsetHeight;break;case "C":p.y+=(el.offsetHeight-h)/2;break;case "t":p.y+=el.offsetHeight-h;break;case "b":break;}switch(halign){case "L":p.x-=w;break;case "R":p.x+=el.offsetWidth;break;case "C":p.x+=(el.offsetWidth-w)/2;break;case "l":p.x+=el.offsetWidth-w;break;case "r":break;}p.width=w;p.height=h+40;self.monthsCombo.style.display="none";fixPosition(p);self.showAt(p.x,p.y);};if(Calendar.is_khtml)setTimeout("Calendar.continuation_for_the_fucking_khtml_browser()",10);else Calendar.continuation_for_the_fucking_khtml_browser();};Calendar.prototype.setDateFormat=function(str){this.dateFormat=str;};Calendar.prototype.setTtDateFormat=function(str){this.ttDateFormat=str;};Calendar.prototype.parseDate=function(str,fmt){if(!fmt)fmt=this.dateFormat;this.setDate(Date.parseDate(str,fmt));};Calendar.prototype.hideShowCovered=function(){if(!Calendar.is_ie&&!Calendar.is_opera)return;function getVisib(obj){var value=obj.style.visibility;if(!value){if(document.defaultView&&typeof(document.defaultView.getComputedStyle)=="function"){if(!Calendar.is_khtml)value=document.defaultView. getComputedStyle(obj,"").getPropertyValue("visibility");else value='';}else if(obj.currentStyle){value=obj.currentStyle.visibility;}else value='';}return value;};var tags=new Array("applet","iframe","select");var el=this.element;var p=Calendar.getAbsolutePos(el);var EX1=p.x;var EX2=el.offsetWidth+EX1;var EY1=p.y;var EY2=el.offsetHeight+EY1;for(var k=tags.length;k>0;){var ar=document.getElementsByTagName(tags[--k]);var cc=null;for(var i=ar.length;i>0;){cc=ar[--i];p=Calendar.getAbsolutePos(cc);var CX1=p.x;var CX2=cc.offsetWidth+CX1;var CY1=p.y;var CY2=cc.offsetHeight+CY1;if(this.hidden||(CX1>EX2)||(CX2EY2)||(CY229)?1900:2000);break;case "%b":case "%B":for(j=0;j<12;++j){if(Calendar._MN[j].substr(0,a[i].length).toLowerCase()==a[i].toLowerCase()){m=j;break;}}break;case "%H":case "%I":case "%k":case "%l":hr=parseInt(a[i],10);break;case "%P":case "%p":if(/pm/i.test(a[i])&&hr<12)hr+=12;else if(/am/i.test(a[i])&&hr>=12)hr-=12;break;case "%M":min=parseInt(a[i],10);break;}}if(isNaN(y))y=today.getFullYear();if(isNaN(m))m=today.getMonth();if(isNaN(d))d=today.getDate();if(isNaN(hr))hr=today.getHours();if(isNaN(min))min=today.getMinutes();if(y!=0&&m!=-1&&d!=0)return new Date(y,m,d,hr,min,0);y=0;m=-1;d=0;for(i=0;i31&&y==0){y=parseInt(a[i],10);(y<100)&&(y+=(y>29)?1900:2000);}else if(d==0){d=a[i];}}if(y==0)y=today.getFullYear();if(m!=-1&&d!=0)return new Date(y,m,d,hr,min,0);return today;};Date.prototype.getMonthDays=function(month){var year=this.getFullYear();if(typeof month=="undefined"){month=this.getMonth();}if(((0==(year%4))&&((0!=(year%100))||(0==(year%400))))&&month==1){return 29;}else{return Date._MD[month];}};Date.prototype.getDayOfYear=function(){var now=new Date(this.getFullYear(),this.getMonth(),this.getDate(),0,0,0);var then=new Date(this.getFullYear(),0,0,0,0,0);var time=now-then;return Math.floor(time/Date.DAY);};Date.prototype.getWeekNumber=function(){var d=new Date(this.getFullYear(),this.getMonth(),this.getDate(),0,0,0);var DoW=d.getDay();d.setDate(d.getDate()-(DoW+6)%7+3);var ms=d.valueOf();d.setMonth(0);d.setDate(4);return Math.round((ms-d.valueOf())/(7*864e5))+1;};Date.prototype.equalsTo=function(date){return((this.getFullYear()==date.getFullYear())&&(this.getMonth()==date.getMonth())&&(this.getDate()==date.getDate())&&(this.getHours()==date.getHours())&&(this.getMinutes()==date.getMinutes()));};Date.prototype.setDateOnly=function(date){var tmp=new Date(date);this.setDate(1);this.setFullYear(tmp.getFullYear());this.setMonth(tmp.getMonth());this.setDate(tmp.getDate());};Date.prototype.print=function(str){var m=this.getMonth();var d=this.getDate();var y=this.getFullYear();var wn=this.getWeekNumber();var w=this.getDay();var s={};var hr=this.getHours();var pm=(hr>=12);var ir=(pm)?(hr-12):hr;var dy=this.getDayOfYear();if(ir==0)ir=12;var min=this.getMinutes();var sec=this.getSeconds();s["%a"]=Calendar._SDN[w];s["%A"]=Calendar._DN[w];s["%b"]=Calendar._SMN[m];s["%B"]=Calendar._MN[m];s["%C"]=1+Math.floor(y/100);s["%d"]=(d<10)?("0"+d):d;s["%e"]=d;s["%H"]=(hr<10)?("0"+hr):hr;s["%I"]=(ir<10)?("0"+ir):ir;s["%j"]=(dy<100)?((dy<10)?("00"+dy):("0"+dy)):dy;s["%k"]=hr;s["%l"]=ir;s["%m"]=(m<9)?("0"+(1+m)):(1+m);s["%M"]=(min<10)?("0"+min):min;s["%n"]="\n";s["%p"]=pm?"PM":"AM";s["%P"]=pm?"pm":"am";s["%s"]=Math.floor(this.getTime()/1000);s["%S"]=(sec<10)?("0"+sec):sec;s["%t"]="\t";s["%U"]=s["%W"]=s["%V"]=(wn<10)?("0"+wn):wn;s["%u"]=w+1;s["%w"]=w;s["%y"]=(''+y).substr(2,2);s["%Y"]=y;s["%%"]="%";var re=/%./g;if(!Calendar.is_ie5&&!Calendar.is_khtml)return str.replace(re,function(par){return s[par]||par;});var a=str.match(re);for(var i=0;i + +How to include additional info in day cells + + + + + + + + +

How to include additional info in day cells

+ +
+ + + +

The idea is simple:

+ +
    +
  1. +

    Define a callback that takes two parameters like this:

    +
    function getDateText(date, d)
    +

    + This function will receive the date object as the first + parameter and the current date number (1..31) as the second (you + can get it as well by calling date.getDate() but since it's very + probably useful I thought I'd pass it too so that we can avoid a + function call). +

    +

    + This function must return the text to be inserted in + the cell of the passed date. That is, one should at least + "return d;". +

    +
  2. +
  3. + Pass the above function as the "dateText" parameter to + Calendar.setup. +
  4. +
+ +

+ The function could simply look like: +

+ +
  function getDateText(date, d) {
+    if (d == 12) {
+      return "12th";
+    } else if (d == 13) {
+      return "bad luck";
+    } /* ... etc ... */
+  }
+ +

+ but it's easy to imagine that this approach sucks. For a better + way, see the source of this page and note the usage of an externally + defined "dateText" object which maps "date" to "date info", also + taking into account the year and month. This object can be easily + generated from a database, and the getDateText function becomes + extremely simple (and static). +

+ +

+ Cheers! +

+ +
+
mishoo
+ Last modified: Sat Mar 5 17:18:06 EET 2005 + diff --git a/htdocs/cashdesk/include/jscalendar/doc/html/field-button.jpg b/htdocs/cashdesk/include/jscalendar/doc/html/field-button.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ecbe9d8d45a7a4657baad518781aa4599555f112 GIT binary patch literal 2509 zcmb7EdpOkT7yr(cTt+jD%Y>K=MO1Esl@?<#2C+j~myNB=Xl=$Nx~Qbwr(B!HC7FiI zsIcxM3AvlqxMvJqTq;DC`fZAxZR__uzu)h#-+7<+Jn!?K=X}ojoaghtn`4{LfUP8= zGZ6rRK)^Z40ydum$__EK;{f353g`m>AT8Mv+Y|xz01N_!LLo4TgTY{MDLH8=i7Cj+ zZjnPOpioE!BvMgXT}4p|gGM4%wN)`18r!#TS5(33U^R8rHMeX24FZy+O2MTN($WY` zC8Uz(|81L(0Hida1w4a*umBhdf*?Vgj{$W6fJjLE&EuOv;V>`=A|)+}+H3_t5HJ)1 z2g78fzQiRFC=3oDQHp5oKq>4#?_!~nvWczd@f;mvQ@ou=d{Nbl9XK=lAbOl6U->_P zzW{*1l6wuLq#gtSL%!7n01#4p*&~pi(Xu%X$U#7o4k1Y30IOyHaoA(z{mcfDbDQcTE=4ejlGlhR&a1{gj_jNy{OY*jy}_fw#2n z=1&_ilA?NZ3x2%S-oPpj9nH5`xU5Y_sK*6%zVAxP(a?}EB2>*z2!f!unvNz8O*YOU4k4OR2rgxMkxQGlkLGwHVC1>}rSqvksd zl%|-}a9r)DXkdhrz*fWKT1<7edgzJ=WN>A6$L-4+%kT-uM%?IUr@Cw^`fCw;&i*Mi zqV~Qu%4L8rKs3d)2j#6SA_%opSD#^e(ueGIr|WeuUy{)g@ofn;RB~5TbcD|2Ft_RU zgn9LMD{Z%$!MFOHDC0TSQ+YaWI?;7V)XyZRl6NUssf8HcT(Wtc>&Dj-E#LT!H5r6+ z4F{eN`UH;W1jMu?J}j$-Rln>AW}4ZCGG$4}xE_l8`b`-Rmc|#W9PbkfjpCHc$mi4j zoZri9rTGkcny)j;*mgxlYaZg>dIPQrg|N-CpT=@5@IVC%jp!Ep)$WrBP;YG z!T`QXuc2`gUexLkpRjvQYlJnHVpFU?MF@;Ln#xlc2dX>o9WVFQ9XYz|;OxFmtYSYo zYOWY0dm+b|C9_vOV@pItyJcWp%7-j-bb zVD@mVFbmOjW-v};&cO4zMqmS#M0s_;FJ#-r(iBUZYmK)e1SYiM?#Sow#3|9Sy!x;2 zN9t?UpeZO*G_Y~nYm7O;ijwZ?X#J4mZ&`9~ zm z*T@?8#M?$rn}#vkcV%u#RGrY)CQu`--@J0LIa;ug*i=p_A#g3BGs(;rlA5cGveSJT zeMBtM#k%>7-f*tb)px6pN>8Vk>+wv-*97pZhQ4S2h`&_7zM`*NS#W};rYrPCJ1V7b zo$%6zcJ@qE8)WlwWrtFi9q28odP$YLTH!}6Ops89JlW{Ly2zHeJ<{2=3+h`nY6hf9a7BnKXWCZirqy1^Hc-Y z_nK3f0OuIula=YK{Dk7_lppQPMHJ9(T)+9p{-P&u=h^6hF{hCa0B>*Q0Ie(XSQ{!7 zn)ahei~bmgMU71QPm;K~W0JnNbq;P}FXo&U;=J;T`%3t2QTl|{0)yWtYAdF zEczY6=_m1w9Im^tlo?SbMs*QVFxdpj2XnVWPs4)Yc=cBl$dW@&s+;nsN+;ilK16y` zDrp&itwhmb+%C($aYs|c#FWDK@!?*(1jI!7I`R3fR;@PoEavk7s^3h-`6%05fn~NM$gBSo=F(5>*$| zJM!D+x+`Z%@+iGMX!5XPF3x+QC%rey*?h=bd&ocqW?X)dJ}T?Xq4jm`Q_lz&fCdP? zI6T_x2Qy0TKSR;0f>#9kzkD4pA%bbS5`C>i{^je7M>hepu-nZ}_46?wgMzprId->J z+Zx^y(F6S<){jFg+_}($r?Gk)pF?;LmN83oH@r&lvwt0G+yBn0=H$|w6TyxPuLhgT zY)&uE^m?N>=Y$*X?e+MNH2Q@r6QA*)G`_<$KmEL8f9%rjP2jqTjq|$r)cGBs>;HX_ z>2rQ>|FN-n6WI2#Gk&_TX*Br70TH7yJOdL?49bz4G*=zw6i__<37m%Mq?`K9-jL0w Fe*qKRb9w*( literal 0 HcmV?d00001 diff --git a/htdocs/cashdesk/include/jscalendar/doc/html/reference-Z-S.css b/htdocs/cashdesk/include/jscalendar/doc/html/reference-Z-S.css new file mode 100644 index 00000000000..02a6f88f5a0 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/doc/html/reference-Z-S.css @@ -0,0 +1,193 @@ + + body { + color: black; + /* background-color: #e5e5e5;*/ + background-color: #ffffff; + /*background-color: beige;*/ + margin-top: 2em; + margin-left: 8%; + margin-right: 8%; + } + + h1,h2,h3,h4,h5,h6 { + margin-top: .5em; + } + + .title { + font-size: 200%; + font-weight: normal; + } + + .partheading { + font-size: 100%; + } + + .chapterheading { + font-size: 100%; + } + + .beginsection { + font-size: 110%; + } + + .tiny { + font-size: 40%; + } + + .scriptsize { + font-size: 60%; + } + + .footnotesize { + font-size: 75%; + } + + .small { + font-size: 90%; + } + + .normalsize { + font-size: 100%; + } + + .large { + font-size: 120%; + } + + .largecap { + font-size: 150%; + } + + .largeup { + font-size: 200%; + } + + .huge { + font-size: 300%; + } + + .hugecap { + font-size: 350%; + } + + pre { + margin-left: 2em; + } + + blockquote { + margin-left: 2em; + } + + ol { + list-style-type: decimal; + } + + ol ol { + list-style-type: lower-alpha; + } + + ol ol ol { + list-style-type: lower-roman; + } + + ol ol ol ol { + list-style-type: upper-alpha; + } + + /* + .verbatim { + color: #4d0000; + } + */ + + tt i { + font-family: serif; + } + + .verbatim em { + font-family: serif; + } + + .scheme em { + font-family: serif; + color: black; + } + + .scheme { + color: brown; + } + + .scheme .keyword { + color: #990000; + font-weight: bold; + } + + .scheme .builtin { + color: #990000; + } + + .scheme .variable { + color: navy; + } + + .scheme .global { + color: purple; + } + + .scheme .selfeval { + color: green; + } + + .scheme .comment { + color: teal; + } + + .schemeresponse { + color: green; + } + + .navigation { + color: red; + text-align: right; + font-size: medium; + font-style: italic; + } + + .disable { + /* color: #e5e5e5; */ + color: gray; + } + + .smallcaps { + font-size: 75%; + } + + .smallprint { + color: gray; + font-size: 75%; + text-align: right; + } + + /* + .smallprint hr { + text-align: left; + width: 40%; + } + */ + + .footnoterule { + text-align: left; + width: 40%; + } + + .colophon { + color: gray; + font-size: 80%; + text-align: right; + } + + .colophon a { + color: gray; + } + + \ No newline at end of file diff --git a/htdocs/cashdesk/include/jscalendar/doc/html/reference.css b/htdocs/cashdesk/include/jscalendar/doc/html/reference.css new file mode 100644 index 00000000000..42e92835369 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/doc/html/reference.css @@ -0,0 +1,34 @@ +html { margin: 0px; padding: 0px; background-color: #08f; color: #444; font-family: georgia,serif; } +body { margin: 2em 8%; background-color: #fff; padding: 1em; border: 2px ridge #048; } + +a:link, a:visited { text-decoration: none; color: #00f; } +a:hover { color: #f00; text-decoration: underline; } +a:active { color: #f84; } + +h1, h2, h3, h4, h5, h6 { font-family: tahoma,verdana,sans-serif; } + +h2, h3 { font-weight: normal; } + +h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: none; } + +h1 { font-size: 170%; border: 2px ridge #048; letter-spacing: 2px; color: #000; margin-left: -2em; margin-right: -2em; +background-color: #fff; padding: 2px 1em; background-color: #def; } +h2 { font-size: 140%; color: #222; } +h3 { font-size: 120%; color: #444; } + +h1.title { font-size: 300%; font-family: georgia,serif; font-weight: normal; color: #846; letter-spacing: -1px; +border: none; +padding: none; +background-color: #fff; +border-bottom: 3px double #624; padding-bottom: 2px; margin-left: 8%; margin-right: 8%; } + +.colophon { padding-top: 2em; color: #999; font-size: 90%; font-family: georgia,"times new roman",serif; } +.colophon a:link, .colophon a:visited { color: #755; } +.colophon a:hover { color: #422; text-decoration: underline; } + +.footnote { font-size: 90%; font-style: italic; font-family: georgia,"times new roman",serif; margin: 0px 3em; } +.footnote sup { font-size: 120%; padding: 0px 0.3em; position: relative; top: -0.2em; } + +.small { font-size: 90%; } + +.verbatim { background-color: #eee; padding: 0.2em 1em; border: 1px solid #aaa; } diff --git a/htdocs/cashdesk/include/jscalendar/doc/html/reference.html b/htdocs/cashdesk/include/jscalendar/doc/html/reference.html new file mode 100644 index 00000000000..965c26616f9 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/doc/html/reference.html @@ -0,0 +1,1738 @@ + + + + + +DHTML Calendar Widget + + + + + + +

+

+

+

+

+

+

+

+

+

+

+

+

+ + + + +

+

+ + +

+

+

+

+

+



DHTML Calendar Widget

+

+
+Mihai Bazon, <mihai_bazon@yahoo.com>
+© Dynarch.com 2002-2005, www.dynarch.com

March 7, 2005

+

+

+calendar version: 1.0 ``It is happening again'' +

+
+

+

+$Id$ +

+
+
+ +
+ +
+ +

Contents

+

+

+    1  Overview
+        1.1  How does this thing work?
+        1.2  Project files
+        1.3  License
+

+

+    2  Quick startup
+        2.1  Installing a popup calendar
+        2.2  Installing a flat calendar
+        2.3  Calendar.setup in detail
+

+

+    3  Recipes
+        3.1  Popup calendars
+            3.1.1  Simple text field with calendar attached to a button
+            3.1.2  Simple field with calendar attached to an image
+            3.1.3  Hidden field, plain text triggers
+            3.1.4  2 Linked fields, no trigger buttons
+        3.2  Flat calendars
+        3.3  Highlight special dates
+        3.4  Select multiple dates
+

+

+    4  The Calendar object overview
+        4.1  Creating a calendar
+        4.2  Order does matter ;-)
+        4.3  Caching the object
+        4.4  Callback functions
+

+

+    5  The Calendar object API reference
+        5.1  Calendar constructor
+        5.2  Useful member variables (properties)
+        5.3  Public methods
+            5.3.1  Calendar.create
+            5.3.2  Calendar.callHandler
+            5.3.3  Calendar.callCloseHandler
+            5.3.4  Calendar.hide
+            5.3.5  Calendar.setDateFormat
+            5.3.6  Calendar.setTtDateFormat
+            5.3.7  Calendar.setDisabledHandler
+            5.3.8  Calendar.setDateStatusHandler
+            5.3.9  Calendar.show
+            5.3.10  Calendar.showAt
+            5.3.11  Calendar.showAtElement
+            5.3.12  Calendar.setDate
+            5.3.13  Calendar.setFirstDayOfWeek
+            5.3.14  Calendar.parseDate
+            5.3.15  Calendar.setRange
+

+

+    6  Side effects
+

+

+    7  Credits
+

+

+

+

+

+ +

1  Overview

+

The DHTML Calendar widget1 +is an (HTML) user interface element that gives end-users a friendly way to +select date and time. It works in a web browser. The first versions only provided +support for popup calendars, while starting with version 0.9 it also supports +``flat'' display. A ``flat'' calendar is a calendar that stays visible in the +page all the time. In this mode it could be very useful for ``blog'' pages and +other pages that require the calendar to be always present.

+

+The calendar is compatible with most popular browsers nowadays. While it's +created using web standards and it should generally work with any compliant +browser, the following browsers were found to work: Mozilla/Firefox (the +development platform), Netscape 6.0 or better, all other Gecko-based browsers, +Internet Explorer 5.0 or better for Windows2, Opera 73, Konqueror 3.1.2 and Apple Safari for +MacOSX.

+

+You can find the latest info and version at the calendar homepage:

+

+

+ +

+

+ +

1.1  How does this thing work?

+

DHTML is not ``another kind of HTML''. It's merely a naming convention. DHTML +refers to the combination of HTML, CSS, JavaScript and DOM. DOM (Document +Object Model) is a set of interfaces that glues the other three together. In +other words, DOM allows dynamic modification of an HTML page through a program. +JavaScript is our programming language, since that's what browsers like. CSS +is a way to make it look good ;-). So all this soup is generically known as +DHTML.

+

+Using DOM calls, the program dynamically creates a <table> element +that contains a calendar for the given date and then inserts it in the document +body. Then it shows this table at a specified position. Usually the position +is related to some element in which the date needs to be displayed/entered, +such as an input field.

+

+By assigning a certain CSS class to the table we can control the look of the +calendar through an external CSS file; therefore, in order to change the +colors, backgrounds, rollover effects and other stuff, you can only change a +CSS file -- modification of the program itself is not necessary.

+

+

+ +

1.2  Project files

+

Here's a description of the project files, excluding documentation and example +files.

+

+

+

    +

    +
  • the main program file (calendar.js). This defines all the logic +behind the calendar widget.

    +

    +

    +
  • the CSS files (calendar-*.css). Loading one of them is +necessary in order to see the calendar as intended.

    +

    +

    +
  • the language definition files (lang/calendar-*.js). They are +plain JavaScript files that contain all texts that are displayed by the +calendar. Loading one of them is necessary.

    +

    +

    +
  • helper functions for quick setup of the calendar +(calendar-setup.js). You can do fine without it, but starting with +version 0.9.3 this is the recommended way to setup a calendar.

    +

    +

    +

+

+

+ +

1.3  License

+

+
+ +© Dynarch.com 2002-2005, +www.dynarch.com +Author: Mihai Bazon +
+

+The calendar is released under the +GNU Lesser General Public License.

+

+

+ +

2  Quick startup

+

+

+Installing the calendar used to be quite a task until version 0.9.3. Starting +with 0.9.3 I have included the file calendar-setup.js whose goal is to +assist you to setup a popup or flat calendar in minutes. You are +encouraged to modify this file and not calendar.js if you need +extra customization, but you're on your own.

+

+First you have to include the needed scripts and style-sheet. Make sure you do +this in your document's <head> section, also make sure you put the +correct paths to the scripts.

+

+

+
<style type="text/css">@import url(calendar-win2k-1.css);</style>
+<script type="text/javascript" src="calendar.js"></script>
+<script type="text/javascript" src="lang/calendar-en.js"></script>
+<script type="text/javascript" src="calendar-setup.js"></script>
+

+

+

+ +

2.1  Installing a popup calendar

+

+

+Now suppose you have the following HTML:

+

+

+
<form ...>
+  <input type="text" id="data" name="data" />
+  <button id="trigger">...</button>
+</form>
+

+

+You want the button to popup a calendar widget when clicked? Just +insert the following code immediately after the HTML form:

+

+

+
<script type="text/javascript">
+  Calendar.setup(
+    {
+      inputField  : "data",         // ID of the input field
+      ifFormat    : "%m %d, %Y",    // the date format
+      button      : "trigger"       // ID of the button
+    }
+  );
+</script>
+

+

+The Calendar.setup function, defined in calendar-setup.js +takes care of ``patching'' the button to display a calendar when clicked. The +calendar is by default in single-click mode and linked with the given input +field, so that when the end-user selects a date it will update the input field +with the date in the given format and close the calendar. If you are a +long-term user of the calendar you probably remember that for doing this you +needed to write a couple functions and add an ``onclick'' handler for the +button by hand.

+

+By looking at the example above we can see that the function +Calendar.setup receives only one parameter: a JavaScript object. +Further, that object can have lots of properties that tell to the setup +function how would we like to have the calendar. For instance, if we would +like a calendar that closes at double-click instead of single-click we would +also include the following: singleClick:false.

+

+For a list of all supported parameters please see the section +2.3.

+

+

+ +

2.2  Installing a flat calendar

+

+

+Here's how to configure a flat calendar, using the same Calendar.setup +function. First, you should have an empty element with an ID. This element +will act as a container for the calendar. It can be any block-level element, +such as DIV, TABLE, etc. We will use a DIV in this example.

+

+

+
<div id="calendar-container"></div>
+

+

+Then there is the JavaScript code that sets up the calendar into the +``calendar-container'' DIV. The code can occur anywhere in HTML +after the DIV element.

+

+

+
<script type="text/javascript">
+  function dateChanged(calendar) {
+    // Beware that this function is called even if the end-user only
+    // changed the month/year.  In order to determine if a date was
+    // clicked you can use the dateClicked property of the calendar:
+    if (calendar.dateClicked) {
+      // OK, a date was clicked, redirect to /yyyy/mm/dd/index.php
+      var y = calendar.date.getFullYear();
+      var m = calendar.date.getMonth();     // integer, 0..11
+      var d = calendar.date.getDate();      // integer, 1..31
+      // redirect...
+      window.location = "/" + y + "/" + m + "/" + d + "/index.php";
+    }
+  };
+
+  Calendar.setup(
+    {
+      flat         : "calendar-container", // ID of the parent element
+      flatCallback : dateChanged           // our callback function
+    }
+  );
+</script>
+

+

+

+ +

2.3  Calendar.setup in detail

+

+

+Following there is the complete list of properties interpreted by +Calendar.setup. All of them have default values, so you can pass only those +which you would like to customize. Anyway, you must pass at least one +of inputField, displayArea or button, for a popup +calendar, or flat for a flat calendar. Otherwise you will get a +warning message saying that there's nothing to setup.

+

+

+ + + + + + + + + + + + + + + + + + + + + + + + + +
property type description default +
inputField +string The ID of your input field. +null +
displayArea +string This is the ID of a <span>, <div>, or any other element that you would like to use to display the current date. This is generally useful only if the input field is hidden, as an area to display the date. +null +
button +string The ID of the calendar ``trigger''. This is an element (ordinarily a button or an image) that will dispatch a certain event (usually ``click'') to the function that creates and displays the calendar. +null +
eventName +string The name of the event that will trigger the calendar. The name should be without the ``on'' prefix, such as ``click'' instead of ``onclick''. Virtually all users will want to let this have the default value (``click''). Anyway, it could be useful if, say, you want the calendar to appear when the input field is focused and have no trigger button (in this case use ``focus'' as the event name). +``click'' +
ifFormat +string The format string that will be used to enter the date in the input field. This format will be honored even if the input field is hidden. +``%Y/%m/%d'' +
daFormat +string Format of the date displayed in the displayArea (if specified). +``%Y/%m/%d'' +
singleClick +boolean Wether the calendar is in ``single-click mode'' or ``double-click mode''. If true (the default) the calendar will be created in single-click mode. +true +
disableFunc +function A function that receives a JS Date object. It should return +true if that date has to be disabled, false otherwise. +DEPRECATED (see below). +null +
dateStatusFunc +function A function that receives a JS Date object and returns a boolean +or a string. This function allows one to set a certain CSS class to some +date, therefore making it look different. If it returns true then +the date will be disabled. If it returns false nothing special +happens with the given date. If it returns a string then that will be taken +as a CSS class and appended to the date element. If this string is +``disabled'' then the date is also disabled (therefore is like returning +true). For more information please also refer to section +5.3.8. +null +
firstDay +integer Specifies which day is to be displayed as the first day of +week. Possible values are 0 to 6; 0 means Sunday, 1 means Monday, ..., 6 +means Saturday. The end user can easily change this too, by clicking on the +day name in the calendar header. +0 +
weekNumbers +boolean If ``true'' then the calendar will display week numbers. +true +
align +string Alignment of the calendar, relative to the reference element. The +reference element is dynamically chosen like this: if a displayArea is +specified then it will be the reference element. Otherwise, the input field +is the reference element. For the meaning of the alignment characters +please section 5.3.11. +``Bl'' +
range +array An array having exactly 2 elements, integers. (!) The first [0] element is the minimum year that is available, and the second [1] element is the maximum year that the calendar will allow. +[1900, 2999] +
flat +string If you want a flat calendar, pass the ID of the parent object in +this property. If not, pass null here (or nothing at all as +null is the default value). +null +
flatCallback +function You should provide this function if the calendar is flat. It +will be called when the date in the calendar is changed with a reference to +the calendar object. See section 2.2 for an example +of how to setup a flat calendar. +null +
onSelect +function If you provide a function handler here then you have to manage +the ``click-on-date'' event by yourself. Look in the calendar-setup.js and +take as an example the onSelect handler that you can see there. +null +
onClose +function This handler will be called when the calendar needs to close. +You don't need to provide one, but if you do it's your responsibility to +hide/destroy the calendar. You're on your own. Check the calendar-setup.js +file for an example. +null +
onUpdate +function If you supply a function handler here, it will be called right +after the target field is updated with a new date. You can use this to +chain 2 calendars, for instance to setup a default date in the second just +after a date was selected in the first. +null +
date +date This allows you to setup an initial date where the calendar will be +positioned to. If absent then the calendar will open to the today date. +null +
showsTime +boolean If this is set to true then the calendar will also +allow time selection. +false +
timeFormat +string Set this to ``12'' or ``24'' to configure the way that the +calendar will display time. +``24'' +
electric +boolean Set this to ``false'' if you want the calendar to update the +field only when closed (by default it updates the field at each date change, +even if the calendar is not closed) true +
position +array Specifies the [x, y] position, relative to page's top-left corner, +where the calendar will be displayed. If not passed then the position will +be computed based on the ``align'' parameter. Defaults to ``null'' (not +used). null +
cache +boolean Set this to ``true'' if you want to cache the calendar object. +This means that a single calendar object will be used for all fields that +require a popup calendar false +
showOthers +boolean If set to ``true'' then days belonging to months overlapping +with the currently displayed month will also be displayed in the calendar +(but in a ``faded-out'' color) false + +
+ +

+

+ +

3  Recipes

+

This section presents some common ways to setup a calendar using the +Calendar.setup function detailed in the previous section.

+

+We don't discuss here about loading the JS or CSS code -- so make sure you +add the proper <script> and <style> or <link> elements in your +HTML code. Also, when we present input fields, please note that they should +be embedded in some form in order for data to be actually sent to server; we +don't discuss these things here because they are not related to our +calendar.

+

+

+ +

3.1  Popup calendars

+

These samples can be found in the file “simple-1.html†from the +calendar package.

+

+

+ +

3.1.1  Simple text field with calendar attached to a button

+

+

+This piece of code will create a calendar for a simple input field with a +button that will open the calendar when clicked.

+

+

+
<input type="text" name="date" id="f_date_b"
+       /><button type="reset" id="f_trigger_b"
+       >...</button>
+<script type="text/javascript">
+    Calendar.setup({
+        inputField     :    "f_date_b",           //*
+        ifFormat       :    "%m/%d/%Y %I:%M %p",
+        showsTime      :    true,
+        button         :    "f_trigger_b",        //*
+        step           :    1
+    });
+</script>
+

+

+Note that this code does more actually; the only required fields are +those marked with “//*†-- that is, the ID of the input field and the ID of +the button need to be passed to Calendar.setup in order for the +calendar to be properly assigned to this input field. As one can easily +guess from the argument names, the other arguments configure a certain date +format, instruct the calendar to also include a time selector and display +every year in the drop-down boxes (the “step†parameter) -- instead of showing +every other year as the default calendar does.

+

+

+ +

3.1.2  Simple field with calendar attached to an image

+

Same as the above, but the element that triggers the calendar is this time +an image, not a button.

+

+

+
<input type="text" name="date" id="f_date_c" readonly="1" />
+<img src="img.gif" id="f_trigger_c"
+     style="cursor: pointer; border: 1px solid red;"
+     title="Date selector"
+     onmouseover="this.style.background='red';"
+     onmouseout="this.style.background=''" />
+<script type="text/javascript">
+    Calendar.setup({
+        inputField     :    "f_date_c",
+        ifFormat       :    "%B %e, %Y",
+        button         :    "f_trigger_c",
+        align          :    "Tl",
+        singleClick    :    false
+    });
+</script>
+

+

+Note that the same 2 parameters are required as in the previous case; the +difference is that the 'button' parameter now gets the ID of the image +instead of the ID of the button. But the event is the same: at 'onclick' on +the element that is passed as 'button', the calendar will be shown.

+

+The above code additionally sets an alignment mode -- the parameters are +described in 5.3.11.

+

+

+ +

3.1.3  Hidden field, plain text triggers

+

Sometimes, to assure that the date is well formatted, you might want not to +allow the end user to write a date manually. This can easily be achieved +with an input field by setting its readonly attribute, which is +defined by the HTML4 standard; however, here's an even nicer approach: our +calendar widget allows you to use a hidden field as the way to pass data to +server, and a “display area†to show the end user the selected date. The +“display area†can be any HTML element, such as a DIV or a SPAN or +whatever -- we will use a SPAN in our sample.

+

+

+
<input type="hidden" name="date" id="f_date_d" />
+
+<p>Your birthday:
+   <span style="background-color: #ff8; cursor: default;"
+         onmouseover="this.style.backgroundColor='#ff0';"
+         onmouseout="this.style.backgroundColor='#ff8';"
+         id="show_d"
+   >Click to open date selector</span>.</p>
+
+<script type="text/javascript">
+    Calendar.setup({
+        inputField     :    "f_date_d",
+        ifFormat       :    "%Y/%d/%m",
+        displayArea    :    "show_d",
+        daFormat       :    "%A, %B %d, %Y",
+    });
+</script>
+

+

+The above code will configure a calendar attached to the hidden field and to +the SPAN having the id=“show_dâ€. When the SPAN element is clicked, the +calendar opens and allows the end user to chose a date. When the date is +chosen, the input field will be updated with the value in the format +“%Y/%d/%mâ€, and the SPAN element will display the date in a +friendlier format (defined by “daFormatâ€).

+

+Beware that using this approach will make your page unfunctional in browsers +that do not support JavaScript or our calendar.

+

+

+ +

3.1.4  2 Linked fields, no trigger buttons

+

Supposing you want to create 2 fields that hold an interval of exactly one +week. The first is the starting date, and the second is the ending date. +You want the fields to be automatically updated when some date is clicked in +one or the other, in order to keep exactly one week difference between them.

+

+

+
<input type="text" name="date" id="f_date_a" />
+<input type="text" name="date" id="f_calcdate" />
+
+<script type="text/javascript">
+    function catcalc(cal) {
+        var date = cal.date;
+        var time = date.getTime()
+        // use the _other_ field
+        var field = document.getElementById("f_calcdate");
+        if (field == cal.params.inputField) {
+            field = document.getElementById("f_date_a");
+            time -= Date.WEEK; // substract one week
+        } else {
+            time += Date.WEEK; // add one week
+        }
+        var date2 = new Date(time);
+        field.value = date2.print("%Y-%m-%d %H:%M");
+    }
+    Calendar.setup({
+        inputField     :    "f_date_a",
+        ifFormat       :    "%Y-%m-%d %H:%M",
+        showsTime      :    true,
+        timeFormat     :    "24",
+        onUpdate       :    catcalc
+    });
+    Calendar.setup({
+        inputField     :    "f_calcdate",
+        ifFormat       :    "%Y-%m-%d %H:%M",
+        showsTime      :    true,
+        timeFormat     :    "24",
+        onUpdate       :    catcalc
+    });
+</script>
+

+

+The above code will configure 2 input fields with calendars attached, as +usual. The first thing to note is that there's no trigger button -- in such +case, the calendar will popup when one clicks into the input field. Using +the onUpdate parameter, we pass a reference to a function of ours +that will get called after a date was selected. In that function we +determine what field was updated and we compute the date in the other input +field such that it keeps a one week difference between the two. Enjoy! :-)

+

+

+ +

3.2  Flat calendars

+

This sample can be found in “simple-2.htmlâ€. It will configure a +flat calendar that is always displayed in the page, in the DIV having the +id=“calendar-containerâ€. When a date is clicked our function hander gets +called (dateChanged) and it will compute an URL to jump to based on +the selected date, then use window.location to visit the new link.

+

+

+
<div style="float: right; margin-left: 1em; margin-bottom: 1em;"
+id="calendar-container"></div>
+
+<script type="text/javascript">
+  function dateChanged(calendar) {
+    // Beware that this function is called even if the end-user only
+    // changed the month/year.  In order to determine if a date was
+    // clicked you can use the dateClicked property of the calendar:
+    if (calendar.dateClicked) {
+      // OK, a date was clicked, redirect to /yyyy/mm/dd/index.php
+      var y = calendar.date.getFullYear();
+      var m = calendar.date.getMonth();     // integer, 0..11
+      var d = calendar.date.getDate();      // integer, 1..31
+      // redirect...
+      window.location = "/" + y + "/" + m + "/" + d + "/index.php";
+    }
+  };
+
+  Calendar.setup(
+    {
+      flat         : "calendar-container", // ID of the parent element
+      flatCallback : dateChanged           // our callback function
+    }
+  );
+</script>
+

+

+

+ +

3.3  Highlight special dates

+

So you want to display certain dates in a different color, or with bold +font, or whatever, right? Well, no problem -- our calendar can do this as +well. It doesn't matter if it's a flat or popup calendar -- we'll use a flat +one for this sample. The idea, however, is that you need to have the dates +in an array or a JavaScript object -- whatever is suitable for your way of +thinking -- and use it from a function that returns a value, telling the +calendar what kind of date is the passed one.

+

+Too much talking, here's the code ;-)

+

+

+
<!-- this goes into the <head> tag -->
+<style type="text/css">
+  .special { background-color: #000; color: #fff; }
+</style>
+
+<!-- and the rest inside the <body> -->
+<div style="float: right; margin-left: 1em; margin-bottom: 1em;"
+id="calendar-container"></div>
+
+<script type="text/javascript">
+  var SPECIAL_DAYS = {
+    0 : [ 13, 24 ],		// special days in January
+    2 : [ 1, 6, 8, 12, 18 ],	// special days in March
+    8 : [ 21, 11 ]		// special days in September
+  };
+
+  function dateIsSpecial(year, month, day) {
+    var m = SPECIAL_DAYS[month];
+    if (!m) return false;
+    for (var i in m) if (m[i] == day) return true;
+    return false;
+  };
+
+  function dateChanged(calendar) {
+    // Beware that this function is called even if the end-user only
+    // changed the month/year.  In order to determine if a date was
+    // clicked you can use the dateClicked property of the calendar:
+    if (calendar.dateClicked) {
+      // OK, a date was clicked, redirect to /yyyy/mm/dd/index.php
+      var y = calendar.date.getFullYear();
+      var m = calendar.date.getMonth();     // integer, 0..11
+      var d = calendar.date.getDate();      // integer, 1..31
+      // redirect...
+      window.location = "/" + y + "/" + m + "/" + d + "/index.php";
+    }
+  };
+
+  function ourDateStatusFunc(date, y, m, d) {
+    if (dateIsSpecial(y, m, d))
+      return "special";
+    else
+      return false; // other dates are enabled
+      // return true if you want to disable other dates
+  };
+
+  Calendar.setup(
+    {
+      flat         : "calendar-container", // ID of the parent element
+      flatCallback : dateChanged,          // our callback function
+      dateStatusFunc : ourDateStatusFunc
+    }
+  );
+</script>
+

+

+So the above code creates a normal flat calendar, like in the previous +sample. We hook into it with the function “ourDateStatusFuncâ€, +which receives a date object as the first argument, and also the year, +month, date as the next 3 arguments (normally, you can extract year, month, +date from the first parameter too, but we pass them separately for +convenience, as it's very likely that they are going to be used in this +function).

+

+So, this function receives a date. It can return false if you want +no special action to be taken on that date, true if that date +should be disabled (unselectable), or a string if you want to assign a +special CSS class to that date. We return “special†for the dates that we +want to highlight -- and note that we defined a “special†look for them in +the CSS section.

+

+I used a simple approach here to define what dates are special. There's a +JavaScript object (the SPECIAL_DAYS global variable) which holds an array +of dates for each month. Month numbers start at zero (January). Months +that don't contain special dates can be absent from this object. Note that +the way to implement this is completely separated from the calendar +code -- therefore, feel free to use your imagination if you have better +ideas. :-)

+

+

+ +

3.4  Select multiple dates

+

Starting version 1.0, the calendar is able to handle multiple dates +selection. You just need to pass the “multiple†parameter to +Calendar.setup and add some special code that interprets the +selection once the calendar is closed.

+

+

+
<a id="trigger" href="#">[open calendar...]</a>
+<div id="output"></div>
+<script type="text/javascript">//<![CDATA[
+    // the default multiple dates selected,
+    // first time the calendar is displayed
+    var MA = [];
+
+    function closed(cal) {
+
+      // here we'll write the output; this is only for example.  You
+      // will normally fill an input field or something with the dates.
+      var el = document.getElementById("output");
+
+      // reset initial content.
+      el.innerHTML = "";
+
+      // Reset the "MA", in case one triggers the calendar again.
+      // CAREFUL!  You don't want to do "MA = [];".  We need to modify
+      // the value of the current array, instead of creating a new one.
+      // Calendar.setup is called only once! :-)  So be careful.
+      MA.length = 0;
+
+      // walk the calendar's multiple dates selection hash
+      for (var i in cal.multiple) {
+        var d = cal.multiple[i];
+        // sometimes the date is not actually selected,
+        // so let's check
+        if (d) {
+          // OK, selected.  Fill an input field or something.
+          el.innerHTML += d.print("%A, %Y %B %d") + "<br />";
+          // and push it in the "MA", in case one triggers the calendar again.
+          MA[MA.length] = d;
+        }
+      }
+      cal.hide();
+      return true;
+    };
+
+    Calendar.setup({
+      align      : "BR",
+      showOthers : true,
+      multiple   : MA, // pass the initial or computed array of multiple dates
+      onClose    : closed,
+      button     : "trigger"
+    });
+//]]></script>
+

+

+The above code creates a popup calendar and passes to it an array of dates, +which is initially empty, in the “multiple†argument. When the calendar is +closed it will call our “closed†function handler; in this handler +we determine what dates were actually selected, inspecting the +“cal.multiple†property, we display them in a DIV element right +next to the <a> element that opens the calendar, and we reinitialize the +global array of selected dates (which will be used if the end user opens the +calendar again). I guess the code speaks for itself, right? :-)

+

+

+ +

4  The Calendar object overview

+

+

+Basically you should be able to setup the calendar with the function presented +in the previous section. However, if for some reason Calendar.setup +doesn't provide all the functionality that you need and you want to tweak into +the process of creating and configuring the calendar ``by hand'', then this +section is the way to go.

+

+The file calendar.js implements the functionality of the calendar. +All (well, almost all) functions and variables are embedded in the JavaScript +object ``Calendar''.

+

+You can instantiate a Calendar object by calling the constructor, like +this: var cal = new Calendar(...). We will discuss the parameters +later. After creating the object, the variable cal will contain a +reference to it. You can use this reference to access further options of the +calendar, for instance:

+

+

+
cal.weekNumbers = false; // do not display week numbers
+cal.showsTime = true;    // include a time selector
+cal.setDateFormat("%Y.%m.%d %H:%M"); // set this format: 2003.12.31 23:59
+cal.setDisabledHandler(function(date, year, month, day) {
+  // verify date and return true if it has to be disabled
+  // ``date'' is a JS Date object, but if you only need the
+  // year, month and/or day you can get them separately as
+  // next 3 parameters, as you can see in the declaration
+  if (year == 2004) {
+    // disable all dates from 2004
+    return true;
+  }
+  return false;
+});
+

+

+etc. Prior to version +0.9.3 this was the only way to configure it. The Calendar.setup +function, documented in section 2, basically does the same +things (actually more) in order to setup the calendar, based on the parameters +that you provided.

+

+

+ +

4.1  Creating a calendar

+

The calendar is created by following some steps (even the function +Calendar.setup, described in section 2, does the +same). While you can skip optional (marked ``opt'') steps if you're happy with +the defaults, please respect the order below.

+

+

+

    +

    +
  1. Instantiate a Calendar object. Details about this in +section 5.1.

    +

    +

    +
  2. opt   Set the weekNumbers property to false if you don't want +the calendar to display week numbers.

    +

    +

    +
  3. opt   Set the showsTime property to true if you +want the calendar to also provide a time selector.

    +

    +

    +
  4. opt   Set the time24 property to false if you want +the time selector to be in 12-hour format. Default is 24-hour format. This +property only has effect if you also set showsTime to +true.

    +

    +

    +
  5. opt   Set the range of years available for selection (see section +5.3.15). The default range is [1970..2050].

    +

    +

    +
  6. opt   Set the getDateStatus property. You should pass +here a function that receives a JavaScript Date object and returns +true if the given date should be disabled, false otherwise (details in +section 5.3.7).

    +

    +

    +
  7. opt   Set a date format. Your handler function, passed to the +calendar constructor, will be called when a date is selected with a reference +to the calendar and a date string in this format.

    +

    +

    +
  8. Create the HTML elements related to the calendar. This step +practically puts the calendar in your HTML page. You simply call +Calendar.create(). You can give an optional parameter if you wanna +create a flat calendar (details in section 5.3.1).

    +

    +

    +
  9. opt   Initialize the calendar to a certain date, for instance from +the input field.

    +

    +

    +
  10. Show the calendar (details in section 5.3.9).

    +

    +

    +

+

+

+ +

4.2  Order does matter ;-)

+

As you could see in the previous section, there are more steps to be followed +in order to setup the calendar. This happens because there are two different +things that need to be accomplished: first there is the JavaScript object, that +is created with new Calendar(...). Secondly there are the HTML +elements that actually lets you see and manipulate the calendar.

+

+

+[ Those that did UI4 programming, no matter in what +language and on what platform, may be familiar with this concept. First there +is the object in memory that lets you manipulate the UI element, and secondly +there is the UI element (known as ``control'', ``window'', ``widget'', etc.), +also in memory but you don't usually access it directly. ] +

+By instantiating the calendar we create the JavaScript object. It lets us +configure some properties and it also knows how to create the UI element (the +HTML elements actually) that will eventually be what the end-user sees on +screen. Creation of the HTML element is accomplished by the function +Calendar.create. It knows how to create popup or flat calendars. +This function is described in section 5.3.1.

+

+Some properties need to be set prior to creating the HTML elements, because +otherwise they wouldn't have any effect. Such a property is +weekNumbers -- it has the default value ``true'', and if you don't +want the calendar to display the week numbers you have to set it to false. If, +however, you do that after calling Calendar.create the calendar +would still display the week numbers, because the HTML elements are already +created (including the <td>-s in the <table> element that +should contain the week numbers). For this reason the order of the steps above +is important.

+

+Another example is when you want to show the calendar. The ``create'' function +does create the HTML elements, but they are initially hidden (have the style +``display: none'') unless the calendar is a flat calendar that should be always +visible in the page. Obviously, the Calendar.show function should be +called after calling Calendar.create.

+

+

+ +

4.3  Caching the object

+

Suppose the end-user has popped up a calendar and selects a date. The calendar +then closes. What really happens now?

+

+There are two approaches. The first (used in very old versions of the +calendar) was to drop completely the Calendar object and when the end-user pops +up the calendar again to create another one. This approach is bad for more +reasons:

+

+

+

    +

    +
  • creating the JavaScript object and HTML elements is time-consuming

    +

    +

    +
  • we may loose some end-user preferences (i.e. he might prefer to have +Monday for the first day of week and probably already clicked it the first time +when the calendar was opened, but now he has to do it again)

    +

    +

    +

+

+The second approach, implemented by the Calendar.setup function, is to +cache the JavaScript object. It does this by checking the global variable +window.calendar and if it is not null it assumes it is the created +Calendar object. When the end-user closes the calendar, our code will only +call ``hide'' on it, therefore keeping the JavaScript object and the +HTML elements in place.

+

+CAVEAT:     Since time selection support was introduced, this +``object caching'' mechanism has the following drawback: if you once created +the calendar with the time selection support, then other items that may not +require this functionality will still get a calendar with the time selection +support enabled. And reciprocal. ;-) Hopefully this will be corrected in a +later version, but for now it doesn't seem such a big problem.

+

+

+ +

4.4  Callback functions

+

You might rightfully wonder how is the calendar related to the input field? +Who tells it that it has to update that input field when a date is +selected, or that it has to jump to that URL when a date is clicked in +flat mode?

+

+All this magic is done through callback functions. The calendar doesn't know +anything about the existence of an input field, nor does it know where to +redirect the browser when a date is clicked in flat mode. It just calls your +callback when a particular event is happening, and you're responsible to handle +it from there. For a general purpose library I think this is the best model of +making a truly reusable thing.

+

+The calendar supports the following user callbacks:

+

+

+

    +

    +
  • onSelect   -- this gets called when the end-user changes the date in the +calendar. Documented in section 5.1.

    +

    +

    +
  • onClose   -- this gets called when the calendar should close. It's +user's responsibility to close the calendar. Details in section +5.1.

    +

    +

    +
  • getDateStatus   -- this function gets called for any day in a month, +just before displaying the month. It is called with a JavaScript Date +object and should return true if that date should be disabled, false +if it's an ordinary date and no action should be taken, or it can return a +string in which case the returned value will be appended to the element's CSS +class (this way it provides a powerful way to make some dates ``special'', +i.e. highlight them differently). Details in section +5.3.8.

    +

    +

    +

+

+

+ +

5  The Calendar object API reference

+

+

+

+ +

5.1  Calendar constructor

+

+

+Synopsis:

+

+

+
var calendar = Calendar(firstDayOfWeek, date, onSelect, onClose);
+

+

+Parameters are as follows:

+

+

+

    +

    +
  • firstDayOfWeek   -- specifies which day is to be displayed as the first +day of week. Possible values are 0 to 6; 0 means Sunday, 1 means Monday, +..., 6 means Saturday.

    +

    +

    +
  • date   -- a JavaScript Date object or null. If null +is passed then the calendar will default to today date. Otherwise it will +initialize on the given date.

    +

    +

    +
  • onSelect   -- your callback for the ``onChange'' event. See above.

    +

    +

    +
  • onClose   -- your callback for the ``onClose'' event. See above.

    +

    +

    +

+

+

+ +

The onSelect event

+

+

+Here is a typical implementation of this function:

+

+

+
function onSelect(calendar, date) {
+  var input_field = document.getElementById("date");
+  input_field.value = date;
+};
+

+

+date is in the format selected with calendar.setDateFormat +(see section 5.3.5). This code simply updates the +input field. If you want the calendar to be in single-click mode then you +should also close the calendar after you updated the input field, so we come to +the following version:

+

+

+
function onSelect(calendar, date) {
+  var input_field = document.getElementById("date");
+  input_field.value = date;
+  if (calendar.dateClicked) {
+    calendar.callCloseHandler(); // this calls "onClose" (see above)
+  }
+};
+

+

+Note that we checked the member variable dateClicked and +only hide the calendar if it's true. If this variable is false it +means that no date was actually selected, but the user only changed the +month/year using the navigation buttons or the menus. We don't want to hide +the calendar in that case.

+

+

+ +

The onClose event

+

+

+This event is triggered when the calendar should close. It should hide or +destroy the calendar object -- the calendar itself just triggers the event, but +it won't close itself.

+

+A typical implementation of this function is the following:

+

+

+
function onClose(calendar) {
+  calendar.hide();
+  // or calendar.destroy();
+};
+

+

+

+ +

5.2  Useful member variables (properties)

+

+

+After creating the Calendar object you can access the following properties:

+

+

+

    +

    +
  • date -- is a JavaScript Date object. It will always +reflect the date shown in the calendar (yes, even if the calendar is hidden).

    +

    +

    +
  • isPopup -- if this is true then the current Calendar object is +a popup calendar. Otherwise (false) we have a flat calendar. This variable is +set from Calendar.create and has no meaning before this function was +called.

    +

    +

    +
  • dateClicked -- particularly useful in the onSelect +handler, this variable tells us if a date was really clicked. That's because +the onSelect handler is called even if the end-user only changed the +month/year but did not select a date. We don't want to close the calendar in +that case.

    +

    +

    +
  • weekNumbers -- if true (default) then the calendar +displays week numbers. If you don't want week numbers you have to set this +variable to false before calling Calendar.create.

    +

    +

    +
  • showsTime - if you set this to true (it is +false by default) then the calendar will also include a time selector.

    +

    +

    +
  • time24 - if you set this to false then the time +selector will be in 12-hour format. It is in 24-hour format by default.

    +

    +

    +
  • firstDayOfWeek -- specifies the first day of week (0 to 6, pass +0 for Sunday, 1 for Monday, ..., 6 for Saturday). This variable is set from +constructor, but you still have a chance to modify it before calling +Calendar.create.

    +

    +

    +

+

+There are lots of other member variables, but one should access them only +through member functions so I won't document them here.

+

+

+ +

5.3  Public methods

+

+ +

5.3.1  Calendar.create

+

+

+This function creates the afferent HTML elements that are needed to display the +calendar. You should call it after setting the calendar properties. Synopsis: +

+
calendar.create(); // creates a popup calendar
+  // -- or --
+calendar.create(document.getElementById(parent_id)); // makes a flat calendar
+

+

+It can create a popup calendar or a flat calendar. If the ``parent'' argument +is present (it should be a reference -- not ID -- to an HTML element) then +a flat calendar is created and it is inserted in the given element.

+

+At any moment, given a reference to a calendar object, we can inspect if it's a +popup or a flat calendar by checking the boolean member variable +isPopup:

+

+

+
if (calendar.isPopup) {
+   // this is a popup calendar
+} else {
+   // this is a flat calendar
+}
+

+

+

+ +

5.3.2  Calendar.callHandler

+

+

+This function calls the first user callback (the +onSelect handler) with the required parameters.

+

+

+ +

5.3.3  Calendar.callCloseHandler

+

+

+This function calls the second user callback (the +onClose handler). It's useful when you want to have a +``single-click'' calendar -- just call this in your onSelect handler, +if a date was clicked.

+

+

+ +

5.3.4  Calendar.hide

+

+

+Call this function to hide the calendar. The calendar object and HTML elements +will not be destroyed, thus you can later call one of the show +functions on the same element.

+

+

+ +

5.3.5  Calendar.setDateFormat

+

+

+This function configures the format in which the calendar reports the date to +your ``onSelect'' handler. Call it like this:

+

+

+
calendar.setDateFormat("%y/%m/%d");
+

+

+As you can see, it receives only one parameter, the required format. The magic +characters are the following:

+

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
%a abbreviated weekday name
%A full weekday name
%b abbreviated month name
%B full month name
%C century number
%d the day of the month ( 00 .. 31 )
%e the day of the month ( 0 .. 31 )
%H hour ( 00 .. 23 )
%I hour ( 01 .. 12 )
%j day of the year ( 000 .. 366 )
%k hour ( 0 .. 23 )
%l hour ( 1 .. 12 )
%m month ( 01 .. 12 )
%M minute ( 00 .. 59 )
%n a newline character
%p ``PM'' or ``AM''
%P ``pm'' or ``am''
%S second ( 00 .. 59 )
%s number of seconds since Epoch (since Jan 01 1970 00:00:00 UTC)
%t a tab character
%U, %W, %V the week number
%u the day of the week ( 1 .. 7, 1 = MON )
%w the day of the week ( 0 .. 6, 0 = SUN )
%y year without the century ( 00 .. 99 )
%Y year including the century ( ex. 1979 )
%% a literal % character +

+There are more algorithms for computing the week number. All +three specifiers currently implement the same one, as defined by ISO 8601: +``the week 01 is the week that has the Thursday in the current year, which is +equivalent to the week that contains the fourth day of January. Weeks start on +Monday.''

+

+

+ +

5.3.6  Calendar.setTtDateFormat

+

+

+Has the same prototype as Calendar.setDateFormat, but refers to the +format of the date displayed in the ``status bar'' when the mouse is over some +date.

+

+

+ +

5.3.7  Calendar.setDisabledHandler

+

+

+This function allows you to specify a callback function that checks if a +certain date must be disabled by the calendar. You are responsible to write +the callback function. Synopsis:

+

+

+
function disallowDate(date) {
+  // date is a JS Date object
+  if (  date.getFullYear() == 2003 &&
+        date.getMonth()    == 6 /* July, it's zero-based */ &&
+        date.getDate()     == 5  ) {
+    return true; // disable July 5 2003
+  }
+  return false; // enable other dates
+};
+
+calendar.setDisabledHandler(disallowDate);
+

+

+If you change this function in ``real-time'', meaning, without creating a new +calendar, then you have to call calendar.refresh() to make it +redisplay the month and take into account the new disabledHandler. +Calendar.setup does this, so you have no such trouble with it.

+

+Note that disallowDate should be very fast, as it is called for each +date in the month. Thus, it gets called, say, 30 times before displaying the +calendar, and 30 times when the month is changed. Tests I've done so far show +that it's still good, but in the future I might switch it to a different design +(for instance, to call it once per month and to return an array of dates that +must be disabled).

+

+This function should be considered deprecated in the favor of +Calendar.setDateStatusHandler, described below.

+

+

+ +

5.3.8  Calendar.setDateStatusHandler

+

+

+This function obsoletes Calendar.setDisabledHandler. You call it with +a function parameter, but this function can return a boolean +or a string. If the return value is a boolean (true or +false) then it behaves just like setDisabledHandler, +therefore disabling the date if the return value is true.

+

+If the returned value is a string then the given date will gain an additional +CSS class, namely the returned value. You can use this to highlight some dates +in some way. Note that you are responsible for defining the CSS class that you +return. If you return the string ``disabled'' then that date will be disabled, +just as if you returned true.

+

+Here is a simple scenario that shows what you can do with this function. The +following should be present in some of your styles, or in the document head in +a STYLE tag (but put it after the place where the calendar styles were +loaded):

+

+

+
.special { background-color: #000; color: #fff; }
+

+

+And you would use the following code before calling Calendar.create():

+

+

+
// this table holds your special days, so that we can automatize
+// things a bit:
+var SPECIAL_DAYS = {
+    0 : [ 13, 24 ],             // special days in January
+    2 : [ 1, 6, 8, 12, 18 ],    // special days in March
+    8 : [ 21, 11 ],             // special days in September
+   11 : [ 25, 28 ]              // special days in December
+};
+
+// this function returns true if the passed date is special
+function dateIsSpecial(year, month, day) {
+    var m = SPECIAL_DAYS[month];
+    if (!m) return false;
+    for (var i in m) if (m[i] == day) return true;
+    return false;
+}
+
+// this is the actual date status handler.  Note that it receives the
+// date object as well as separate values of year, month and date, for
+// your confort.
+function dateStatusHandler(date, y, m, d) {
+    if (dateIsSpecial(y, m, d)) return ``special'';
+    else return false;
+    // return true above if you want to disable other dates
+}
+
+// configure it to the calendar
+calendar.setDateStatusHandler(dateStatusHandler);
+

+

+The above code adds the ``special'' class name to some dates that are defined +in the SPECIAL_DAYS table. Other dates will simply be displayed as default, +enabled.

+

+

+ +

5.3.9  Calendar.show

+

+

+Call this function do show the calendar. It basically sets the CSS ``display'' +property to ``block''. It doesn't modify the calendar position.

+

+This function only makes sense when the calendar is in popup mode.

+

+

+ +

5.3.10  Calendar.showAt

+

+

+Call this to show the calendar at a certain (x, y) position. Prototype:

+

+

+
calendar.showAt(x, y);
+

+

+The parameters are absolute coordinates relative to the top left +corner of the page, thus they are page coordinates not screen +coordinates.

+

+After setting the given coordinates it calls Calendar.show. This function only +makes sense when the calendar is in popup mode.

+

+

+ +

5.3.11  Calendar.showAtElement

+

+

+This function is useful if you want to display the calendar near some element. +You call it like this:

+

+

+
calendar.showAtElement(element, align);
+

+

+where element is a reference to your element (for instance it can be the input +field that displays the date) and align is an optional parameter, of type string, +containing one or two characters. For instance, if you pass "Br" as +align, the calendar will appear below the element and with its right +margin continuing the element's right margin.

+

+As stated above, align may contain one or two characters. The first character +dictates the vertical alignment, relative to the element, and the second +character dictates the horizontal alignment. If the second character is +missing it will be assumed "l" (the left margin of the calendar will +be at the same horizontal position as the left margin of the element).

+

+The characters given for the align parameters are case sensitive. This +function only makes sense when the calendar is in popup mode. After computing +the position it uses Calendar.showAt to display the calendar there.

+

+

+ +

Vertical alignment

+

The first character in ``align'' can take one of the following values:

+

+

+

    +

    +
  • T -- completely above the reference element (bottom margin of +the calendar aligned to the top margin of the element).

    +

    +

    +
  • t -- above the element but may overlap it (bottom margin of the calendar aligned to +the bottom margin of the element).

    +

    +

    +
  • c -- the calendar displays vertically centered to the reference +element. It might overlap it (that depends on the horizontal alignment).

    +

    +

    +
  • b -- below the element but may overlap it (top margin of the calendar aligned to +the top margin of the element).

    +

    +

    +
  • B -- completely below the element (top margin of the calendar +aligned to the bottom margin of the element).

    +

    +

    +

+

+

+ +

Horizontal alignment

+

The second character in ``align'' can take one of the following values:

+

+

+

    +

    +
  • L -- completely to the left of the reference element (right +margin of the calendar aligned to the left margin of the element).

    +

    +

    +
  • l -- to the left of the element but may overlap it (left margin +of the calendar aligned to the left margin of the element).

    +

    +

    +
  • c -- horizontally centered to the element. Might overlap it, +depending on the vertical alignment.

    +

    +

    +
  • r -- to the right of the element but may overlap it (right +margin of the calendar aligned to the right margin of the element).

    +

    +

    +
  • R -- completely to the right of the element (left margin of the +calendar aligned to the right margin of the element).

    +

    +

    +

+

+

+ +

Default values

+

If the ``align'' parameter is missing the calendar will choose +``Br''.

+

+

+ +

5.3.12  Calendar.setDate

+

+

+Receives a JavaScript Date object. Sets the given date in the +calendar. If the calendar is visible the new date is displayed immediately.

+

+

+
calendar.setDate(new Date()); // go today
+

+

+

+ +

5.3.13  Calendar.setFirstDayOfWeek

+

+

+Changes the first day of week. The parameter has to be a numeric value ranging +from 0 to 6. Pass 0 for Sunday, 1 for Monday, ..., 6 for Saturday.

+

+

+
calendar.setFirstDayOfWeek(5); // start weeks on Friday
+

+

+

+ +

5.3.14  Calendar.parseDate

+

+

+Use this function to parse a date given as string and to move the calendar to +that date.

+

+The algorithm tries to parse the date according to the format that was +previously set with Calendar.setDateFormat; if that fails, it still +tries to get some valid date out of it (it doesn't read your thoughts, though).

+

+

+
calendar.parseDate("2003/07/06");
+

+

+

+ +

5.3.15  Calendar.setRange

+

+

+Sets the range of years that are allowed in the calendar. Synopsis:

+

+

+
calendar.setRange(1970, 2050);
+

+

+

+ +

6  Side effects

+

The calendar code was intentionally embedded in an object to make it have as +less as possible side effects. However, there are some -- not harmful, after +all. Here is a list of side effects; you can count they already happened after +calendar.js was loaded.

+

+

+

    +

    +
  1. The global variable window.calendar will be set to null. This +variable is used by the calendar code, especially when doing drag & drop for +moving the calendar. In the future I might get rid of it, but for now it +didn't harm anyone.

    +

    +

    +
  2. The JavaScript Date object is modified. We add some properties +and functions that are very useful to our calendar. It made more sense to add +them directly to the Date object than to the calendar itself. +Complete list:

    +

    +

    +

      +

      +
    1. Date._MD = new Array(31,28,31,30,31,30,31,31,30,31,30,31); +

      +
    2. Date.SECOND = 1000 /* milliseconds */; +

      +
    3. Date.MINUTE = 60 * Date.SECOND; +

      +
    4. Date.HOUR = 60 * Date.MINUTE; +

      +
    5. Date.DAY = 24 * Date.HOUR; +

      +
    6. Date.WEEK = 7 * Date.DAY;

      +

      +

      +
    7. Date.prototype.getMonthDays(month) -- returns the number of days +of the given month, or of the current date object if no month was given.

      +

      +

      +
    8. Date.prototype.getWeekNumber() -- returns the week number of the +date in the current object.

      +

      +

      +
    9. Date.prototype.equalsTo(other_date) -- compare the current date +object with other_date and returns true if the dates are +equal. It ignores time.

      +

      +

      +
    10. Date.prototype.print(format) -- returns a string with the +current date object represented in the given format. It implements the format +specified in section 5.3.5.

      +

      +

      +

    +

    +

    +

+

+

+ +

7  Credits

+

The following people either sponsored, donated money to the project or bought +commercial licenses (listed in reverse chronological order). Your name could +be here too! If you wish to sponsor the project (for instance request a +feature and pay me for implementing it) or donate some money please +please contact me at mihai_bazon@yahoo.com.

+

+

+

+

+

+
+ +Thank you!
+ -- mihai_bazon@yahoo.com +
+

+

+

+

1 +by the term ``widget'' I understand a single element of user interface. +But that's in Linux world. For those that did lots of Windows +programming the term ``control'' might be more familiar +

+

2 people report that the calendar does +not work with IE5/Mac. However, this browser was discontinued and we +believe that supporting it doesn't worth the efforts, given the fact that +it has the worst, buggiest implementation for DOM I've ever seen.

+

3 under Opera 7 the calendar still lacks some functionality, such as +keyboard navigation; also Opera doesn't seem to allow disabling text +selection when one drags the mouse on the page; despite all that, the +calendar is still highly functional under Opera 7 and looks as good as +in other supported browsers.

+

4 user interface

+
+
+Last modified: Saturday, March 5th, 2005
+HTML conversion by TeX2page 2004-09-11
+
+ + diff --git a/htdocs/cashdesk/include/jscalendar/doc/reference.pdf b/htdocs/cashdesk/include/jscalendar/doc/reference.pdf new file mode 100644 index 0000000000000000000000000000000000000000..a09497f57998d0bfd23d391f4d624b960f08a883 GIT binary patch literal 281155 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

3h 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 MeD&3LKYf4lKcmwFs{jB1 literal 0 HcmV?d00001 diff --git a/htdocs/cashdesk/include/jscalendar/img.gif b/htdocs/cashdesk/include/jscalendar/img.gif new file mode 100644 index 0000000000000000000000000000000000000000..cd2c4a521774c70473f11c88642543751a812d6f GIT binary patch literal 223 zcmY+8F$w}P5Jmsu1X2mY7Pj^lfoWE3A`H5AX$H3SCIQzYcmogOL2?Q^tGEd(=x;uM z{$plN=VQ0Kv{>RraL#2QrIhnCSD|Y2rlx_xwxq&h@fcKZs#?v!0&(grG%|C?d}R)U zD^^qZLqwz(8AZb2F@n7Ht1*~)C_QN;j~*1;!-N#FcEOM(A3fUjg#2vzUPlb`OU3Tk Fe*i=yIHv#r literal 0 HcmV?d00001 diff --git a/htdocs/cashdesk/include/jscalendar/index.html b/htdocs/cashdesk/include/jscalendar/index.html new file mode 100644 index 00000000000..44acb72a785 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/index.html @@ -0,0 +1,330 @@ + + + + + + + +The Coolest DHTML Calendar - Online Demo + + + + + + + + + + + + + + + + + + + + + + + + + + + +

jscalendar-1.0 +"It is happening again"

+ +

+

+Theme:
+Aqua +| +winter +| +blue +| +summer +| +green +
+win2k-1 +| +win2k-2 +| +win2k-cold-1 +| +win2k-cold-2 +
+system + +
+Release notes. +
+Set it up in minutes: + popup calendar, + flat calendar. +Other samples: + special days, + day info, + multiple dates selection +
+Documentation: + HTML, + PDF. +
+

+ +
+ +
+ + + + + + + + +
+ +
+
+Popup examples +
+ +
+ +Date #1: %Y-%m-%d [%W] %H:%M -- single +click
+ +Date #2: %a, %b %e, %Y [%I:%M %p] +-- double click + +

+ + +this select should hide when the calendar is above it. +

+ +Date #3: %d/%m/%Y +-- single click +
+ +Date #4: %A, %B %e, %Y -- +double click + +
+ +

This is release 1.0. Works on MSIE/Win 5.0 or better (really), +Opera 7+, Mozilla, Firefox, Netscape 6.x, 7.0 and all other Gecko-s, +Konqueror and Safari.

+ +

Keyboard navigation

+ +

Starting with version 0.9.2, you can also use the keyboard to select +dates (only for popup calendars; does not work with Opera +7 or Konqueror/Safari). The following keys are available:

+ +
    + +
  • , , + , -- select date
  • +
  • CTRL + , + -- select month
  • +
  • CTRL + , + -- select year
  • +
  • SPACE -- go to today date
  • +
  • ENTER -- accept the currently selected date
  • +
  • ESC -- cancel selection
  • + +
+ +
+ +
+ Flat calendar +
+ +

A non-popup version will appear below as soon + as the page is loaded. Note that it doesn't show the week number.

+ + +
+
 
+ +

+ The example above uses the setDisabledHandler() member function + to setup a handler that would only enable days withing a range of 10 days, + forward or backward, from the current date. +

+ + + +
+ +
dynarch.com 2002-2005
+Author: Mihai +Bazon
Distributed under the GNU LGPL.
+ +

If you use this script on a public page we +would love it if you would let us +know.

+ + diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-af.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-af.js new file mode 100644 index 00000000000..aeda58197bd --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-af.js @@ -0,0 +1,39 @@ +// ** I18N Afrikaans +Calendar._DN = new Array +("Sondag", + "Maandag", + "Dinsdag", + "Woensdag", + "Donderdag", + "Vrydag", + "Saterdag", + "Sondag"); +Calendar._MN = new Array +("Januarie", + "Februarie", + "Maart", + "April", + "Mei", + "Junie", + "Julie", + "Augustus", + "September", + "Oktober", + "November", + "Desember"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["TOGGLE"] = "Verander eerste dag van die week"; +Calendar._TT["PREV_YEAR"] = "Vorige jaar (hou vir keuselys)"; +Calendar._TT["PREV_MONTH"] = "Vorige maand (hou vir keuselys)"; +Calendar._TT["GO_TODAY"] = "Gaan na vandag"; +Calendar._TT["NEXT_MONTH"] = "Volgende maand (hou vir keuselys)"; +Calendar._TT["NEXT_YEAR"] = "Volgende jaar (hou vir keuselys)"; +Calendar._TT["SEL_DATE"] = "Kies datum"; +Calendar._TT["DRAG_TO_MOVE"] = "Sleep om te skuif"; +Calendar._TT["PART_TODAY"] = " (vandag)"; +Calendar._TT["MON_FIRST"] = "Vertoon Maandag eerste"; +Calendar._TT["SUN_FIRST"] = "Display Sunday first"; +Calendar._TT["CLOSE"] = "Close"; +Calendar._TT["TODAY"] = "Today"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-al.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-al.js new file mode 100644 index 00000000000..4f701cf72d2 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-al.js @@ -0,0 +1,101 @@ +// Calendar ALBANIAN language +//author Rigels Gordani rige@hotmail.com + +// ditet +Calendar._DN = new Array +("E Diele", +"E Hene", +"E Marte", +"E Merkure", +"E Enjte", +"E Premte", +"E Shtune", +"E Diele"); + +//ditet shkurt +Calendar._SDN = new Array +("Die", +"Hen", +"Mar", +"Mer", +"Enj", +"Pre", +"Sht", +"Die"); + +// muajt +Calendar._MN = new Array +("Janar", +"Shkurt", +"Mars", +"Prill", +"Maj", +"Qeshor", +"Korrik", +"Gusht", +"Shtator", +"Tetor", +"Nentor", +"Dhjetor"); + +// muajte shkurt +Calendar._SMN = new Array +("Jan", +"Shk", +"Mar", +"Pri", +"Maj", +"Qes", +"Kor", +"Gus", +"Sht", +"Tet", +"Nen", +"Dhj"); + +// ndihmesa +Calendar._TT = {}; +Calendar._TT["INFO"] = "Per kalendarin"; + +Calendar._TT["ABOUT"] = +"Zgjedhes i ores/dates ne DHTML \n" + +"\n\n" +"Zgjedhja e Dates:\n" + +"- Perdor butonat \xab, \xbb per te zgjedhur vitin\n" + +"- Perdor butonat" + String.fromCharCode(0x2039) + ", " + +String.fromCharCode(0x203a) + +" per te zgjedhur muajin\n" + +"- Mbani shtypur butonin e mousit per nje zgjedje me te shpejte."; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"Zgjedhja e kohes:\n" + +"- Kliko tek ndonje nga pjeset e ores per ta rritur ate\n" + +"- ose kliko me Shift per ta zvogeluar ate\n" + +"- ose cliko dhe terhiq per zgjedhje me te shpejte."; + +Calendar._TT["PREV_YEAR"] = "Viti i shkuar (prit per menune)"; +Calendar._TT["PREV_MONTH"] = "Muaji i shkuar (prit per menune)"; +Calendar._TT["GO_TODAY"] = "Sot"; +Calendar._TT["NEXT_MONTH"] = "Muaji i ardhshem (prit per menune)"; +Calendar._TT["NEXT_YEAR"] = "Viti i ardhshem (prit per menune)"; +Calendar._TT["SEL_DATE"] = "Zgjidh daten"; +Calendar._TT["DRAG_TO_MOVE"] = "Terhiqe per te levizur"; +Calendar._TT["PART_TODAY"] = " (sot)"; + +// "%s" eshte dita e pare e javes +// %s do te zevendesohet me emrin e dite +Calendar._TT["DAY_FIRST"] = "Trego te %s te paren"; + + +Calendar._TT["WEEKEND"] = "0,6"; + +Calendar._TT["CLOSE"] = "Mbyll"; +Calendar._TT["TODAY"] = "Sot"; +Calendar._TT["TIME_PART"] = "Kliko me (Shift-)ose terhiqe per te ndryshuar +vleren"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; +Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e"; + +Calendar._TT["WK"] = "Java"; +Calendar._TT["TIME"] = "Koha:"; + diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-bg.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-bg.js new file mode 100644 index 00000000000..4f4fd863e51 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-bg.js @@ -0,0 +1,124 @@ +// ** I18N + +// Calendar BG language +// Author: Mihai Bazon, +// Translator: Valentin Sheiretsky, +// Encoding: Windows-1251 +// Distributed under the same terms as the calendar itself. + +// For translators: please use UTF-8 if possible. We strongly believe that +// Unicode is the answer to a real internationalized world. Also please +// include your contact information in the header, as can be seen above. + +// full day names +Calendar._DN = new Array +("Íåäåëÿ", + "Ïîíåäåëíèê", + "Âòîðíèê", + "Ñðÿäà", + "×åòâúðòúê", + "Ïåòúê", + "Ñúáîòà", + "Íåäåëÿ"); + +// Please note that the following array of short day names (and the same goes +// for short month names, _SMN) isn't absolutely necessary. We give it here +// for exemplification on how one can customize the short day names, but if +// they are simply the first N letters of the full name you can simply say: +// +// Calendar._SDN_len = N; // short day name length +// Calendar._SMN_len = N; // short month name length +// +// If N = 3 then this is not needed either since we assume a value of 3 if not +// present, to be compatible with translation files that were written before +// this feature. + +// short day names +Calendar._SDN = new Array +("Íåä", + "Ïîí", + "Âòî", + "Ñðÿ", + "×åò", + "Ïåò", + "Ñúá", + "Íåä"); + +// full month names +Calendar._MN = new Array +("ßíóàðè", + "Ôåâðóàðè", + "Ìàðò", + "Àïðèë", + "Ìàé", + "Þíè", + "Þëè", + "Àâãóñò", + "Ñåïòåìâðè", + "Îêòîìâðè", + "Íîåìâðè", + "Äåêåìâðè"); + +// short month names +Calendar._SMN = new Array +("ßíó", + "Ôåâ", + "Ìàð", + "Àïð", + "Ìàé", + "Þíè", + "Þëè", + "Àâã", + "Ñåï", + "Îêò", + "Íîå", + "Äåê"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "Èíôîðìàöèÿ çà êàëåíäàðà"; + +Calendar._TT["ABOUT"] = +"DHTML Date/Time Selector\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"For latest version visit: http://www.dynarch.com/projects/calendar/\n" + +"Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." + +"\n\n" + +"Date selection:\n" + +"- Use the \xab, \xbb buttons to select year\n" + +"- Use the " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " buttons to select month\n" + +"- Hold mouse button on any of the above buttons for faster selection."; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"Time selection:\n" + +"- Click on any of the time parts to increase it\n" + +"- or Shift-click to decrease it\n" + +"- or click and drag for faster selection."; + +Calendar._TT["PREV_YEAR"] = "Ïðåäíà ãîäèíà (çàäðúæòå çà ìåíþ)"; +Calendar._TT["PREV_MONTH"] = "Ïðåäåí ìåñåö (çàäðúæòå çà ìåíþ)"; +Calendar._TT["GO_TODAY"] = "Èçáåðåòå äíåñ"; +Calendar._TT["NEXT_MONTH"] = "Ñëåäâàù ìåñåö (çàäðúæòå çà ìåíþ)"; +Calendar._TT["NEXT_YEAR"] = "Ñëåäâàùà ãîäèíà (çàäðúæòå çà ìåíþ)"; +Calendar._TT["SEL_DATE"] = "Èçáåðåòå äàòà"; +Calendar._TT["DRAG_TO_MOVE"] = "Ïðåìåñòâàíå"; +Calendar._TT["PART_TODAY"] = " (äíåñ)"; + +// the following is to inform that "%s" is to be the first day of week +// %s will be replaced with the day name. +Calendar._TT["DAY_FIRST"] = "%s êàòî ïúðâè äåí"; + +// This may be locale-dependent. It specifies the week-end days, as an array +// of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 +// means Monday, etc. +Calendar._TT["WEEKEND"] = "0,6"; + +Calendar._TT["CLOSE"] = "Çàòâîðåòå"; +Calendar._TT["TODAY"] = "Äíåñ"; +Calendar._TT["TIME_PART"] = "(Shift-)Click èëè drag çà äà ïðîìåíèòå ñòîéíîñòòà"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; +Calendar._TT["TT_DATE_FORMAT"] = "%A - %e %B %Y"; + +Calendar._TT["WK"] = "Ñåäì"; +Calendar._TT["TIME"] = "×àñ:"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-big5-utf8.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-big5-utf8.js new file mode 100644 index 00000000000..14e0d5ddee6 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-big5-utf8.js @@ -0,0 +1,123 @@ +// ** I18N + +// Calendar big5-utf8 language +// Author: Gary Fu, +// Encoding: utf8 +// Distributed under the same terms as the calendar itself. + +// For translators: please use UTF-8 if possible. We strongly believe that +// Unicode is the answer to a real internationalized world. Also please +// include your contact information in the header, as can be seen above. + +// full day names +Calendar._DN = new Array +("星期日", + "星期一", + "星期二", + "星期三", + "星期四", + "星期五", + "星期六", + "星期日"); + +// Please note that the following array of short day names (and the same goes +// for short month names, _SMN) isn't absolutely necessary. We give it here +// for exemplification on how one can customize the short day names, but if +// they are simply the first N letters of the full name you can simply say: +// +// Calendar._SDN_len = N; // short day name length +// Calendar._SMN_len = N; // short month name length +// +// If N = 3 then this is not needed either since we assume a value of 3 if not +// present, to be compatible with translation files that were written before +// this feature. + +// short day names +Calendar._SDN = new Array +("æ—¥", + "一", + "二", + "三", + "å››", + "五", + "å…­", + "æ—¥"); + +// full month names +Calendar._MN = new Array +("一月", + "二月", + "三月", + "四月", + "五月", + "六月", + "七月", + "八月", + "乿œˆ", + "åæœˆ", + "å一月", + "å二月"); + +// short month names +Calendar._SMN = new Array +("一月", + "二月", + "三月", + "四月", + "五月", + "六月", + "七月", + "八月", + "乿œˆ", + "åæœˆ", + "å一月", + "å二月"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "關於"; + +Calendar._TT["ABOUT"] = +"DHTML Date/Time Selector\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"For latest version visit: http://www.dynarch.com/projects/calendar/\n" + +"Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." + +"\n\n" + +"æ—¥æœŸé¸æ“‡æ–¹æ³•:\n" + +"- 使用 \xab, \xbb 按鈕å¯é¸æ“‡å¹´ä»½\n" + +"- 使用 " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " 按鈕å¯é¸æ“‡æœˆä»½\n" + +"- 按ä½ä¸Šé¢çš„æŒ‰éˆ•å¯ä»¥åŠ å¿«é¸å–"; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"æ™‚é–“é¸æ“‡æ–¹æ³•:\n" + +"- 點擊任何的時間部份å¯å¢žåР其值\n" + +"- åŒæ™‚按Shiftéµå†é»žæ“Šå¯æ¸›å°‘其值\n" + +"- 點擊並拖曳å¯åŠ å¿«æ”¹è®Šçš„å€¼"; + +Calendar._TT["PREV_YEAR"] = "上一年 (按ä½é¸å–®)"; +Calendar._TT["PREV_MONTH"] = "下一年 (按ä½é¸å–®)"; +Calendar._TT["GO_TODAY"] = "到今日"; +Calendar._TT["NEXT_MONTH"] = "上一月 (按ä½é¸å–®)"; +Calendar._TT["NEXT_YEAR"] = "下一月 (按ä½é¸å–®)"; +Calendar._TT["SEL_DATE"] = "鏿“‡æ—¥æœŸ"; +Calendar._TT["DRAG_TO_MOVE"] = "拖曳"; +Calendar._TT["PART_TODAY"] = " (今日)"; + +// the following is to inform that "%s" is to be the first day of week +// %s will be replaced with the day name. +Calendar._TT["DAY_FIRST"] = "å°‡ %s 顯示在å‰"; + +// This may be locale-dependent. It specifies the week-end days, as an array +// of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 +// means Monday, etc. +Calendar._TT["WEEKEND"] = "0,6"; + +Calendar._TT["CLOSE"] = "關閉"; +Calendar._TT["TODAY"] = "今日"; +Calendar._TT["TIME_PART"] = "點擊oræ‹–æ›³å¯æ”¹è®Šæ™‚é–“(åŒæ™‚按Shift為減)"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; +Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e"; + +Calendar._TT["WK"] = "週"; +Calendar._TT["TIME"] = "Time:"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-big5.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-big5.js new file mode 100644 index 00000000000..a58935873f6 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-big5.js @@ -0,0 +1,123 @@ +// ** I18N + +// Calendar big5 language +// Author: Gary Fu, +// Encoding: big5 +// Distributed under the same terms as the calendar itself. + +// For translators: please use UTF-8 if possible. We strongly believe that +// Unicode is the answer to a real internationalized world. Also please +// include your contact information in the header, as can be seen above. + +// full day names +Calendar._DN = new Array +("¬P´Á¤é", + "¬P´Á¤@", + "¬P´Á¤G", + "¬P´Á¤T", + "¬P´Á¥|", + "¬P´Á¤­", + "¬P´Á¤»", + "¬P´Á¤é"); + +// Please note that the following array of short day names (and the same goes +// for short month names, _SMN) isn't absolutely necessary. We give it here +// for exemplification on how one can customize the short day names, but if +// they are simply the first N letters of the full name you can simply say: +// +// Calendar._SDN_len = N; // short day name length +// Calendar._SMN_len = N; // short month name length +// +// If N = 3 then this is not needed either since we assume a value of 3 if not +// present, to be compatible with translation files that were written before +// this feature. + +// short day names +Calendar._SDN = new Array +("¤é", + "¤@", + "¤G", + "¤T", + "¥|", + "¤­", + "¤»", + "¤é"); + +// full month names +Calendar._MN = new Array +("¤@¤ë", + "¤G¤ë", + "¤T¤ë", + "¥|¤ë", + "¤­¤ë", + "¤»¤ë", + "¤C¤ë", + "¤K¤ë", + "¤E¤ë", + "¤Q¤ë", + "¤Q¤@¤ë", + "¤Q¤G¤ë"); + +// short month names +Calendar._SMN = new Array +("¤@¤ë", + "¤G¤ë", + "¤T¤ë", + "¥|¤ë", + "¤­¤ë", + "¤»¤ë", + "¤C¤ë", + "¤K¤ë", + "¤E¤ë", + "¤Q¤ë", + "¤Q¤@¤ë", + "¤Q¤G¤ë"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "Ãö©ó"; + +Calendar._TT["ABOUT"] = +"DHTML Date/Time Selector\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"For latest version visit: http://www.dynarch.com/projects/calendar/\n" + +"Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." + +"\n\n" + +"¤é´Á¿ï¾Ü¤èªk:\n" + +"- ¨Ï¥Î \xab, \xbb «ö¶s¥i¿ï¾Ü¦~¥÷\n" + +"- ¨Ï¥Î " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " «ö¶s¥i¿ï¾Ü¤ë¥÷\n" + +"- «ö¦í¤W­±ªº«ö¶s¥i¥H¥[§Ö¿ï¨ú"; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"®É¶¡¿ï¾Ü¤èªk:\n" + +"- ÂIÀ»¥ô¦óªº®É¶¡³¡¥÷¥i¼W¥[¨ä­È\n" + +"- ¦P®É«öShiftÁä¦AÂIÀ»¥i´î¤Ö¨ä­È\n" + +"- ÂIÀ»¨Ã©ì¦²¥i¥[§Ö§ïÅܪº­È"; + +Calendar._TT["PREV_YEAR"] = "¤W¤@¦~ («ö¦í¿ï³æ)"; +Calendar._TT["PREV_MONTH"] = "¤U¤@¦~ («ö¦í¿ï³æ)"; +Calendar._TT["GO_TODAY"] = "¨ì¤µ¤é"; +Calendar._TT["NEXT_MONTH"] = "¤W¤@¤ë («ö¦í¿ï³æ)"; +Calendar._TT["NEXT_YEAR"] = "¤U¤@¤ë («ö¦í¿ï³æ)"; +Calendar._TT["SEL_DATE"] = "¿ï¾Ü¤é´Á"; +Calendar._TT["DRAG_TO_MOVE"] = "©ì¦²"; +Calendar._TT["PART_TODAY"] = " (¤µ¤é)"; + +// the following is to inform that "%s" is to be the first day of week +// %s will be replaced with the day name. +Calendar._TT["DAY_FIRST"] = "±N %s Åã¥Ü¦b«e"; + +// This may be locale-dependent. It specifies the week-end days, as an array +// of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 +// means Monday, etc. +Calendar._TT["WEEKEND"] = "0,6"; + +Calendar._TT["CLOSE"] = "Ãö³¬"; +Calendar._TT["TODAY"] = "¤µ¤é"; +Calendar._TT["TIME_PART"] = "ÂIÀ»or©ì¦²¥i§ïÅܮɶ¡(¦P®É«öShift¬°´î)"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; +Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e"; + +Calendar._TT["WK"] = "¶g"; +Calendar._TT["TIME"] = "Time:"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-br.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-br.js new file mode 100644 index 00000000000..bfb074717cf --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-br.js @@ -0,0 +1,108 @@ +// ** I18N + +// Calendar pt-BR language +// Author: Fernando Dourado, +// Encoding: any +// Distributed under the same terms as the calendar itself. + +// For translators: please use UTF-8 if possible. We strongly believe that +// Unicode is the answer to a real internationalized world. Also please +// include your contact information in the header, as can be seen above. + +// full day names +Calendar._DN = new Array +("Domingo", + "Segunda", + "Terça", + "Quarta", + "Quinta", + "Sexta", + "Sabádo", + "Domingo"); + +// Please note that the following array of short day names (and the same goes +// for short month names, _SMN) isn't absolutely necessary. We give it here +// for exemplification on how one can customize the short day names, but if +// they are simply the first N letters of the full name you can simply say: +// +// Calendar._SDN_len = N; // short day name length +// Calendar._SMN_len = N; // short month name length +// +// If N = 3 then this is not needed either since we assume a value of 3 if not +// present, to be compatible with translation files that were written before +// this feature. + +// short day names +// [No changes using default values] + +// full month names +Calendar._MN = new Array +("Janeiro", + "Fevereiro", + "Março", + "Abril", + "Maio", + "Junho", + "Julho", + "Agosto", + "Setembro", + "Outubro", + "Novembro", + "Dezembro"); + +// short month names +// [No changes using default values] + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "Sobre o calendário"; + +Calendar._TT["ABOUT"] = +"DHTML Date/Time Selector\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"For latest version visit: http://www.dynarch.com/projects/calendar/\n" + +"Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." + +"\n\n" + +"Translate to portuguese Brazil (pt-BR) by Fernando Dourado (fernando.dourado@ig.com.br)\n" + +"Tradução para o português Brasil (pt-BR) por Fernando Dourado (fernando.dourado@ig.com.br)" + +"\n\n" + +"Selecionar data:\n" + +"- Use as teclas \xab, \xbb para selecionar o ano\n" + +"- Use as teclas " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " para selecionar o mês\n" + +"- Clique e segure com o mouse em qualquer botão para selecionar rapidamente."; + +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"Selecionar hora:\n" + +"- Clique em qualquer uma das partes da hora para aumentar\n" + +"- ou Shift-clique para diminuir\n" + +"- ou clique e arraste para selecionar rapidamente."; + +Calendar._TT["PREV_YEAR"] = "Ano anterior (clique e segure para menu)"; +Calendar._TT["PREV_MONTH"] = "Mês anterior (clique e segure para menu)"; +Calendar._TT["GO_TODAY"] = "Ir para a data atual"; +Calendar._TT["NEXT_MONTH"] = "Próximo mês (clique e segure para menu)"; +Calendar._TT["NEXT_YEAR"] = "Próximo ano (clique e segure para menu)"; +Calendar._TT["SEL_DATE"] = "Selecione uma data"; +Calendar._TT["DRAG_TO_MOVE"] = "Clique e segure para mover"; +Calendar._TT["PART_TODAY"] = " (hoje)"; + +// the following is to inform that "%s" is to be the first day of week +// %s will be replaced with the day name. +Calendar._TT["DAY_FIRST"] = "Exibir %s primeiro"; + +// This may be locale-dependent. It specifies the week-end days, as an array +// of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 +// means Monday, etc. +Calendar._TT["WEEKEND"] = "0,6"; + +Calendar._TT["CLOSE"] = "Fechar"; +Calendar._TT["TODAY"] = "Hoje"; +Calendar._TT["TIME_PART"] = "(Shift-)Clique ou arraste para mudar o valor"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%d/%m/%Y"; +Calendar._TT["TT_DATE_FORMAT"] = "%d de %B de %Y"; + +Calendar._TT["WK"] = "sem"; +Calendar._TT["TIME"] = "Hora:"; + diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-ca.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-ca.js new file mode 100644 index 00000000000..a2121bcb40d --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-ca.js @@ -0,0 +1,123 @@ +// ** I18N + +// Calendar CA language +// Author: Mihai Bazon, +// Encoding: any +// Distributed under the same terms as the calendar itself. + +// For translators: please use UTF-8 if possible. We strongly believe that +// Unicode is the answer to a real internationalized world. Also please +// include your contact information in the header, as can be seen above. + +// full day names +Calendar._DN = new Array +("Diumenge", + "Dilluns", + "Dimarts", + "Dimecres", + "Dijous", + "Divendres", + "Dissabte", + "Diumenge"); + +// Please note that the following array of short day names (and the same goes +// for short month names, _SMN) isn't absolutely necessary. We give it here +// for exemplification on how one can customize the short day names, but if +// they are simply the first N letters of the full name you can simply say: +// +// Calendar._SDN_len = N; // short day name length +// Calendar._SMN_len = N; // short month name length +// +// If N = 3 then this is not needed either since we assume a value of 3 if not +// present, to be compatible with translation files that were written before +// this feature. + +// short day names +Calendar._SDN = new Array +("Diu", + "Dil", + "Dmt", + "Dmc", + "Dij", + "Div", + "Dis", + "Diu"); + +// full month names +Calendar._MN = new Array +("Gener", + "Febrer", + "Març", + "Abril", + "Maig", + "Juny", + "Juliol", + "Agost", + "Setembre", + "Octubre", + "Novembre", + "Desembre"); + +// short month names +Calendar._SMN = new Array +("Gen", + "Feb", + "Mar", + "Abr", + "Mai", + "Jun", + "Jul", + "Ago", + "Set", + "Oct", + "Nov", + "Des"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "Sobre el calendari"; + +Calendar._TT["ABOUT"] = +"DHTML Selector de Data/Hora\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"For latest version visit: http://www.dynarch.com/projects/calendar/\n" + +"Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." + +"\n\n" + +"Sel.lecció de Dates:\n" + +"- Fes servir els botons \xab, \xbb per sel.leccionar l'any\n" + +"- Fes servir els botons " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " per se.lecciconar el mes\n" + +"- Manté el ratolí apretat en qualsevol dels anteriors per sel.lecció ràpida."; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"Time selection:\n" + +"- claca en qualsevol de les parts de la hora per augmentar-les\n" + +"- o Shift-click per decrementar-la\n" + +"- or click and arrastra per sel.lecció ràpida."; + +Calendar._TT["PREV_YEAR"] = "Any anterior (Mantenir per menu)"; +Calendar._TT["PREV_MONTH"] = "Mes anterior (Mantenir per menu)"; +Calendar._TT["GO_TODAY"] = "Anar a avui"; +Calendar._TT["NEXT_MONTH"] = "Mes següent (Mantenir per menu)"; +Calendar._TT["NEXT_YEAR"] = "Any següent (Mantenir per menu)"; +Calendar._TT["SEL_DATE"] = "Sel.leccionar data"; +Calendar._TT["DRAG_TO_MOVE"] = "Arrastrar per moure"; +Calendar._TT["PART_TODAY"] = " (avui)"; + +// the following is to inform that "%s" is to be the first day of week +// %s will be replaced with the day name. +Calendar._TT["DAY_FIRST"] = "Mostra %s primer"; + +// This may be locale-dependent. It specifies the week-end days, as an array +// of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 +// means Monday, etc. +Calendar._TT["WEEKEND"] = "0,6"; + +Calendar._TT["CLOSE"] = "Tanca"; +Calendar._TT["TODAY"] = "Avui"; +Calendar._TT["TIME_PART"] = "(Shift-)Click a arrastra per canviar el valor"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; +Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e"; + +Calendar._TT["WK"] = "st"; +Calendar._TT["TIME"] = "Hora:"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-cs-utf8.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-cs-utf8.js new file mode 100644 index 00000000000..f6bbbeba143 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-cs-utf8.js @@ -0,0 +1,65 @@ +/* + calendar-cs-win.js + language: Czech + encoding: windows-1250 + author: Lubos Jerabek (xnet@seznam.cz) + Jan Uhlir (espinosa@centrum.cz) +*/ + +// ** I18N +Calendar._DN = new Array('NedÄ›le','PondÄ›lí','Úterý','StÅ™eda','ÄŒtvrtek','Pátek','Sobota','NedÄ›le'); +Calendar._SDN = new Array('Ne','Po','Út','St','ÄŒt','Pá','So','Ne'); +Calendar._MN = new Array('Leden','Únor','BÅ™ezen','Duben','KvÄ›ten','ÄŒerven','ÄŒervenec','Srpen','Září','Říjen','Listopad','Prosinec'); +Calendar._SMN = new Array('Led','Úno','BÅ™e','Dub','KvÄ›','ÄŒrv','ÄŒvc','Srp','Zář','Říj','Lis','Pro'); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "O komponentÄ› kalendář"; +Calendar._TT["TOGGLE"] = "ZmÄ›na prvního dne v týdnu"; +Calendar._TT["PREV_YEAR"] = "PÅ™edchozí rok (pÅ™idrž pro menu)"; +Calendar._TT["PREV_MONTH"] = "PÅ™edchozí mÄ›síc (pÅ™idrž pro menu)"; +Calendar._TT["GO_TODAY"] = "DneÅ¡ní datum"; +Calendar._TT["NEXT_MONTH"] = "Další mÄ›síc (pÅ™idrž pro menu)"; +Calendar._TT["NEXT_YEAR"] = "Další rok (pÅ™idrž pro menu)"; +Calendar._TT["SEL_DATE"] = "Vyber datum"; +Calendar._TT["DRAG_TO_MOVE"] = "ChyÅ¥ a táhni, pro pÅ™esun"; +Calendar._TT["PART_TODAY"] = " (dnes)"; +Calendar._TT["MON_FIRST"] = "Ukaž jako první PondÄ›lí"; +//Calendar._TT["SUN_FIRST"] = "Ukaž jako první NedÄ›li"; + +Calendar._TT["ABOUT"] = +"DHTML Date/Time Selector\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"For latest version visit: http://www.dynarch.com/projects/calendar/\n" + +"Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." + +"\n\n" + +"VýbÄ›r datumu:\n" + +"- Use the \xab, \xbb buttons to select year\n" + +"- Použijte tlaÄítka " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " k výbÄ›ru mÄ›síce\n" + +"- Podržte tlaÄítko myÅ¡i na jakémkoliv z tÄ›ch tlaÄítek pro rychlejší výbÄ›r."; + +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"VýbÄ›r Äasu:\n" + +"- KliknÄ›te na jakoukoliv z Äástí výbÄ›ru Äasu pro zvýšení.\n" + +"- nebo Shift-click pro snížení\n" + +"- nebo kliknÄ›te a táhnÄ›te pro rychlejší výbÄ›r."; + +// the following is to inform that "%s" is to be the first day of week +// %s will be replaced with the day name. +Calendar._TT["DAY_FIRST"] = "Zobraz %s první"; + +// This may be locale-dependent. It specifies the week-end days, as an array +// of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 +// means Monday, etc. +Calendar._TT["WEEKEND"] = "0,6"; + +Calendar._TT["CLOSE"] = "Zavřít"; +Calendar._TT["TODAY"] = "Dnes"; +Calendar._TT["TIME_PART"] = "(Shift-)Klikni nebo táhni pro zmÄ›nu hodnoty"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "d.m.yy"; +Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e"; + +Calendar._TT["WK"] = "wk"; +Calendar._TT["TIME"] = "ÄŒas:"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-cs-win.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-cs-win.js new file mode 100644 index 00000000000..140dff318cb --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-cs-win.js @@ -0,0 +1,65 @@ +/* + calendar-cs-win.js + language: Czech + encoding: windows-1250 + author: Lubos Jerabek (xnet@seznam.cz) + Jan Uhlir (espinosa@centrum.cz) +*/ + +// ** I18N +Calendar._DN = new Array('Nedìle','Pondìlí','Úterý','Støeda','Ètvrtek','Pátek','Sobota','Nedìle'); +Calendar._SDN = new Array('Ne','Po','Út','St','Èt','Pá','So','Ne'); +Calendar._MN = new Array('Leden','Únor','Bøezen','Duben','Kvìten','Èerven','Èervenec','Srpen','Záøí','Øíjen','Listopad','Prosinec'); +Calendar._SMN = new Array('Led','Úno','Bøe','Dub','Kvì','Èrv','Èvc','Srp','Záø','Øíj','Lis','Pro'); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "O komponentì kalendáø"; +Calendar._TT["TOGGLE"] = "Zmìna prvního dne v týdnu"; +Calendar._TT["PREV_YEAR"] = "Pøedchozí rok (pøidrž pro menu)"; +Calendar._TT["PREV_MONTH"] = "Pøedchozí mìsíc (pøidrž pro menu)"; +Calendar._TT["GO_TODAY"] = "Dnešní datum"; +Calendar._TT["NEXT_MONTH"] = "Další mìsíc (pøidrž pro menu)"; +Calendar._TT["NEXT_YEAR"] = "Další rok (pøidrž pro menu)"; +Calendar._TT["SEL_DATE"] = "Vyber datum"; +Calendar._TT["DRAG_TO_MOVE"] = "Chy a táhni, pro pøesun"; +Calendar._TT["PART_TODAY"] = " (dnes)"; +Calendar._TT["MON_FIRST"] = "Ukaž jako první Pondìlí"; +//Calendar._TT["SUN_FIRST"] = "Ukaž jako první Nedìli"; + +Calendar._TT["ABOUT"] = +"DHTML Date/Time Selector\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"For latest version visit: http://www.dynarch.com/projects/calendar/\n" + +"Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." + +"\n\n" + +"Výbìr datumu:\n" + +"- Use the \xab, \xbb buttons to select year\n" + +"- Použijte tlaèítka " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " k výbìru mìsíce\n" + +"- Podržte tlaèítko myši na jakémkoliv z tìch tlaèítek pro rychlejší výbìr."; + +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"Výbìr èasu:\n" + +"- Kliknìte na jakoukoliv z èástí výbìru èasu pro zvýšení.\n" + +"- nebo Shift-click pro snížení\n" + +"- nebo kliknìte a táhnìte pro rychlejší výbìr."; + +// the following is to inform that "%s" is to be the first day of week +// %s will be replaced with the day name. +Calendar._TT["DAY_FIRST"] = "Zobraz %s první"; + +// This may be locale-dependent. It specifies the week-end days, as an array +// of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 +// means Monday, etc. +Calendar._TT["WEEKEND"] = "0,6"; + +Calendar._TT["CLOSE"] = "Zavøít"; +Calendar._TT["TODAY"] = "Dnes"; +Calendar._TT["TIME_PART"] = "(Shift-)Klikni nebo táhni pro zmìnu hodnoty"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "d.m.yy"; +Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e"; + +Calendar._TT["WK"] = "wk"; +Calendar._TT["TIME"] = "Èas:"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-da.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-da.js new file mode 100644 index 00000000000..a99b598f03c --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-da.js @@ -0,0 +1,123 @@ +// ** I18N + +// Calendar DA language +// Author: Michael Thingmand Henriksen, +// Encoding: any +// Distributed under the same terms as the calendar itself. + +// For translators: please use UTF-8 if possible. We strongly believe that +// Unicode is the answer to a real internationalized world. Also please +// include your contact information in the header, as can be seen above. + +// full day names +Calendar._DN = new Array +("Søndag", +"Mandag", +"Tirsdag", +"Onsdag", +"Torsdag", +"Fredag", +"Lørdag", +"Søndag"); + +// Please note that the following array of short day names (and the same goes +// for short month names, _SMN) isn't absolutely necessary. We give it here +// for exemplification on how one can customize the short day names, but if +// they are simply the first N letters of the full name you can simply say: +// +// Calendar._SDN_len = N; // short day name length +// Calendar._SMN_len = N; // short month name length +// +// If N = 3 then this is not needed either since we assume a value of 3 if not +// present, to be compatible with translation files that were written before +// this feature. + +// short day names +Calendar._SDN = new Array +("Søn", +"Man", +"Tir", +"Ons", +"Tor", +"Fre", +"Lør", +"Søn"); + +// full month names +Calendar._MN = new Array +("Januar", +"Februar", +"Marts", +"April", +"Maj", +"Juni", +"Juli", +"August", +"September", +"Oktober", +"November", +"December"); + +// short month names +Calendar._SMN = new Array +("Jan", +"Feb", +"Mar", +"Apr", +"Maj", +"Jun", +"Jul", +"Aug", +"Sep", +"Okt", +"Nov", +"Dec"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "Om Kalenderen"; + +Calendar._TT["ABOUT"] = +"DHTML Date/Time Selector\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"For den seneste version besøg: http://www.dynarch.com/projects/calendar/\n"; + +"Distribueret under GNU LGPL. Se http://gnu.org/licenses/lgpl.html for detajler." + +"\n\n" + +"Valg af dato:\n" + +"- Brug \xab, \xbb knapperne for at vælge Ã¥r\n" + +"- Brug " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " knapperne for at vælge mÃ¥ned\n" + +"- Hold knappen pÃ¥ musen nede pÃ¥ knapperne ovenfor for hurtigere valg."; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"Valg af tid:\n" + +"- Klik pÃ¥ en vilkÃ¥rlig del for større værdi\n" + +"- eller Shift-klik for for mindre værdi\n" + +"- eller klik og træk for hurtigere valg."; + +Calendar._TT["PREV_YEAR"] = "Ét Ã¥r tilbage (hold for menu)"; +Calendar._TT["PREV_MONTH"] = "Én mÃ¥ned tilbage (hold for menu)"; +Calendar._TT["GO_TODAY"] = "GÃ¥ til i dag"; +Calendar._TT["NEXT_MONTH"] = "Én mÃ¥ned frem (hold for menu)"; +Calendar._TT["NEXT_YEAR"] = "Ét Ã¥r frem (hold for menu)"; +Calendar._TT["SEL_DATE"] = "Vælg dag"; +Calendar._TT["DRAG_TO_MOVE"] = "Træk vinduet"; +Calendar._TT["PART_TODAY"] = " (i dag)"; + +// the following is to inform that "%s" is to be the first day of week +// %s will be replaced with the day name. +Calendar._TT["DAY_FIRST"] = "Vis %s først"; + +// This may be locale-dependent. It specifies the week-end days, as an array +// of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 +// means Monday, etc. +Calendar._TT["WEEKEND"] = "0,6"; + +Calendar._TT["CLOSE"] = "Luk"; +Calendar._TT["TODAY"] = "I dag"; +Calendar._TT["TIME_PART"] = "(Shift-)klik eller træk for at ændre værdi"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%d-%m-%Y"; +Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e"; + +Calendar._TT["WK"] = "Uge"; +Calendar._TT["TIME"] = "Tid:"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-de.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-de.js new file mode 100644 index 00000000000..4bc1137cc1f --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-de.js @@ -0,0 +1,124 @@ +// ** I18N + +// Calendar DE language +// Author: Jack (tR), +// Encoding: any +// Distributed under the same terms as the calendar itself. + +// For translators: please use UTF-8 if possible. We strongly believe that +// Unicode is the answer to a real internationalized world. Also please +// include your contact information in the header, as can be seen above. + +// full day names +Calendar._DN = new Array +("Sonntag", + "Montag", + "Dienstag", + "Mittwoch", + "Donnerstag", + "Freitag", + "Samstag", + "Sonntag"); + +// Please note that the following array of short day names (and the same goes +// for short month names, _SMN) isn't absolutely necessary. We give it here +// for exemplification on how one can customize the short day names, but if +// they are simply the first N letters of the full name you can simply say: +// +// Calendar._SDN_len = N; // short day name length +// Calendar._SMN_len = N; // short month name length +// +// If N = 3 then this is not needed either since we assume a value of 3 if not +// present, to be compatible with translation files that were written before +// this feature. + +// short day names +Calendar._SDN = new Array +("So", + "Mo", + "Di", + "Mi", + "Do", + "Fr", + "Sa", + "So"); + +// full month names +Calendar._MN = new Array +("Januar", + "Februar", + "M\u00e4rz", + "April", + "Mai", + "Juni", + "Juli", + "August", + "September", + "Oktober", + "November", + "Dezember"); + +// short month names +Calendar._SMN = new Array +("Jan", + "Feb", + "M\u00e4r", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Okt", + "Nov", + "Dez"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "\u00DCber dieses Kalendarmodul"; + +Calendar._TT["ABOUT"] = +"DHTML Date/Time Selector\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this ;-) +"For latest version visit: http://www.dynarch.com/projects/calendar/\n" + +"Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." + +"\n\n" + +"Datum ausw\u00e4hlen:\n" + +"- Benutzen Sie die \xab, \xbb Buttons um das Jahr zu w\u00e4hlen\n" + +"- Benutzen Sie die " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " Buttons um den Monat zu w\u00e4hlen\n" + +"- F\u00fcr eine Schnellauswahl halten Sie die Maustaste \u00fcber diesen Buttons fest."; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"Zeit ausw\u00e4hlen:\n" + +"- Klicken Sie auf die Teile der Uhrzeit, um diese zu erh\u00F6hen\n" + +"- oder klicken Sie mit festgehaltener Shift-Taste um diese zu verringern\n" + +"- oder klicken und festhalten f\u00fcr Schnellauswahl."; + +Calendar._TT["TOGGLE"] = "Ersten Tag der Woche w\u00e4hlen"; +Calendar._TT["PREV_YEAR"] = "Voriges Jahr (Festhalten f\u00fcr Schnellauswahl)"; +Calendar._TT["PREV_MONTH"] = "Voriger Monat (Festhalten f\u00fcr Schnellauswahl)"; +Calendar._TT["GO_TODAY"] = "Heute ausw\u00e4hlen"; +Calendar._TT["NEXT_MONTH"] = "N\u00e4chst. Monat (Festhalten f\u00fcr Schnellauswahl)"; +Calendar._TT["NEXT_YEAR"] = "N\u00e4chst. Jahr (Festhalten f\u00fcr Schnellauswahl)"; +Calendar._TT["SEL_DATE"] = "Datum ausw\u00e4hlen"; +Calendar._TT["DRAG_TO_MOVE"] = "Zum Bewegen festhalten"; +Calendar._TT["PART_TODAY"] = " (Heute)"; + +// the following is to inform that "%s" is to be the first day of week +// %s will be replaced with the day name. +Calendar._TT["DAY_FIRST"] = "Woche beginnt mit %s "; + +// This may be locale-dependent. It specifies the week-end days, as an array +// of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 +// means Monday, etc. +Calendar._TT["WEEKEND"] = "0,6"; + +Calendar._TT["CLOSE"] = "Schlie\u00dfen"; +Calendar._TT["TODAY"] = "Heute"; +Calendar._TT["TIME_PART"] = "(Shift-)Klick oder Festhalten und Ziehen um den Wert zu \u00e4ndern"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%d.%m.%Y"; +Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e"; + +Calendar._TT["WK"] = "wk"; +Calendar._TT["TIME"] = "Zeit:"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-du.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-du.js new file mode 100644 index 00000000000..2200448051a --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-du.js @@ -0,0 +1,45 @@ +// ** I18N +Calendar._DN = new Array +("Zondag", + "Maandag", + "Dinsdag", + "Woensdag", + "Donderdag", + "Vrijdag", + "Zaterdag", + "Zondag"); +Calendar._MN = new Array +("Januari", + "Februari", + "Maart", + "April", + "Mei", + "Juni", + "Juli", + "Augustus", + "September", + "Oktober", + "November", + "December"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["TOGGLE"] = "Toggle startdag van de week"; +Calendar._TT["PREV_YEAR"] = "Vorig jaar (indrukken voor menu)"; +Calendar._TT["PREV_MONTH"] = "Vorige month (indrukken voor menu)"; +Calendar._TT["GO_TODAY"] = "Naar Vandaag"; +Calendar._TT["NEXT_MONTH"] = "Volgende Maand (indrukken voor menu)"; +Calendar._TT["NEXT_YEAR"] = "Volgend jaar (indrukken voor menu)"; +Calendar._TT["SEL_DATE"] = "Selecteer datum"; +Calendar._TT["DRAG_TO_MOVE"] = "Sleep om te verplaatsen"; +Calendar._TT["PART_TODAY"] = " (vandaag)"; +Calendar._TT["MON_FIRST"] = "Toon Maandag eerst"; +Calendar._TT["SUN_FIRST"] = "Toon Zondag eerst"; +Calendar._TT["CLOSE"] = "Sluiten"; +Calendar._TT["TODAY"] = "Vandaag"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "y-mm-dd"; +Calendar._TT["TT_DATE_FORMAT"] = "D, M d"; + +Calendar._TT["WK"] = "wk"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-el.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-el.js new file mode 100644 index 00000000000..fee5575eabd --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-el.js @@ -0,0 +1,89 @@ +// ** I18N +Calendar._DN = new Array +("ΚυÏιακή", + "ΔευτέÏα", + "ΤÏίτη", + "ΤετάÏτη", + "Πέμπτη", + "ΠαÏασκευή", + "Σάββατο", + "ΚυÏιακή"); + +Calendar._SDN = new Array +("Κυ", + "Δε", + "TÏ", + "Τε", + "Πε", + "Πα", + "Σα", + "Κυ"); + +Calendar._MN = new Array +("ΙανουάÏιος", + "ΦεβÏουάÏιος", + "ΜάÏτιος", + "ΑπÏίλιος", + "Μάϊος", + "ΙοÏνιος", + "ΙοÏλιος", + "ΑÏγουστος", + "ΣεπτέμβÏιος", + "ΟκτώβÏιος", + "ÎοέμβÏιος", + "ΔεκέμβÏιος"); + +Calendar._SMN = new Array +("Ιαν", + "Φεβ", + "ΜαÏ", + "ΑπÏ", + "Μαι", + "Ιουν", + "Ιουλ", + "Αυγ", + "Σεπ", + "Οκτ", + "Îοε", + "Δεκ"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "Για το ημεÏολόγιο"; + +Calendar._TT["ABOUT"] = +"Επιλογέας ημεÏομηνίας/ÏŽÏας σε DHTML\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"Για τελευταία έκδοση: http://www.dynarch.com/projects/calendar/\n" + +"Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." + +"\n\n" + +"Επιλογή ημεÏομηνίας:\n" + +"- ΧÏησιμοποιείστε τα κουμπιά \xab, \xbb για επιλογή έτους\n" + +"- ΧÏησιμοποιείστε τα κουμπιά " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " για επιλογή μήνα\n" + +"- ΚÏατήστε κουμπί Ï€Î¿Î½Ï„Î¹ÎºÎ¿Ï Ï€Î±Ï„Î·Î¼Î­Î½Î¿ στα παÏαπάνω κουμπιά για πιο γÏήγοÏη επιλογή."; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"Επιλογή ÏŽÏας:\n" + +"- Κάντε κλικ σε ένα από τα μέÏη της ÏŽÏας για αÏξηση\n" + +"- ή Shift-κλικ για μείωση\n" + +"- ή κλικ και μετακίνηση για πιο γÏήγοÏη επιλογή."; +Calendar._TT["TOGGLE"] = "ΜπάÏα Ï€Ïώτης ημέÏας της εβδομάδας"; +Calendar._TT["PREV_YEAR"] = "ΠÏοηγ. έτος (κÏατήστε για το μενοÏ)"; +Calendar._TT["PREV_MONTH"] = "ΠÏοηγ. μήνας (κÏατήστε για το μενοÏ)"; +Calendar._TT["GO_TODAY"] = "ΣήμεÏα"; +Calendar._TT["NEXT_MONTH"] = "Επόμενος μήνας (κÏατήστε για το μενοÏ)"; +Calendar._TT["NEXT_YEAR"] = "Επόμενο έτος (κÏατήστε για το μενοÏ)"; +Calendar._TT["SEL_DATE"] = "Επιλέξτε ημεÏομηνία"; +Calendar._TT["DRAG_TO_MOVE"] = "ΣÏÏτε για να μετακινήσετε"; +Calendar._TT["PART_TODAY"] = " (σήμεÏα)"; +Calendar._TT["MON_FIRST"] = "Εμφάνιση ΔευτέÏας Ï€Ïώτα"; +Calendar._TT["SUN_FIRST"] = "Εμφάνιση ΚυÏιακής Ï€Ïώτα"; +Calendar._TT["CLOSE"] = "Κλείσιμο"; +Calendar._TT["TODAY"] = "ΣήμεÏα"; +Calendar._TT["TIME_PART"] = "(Shift-)κλικ ή μετακίνηση για αλλαγή"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "dd-mm-y"; +Calendar._TT["TT_DATE_FORMAT"] = "D, d M"; + +Calendar._TT["WK"] = "εβδ"; + diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-en.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-en.js new file mode 100644 index 00000000000..0dbde793d81 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-en.js @@ -0,0 +1,127 @@ +// ** I18N + +// Calendar EN language +// Author: Mihai Bazon, +// Encoding: any +// Distributed under the same terms as the calendar itself. + +// For translators: please use UTF-8 if possible. We strongly believe that +// Unicode is the answer to a real internationalized world. Also please +// include your contact information in the header, as can be seen above. + +// full day names +Calendar._DN = new Array +("Sunday", + "Monday", + "Tuesday", + "Wednesday", + "Thursday", + "Friday", + "Saturday", + "Sunday"); + +// Please note that the following array of short day names (and the same goes +// for short month names, _SMN) isn't absolutely necessary. We give it here +// for exemplification on how one can customize the short day names, but if +// they are simply the first N letters of the full name you can simply say: +// +// Calendar._SDN_len = N; // short day name length +// Calendar._SMN_len = N; // short month name length +// +// If N = 3 then this is not needed either since we assume a value of 3 if not +// present, to be compatible with translation files that were written before +// this feature. + +// short day names +Calendar._SDN = new Array +("Sun", + "Mon", + "Tue", + "Wed", + "Thu", + "Fri", + "Sat", + "Sun"); + +// First day of the week. "0" means display Sunday first, "1" means display +// Monday first, etc. +Calendar._FD = 0; + +// full month names +Calendar._MN = new Array +("January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December"); + +// short month names +Calendar._SMN = new Array +("Jan", + "Feb", + "Mar", + "Apr", + "May", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "About the calendar"; + +Calendar._TT["ABOUT"] = +"DHTML Date/Time Selector\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"For latest version visit: http://www.dynarch.com/projects/calendar/\n" + +"Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." + +"\n\n" + +"Date selection:\n" + +"- Use the \xab, \xbb buttons to select year\n" + +"- Use the " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " buttons to select month\n" + +"- Hold mouse button on any of the above buttons for faster selection."; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"Time selection:\n" + +"- Click on any of the time parts to increase it\n" + +"- or Shift-click to decrease it\n" + +"- or click and drag for faster selection."; + +Calendar._TT["PREV_YEAR"] = "Prev. year (hold for menu)"; +Calendar._TT["PREV_MONTH"] = "Prev. month (hold for menu)"; +Calendar._TT["GO_TODAY"] = "Go Today"; +Calendar._TT["NEXT_MONTH"] = "Next month (hold for menu)"; +Calendar._TT["NEXT_YEAR"] = "Next year (hold for menu)"; +Calendar._TT["SEL_DATE"] = "Select date"; +Calendar._TT["DRAG_TO_MOVE"] = "Drag to move"; +Calendar._TT["PART_TODAY"] = " (today)"; + +// the following is to inform that "%s" is to be the first day of week +// %s will be replaced with the day name. +Calendar._TT["DAY_FIRST"] = "Display %s first"; + +// This may be locale-dependent. It specifies the week-end days, as an array +// of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 +// means Monday, etc. +Calendar._TT["WEEKEND"] = "0,6"; + +Calendar._TT["CLOSE"] = "Close"; +Calendar._TT["TODAY"] = "Today"; +Calendar._TT["TIME_PART"] = "(Shift-)Click or drag to change value"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; +Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e"; + +Calendar._TT["WK"] = "wk"; +Calendar._TT["TIME"] = "Time:"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-es.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-es.js new file mode 100644 index 00000000000..19c1b30bdc1 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-es.js @@ -0,0 +1,129 @@ +// ** I18N + +// Calendar ES (spanish) language +// Author: Mihai Bazon, +// Updater: Servilio Afre Puentes +// Updated: 2004-06-03 +// Encoding: utf-8 +// Distributed under the same terms as the calendar itself. + +// For translators: please use UTF-8 if possible. We strongly believe that +// Unicode is the answer to a real internationalized world. Also please +// include your contact information in the header, as can be seen above. + +// full day names +Calendar._DN = new Array +("Domingo", + "Lunes", + "Martes", + "Miércoles", + "Jueves", + "Viernes", + "Sábado", + "Domingo"); + +// Please note that the following array of short day names (and the same goes +// for short month names, _SMN) isn't absolutely necessary. We give it here +// for exemplification on how one can customize the short day names, but if +// they are simply the first N letters of the full name you can simply say: +// +// Calendar._SDN_len = N; // short day name length +// Calendar._SMN_len = N; // short month name length +// +// If N = 3 then this is not needed either since we assume a value of 3 if not +// present, to be compatible with translation files that were written before +// this feature. + +// short day names +Calendar._SDN = new Array +("Dom", + "Lun", + "Mar", + "Mié", + "Jue", + "Vie", + "Sáb", + "Dom"); + +// First day of the week. "0" means display Sunday first, "1" means display +// Monday first, etc. +Calendar._FD = 1; + +// full month names +Calendar._MN = new Array +("Enero", + "Febrero", + "Marzo", + "Abril", + "Mayo", + "Junio", + "Julio", + "Agosto", + "Septiembre", + "Octubre", + "Noviembre", + "Diciembre"); + +// short month names +Calendar._SMN = new Array +("Ene", + "Feb", + "Mar", + "Abr", + "May", + "Jun", + "Jul", + "Ago", + "Sep", + "Oct", + "Nov", + "Dic"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "Acerca del calendario"; + +Calendar._TT["ABOUT"] = +"Selector DHTML de Fecha/Hora\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"Para conseguir la última versión visite: http://www.dynarch.com/projects/calendar/\n" + +"Distribuido bajo licencia GNU LGPL. Visite http://gnu.org/licenses/lgpl.html para más detalles." + +"\n\n" + +"Selección de fecha:\n" + +"- Use los botones \xab, \xbb para seleccionar el año\n" + +"- Use los botones " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " para seleccionar el mes\n" + +"- Mantenga pulsado el ratón en cualquiera de estos botones para una selección rápida."; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"Selección de hora:\n" + +"- Pulse en cualquiera de las partes de la hora para incrementarla\n" + +"- o pulse las mayúsculas mientras hace clic para decrementarla\n" + +"- o haga clic y arrastre el ratón para una selección más rápida."; + +Calendar._TT["PREV_YEAR"] = "Año anterior (mantener para menú)"; +Calendar._TT["PREV_MONTH"] = "Mes anterior (mantener para menú)"; +Calendar._TT["GO_TODAY"] = "Ir a hoy"; +Calendar._TT["NEXT_MONTH"] = "Mes siguiente (mantener para menú)"; +Calendar._TT["NEXT_YEAR"] = "Año siguiente (mantener para menú)"; +Calendar._TT["SEL_DATE"] = "Seleccionar fecha"; +Calendar._TT["DRAG_TO_MOVE"] = "Arrastrar para mover"; +Calendar._TT["PART_TODAY"] = " (hoy)"; + +// the following is to inform that "%s" is to be the first day of week +// %s will be replaced with the day name. +Calendar._TT["DAY_FIRST"] = "Hacer %s primer día de la semana"; + +// This may be locale-dependent. It specifies the week-end days, as an array +// of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 +// means Monday, etc. +Calendar._TT["WEEKEND"] = "0,6"; + +Calendar._TT["CLOSE"] = "Cerrar"; +Calendar._TT["TODAY"] = "Hoy"; +Calendar._TT["TIME_PART"] = "(Mayúscula-)Clic o arrastre para cambiar valor"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%d/%m/%Y"; +Calendar._TT["TT_DATE_FORMAT"] = "%A, %e de %B de %Y"; + +Calendar._TT["WK"] = "sem"; +Calendar._TT["TIME"] = "Hora:"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-fi.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-fi.js new file mode 100644 index 00000000000..328eabb3bd3 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-fi.js @@ -0,0 +1,98 @@ +// ** I18N + +// Calendar FI language (Finnish, Suomi) +// Author: Jarno Käyhkö, +// Encoding: UTF-8 +// Distributed under the same terms as the calendar itself. + +// full day names +Calendar._DN = new Array +("Sunnuntai", + "Maanantai", + "Tiistai", + "Keskiviikko", + "Torstai", + "Perjantai", + "Lauantai", + "Sunnuntai"); + +// short day names +Calendar._SDN = new Array +("Su", + "Ma", + "Ti", + "Ke", + "To", + "Pe", + "La", + "Su"); + +// full month names +Calendar._MN = new Array +("Tammikuu", + "Helmikuu", + "Maaliskuu", + "Huhtikuu", + "Toukokuu", + "Kesäkuu", + "Heinäkuu", + "Elokuu", + "Syyskuu", + "Lokakuu", + "Marraskuu", + "Joulukuu"); + +// short month names +Calendar._SMN = new Array +("Tam", + "Hel", + "Maa", + "Huh", + "Tou", + "Kes", + "Hei", + "Elo", + "Syy", + "Lok", + "Mar", + "Jou"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "Tietoja kalenterista"; + +Calendar._TT["ABOUT"] = +"DHTML Date/Time Selector\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"Uusin versio osoitteessa: http://www.dynarch.com/projects/calendar/\n" + +"Julkaistu GNU LGPL lisenssin alaisuudessa. Lisätietoja osoitteessa http://gnu.org/licenses/lgpl.html" + +"\n\n" + +"Päivämäärä valinta:\n" + +"- Käytä \xab, \xbb painikkeita valitaksesi vuosi\n" + +"- Käytä " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " painikkeita valitaksesi kuukausi\n" + +"- Pitämällä hiiren painiketta minkä tahansa yllä olevan painikkeen kohdalla, saat näkyviin valikon nopeampaan siirtymiseen."; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"Ajan valinta:\n" + +"- Klikkaa kellonajan numeroita lisätäksesi aikaa\n" + +"- tai pitämällä Shift-näppäintä pohjassa saat aikaa taaksepäin\n" + +"- tai klikkaa ja pidä hiiren painike pohjassa sekä liikuta hiirtä muuttaaksesi aikaa nopeasti eteen- ja taaksepäin."; + +Calendar._TT["PREV_YEAR"] = "Edell. vuosi (paina hetki, näet valikon)"; +Calendar._TT["PREV_MONTH"] = "Edell. kuukausi (paina hetki, näet valikon)"; +Calendar._TT["GO_TODAY"] = "Siirry tähän päivään"; +Calendar._TT["NEXT_MONTH"] = "Seur. kuukausi (paina hetki, näet valikon)"; +Calendar._TT["NEXT_YEAR"] = "Seur. vuosi (paina hetki, näet valikon)"; +Calendar._TT["SEL_DATE"] = "Valitse päivämäärä"; +Calendar._TT["DRAG_TO_MOVE"] = "Siirrä kalenterin paikkaa"; +Calendar._TT["PART_TODAY"] = " (tänään)"; +Calendar._TT["MON_FIRST"] = "Näytä maanantai ensimmäisenä"; +Calendar._TT["SUN_FIRST"] = "Näytä sunnuntai ensimmäisenä"; +Calendar._TT["CLOSE"] = "Sulje"; +Calendar._TT["TODAY"] = "Tänään"; +Calendar._TT["TIME_PART"] = "(Shift-) Klikkaa tai liikuta muuttaaksesi aikaa"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%d.%m.%Y"; +Calendar._TT["TT_DATE_FORMAT"] = "%d.%m.%Y"; + +Calendar._TT["WK"] = "Vko"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-fr.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-fr.js new file mode 100644 index 00000000000..94f07ed7ae7 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-fr.js @@ -0,0 +1,122 @@ +// ** I18N + +// Calendar FR language +// Author: Jérémie Ollivier, <> +// Encoding: any +// Distributed under the same terms as the calendar itself. + +// For translators: please use UTF-8 if possible. We strongly believe that +// Unicode is the answer to a real internationalized world. Also please +// include your contact information in the header, as can be seen above. + +// full day names +Calendar._DN = new Array +("Dimanche", + "Lundi", + "Mardi", + "Mercredi", + "Jeudi", + "Vendredi", + "Samedi", + "Dimanche"); + +// Please note that the following array of short day names (and the same goes +// for short month names, _SMN) isn't absolutely necessary. We give it here +// for exemplification on how one can customize the short day names, but if +// they are simply the first N letters of the full name you can simply say: +// +// Calendar._SDN_len = N; // short day name length +// Calendar._SMN_len = N; // short month name length +// +// If N = 3 then this is not needed either since we assume a value of 3 if not +// present, to be compatible with translation files that were written before +// this feature. + +// short day names +Calendar._SDN = new Array +("Dim", + "Lun", + "Mar", + "Mer", + "Jeu", + "Ven", + "Sam", + "Dim"); + +// First day of the week. "0" means display Sunday first, "1" means display +// Monday first, etc. +Calendar._FD = 0; + +// full month names +Calendar._MN = new Array +("Janvier", + "Février", + "Mars", + "Avril", + "Mai", + "Juin", + "Juillet", + "Août", + "Septembre", + "Octobre", + "Novembre", + "Décembre"); + +// short month names +Calendar._SMN = new Array +("Jan", + "Fev", + "Mar", + "Avr", + "Mai", + "Jui", + "Jul", + "Aou", + "Sep", + "Oct", + "Nov", + "Dec"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "Aide"; + +Calendar._TT["ABOUT"] = +"Sélection de la date :\n\n" + +"- Utilisez les boutons \xab et \xbb pour sélectionner l'année\n" + +"- Utilisez les boutons " + String.fromCharCode(0x2039) + " et " + String.fromCharCode(0x203a) + " pour sélectionner le mois\n" + +"- Pour une sélection plus rapide, effectuez un clic prolongé sur un des boutons ci-dessus "; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"Sélection de l'heure :\n" + +"- Click on any of the time parts to increase it\n" + +"- or Shift-click to decrease it\n" + +"- or click and drag for faster selection."; + +Calendar._TT["PREV_YEAR"] = "Année préc. (maintenir pour le menu)"; +Calendar._TT["PREV_MONTH"] = "Mois suiv. (maintenir pour le menu)"; +Calendar._TT["GO_TODAY"] = "Aujourd'hui"; +Calendar._TT["NEXT_MONTH"] = "Mois suiv. (maintenir pour le menu)"; +Calendar._TT["NEXT_YEAR"] = "Année suiv. (maintenir pour le menu)"; +Calendar._TT["SEL_DATE"] = "Choisissez une date"; +Calendar._TT["DRAG_TO_MOVE"] = "Déplacer"; +Calendar._TT["PART_TODAY"] = " (Aujourd'hui)"; + +// the following is to inform that "%s" is to be the first day of week +// %s will be replaced with the day name. +Calendar._TT["DAY_FIRST"] = "Afficher %s en premier"; + +// This may be locale-dependent. It specifies the week-end days, as an array +// of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 +// means Monday, etc. +Calendar._TT["WEEKEND"] = "0,6"; + +Calendar._TT["CLOSE"] = "Fermer"; +Calendar._TT["TODAY"] = "Aujourd'hui"; +Calendar._TT["TIME_PART"] = "Faire glisser la souris pour modifier"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; +Calendar._TT["TT_DATE_FORMAT"] = "%A %e %B"; + +Calendar._TT["WK"] = "Sem"; +Calendar._TT["TIME"] = "Heure :"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-he-utf8.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-he-utf8.js new file mode 100644 index 00000000000..7861217bae3 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-he-utf8.js @@ -0,0 +1,123 @@ +// ** I18N + +// Calendar EN language +// Author: Idan Sofer, +// Encoding: UTF-8 +// Distributed under the same terms as the calendar itself. + +// For translators: please use UTF-8 if possible. We strongly believe that +// Unicode is the answer to a real internationalized world. Also please +// include your contact information in the header, as can be seen above. + +// full day names +Calendar._DN = new Array +("ר×שון", + "שני", + "שלישי", + "רביעי", + "חמישי", + "שישי", + "שבת", + "ר×שון"); + +// Please note that the following array of short day names (and the same goes +// for short month names, _SMN) isn't absolutely necessary. We give it here +// for exemplification on how one can customize the short day names, but if +// they are simply the first N letters of the full name you can simply say: +// +// Calendar._SDN_len = N; // short day name length +// Calendar._SMN_len = N; // short month name length +// +// If N = 3 then this is not needed either since we assume a value of 3 if not +// present, to be compatible with translation files that were written before +// this feature. + +// short day names +Calendar._SDN = new Array +("×", + "ב", + "×’", + "ד", + "×”", + "ו", + "ש", + "×"); + +// full month names +Calendar._MN = new Array +("ינו×ר", + "פברו×ר", + "מרץ", + "×פריל", + "מ××™", + "יוני", + "יולי", + "×וגוסט", + "ספטמבר", + "×וקטובר", + "נובמבר", + "דצמבר"); + +// short month names +Calendar._SMN = new Array +("×™× ×", + "פבר", + "מרץ", + "×פר", + "מ××™", + "יונ", + "יול", + "×וג", + "ספט", + "×וק", + "נוב", + "דצמ"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "×ודות השנתון"; + +Calendar._TT["ABOUT"] = +"בחרן ת×ריך/שעה DHTML\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"×”×’×™×¨×¡× ×”×חרונה זמינה ב: http://www.dynarch.com/projects/calendar/\n" + +"מופץ תחת זיכיון ×” GNU LGPL. עיין ב http://gnu.org/licenses/lgpl.html ×œ×¤×¨×˜×™× × ×•×¡×¤×™×." + +"\n\n" + +בחירת ת×ריך:\n" + +"- השתמש ×‘×›×¤×ª×•×¨×™× \xab, \xbb לבחירת שנה\n" + +"- השתמש ×‘×›×¤×ª×•×¨×™× " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " לבחירת חודש\n" + +"- ×”×—×–×§ העכבר לחוץ מעל ×”×›×¤×ª×•×¨×™× ×”×ž×•×–×›×¨×™× ×œ×¢×™×œ לבחירה מהירה יותר."; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"בחירת זמן:\n" + +"- לחץ על כל ×חד מחלקי הזמן כדי להוסיף\n" + +"- ×ו shift בשילוב ×¢× ×œ×—×™×¦×” כדי להחסיר\n" + +"- ×ו לחץ וגרור לפעולה מהירה יותר."; + +Calendar._TT["PREV_YEAR"] = "שנה קודמת - ×”×—×–×§ לקבלת תפריט"; +Calendar._TT["PREV_MONTH"] = "חודש ×§×•×“× - ×”×—×–×§ לקבלת תפריט"; +Calendar._TT["GO_TODAY"] = "עבור להיו×"; +Calendar._TT["NEXT_MONTH"] = "חודש ×”×‘× - ×”×—×–×§ לתפריט"; +Calendar._TT["NEXT_YEAR"] = "שנה הב××” - ×”×—×–×§ לתפריט"; +Calendar._TT["SEL_DATE"] = "בחר ת×ריך"; +Calendar._TT["DRAG_TO_MOVE"] = "גרור להזזה"; +Calendar._TT["PART_TODAY"] = " )היו×("; + +// the following is to inform that "%s" is to be the first day of week +// %s will be replaced with the day name. +Calendar._TT["DAY_FIRST"] = "הצג %s קוד×"; + +// This may be locale-dependent. It specifies the week-end days, as an array +// of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 +// means Monday, etc. +Calendar._TT["WEEKEND"] = "6"; + +Calendar._TT["CLOSE"] = "סגור"; +Calendar._TT["TODAY"] = "היו×"; +Calendar._TT["TIME_PART"] = "(שיפט-)לחץ וגרור כדי לשנות ערך"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; +Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e"; + +Calendar._TT["WK"] = "wk"; +Calendar._TT["TIME"] = "שעה::"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-hr-utf8.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-hr-utf8.js new file mode 100644 index 00000000000..baf01b179cc --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-hr-utf8.js @@ -0,0 +1,49 @@ +/* Croatian language file for the DHTML Calendar version 0.9.2 +* Author Krunoslav Zubrinic , June 2003. +* Feel free to use this script under the terms of the GNU Lesser General +* Public License, as long as you do not remove or alter this notice. +*/ +Calendar._DN = new Array +("Nedjelja", + "Ponedjeljak", + "Utorak", + "Srijeda", + "ÄŒetvrtak", + "Petak", + "Subota", + "Nedjelja"); +Calendar._MN = new Array +("SijeÄanj", + "VeljaÄa", + "Ožujak", + "Travanj", + "Svibanj", + "Lipanj", + "Srpanj", + "Kolovoz", + "Rujan", + "Listopad", + "Studeni", + "Prosinac"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["TOGGLE"] = "Promjeni dan s kojim poÄinje tjedan"; +Calendar._TT["PREV_YEAR"] = "Prethodna godina (dugi pritisak za meni)"; +Calendar._TT["PREV_MONTH"] = "Prethodni mjesec (dugi pritisak za meni)"; +Calendar._TT["GO_TODAY"] = "Idi na tekući dan"; +Calendar._TT["NEXT_MONTH"] = "Slijedeći mjesec (dugi pritisak za meni)"; +Calendar._TT["NEXT_YEAR"] = "Slijedeća godina (dugi pritisak za meni)"; +Calendar._TT["SEL_DATE"] = "Izaberite datum"; +Calendar._TT["DRAG_TO_MOVE"] = "Pritisni i povuci za promjenu pozicije"; +Calendar._TT["PART_TODAY"] = " (today)"; +Calendar._TT["MON_FIRST"] = "Prikaži ponedjeljak kao prvi dan"; +Calendar._TT["SUN_FIRST"] = "Prikaži nedjelju kao prvi dan"; +Calendar._TT["CLOSE"] = "Zatvori"; +Calendar._TT["TODAY"] = "Danas"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "dd-mm-y"; +Calendar._TT["TT_DATE_FORMAT"] = "DD, dd.mm.y"; + +Calendar._TT["WK"] = "Tje"; \ No newline at end of file diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-hr.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-hr.js new file mode 100644 index 0000000000000000000000000000000000000000..6c27f60c4f8d416145e316bdb92e455a04a26fc4 GIT binary patch literal 3088 zcmcJRZEq4$5QV3oOpN^xn|@MLX``QvFOd|BwX`K&TD8VBv|!x=g_MG!Mt{2coVhHp zKpTvj4cxc6GiS~{b9aCJT(gH3*@j(O+p2bD3I7+&G`&5u9_^Xcnfc6GbJ%NRA7TB) z#|3+172C0rd#bwCh1J+8t3EcD)@66wJ+E8Np7MLl+OpmC_<7>UTkyM$eGl6lj3p>PheZ0=Ww2=H?b(l|o^zMwpyIsrK|Sp&cKx5sS&@!9bLPe8y!ma|m&W@1t~03i zVNK_Gk(rhME=;!FTP?E|GvDK^rJ*FVQYO0UUUgnYdn=YQt!h}~kw)7*(yTJ*-gpib zZl$2fZ}$C`^OD_1B2{e9iaaHI&FIr`ue2#lE!UXvs;0s%sav4I+Bvf=`W^bqOTsRd z3#r;*y|Ms;vh5T5kb3$+n`bnQL#ow1S#y3O?q>A^Tan$T-(yY~JD^USqb_J0%v{q( z;0&xk!1v7>PB|GP+JT*2IC^s{CPfZR>2^A0^zShhL2~S;Re+-p89ZCghHfF{s#~oA zBX>BH^wbu~dKdQJ6XBS*+Pth|)R*2l^`ZCwo%I;gJZ(%PQuhB_8!;@E{O-@gRkmif zTx}=tA5^GnP#vi5TMH?#fco=PV>sz>5{FY!RGF#9LuCf#>z3-FK8=FvRSn}B)_YO4 zdX0swRHcjPqU<#(UFfcuRiD(Z+ew)YxVaYb85DMGo3=&9F`lPuK0(7(ZvHg4+4rPw zp(=4h)$5DrPt+dsC9+FSiy_EH7n6SzdjkdSk#$x*N3ImTX>`7eusHub3i#1Y&>i_0 zzeR!?rOVGAr{ytkf1BtnQ2^`agzClH9w)bhHnL||LkEvgdyD_U2*JFsr}VZ}t8b}L hPd9rmV52WTMaX%C+(ZQBcw3Zrwhfx``>it4|8LNz+ +// Encoding: any +// Distributed under the same terms as the calendar itself. + +// For translators: please use UTF-8 if possible. We strongly believe that +// Unicode is the answer to a real internationalized world. Also please +// include your contact information in the header, as can be seen above. + +// full day names +Calendar._DN = new Array +("Vasárnap", + "Hétfõ", + "Kedd", + "Szerda", + "Csütörtök", + "Péntek", + "Szombat", + "Vasárnap"); + +// Please note that the following array of short day names (and the same goes +// for short month names, _SMN) isn't absolutely necessary. We give it here +// for exemplification on how one can customize the short day names, but if +// they are simply the first N letters of the full name you can simply say: +// +// Calendar._SDN_len = N; // short day name length +// Calendar._SMN_len = N; // short month name length +// +// If N = 3 then this is not needed either since we assume a value of 3 if not +// present, to be compatible with translation files that were written before +// this feature. + +// short day names +Calendar._SDN = new Array +("v", + "h", + "k", + "sze", + "cs", + "p", + "szo", + "v"); + +// full month names +Calendar._MN = new Array +("január", + "február", + "március", + "április", + "május", + "június", + "július", + "augusztus", + "szeptember", + "október", + "november", + "december"); + +// short month names +Calendar._SMN = new Array +("jan", + "feb", + "már", + "ápr", + "máj", + "jún", + "júl", + "aug", + "sze", + "okt", + "nov", + "dec"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "A kalendáriumról"; + +Calendar._TT["ABOUT"] = +"DHTML dátum/idõ kiválasztó\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"a legfrissebb verzió megtalálható: http://www.dynarch.com/projects/calendar/\n" + +"GNU LGPL alatt terjesztve. Lásd a http://gnu.org/licenses/lgpl.html oldalt a részletekhez." + +"\n\n" + +"Dátum választás:\n" + +"- használja a \xab, \xbb gombokat az év kiválasztásához\n" + +"- használja a " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " gombokat a hónap kiválasztásához\n" + +"- tartsa lenyomva az egérgombot a gyors választáshoz."; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"Idõ választás:\n" + +"- kattintva növelheti az idõt\n" + +"- shift-tel kattintva csökkentheti\n" + +"- lenyomva tartva és húzva gyorsabban kiválaszthatja."; + +Calendar._TT["PREV_YEAR"] = "Elõzõ év (tartsa nyomva a menühöz)"; +Calendar._TT["PREV_MONTH"] = "Elõzõ hónap (tartsa nyomva a menühöz)"; +Calendar._TT["GO_TODAY"] = "Mai napra ugrás"; +Calendar._TT["NEXT_MONTH"] = "Köv. hónap (tartsa nyomva a menühöz)"; +Calendar._TT["NEXT_YEAR"] = "Köv. év (tartsa nyomva a menühöz)"; +Calendar._TT["SEL_DATE"] = "Válasszon dátumot"; +Calendar._TT["DRAG_TO_MOVE"] = "Húzza a mozgatáshoz"; +Calendar._TT["PART_TODAY"] = " (ma)"; + +// the following is to inform that "%s" is to be the first day of week +// %s will be replaced with the day name. +Calendar._TT["DAY_FIRST"] = "%s legyen a hét elsõ napja"; + +// This may be locale-dependent. It specifies the week-end days, as an array +// of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 +// means Monday, etc. +Calendar._TT["WEEKEND"] = "0,6"; + +Calendar._TT["CLOSE"] = "Bezár"; +Calendar._TT["TODAY"] = "Ma"; +Calendar._TT["TIME_PART"] = "(Shift-)Klikk vagy húzás az érték változtatásához"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; +Calendar._TT["TT_DATE_FORMAT"] = "%b %e, %a"; + +Calendar._TT["WK"] = "hét"; +Calendar._TT["TIME"] = "idõ:"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-it.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-it.js new file mode 100644 index 00000000000..7f84cde01f7 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-it.js @@ -0,0 +1,124 @@ +// ** I18N + +// Calendar EN language +// Author: Mihai Bazon, +// Translator: Fabio Di Bernardini, +// Encoding: any +// Distributed under the same terms as the calendar itself. + +// For translators: please use UTF-8 if possible. We strongly believe that +// Unicode is the answer to a real internationalized world. Also please +// include your contact information in the header, as can be seen above. + +// full day names +Calendar._DN = new Array +("Domenica", + "Lunedì", + "Martedì", + "Mercoledì", + "Giovedì", + "Venerdì", + "Sabato", + "Domenica"); + +// Please note that the following array of short day names (and the same goes +// for short month names, _SMN) isn't absolutely necessary. We give it here +// for exemplification on how one can customize the short day names, but if +// they are simply the first N letters of the full name you can simply say: +// +// Calendar._SDN_len = N; // short day name length +// Calendar._SMN_len = N; // short month name length +// +// If N = 3 then this is not needed either since we assume a value of 3 if not +// present, to be compatible with translation files that were written before +// this feature. + +// short day names +Calendar._SDN = new Array +("Dom", + "Lun", + "Mar", + "Mer", + "Gio", + "Ven", + "Sab", + "Dom"); + +// full month names +Calendar._MN = new Array +("Gennaio", + "Febbraio", + "Marzo", + "Aprile", + "Maggio", + "Giugno", + "Luglio", + "Augosto", + "Settembre", + "Ottobre", + "Novembre", + "Dicembre"); + +// short month names +Calendar._SMN = new Array +("Gen", + "Feb", + "Mar", + "Apr", + "Mag", + "Giu", + "Lug", + "Ago", + "Set", + "Ott", + "Nov", + "Dic"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "Informazioni sul calendario"; + +Calendar._TT["ABOUT"] = +"DHTML Date/Time Selector\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"Per gli aggiornamenti: http://www.dynarch.com/projects/calendar/\n" + +"Distribuito sotto licenza GNU LGPL. Vedi http://gnu.org/licenses/lgpl.html per i dettagli." + +"\n\n" + +"Selezione data:\n" + +"- Usa \xab, \xbb per selezionare l'anno\n" + +"- Usa " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " per i mesi\n" + +"- Tieni premuto a lungo il mouse per accedere alle funzioni di selezione veloce."; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"Selezione orario:\n" + +"- Clicca sul numero per incrementarlo\n" + +"- o Shift+click per decrementarlo\n" + +"- o click e sinistra o destra per variarlo."; + +Calendar._TT["PREV_YEAR"] = "Anno prec.(clicca a lungo per il menù)"; +Calendar._TT["PREV_MONTH"] = "Mese prec. (clicca a lungo per il menù)"; +Calendar._TT["GO_TODAY"] = "Oggi"; +Calendar._TT["NEXT_MONTH"] = "Pross. mese (clicca a lungo per il menù)"; +Calendar._TT["NEXT_YEAR"] = "Pross. anno (clicca a lungo per il menù)"; +Calendar._TT["SEL_DATE"] = "Seleziona data"; +Calendar._TT["DRAG_TO_MOVE"] = "Trascina per spostarlo"; +Calendar._TT["PART_TODAY"] = " (oggi)"; + +// the following is to inform that "%s" is to be the first day of week +// %s will be replaced with the day name. +Calendar._TT["DAY_FIRST"] = "Mostra prima %s"; + +// This may be locale-dependent. It specifies the week-end days, as an array +// of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 +// means Monday, etc. +Calendar._TT["WEEKEND"] = "0,6"; + +Calendar._TT["CLOSE"] = "Chiudi"; +Calendar._TT["TODAY"] = "Oggi"; +Calendar._TT["TIME_PART"] = "(Shift-)Click o trascina per cambiare il valore"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%d-%m-%Y"; +Calendar._TT["TT_DATE_FORMAT"] = "%a:%b:%e"; + +Calendar._TT["WK"] = "set"; +Calendar._TT["TIME"] = "Ora:"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-jp.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-jp.js new file mode 100644 index 00000000000..3bca7ebf601 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-jp.js @@ -0,0 +1,45 @@ +// ** I18N +Calendar._DN = new Array +("“ú", + "ŒŽ", + "‰Î", + "…", + "–Ø", + "‹à", + "“y", + "“ú"); +Calendar._MN = new Array +("1ŒŽ", + "2ŒŽ", + "3ŒŽ", + "4ŒŽ", + "5ŒŽ", + "6ŒŽ", + "7ŒŽ", + "8ŒŽ", + "9ŒŽ", + "10ŒŽ", + "11ŒŽ", + "12ŒŽ"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["TOGGLE"] = "T‚Ìʼn‚Ì—j“ú‚ðØ‚è‘Ö‚¦"; +Calendar._TT["PREV_YEAR"] = "‘O”N"; +Calendar._TT["PREV_MONTH"] = "‘OŒŽ"; +Calendar._TT["GO_TODAY"] = "¡“ú"; +Calendar._TT["NEXT_MONTH"] = "—‚ŒŽ"; +Calendar._TT["NEXT_YEAR"] = "—‚”N"; +Calendar._TT["SEL_DATE"] = "“ú•t‘I‘ð"; +Calendar._TT["DRAG_TO_MOVE"] = "ƒEƒBƒ“ƒhƒE‚̈ړ®"; +Calendar._TT["PART_TODAY"] = " (¡“ú)"; +Calendar._TT["MON_FIRST"] = "ŒŽ—j“ú‚ðæ“ª‚É"; +Calendar._TT["SUN_FIRST"] = "“ú—j“ú‚ðæ“ª‚É"; +Calendar._TT["CLOSE"] = "•‚¶‚é"; +Calendar._TT["TODAY"] = "¡“ú"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "y-mm-dd"; +Calendar._TT["TT_DATE_FORMAT"] = "%mŒŽ %d“ú (%a)"; + +Calendar._TT["WK"] = "T"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-ko-utf8.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-ko-utf8.js new file mode 100644 index 00000000000..035dd748d31 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-ko-utf8.js @@ -0,0 +1,120 @@ +// ** I18N + +// Calendar EN language +// Author: Mihai Bazon, +// Translation: Yourim Yi +// Encoding: EUC-KR +// lang : ko +// Distributed under the same terms as the calendar itself. + +// For translators: please use UTF-8 if possible. We strongly believe that +// Unicode is the answer to a real internationalized world. Also please +// include your contact information in the header, as can be seen above. + +// full day names + +Calendar._DN = new Array +("ì¼ìš”ì¼", + "월요ì¼", + "화요ì¼", + "수요ì¼", + "목요ì¼", + "금요ì¼", + "토요ì¼", + "ì¼ìš”ì¼"); + +// Please note that the following array of short day names (and the same goes +// for short month names, _SMN) isn't absolutely necessary. We give it here +// for exemplification on how one can customize the short day names, but if +// they are simply the first N letters of the full name you can simply say: +// +// Calendar._SDN_len = N; // short day name length +// Calendar._SMN_len = N; // short month name length +// +// If N = 3 then this is not needed either since we assume a value of 3 if not +// present, to be compatible with translation files that were written before +// this feature. + +// short day names +Calendar._SDN = new Array +("ì¼", + "ì›”", + "í™”", + "수", + "목", + "금", + "토", + "ì¼"); + +// full month names +Calendar._MN = new Array +("1ì›”", + "2ì›”", + "3ì›”", + "4ì›”", + "5ì›”", + "6ì›”", + "7ì›”", + "8ì›”", + "9ì›”", + "10ì›”", + "11ì›”", + "12ì›”"); + +// short month names +Calendar._SMN = new Array +("1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "calendar ì— ëŒ€í•´ì„œ"; + +Calendar._TT["ABOUT"] = +"DHTML Date/Time Selector\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"\n"+ +"최신 ë²„ì „ì„ ë°›ìœ¼ì‹œë ¤ë©´ http://www.dynarch.com/projects/calendar/ ì— ë°©ë¬¸í•˜ì„¸ìš”\n" + +"\n"+ +"GNU LGPL ë¼ì´ì„¼ìŠ¤ë¡œ ë°°í¬ë©ë‹ˆë‹¤. \n"+ +"ë¼ì´ì„¼ìŠ¤ì— ëŒ€í•œ ìžì„¸í•œ ë‚´ìš©ì€ http://gnu.org/licenses/lgpl.html ì„ ì½ìœ¼ì„¸ìš”." + +"\n\n" + +"ë‚ ì§œ ì„ íƒ:\n" + +"- ì—°ë„를 ì„ íƒí•˜ë ¤ë©´ \xab, \xbb ë²„íŠ¼ì„ ì‚¬ìš©í•©ë‹ˆë‹¤\n" + +"- ë‹¬ì„ ì„ íƒí•˜ë ¤ë©´ " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " ë²„íŠ¼ì„ ëˆ„ë¥´ì„¸ìš”\n" + +"- ê³„ì† ëˆ„ë¥´ê³  있으면 위 ê°’ë“¤ì„ ë¹ ë¥´ê²Œ ì„ íƒí•˜ì‹¤ 수 있습니다."; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"시간 ì„ íƒ:\n" + +"- 마우스로 누르면 ì‹œê°„ì´ ì¦ê°€í•©ë‹ˆë‹¤\n" + +"- Shift 키와 함께 누르면 ê°ì†Œí•©ë‹ˆë‹¤\n" + +"- 누른 ìƒíƒœì—서 마우스를 움ì§ì´ë©´ 좀 ë” ë¹ ë¥´ê²Œ ê°’ì´ ë³€í•©ë‹ˆë‹¤.\n"; + +Calendar._TT["PREV_YEAR"] = "지난 í•´ (길게 누르면 목ë¡)"; +Calendar._TT["PREV_MONTH"] = "지난 달 (길게 누르면 목ë¡)"; +Calendar._TT["GO_TODAY"] = "오늘 날짜로"; +Calendar._TT["NEXT_MONTH"] = "ë‹¤ìŒ ë‹¬ (길게 누르면 목ë¡)"; +Calendar._TT["NEXT_YEAR"] = "ë‹¤ìŒ í•´ (길게 누르면 목ë¡)"; +Calendar._TT["SEL_DATE"] = "날짜를 ì„ íƒí•˜ì„¸ìš”"; +Calendar._TT["DRAG_TO_MOVE"] = "마우스 드래그로 ì´ë™ 하세요"; +Calendar._TT["PART_TODAY"] = " (오늘)"; +Calendar._TT["MON_FIRST"] = "월요ì¼ì„ 한 ì£¼ì˜ ì‹œìž‘ ìš”ì¼ë¡œ"; +Calendar._TT["SUN_FIRST"] = "ì¼ìš”ì¼ì„ 한 ì£¼ì˜ ì‹œìž‘ ìš”ì¼ë¡œ"; +Calendar._TT["CLOSE"] = "닫기"; +Calendar._TT["TODAY"] = "오늘"; +Calendar._TT["TIME_PART"] = "(Shift-)í´ë¦­ ë˜ëŠ” 드래그 하세요"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; +Calendar._TT["TT_DATE_FORMAT"] = "%b/%e [%a]"; + +Calendar._TT["WK"] = "주"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-ko.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-ko.js new file mode 100644 index 00000000000..8cddf586451 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-ko.js @@ -0,0 +1,120 @@ +// ** I18N + +// Calendar EN language +// Author: Mihai Bazon, +// Translation: Yourim Yi +// Encoding: EUC-KR +// lang : ko +// Distributed under the same terms as the calendar itself. + +// For translators: please use UTF-8 if possible. We strongly believe that +// Unicode is the answer to a real internationalized world. Also please +// include your contact information in the header, as can be seen above. + +// full day names + +Calendar._DN = new Array +("ÀÏ¿äÀÏ", + "¿ù¿äÀÏ", + "È­¿äÀÏ", + "¼ö¿äÀÏ", + "¸ñ¿äÀÏ", + "±Ý¿äÀÏ", + "Åä¿äÀÏ", + "ÀÏ¿äÀÏ"); + +// Please note that the following array of short day names (and the same goes +// for short month names, _SMN) isn't absolutely necessary. We give it here +// for exemplification on how one can customize the short day names, but if +// they are simply the first N letters of the full name you can simply say: +// +// Calendar._SDN_len = N; // short day name length +// Calendar._SMN_len = N; // short month name length +// +// If N = 3 then this is not needed either since we assume a value of 3 if not +// present, to be compatible with translation files that were written before +// this feature. + +// short day names +Calendar._SDN = new Array +("ÀÏ", + "¿ù", + "È­", + "¼ö", + "¸ñ", + "±Ý", + "Åä", + "ÀÏ"); + +// full month names +Calendar._MN = new Array +("1¿ù", + "2¿ù", + "3¿ù", + "4¿ù", + "5¿ù", + "6¿ù", + "7¿ù", + "8¿ù", + "9¿ù", + "10¿ù", + "11¿ù", + "12¿ù"); + +// short month names +Calendar._SMN = new Array +("1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "calendar ¿¡ ´ëÇØ¼­"; + +Calendar._TT["ABOUT"] = +"DHTML Date/Time Selector\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"\n"+ +"ÃֽйöÀüÀ» ¹ÞÀ¸½Ã·Á¸é http://www.dynarch.com/projects/calendar/ ¿¡ ¹æ¹®Çϼ¼¿ä\n" + +"\n"+ +"GNU LGPL ¶óÀ̼¾½º·Î ¹èÆ÷µË´Ï´Ù. \n"+ +"¶óÀ̼¾½º¿¡ ´ëÇÑ ÀÚ¼¼ÇÑ ³»¿ëÀº http://gnu.org/licenses/lgpl.html À» ÀÐÀ¸¼¼¿ä." + +"\n\n" + +"³¯Â¥ ¼±ÅÃ:\n" + +"- ¿¬µµ¸¦ ¼±ÅÃÇÏ·Á¸é \xab, \xbb ¹öưÀ» »ç¿ëÇÕ´Ï´Ù\n" + +"- ´ÞÀ» ¼±ÅÃÇÏ·Á¸é " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " ¹öưÀ» ´©¸£¼¼¿ä\n" + +"- °è¼Ó ´©¸£°í ÀÖÀ¸¸é À§ °ªµéÀ» ºü¸£°Ô ¼±ÅÃÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù."; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"½Ã°£ ¼±ÅÃ:\n" + +"- ¸¶¿ì½º·Î ´©¸£¸é ½Ã°£ÀÌ Áõ°¡ÇÕ´Ï´Ù\n" + +"- Shift Ű¿Í ÇÔ²² ´©¸£¸é °¨¼ÒÇÕ´Ï´Ù\n" + +"- ´©¸¥ »óÅ¿¡¼­ ¸¶¿ì½º¸¦ ¿òÁ÷À̸é Á» ´õ ºü¸£°Ô °ªÀÌ º¯ÇÕ´Ï´Ù.\n"; + +Calendar._TT["PREV_YEAR"] = "Áö³­ ÇØ (±æ°Ô ´©¸£¸é ¸ñ·Ï)"; +Calendar._TT["PREV_MONTH"] = "Áö³­ ´Þ (±æ°Ô ´©¸£¸é ¸ñ·Ï)"; +Calendar._TT["GO_TODAY"] = "¿À´Ã ³¯Â¥·Î"; +Calendar._TT["NEXT_MONTH"] = "´ÙÀ½ ´Þ (±æ°Ô ´©¸£¸é ¸ñ·Ï)"; +Calendar._TT["NEXT_YEAR"] = "´ÙÀ½ ÇØ (±æ°Ô ´©¸£¸é ¸ñ·Ï)"; +Calendar._TT["SEL_DATE"] = "³¯Â¥¸¦ ¼±ÅÃÇϼ¼¿ä"; +Calendar._TT["DRAG_TO_MOVE"] = "¸¶¿ì½º µå·¡±×·Î À̵¿ Çϼ¼¿ä"; +Calendar._TT["PART_TODAY"] = " (¿À´Ã)"; +Calendar._TT["MON_FIRST"] = "¿ù¿äÀÏÀ» ÇÑ ÁÖÀÇ ½ÃÀÛ ¿äÀÏ·Î"; +Calendar._TT["SUN_FIRST"] = "ÀÏ¿äÀÏÀ» ÇÑ ÁÖÀÇ ½ÃÀÛ ¿äÀÏ·Î"; +Calendar._TT["CLOSE"] = "´Ý±â"; +Calendar._TT["TODAY"] = "¿À´Ã"; +Calendar._TT["TIME_PART"] = "(Shift-)Ŭ¸¯ ¶Ç´Â µå·¡±× Çϼ¼¿ä"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; +Calendar._TT["TT_DATE_FORMAT"] = "%b/%e [%a]"; + +Calendar._TT["WK"] = "ÁÖ"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-lt-utf8.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-lt-utf8.js new file mode 100644 index 00000000000..d39653be278 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-lt-utf8.js @@ -0,0 +1,114 @@ +// ** I18N + +// Calendar LT language +// Author: Martynas Majeris, +// Encoding: UTF-8 +// Distributed under the same terms as the calendar itself. + +// For translators: please use UTF-8 if possible. We strongly believe that +// Unicode is the answer to a real internationalized world. Also please +// include your contact information in the header, as can be seen above. + +// full day names +Calendar._DN = new Array +("Sekmadienis", + "Pirmadienis", + "Antradienis", + "TreÄiadienis", + "Ketvirtadienis", + "Pentadienis", + "Å eÅ¡tadienis", + "Sekmadienis"); + +// Please note that the following array of short day names (and the same goes +// for short month names, _SMN) isn't absolutely necessary. We give it here +// for exemplification on how one can customize the short day names, but if +// they are simply the first N letters of the full name you can simply say: +// +// Calendar._SDN_len = N; // short day name length +// Calendar._SMN_len = N; // short month name length +// +// If N = 3 then this is not needed either since we assume a value of 3 if not +// present, to be compatible with translation files that were written before +// this feature. + +// short day names +Calendar._SDN = new Array +("Sek", + "Pir", + "Ant", + "Tre", + "Ket", + "Pen", + "Å eÅ¡", + "Sek"); + +// full month names +Calendar._MN = new Array +("Sausis", + "Vasaris", + "Kovas", + "Balandis", + "Gegužė", + "Birželis", + "Liepa", + "RugpjÅ«tis", + "RugsÄ—jis", + "Spalis", + "Lapkritis", + "Gruodis"); + +// short month names +Calendar._SMN = new Array +("Sau", + "Vas", + "Kov", + "Bal", + "Geg", + "Bir", + "Lie", + "Rgp", + "Rgs", + "Spa", + "Lap", + "Gru"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "Apie kalendorių"; + +Calendar._TT["ABOUT"] = +"DHTML Date/Time Selector\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"NaujausiÄ… versijÄ… rasite: http://www.dynarch.com/projects/calendar/\n" + +"Platinamas pagal GNU LGPL licencijÄ…. Aplankykite http://gnu.org/licenses/lgpl.html" + +"\n\n" + +"Datos pasirinkimas:\n" + +"- Metų pasirinkimas: \xab, \xbb\n" + +"- MÄ—nesio pasirinkimas: " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + "\n" + +"- Nuspauskite ir laikykite pelÄ—s klavišą greitesniam pasirinkimui."; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"Laiko pasirinkimas:\n" + +"- Spustelkite ant valandų arba minuÄių - skaiÄius padidÄ—s vienetu.\n" + +"- Jei spausite kartu su Shift, skaiÄius sumažės.\n" + +"- Greitam pasirinkimui spustelkite ir pajudinkite pelÄ™."; + +Calendar._TT["PREV_YEAR"] = "Ankstesni metai (laikykite, jei norite meniu)"; +Calendar._TT["PREV_MONTH"] = "Ankstesnis mÄ—nuo (laikykite, jei norite meniu)"; +Calendar._TT["GO_TODAY"] = "Pasirinkti Å¡iandienÄ…"; +Calendar._TT["NEXT_MONTH"] = "Kitas mÄ—nuo (laikykite, jei norite meniu)"; +Calendar._TT["NEXT_YEAR"] = "Kiti metai (laikykite, jei norite meniu)"; +Calendar._TT["SEL_DATE"] = "Pasirinkite datÄ…"; +Calendar._TT["DRAG_TO_MOVE"] = "Tempkite"; +Calendar._TT["PART_TODAY"] = " (Å¡iandien)"; +Calendar._TT["MON_FIRST"] = "Pirma savaitÄ—s diena - pirmadienis"; +Calendar._TT["SUN_FIRST"] = "Pirma savaitÄ—s diena - sekmadienis"; +Calendar._TT["CLOSE"] = "Uždaryti"; +Calendar._TT["TODAY"] = "Å iandien"; +Calendar._TT["TIME_PART"] = "Spustelkite arba tempkite jei norite pakeisti"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; +Calendar._TT["TT_DATE_FORMAT"] = "%A, %Y-%m-%d"; + +Calendar._TT["WK"] = "sav"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-lt.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-lt.js new file mode 100644 index 00000000000..43b93d68104 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-lt.js @@ -0,0 +1,114 @@ +// ** I18N + +// Calendar LT language +// Author: Martynas Majeris, +// Encoding: Windows-1257 +// Distributed under the same terms as the calendar itself. + +// For translators: please use UTF-8 if possible. We strongly believe that +// Unicode is the answer to a real internationalized world. Also please +// include your contact information in the header, as can be seen above. + +// full day names +Calendar._DN = new Array +("Sekmadienis", + "Pirmadienis", + "Antradienis", + "Treèiadienis", + "Ketvirtadienis", + "Pentadienis", + "Ðeðtadienis", + "Sekmadienis"); + +// Please note that the following array of short day names (and the same goes +// for short month names, _SMN) isn't absolutely necessary. We give it here +// for exemplification on how one can customize the short day names, but if +// they are simply the first N letters of the full name you can simply say: +// +// Calendar._SDN_len = N; // short day name length +// Calendar._SMN_len = N; // short month name length +// +// If N = 3 then this is not needed either since we assume a value of 3 if not +// present, to be compatible with translation files that were written before +// this feature. + +// short day names +Calendar._SDN = new Array +("Sek", + "Pir", + "Ant", + "Tre", + "Ket", + "Pen", + "Ðeð", + "Sek"); + +// full month names +Calendar._MN = new Array +("Sausis", + "Vasaris", + "Kovas", + "Balandis", + "Geguþë", + "Birþelis", + "Liepa", + "Rugpjûtis", + "Rugsëjis", + "Spalis", + "Lapkritis", + "Gruodis"); + +// short month names +Calendar._SMN = new Array +("Sau", + "Vas", + "Kov", + "Bal", + "Geg", + "Bir", + "Lie", + "Rgp", + "Rgs", + "Spa", + "Lap", + "Gru"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "Apie kalendoriø"; + +Calendar._TT["ABOUT"] = +"DHTML Date/Time Selector\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"Naujausià versijà rasite: http://www.dynarch.com/projects/calendar/\n" + +"Platinamas pagal GNU LGPL licencijà. Aplankykite http://gnu.org/licenses/lgpl.html" + +"\n\n" + +"Datos pasirinkimas:\n" + +"- Metø pasirinkimas: \xab, \xbb\n" + +"- Mënesio pasirinkimas: " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + "\n" + +"- Nuspauskite ir laikykite pelës klaviðà greitesniam pasirinkimui."; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"Laiko pasirinkimas:\n" + +"- Spustelkite ant valandø arba minuèiø - skaièus padidës vienetu.\n" + +"- Jei spausite kartu su Shift, skaièius sumaþës.\n" + +"- Greitam pasirinkimui spustelkite ir pajudinkite pelæ."; + +Calendar._TT["PREV_YEAR"] = "Ankstesni metai (laikykite, jei norite meniu)"; +Calendar._TT["PREV_MONTH"] = "Ankstesnis mënuo (laikykite, jei norite meniu)"; +Calendar._TT["GO_TODAY"] = "Pasirinkti ðiandienà"; +Calendar._TT["NEXT_MONTH"] = "Kitas mënuo (laikykite, jei norite meniu)"; +Calendar._TT["NEXT_YEAR"] = "Kiti metai (laikykite, jei norite meniu)"; +Calendar._TT["SEL_DATE"] = "Pasirinkite datà"; +Calendar._TT["DRAG_TO_MOVE"] = "Tempkite"; +Calendar._TT["PART_TODAY"] = " (ðiandien)"; +Calendar._TT["MON_FIRST"] = "Pirma savaitës diena - pirmadienis"; +Calendar._TT["SUN_FIRST"] = "Pirma savaitës diena - sekmadienis"; +Calendar._TT["CLOSE"] = "Uþdaryti"; +Calendar._TT["TODAY"] = "Ðiandien"; +Calendar._TT["TIME_PART"] = "Spustelkite arba tempkite jei norite pakeisti"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; +Calendar._TT["TT_DATE_FORMAT"] = "%A, %Y-%m-%d"; + +Calendar._TT["WK"] = "sav"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-lv.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-lv.js new file mode 100644 index 00000000000..407699d36db --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-lv.js @@ -0,0 +1,123 @@ +// ** I18N + +// Calendar LV language +// Author: Juris Valdovskis, +// Encoding: cp1257 +// Distributed under the same terms as the calendar itself. + +// For translators: please use UTF-8 if possible. We strongly believe that +// Unicode is the answer to a real internationalized world. Also please +// include your contact information in the header, as can be seen above. + +// full day names +Calendar._DN = new Array +("Svçtdiena", + "Pirmdiena", + "Otrdiena", + "Treðdiena", + "Ceturdiena", + "Piektdiena", + "Sestdiena", + "Svçtdiena"); + +// Please note that the following array of short day names (and the same goes +// for short month names, _SMN) isn't absolutely necessary. We give it here +// for exemplification on how one can customize the short day names, but if +// they are simply the first N letters of the full name you can simply say: +// +// Calendar._SDN_len = N; // short day name length +// Calendar._SMN_len = N; // short month name length +// +// If N = 3 then this is not needed either since we assume a value of 3 if not +// present, to be compatible with translation files that were written before +// this feature. + +// short day names +Calendar._SDN = new Array +("Sv", + "Pr", + "Ot", + "Tr", + "Ce", + "Pk", + "Se", + "Sv"); + +// full month names +Calendar._MN = new Array +("Janvâris", + "Februâris", + "Marts", + "Aprîlis", + "Maijs", + "Jûnijs", + "Jûlijs", + "Augusts", + "Septembris", + "Oktobris", + "Novembris", + "Decembris"); + +// short month names +Calendar._SMN = new Array +("Jan", + "Feb", + "Mar", + "Apr", + "Mai", + "Jûn", + "Jûl", + "Aug", + "Sep", + "Okt", + "Nov", + "Dec"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "Par kalendâru"; + +Calendar._TT["ABOUT"] = +"DHTML Date/Time Selector\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"For latest version visit: http://www.dynarch.com/projects/calendar/\n" + +"Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." + +"\n\n" + +"Datuma izvçle:\n" + +"- Izmanto \xab, \xbb pogas, lai izvçlçtos gadu\n" + +"- Izmanto " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + "pogas, lai izvçlçtos mçnesi\n" + +"- Turi nospiestu peles pogu uz jebkuru no augstâk minçtajâm pogâm, lai paâtrinâtu izvçli."; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"Laika izvçle:\n" + +"- Uzklikðíini uz jebkuru no laika daïâm, lai palielinâtu to\n" + +"- vai Shift-klikðíis, lai samazinâtu to\n" + +"- vai noklikðíini un velc uz attiecîgo virzienu lai mainîtu âtrâk."; + +Calendar._TT["PREV_YEAR"] = "Iepr. gads (turi izvçlnei)"; +Calendar._TT["PREV_MONTH"] = "Iepr. mçnesis (turi izvçlnei)"; +Calendar._TT["GO_TODAY"] = "Ðodien"; +Calendar._TT["NEXT_MONTH"] = "Nâkoðais mçnesis (turi izvçlnei)"; +Calendar._TT["NEXT_YEAR"] = "Nâkoðais gads (turi izvçlnei)"; +Calendar._TT["SEL_DATE"] = "Izvçlies datumu"; +Calendar._TT["DRAG_TO_MOVE"] = "Velc, lai pârvietotu"; +Calendar._TT["PART_TODAY"] = " (ðodien)"; + +// the following is to inform that "%s" is to be the first day of week +// %s will be replaced with the day name. +Calendar._TT["DAY_FIRST"] = "Attçlot %s kâ pirmo"; + +// This may be locale-dependent. It specifies the week-end days, as an array +// of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 +// means Monday, etc. +Calendar._TT["WEEKEND"] = "1,7"; + +Calendar._TT["CLOSE"] = "Aizvçrt"; +Calendar._TT["TODAY"] = "Ðodien"; +Calendar._TT["TIME_PART"] = "(Shift-)Klikðíis vai pârvieto, lai mainîtu"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%d-%m-%Y"; +Calendar._TT["TT_DATE_FORMAT"] = "%a, %e %b"; + +Calendar._TT["WK"] = "wk"; +Calendar._TT["TIME"] = "Laiks:"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-nl.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-nl.js new file mode 100644 index 00000000000..a1dea94bdb4 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-nl.js @@ -0,0 +1,73 @@ +// ** I18N +Calendar._DN = new Array +("Zondag", + "Maandag", + "Dinsdag", + "Woensdag", + "Donderdag", + "Vrijdag", + "Zaterdag", + "Zondag"); + +Calendar._SDN_len = 2; + +Calendar._MN = new Array +("Januari", + "Februari", + "Maart", + "April", + "Mei", + "Juni", + "Juli", + "Augustus", + "September", + "Oktober", + "November", + "December"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "Info"; + +Calendar._TT["ABOUT"] = +"DHTML Datum/Tijd Selector\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + +"Ga voor de meest recente versie naar: http://www.dynarch.com/projects/calendar/\n" + +"Verspreid onder de GNU LGPL. Zie http://gnu.org/licenses/lgpl.html voor details." + +"\n\n" + +"Datum selectie:\n" + +"- Gebruik de \xab \xbb knoppen om een jaar te selecteren\n" + +"- Gebruik de " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " knoppen om een maand te selecteren\n" + +"- Houd de muis ingedrukt op de genoemde knoppen voor een snellere selectie."; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"Tijd selectie:\n" + +"- Klik op een willekeurig onderdeel van het tijd gedeelte om het te verhogen\n" + +"- of Shift-klik om het te verlagen\n" + +"- of klik en sleep voor een snellere selectie."; + +//Calendar._TT["TOGGLE"] = "Selecteer de eerste week-dag"; +Calendar._TT["PREV_YEAR"] = "Vorig jaar (ingedrukt voor menu)"; +Calendar._TT["PREV_MONTH"] = "Vorige maand (ingedrukt voor menu)"; +Calendar._TT["GO_TODAY"] = "Ga naar Vandaag"; +Calendar._TT["NEXT_MONTH"] = "Volgende maand (ingedrukt voor menu)"; +Calendar._TT["NEXT_YEAR"] = "Volgend jaar (ingedrukt voor menu)"; +Calendar._TT["SEL_DATE"] = "Selecteer datum"; +Calendar._TT["DRAG_TO_MOVE"] = "Klik en sleep om te verplaatsen"; +Calendar._TT["PART_TODAY"] = " (vandaag)"; +//Calendar._TT["MON_FIRST"] = "Toon Maandag eerst"; +//Calendar._TT["SUN_FIRST"] = "Toon Zondag eerst"; + +Calendar._TT["DAY_FIRST"] = "Toon %s eerst"; + +Calendar._TT["WEEKEND"] = "0,6"; + +Calendar._TT["CLOSE"] = "Sluiten"; +Calendar._TT["TODAY"] = "(vandaag)"; +Calendar._TT["TIME_PART"] = "(Shift-)Klik of sleep om de waarde te veranderen"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%d-%m-%Y"; +Calendar._TT["TT_DATE_FORMAT"] = "%a, %e %b %Y"; + +Calendar._TT["WK"] = "wk"; +Calendar._TT["TIME"] = "Tijd:"; \ No newline at end of file diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-no.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-no.js new file mode 100644 index 00000000000..d9297d179ad --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-no.js @@ -0,0 +1,114 @@ +// ** I18N + +// Calendar NO language +// Author: Daniel Holmen, +// Encoding: UTF-8 +// Distributed under the same terms as the calendar itself. + +// For translators: please use UTF-8 if possible. We strongly believe that +// Unicode is the answer to a real internationalized world. Also please +// include your contact information in the header, as can be seen above. + +// full day names +Calendar._DN = new Array +("Søndag", + "Mandag", + "Tirsdag", + "Onsdag", + "Torsdag", + "Fredag", + "Lørdag", + "Søndag"); + +// Please note that the following array of short day names (and the same goes +// for short month names, _SMN) isn't absolutely necessary. We give it here +// for exemplification on how one can customize the short day names, but if +// they are simply the first N letters of the full name you can simply say: +// +// Calendar._SDN_len = N; // short day name length +// Calendar._SMN_len = N; // short month name length +// +// If N = 3 then this is not needed either since we assume a value of 3 if not +// present, to be compatible with translation files that were written before +// this feature. + +// short day names +Calendar._SDN = new Array +("Søn", + "Man", + "Tir", + "Ons", + "Tor", + "Fre", + "Lør", + "Søn"); + +// full month names +Calendar._MN = new Array +("Januar", + "Februar", + "Mars", + "April", + "Mai", + "Juni", + "Juli", + "August", + "September", + "Oktober", + "November", + "Desember"); + +// short month names +Calendar._SMN = new Array +("Jan", + "Feb", + "Mar", + "Apr", + "Mai", + "Jun", + "Jul", + "Aug", + "Sep", + "Okt", + "Nov", + "Des"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "Om kalenderen"; + +Calendar._TT["ABOUT"] = +"DHTML Dato-/Tidsvelger\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"For nyeste versjon, gÃ¥ til: http://www.dynarch.com/projects/calendar/\n" + +"Distribuert under GNU LGPL. Se http://gnu.org/licenses/lgpl.html for detaljer." + +"\n\n" + +"Datovalg:\n" + +"- Bruk knappene \xab og \xbb for Ã¥ velge Ã¥r\n" + +"- Bruk knappene " + String.fromCharCode(0x2039) + " og " + String.fromCharCode(0x203a) + " for Ã¥ velge mÃ¥ned\n" + +"- Hold inne musknappen eller knappene over for raskere valg."; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"Tidsvalg:\n" + +"- Klikk pÃ¥ en av tidsdelene for Ã¥ øke den\n" + +"- eller Shift-klikk for Ã¥ senke verdien\n" + +"- eller klikk-og-dra for raskere valg.."; + +Calendar._TT["PREV_YEAR"] = "Forrige. Ã¥r (hold for meny)"; +Calendar._TT["PREV_MONTH"] = "Forrige. mÃ¥ned (hold for meny)"; +Calendar._TT["GO_TODAY"] = "GÃ¥ til idag"; +Calendar._TT["NEXT_MONTH"] = "Neste mÃ¥ned (hold for meny)"; +Calendar._TT["NEXT_YEAR"] = "Neste Ã¥r (hold for meny)"; +Calendar._TT["SEL_DATE"] = "Velg dato"; +Calendar._TT["DRAG_TO_MOVE"] = "Dra for Ã¥ flytte"; +Calendar._TT["PART_TODAY"] = " (idag)"; +Calendar._TT["MON_FIRST"] = "Vis mandag først"; +Calendar._TT["SUN_FIRST"] = "Vis søndag først"; +Calendar._TT["CLOSE"] = "Lukk"; +Calendar._TT["TODAY"] = "Idag"; +Calendar._TT["TIME_PART"] = "(Shift-)Klikk eller dra for Ã¥ endre verdi"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%d.%m.%Y"; +Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e"; + +Calendar._TT["WK"] = "uke"; \ No newline at end of file diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-pl-utf8.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-pl-utf8.js new file mode 100644 index 00000000000..6b8ca67aa23 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-pl-utf8.js @@ -0,0 +1,93 @@ +// ** I18N + +// Calendar PL language +// Author: Dariusz Pietrzak, +// Author: Janusz Piwowarski, +// Encoding: utf-8 +// Distributed under the same terms as the calendar itself. + +Calendar._DN = new Array +("Niedziela", + "PoniedziaÅ‚ek", + "Wtorek", + "Åšroda", + "Czwartek", + "PiÄ…tek", + "Sobota", + "Niedziela"); +Calendar._SDN = new Array +("Nie", + "Pn", + "Wt", + "Åšr", + "Cz", + "Pt", + "So", + "Nie"); +Calendar._MN = new Array +("StyczeÅ„", + "Luty", + "Marzec", + "KwiecieÅ„", + "Maj", + "Czerwiec", + "Lipiec", + "SierpieÅ„", + "WrzesieÅ„", + "Październik", + "Listopad", + "GrudzieÅ„"); +Calendar._SMN = new Array +("Sty", + "Lut", + "Mar", + "Kwi", + "Maj", + "Cze", + "Lip", + "Sie", + "Wrz", + "Paź", + "Lis", + "Gru"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "O kalendarzu"; + +Calendar._TT["ABOUT"] = +"DHTML Date/Time Selector\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"Aby pobrać najnowszÄ… wersjÄ™, odwiedź: http://www.dynarch.com/projects/calendar/\n" + +"DostÄ™pny na licencji GNU LGPL. Zobacz szczegóły na http://gnu.org/licenses/lgpl.html." + +"\n\n" + +"Wybór daty:\n" + +"- Użyj przycisków \xab, \xbb by wybrać rok\n" + +"- Użyj przycisków " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " by wybrać miesiÄ…c\n" + +"- Przytrzymaj klawisz myszy nad jednym z powyższych przycisków dla szybszego wyboru."; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"Wybór czasu:\n" + +"- Kliknij na jednym z pól czasu by zwiÄ™kszyć jego wartość\n" + +"- lub kliknij trzymajÄ…c Shift by zmiejszyć jego wartość\n" + +"- lub kliknij i przeciÄ…gnij dla szybszego wyboru."; + +//Calendar._TT["TOGGLE"] = "ZmieÅ„ pierwszy dzieÅ„ tygodnia"; +Calendar._TT["PREV_YEAR"] = "Poprzedni rok (przytrzymaj dla menu)"; +Calendar._TT["PREV_MONTH"] = "Poprzedni miesiÄ…c (przytrzymaj dla menu)"; +Calendar._TT["GO_TODAY"] = "Idź do dzisiaj"; +Calendar._TT["NEXT_MONTH"] = "NastÄ™pny miesiÄ…c (przytrzymaj dla menu)"; +Calendar._TT["NEXT_YEAR"] = "NastÄ™pny rok (przytrzymaj dla menu)"; +Calendar._TT["SEL_DATE"] = "Wybierz datÄ™"; +Calendar._TT["DRAG_TO_MOVE"] = "PrzeciÄ…gnij by przesunąć"; +Calendar._TT["PART_TODAY"] = " (dzisiaj)"; +Calendar._TT["MON_FIRST"] = "WyÅ›wietl poniedziaÅ‚ek jako pierwszy"; +Calendar._TT["SUN_FIRST"] = "WyÅ›wietl niedzielÄ™ jako pierwszÄ…"; +Calendar._TT["CLOSE"] = "Zamknij"; +Calendar._TT["TODAY"] = "Dzisiaj"; +Calendar._TT["TIME_PART"] = "(Shift-)Kliknij lub przeciÄ…gnij by zmienić wartość"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; +Calendar._TT["TT_DATE_FORMAT"] = "%e %B, %A"; + +Calendar._TT["WK"] = "ty"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-pl.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-pl.js new file mode 100644 index 00000000000..76e0551ab6c --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-pl.js @@ -0,0 +1,56 @@ +// ** I18N +// Calendar PL language +// Author: Artur Filipiak, +// January, 2004 +// Encoding: UTF-8 +Calendar._DN = new Array +("Niedziela", "PoniedziaÅ‚ek", "Wtorek", "Åšroda", "Czwartek", "PiÄ…tek", "Sobota", "Niedziela"); + +Calendar._SDN = new Array +("N", "Pn", "Wt", "Åšr", "Cz", "Pt", "So", "N"); + +Calendar._MN = new Array +("StyczeÅ„", "Luty", "Marzec", "KwiecieÅ„", "Maj", "Czerwiec", "Lipiec", "SierpieÅ„", "WrzesieÅ„", "Październik", "Listopad", "GrudzieÅ„"); + +Calendar._SMN = new Array +("Sty", "Lut", "Mar", "Kwi", "Maj", "Cze", "Lip", "Sie", "Wrz", "Paź", "Lis", "Gru"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "O kalendarzu"; + +Calendar._TT["ABOUT"] = +"DHTML Date/Time Selector\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"For latest version visit: http://www.dynarch.com/projects/calendar/\n" + +"Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." + +"\n\n" + +"Wybór daty:\n" + +"- aby wybrać rok użyj przycisków \xab, \xbb\n" + +"- aby wybrać miesiÄ…c użyj przycisków " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + "\n" + +"- aby przyspieszyć wybór przytrzymaj wciÅ›niÄ™ty przycisk myszy nad ww. przyciskami."; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"Wybór czasu:\n" + +"- aby zwiÄ™kszyć wartość kliknij na dowolnym elemencie selekcji czasu\n" + +"- aby zmniejszyć wartość użyj dodatkowo klawisza Shift\n" + +"- możesz również poruszać myszkÄ™ w lewo i prawo wraz z wciÅ›niÄ™tym lewym klawiszem."; + +Calendar._TT["PREV_YEAR"] = "Poprz. rok (przytrzymaj dla menu)"; +Calendar._TT["PREV_MONTH"] = "Poprz. miesiÄ…c (przytrzymaj dla menu)"; +Calendar._TT["GO_TODAY"] = "Pokaż dziÅ›"; +Calendar._TT["NEXT_MONTH"] = "Nast. miesiÄ…c (przytrzymaj dla menu)"; +Calendar._TT["NEXT_YEAR"] = "Nast. rok (przytrzymaj dla menu)"; +Calendar._TT["SEL_DATE"] = "Wybierz datÄ™"; +Calendar._TT["DRAG_TO_MOVE"] = "PrzesuÅ„ okienko"; +Calendar._TT["PART_TODAY"] = " (dziÅ›)"; +Calendar._TT["MON_FIRST"] = "Pokaż PoniedziaÅ‚ek jako pierwszy"; +Calendar._TT["SUN_FIRST"] = "Pokaż NiedzielÄ™ jako pierwszÄ…"; +Calendar._TT["CLOSE"] = "Zamknij"; +Calendar._TT["TODAY"] = "DziÅ›"; +Calendar._TT["TIME_PART"] = "(Shift-)klik | drag, aby zmienić wartość"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%Y.%m.%d"; +Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e"; + +Calendar._TT["WK"] = "wk"; \ No newline at end of file diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-pt.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-pt.js new file mode 100644 index 00000000000..deee8a19ed8 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-pt.js @@ -0,0 +1,123 @@ +// ** I18N + +// Calendar pt_BR language +// Author: Adalberto Machado, +// Encoding: any +// Distributed under the same terms as the calendar itself. + +// For translators: please use UTF-8 if possible. We strongly believe that +// Unicode is the answer to a real internationalized world. Also please +// include your contact information in the header, as can be seen above. + +// full day names +Calendar._DN = new Array +("Domingo", + "Segunda", + "Terca", + "Quarta", + "Quinta", + "Sexta", + "Sabado", + "Domingo"); + +// Please note that the following array of short day names (and the same goes +// for short month names, _SMN) isn't absolutely necessary. We give it here +// for exemplification on how one can customize the short day names, but if +// they are simply the first N letters of the full name you can simply say: +// +// Calendar._SDN_len = N; // short day name length +// Calendar._SMN_len = N; // short month name length +// +// If N = 3 then this is not needed either since we assume a value of 3 if not +// present, to be compatible with translation files that were written before +// this feature. + +// short day names +Calendar._SDN = new Array +("Dom", + "Seg", + "Ter", + "Qua", + "Qui", + "Sex", + "Sab", + "Dom"); + +// full month names +Calendar._MN = new Array +("Janeiro", + "Fevereiro", + "Marco", + "Abril", + "Maio", + "Junho", + "Julho", + "Agosto", + "Setembro", + "Outubro", + "Novembro", + "Dezembro"); + +// short month names +Calendar._SMN = new Array +("Jan", + "Fev", + "Mar", + "Abr", + "Mai", + "Jun", + "Jul", + "Ago", + "Set", + "Out", + "Nov", + "Dez"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "Sobre o calendario"; + +Calendar._TT["ABOUT"] = +"DHTML Date/Time Selector\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"Ultima versao visite: http://www.dynarch.com/projects/calendar/\n" + +"Distribuido sobre GNU LGPL. Veja http://gnu.org/licenses/lgpl.html para detalhes." + +"\n\n" + +"Selecao de data:\n" + +"- Use os botoes \xab, \xbb para selecionar o ano\n" + +"- Use os botoes " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " para selecionar o mes\n" + +"- Segure o botao do mouse em qualquer um desses botoes para selecao rapida."; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"Selecao de hora:\n" + +"- Clique em qualquer parte da hora para incrementar\n" + +"- ou Shift-click para decrementar\n" + +"- ou clique e segure para selecao rapida."; + +Calendar._TT["PREV_YEAR"] = "Ant. ano (segure para menu)"; +Calendar._TT["PREV_MONTH"] = "Ant. mes (segure para menu)"; +Calendar._TT["GO_TODAY"] = "Hoje"; +Calendar._TT["NEXT_MONTH"] = "Prox. mes (segure para menu)"; +Calendar._TT["NEXT_YEAR"] = "Prox. ano (segure para menu)"; +Calendar._TT["SEL_DATE"] = "Selecione a data"; +Calendar._TT["DRAG_TO_MOVE"] = "Arraste para mover"; +Calendar._TT["PART_TODAY"] = " (hoje)"; + +// the following is to inform that "%s" is to be the first day of week +// %s will be replaced with the day name. +Calendar._TT["DAY_FIRST"] = "Mostre %s primeiro"; + +// This may be locale-dependent. It specifies the week-end days, as an array +// of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 +// means Monday, etc. +Calendar._TT["WEEKEND"] = "0,6"; + +Calendar._TT["CLOSE"] = "Fechar"; +Calendar._TT["TODAY"] = "Hoje"; +Calendar._TT["TIME_PART"] = "(Shift-)Click ou arraste para mudar valor"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%d/%m/%Y"; +Calendar._TT["TT_DATE_FORMAT"] = "%a, %e %b"; + +Calendar._TT["WK"] = "sm"; +Calendar._TT["TIME"] = "Hora:"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-ro.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-ro.js new file mode 100644 index 00000000000..116e358ba26 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-ro.js @@ -0,0 +1,66 @@ +// ** I18N +Calendar._DN = new Array +("Duminică", + "Luni", + "MarÅ£i", + "Miercuri", + "Joi", + "Vineri", + "Sâmbătă", + "Duminică"); +Calendar._SDN_len = 2; +Calendar._MN = new Array +("Ianuarie", + "Februarie", + "Martie", + "Aprilie", + "Mai", + "Iunie", + "Iulie", + "August", + "Septembrie", + "Octombrie", + "Noiembrie", + "Decembrie"); + +// tooltips +Calendar._TT = {}; + +Calendar._TT["INFO"] = "Despre calendar"; + +Calendar._TT["ABOUT"] = +"DHTML Date/Time Selector\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"Pentru ultima versiune vizitaÅ£i: http://www.dynarch.com/projects/calendar/\n" + +"Distribuit sub GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." + +"\n\n" + +"SelecÅ£ia datei:\n" + +"- FolosiÅ£i butoanele \xab, \xbb pentru a selecta anul\n" + +"- FolosiÅ£i butoanele " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " pentru a selecta luna\n" + +"- TineÅ£i butonul mouse-ului apăsat pentru selecÅ£ie mai rapidă."; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"SelecÅ£ia orei:\n" + +"- Click pe ora sau minut pentru a mări valoarea cu 1\n" + +"- Sau Shift-Click pentru a micÅŸora valoarea cu 1\n" + +"- Sau Click ÅŸi drag pentru a selecta mai repede."; + +Calendar._TT["PREV_YEAR"] = "Anul precedent (lung pt menu)"; +Calendar._TT["PREV_MONTH"] = "Luna precedentă (lung pt menu)"; +Calendar._TT["GO_TODAY"] = "Data de azi"; +Calendar._TT["NEXT_MONTH"] = "Luna următoare (lung pt menu)"; +Calendar._TT["NEXT_YEAR"] = "Anul următor (lung pt menu)"; +Calendar._TT["SEL_DATE"] = "Selectează data"; +Calendar._TT["DRAG_TO_MOVE"] = "Trage pentru a miÅŸca"; +Calendar._TT["PART_TODAY"] = " (astăzi)"; +Calendar._TT["DAY_FIRST"] = "AfiÅŸează %s prima zi"; +Calendar._TT["WEEKEND"] = "0,6"; +Calendar._TT["CLOSE"] = "ÃŽnchide"; +Calendar._TT["TODAY"] = "Astăzi"; +Calendar._TT["TIME_PART"] = "(Shift-)Click sau drag pentru a selecta"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%d-%m-%Y"; +Calendar._TT["TT_DATE_FORMAT"] = "%A, %d %B"; + +Calendar._TT["WK"] = "spt"; +Calendar._TT["TIME"] = "Ora:"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-ru.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-ru.js new file mode 100644 index 00000000000..9f75a6a432a --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-ru.js @@ -0,0 +1,123 @@ +// ** I18N + +// Calendar RU language +// Translation: Sly Golovanov, http://golovanov.net, +// Encoding: any +// Distributed under the same terms as the calendar itself. + +// For translators: please use UTF-8 if possible. We strongly believe that +// Unicode is the answer to a real internationalized world. Also please +// include your contact information in the header, as can be seen above. + +// full day names +Calendar._DN = new Array +("воÑкреÑенье", + "понедельник", + "вторник", + "Ñреда", + "четверг", + "пÑтница", + "Ñуббота", + "воÑкреÑенье"); + +// Please note that the following array of short day names (and the same goes +// for short month names, _SMN) isn't absolutely necessary. We give it here +// for exemplification on how one can customize the short day names, but if +// they are simply the first N letters of the full name you can simply say: +// +// Calendar._SDN_len = N; // short day name length +// Calendar._SMN_len = N; // short month name length +// +// If N = 3 then this is not needed either since we assume a value of 3 if not +// present, to be compatible with translation files that were written before +// this feature. + +// short day names +Calendar._SDN = new Array +("вÑк", + "пон", + "втр", + "Ñрд", + "чет", + "пÑÑ‚", + "Ñуб", + "вÑк"); + +// full month names +Calendar._MN = new Array +("Ñнварь", + "февраль", + "март", + "апрель", + "май", + "июнь", + "июль", + "авгуÑÑ‚", + "ÑентÑбрь", + "октÑбрь", + "ноÑбрь", + "декабрь"); + +// short month names +Calendar._SMN = new Array +("Ñнв", + "фев", + "мар", + "апр", + "май", + "июн", + "июл", + "авг", + "Ñен", + "окт", + "ноÑ", + "дек"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "О календаре..."; + +Calendar._TT["ABOUT"] = +"DHTML Date/Time Selector\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"For latest version visit: http://www.dynarch.com/projects/calendar/\n" + +"Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." + +"\n\n" + +"Как выбрать дату:\n" + +"- При помощи кнопок \xab, \xbb можно выбрать год\n" + +"- При помощи кнопок " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " можно выбрать меÑÑц\n" + +"- Подержите Ñти кнопки нажатыми, чтобы поÑвилоÑÑŒ меню быÑтрого выбора."; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"Как выбрать времÑ:\n" + +"- При клике на чаÑах или минутах они увеличиваютÑÑ\n" + +"- при клике Ñ Ð½Ð°Ð¶Ð°Ñ‚Ð¾Ð¹ клавишей Shift они уменьшаютÑÑ\n" + +"- еÑли нажать и двигать мышкой влево/вправо, они будут менÑтьÑÑ Ð±Ñ‹Ñтрее."; + +Calendar._TT["PREV_YEAR"] = "Ðа год назад (удерживать Ð´Ð»Ñ Ð¼ÐµÐ½ÑŽ)"; +Calendar._TT["PREV_MONTH"] = "Ðа меÑÑц назад (удерживать Ð´Ð»Ñ Ð¼ÐµÐ½ÑŽ)"; +Calendar._TT["GO_TODAY"] = "СегоднÑ"; +Calendar._TT["NEXT_MONTH"] = "Ðа меÑÑц вперед (удерживать Ð´Ð»Ñ Ð¼ÐµÐ½ÑŽ)"; +Calendar._TT["NEXT_YEAR"] = "Ðа год вперед (удерживать Ð´Ð»Ñ Ð¼ÐµÐ½ÑŽ)"; +Calendar._TT["SEL_DATE"] = "Выберите дату"; +Calendar._TT["DRAG_TO_MOVE"] = "ПеретаÑкивайте мышкой"; +Calendar._TT["PART_TODAY"] = " (ÑегоднÑ)"; + +// the following is to inform that "%s" is to be the first day of week +// %s will be replaced with the day name. +Calendar._TT["DAY_FIRST"] = "Первый день недели будет %s"; + +// This may be locale-dependent. It specifies the week-end days, as an array +// of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 +// means Monday, etc. +Calendar._TT["WEEKEND"] = "0,6"; + +Calendar._TT["CLOSE"] = "Закрыть"; +Calendar._TT["TODAY"] = "СегоднÑ"; +Calendar._TT["TIME_PART"] = "(Shift-)клик или нажать и двигать"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; +Calendar._TT["TT_DATE_FORMAT"] = "%e %b, %a"; + +Calendar._TT["WK"] = "нед"; +Calendar._TT["TIME"] = "ВремÑ:"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-ru_win_.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-ru_win_.js new file mode 100644 index 00000000000..de455afa085 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-ru_win_.js @@ -0,0 +1,123 @@ +// ** I18N + +// Calendar RU language +// Translation: Sly Golovanov, http://golovanov.net, +// Encoding: any +// Distributed under the same terms as the calendar itself. + +// For translators: please use UTF-8 if possible. We strongly believe that +// Unicode is the answer to a real internationalized world. Also please +// include your contact information in the header, as can be seen above. + +// full day names +Calendar._DN = new Array +("âîñêðåñåíüå", + "ïîíåäåëüíèê", + "âòîðíèê", + "ñðåäà", + "÷åòâåðã", + "ïÿòíèöà", + "ñóááîòà", + "âîñêðåñåíüå"); + +// Please note that the following array of short day names (and the same goes +// for short month names, _SMN) isn't absolutely necessary. We give it here +// for exemplification on how one can customize the short day names, but if +// they are simply the first N letters of the full name you can simply say: +// +// Calendar._SDN_len = N; // short day name length +// Calendar._SMN_len = N; // short month name length +// +// If N = 3 then this is not needed either since we assume a value of 3 if not +// present, to be compatible with translation files that were written before +// this feature. + +// short day names +Calendar._SDN = new Array +("âñê", + "ïîí", + "âòð", + "ñðä", + "÷åò", + "ïÿò", + "ñóá", + "âñê"); + +// full month names +Calendar._MN = new Array +("ÿíâàðü", + "ôåâðàëü", + "ìàðò", + "àïðåëü", + "ìàé", + "èþíü", + "èþëü", + "àâãóñò", + "ñåíòÿáðü", + "îêòÿáðü", + "íîÿáðü", + "äåêàáðü"); + +// short month names +Calendar._SMN = new Array +("ÿíâ", + "ôåâ", + "ìàð", + "àïð", + "ìàé", + "èþí", + "èþë", + "àâã", + "ñåí", + "îêò", + "íîÿ", + "äåê"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "Î êàëåíäàðå..."; + +Calendar._TT["ABOUT"] = +"DHTML Date/Time Selector\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"For latest version visit: http://www.dynarch.com/projects/calendar/\n" + +"Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." + +"\n\n" + +"Êàê âûáðàòü äàòó:\n" + +"- Ïðè ïîìîùè êíîïîê \xab, \xbb ìîæíî âûáðàòü ãîä\n" + +"- Ïðè ïîìîùè êíîïîê " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " ìîæíî âûáðàòü ìåñÿö\n" + +"- Ïîäåðæèòå ýòè êíîïêè íàæàòûìè, ÷òîáû ïîÿâèëîñü ìåíþ áûñòðîãî âûáîðà."; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"Êàê âûáðàòü âðåìÿ:\n" + +"- Ïðè êëèêå íà ÷àñàõ èëè ìèíóòàõ îíè óâåëè÷èâàþòñÿ\n" + +"- ïðè êëèêå ñ íàæàòîé êëàâèøåé Shift îíè óìåíüøàþòñÿ\n" + +"- åñëè íàæàòü è äâèãàòü ìûøêîé âëåâî/âïðàâî, îíè áóäóò ìåíÿòüñÿ áûñòðåå."; + +Calendar._TT["PREV_YEAR"] = "Íà ãîä íàçàä (óäåðæèâàòü äëÿ ìåíþ)"; +Calendar._TT["PREV_MONTH"] = "Íà ìåñÿö íàçàä (óäåðæèâàòü äëÿ ìåíþ)"; +Calendar._TT["GO_TODAY"] = "Ñåãîäíÿ"; +Calendar._TT["NEXT_MONTH"] = "Íà ìåñÿö âïåðåä (óäåðæèâàòü äëÿ ìåíþ)"; +Calendar._TT["NEXT_YEAR"] = "Íà ãîä âïåðåä (óäåðæèâàòü äëÿ ìåíþ)"; +Calendar._TT["SEL_DATE"] = "Âûáåðèòå äàòó"; +Calendar._TT["DRAG_TO_MOVE"] = "Ïåðåòàñêèâàéòå ìûøêîé"; +Calendar._TT["PART_TODAY"] = " (ñåãîäíÿ)"; + +// the following is to inform that "%s" is to be the first day of week +// %s will be replaced with the day name. +Calendar._TT["DAY_FIRST"] = "Ïåðâûé äåíü íåäåëè áóäåò %s"; + +// This may be locale-dependent. It specifies the week-end days, as an array +// of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 +// means Monday, etc. +Calendar._TT["WEEKEND"] = "0,6"; + +Calendar._TT["CLOSE"] = "Çàêðûòü"; +Calendar._TT["TODAY"] = "Ñåãîäíÿ"; +Calendar._TT["TIME_PART"] = "(Shift-)êëèê èëè íàæàòü è äâèãàòü"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; +Calendar._TT["TT_DATE_FORMAT"] = "%e %b, %a"; + +Calendar._TT["WK"] = "íåä"; +Calendar._TT["TIME"] = "Âðåìÿ:"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-si.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-si.js new file mode 100644 index 00000000000..100c522e4d6 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-si.js @@ -0,0 +1,94 @@ +/* Slovenian language file for the DHTML Calendar version 0.9.2 +* Author David Milost , January 2004. +* Feel free to use this script under the terms of the GNU Lesser General +* Public License, as long as you do not remove or alter this notice. +*/ + // full day names +Calendar._DN = new Array +("Nedelja", + "Ponedeljek", + "Torek", + "Sreda", + "ÄŒetrtek", + "Petek", + "Sobota", + "Nedelja"); + // short day names + Calendar._SDN = new Array +("Ned", + "Pon", + "Tor", + "Sre", + "ÄŒet", + "Pet", + "Sob", + "Ned"); +// short month names +Calendar._SMN = new Array +("Jan", + "Feb", + "Mar", + "Apr", + "Maj", + "Jun", + "Jul", + "Avg", + "Sep", + "Okt", + "Nov", + "Dec"); + // full month names +Calendar._MN = new Array +("Januar", + "Februar", + "Marec", + "April", + "Maj", + "Junij", + "Julij", + "Avgust", + "September", + "Oktober", + "November", + "December"); + +// tooltips +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "O koledarju"; + +Calendar._TT["ABOUT"] = +"DHTML Date/Time Selector\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"Za zadnjo verzijo pojdine na naslov: http://www.dynarch.com/projects/calendar/\n" + +"Distribuirano pod GNU LGPL. Poglejte http://gnu.org/licenses/lgpl.html za podrobnosti." + +"\n\n" + +"Izbor datuma:\n" + +"- Uporabite \xab, \xbb gumbe za izbor leta\n" + +"- Uporabite " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " gumbe za izbor meseca\n" + +"- Zadržite klik na kateremkoli od zgornjih gumbov za hiter izbor."; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"Izbor ćasa:\n" + +"- Kliknite na katerikoli del ćasa za poveć. le-tega\n" + +"- ali Shift-click za zmanj. le-tega\n" + +"- ali kliknite in povlecite za hiter izbor."; + +Calendar._TT["TOGGLE"] = "Spremeni dan s katerim se prićne teden"; +Calendar._TT["PREV_YEAR"] = "Predhodnje leto (dolg klik za meni)"; +Calendar._TT["PREV_MONTH"] = "Predhodnji mesec (dolg klik za meni)"; +Calendar._TT["GO_TODAY"] = "Pojdi na tekoći dan"; +Calendar._TT["NEXT_MONTH"] = "Naslednji mesec (dolg klik za meni)"; +Calendar._TT["NEXT_YEAR"] = "Naslednje leto (dolg klik za meni)"; +Calendar._TT["SEL_DATE"] = "Izberite datum"; +Calendar._TT["DRAG_TO_MOVE"] = "Pritisni in povleci za spremembo pozicije"; +Calendar._TT["PART_TODAY"] = " (danes)"; +Calendar._TT["MON_FIRST"] = "Prikaži ponedeljek kot prvi dan"; +Calendar._TT["SUN_FIRST"] = "Prikaži nedeljo kot prvi dan"; +Calendar._TT["CLOSE"] = "Zapri"; +Calendar._TT["TODAY"] = "Danes"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; +Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e"; + +Calendar._TT["WK"] = "Ted"; \ No newline at end of file diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-sk.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-sk.js new file mode 100644 index 00000000000..4fe6a3c8bb0 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-sk.js @@ -0,0 +1,99 @@ +// ** I18N + +// Calendar SK language +// Author: Peter Valach (pvalach@gmx.net) +// Encoding: utf-8 +// Last update: 2003/10/29 +// Distributed under the same terms as the calendar itself. + +// full day names +Calendar._DN = new Array +("NedeÄľa", + "Pondelok", + "Utorok", + "Streda", + "Ĺ tvrtok", + "Piatok", + "Sobota", + "NedeÄľa"); + +// short day names +Calendar._SDN = new Array +("Ned", + "Pon", + "Uto", + "Str", + "Ĺ tv", + "Pia", + "Sob", + "Ned"); + +// full month names +Calendar._MN = new Array +("Január", + "Február", + "Marec", + "AprĂ­l", + "Máj", + "JĂşn", + "JĂşl", + "August", + "September", + "OktĂłber", + "November", + "December"); + +// short month names +Calendar._SMN = new Array +("Jan", + "Feb", + "Mar", + "Apr", + "Máj", + "JĂşn", + "JĂşl", + "Aug", + "Sep", + "Okt", + "Nov", + "Dec"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "O kalendári"; + +Calendar._TT["ABOUT"] = +"DHTML Date/Time Selector\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + +"PoslednĂş verziu nájdete na: http://www.dynarch.com/projects/calendar/\n" + +"DistribuovanĂ© pod GNU LGPL. ViÄŹ http://gnu.org/licenses/lgpl.html pre detaily." + +"\n\n" + +"VÄ‚Ëber dátumu:\n" + +"- PouĹľite tlaÄŤidlá \xab, \xbb pre vÄ‚Ëber roku\n" + +"- PouĹľite tlaÄŤidlá " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " pre vÄ‚Ëber mesiaca\n" + +"- Ak ktorĂ©koÄľvek z tÄ‚Ëchto tlaÄŤidiel podržíte dlhšie, zobrazĂ­ sa rÄ‚Ëchly vÄ‚Ëber."; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"VÄ‚Ëber ÄŤasu:\n" + +"- Kliknutie na niektorĂş poloĹľku ÄŤasu ju zvĂ˚i\n" + +"- Shift-klik ju znĂ­Ĺľi\n" + +"- Ak podržíte tlaÄŤĂ­tko stlaÄŤenĂ©, posĂşvanĂ­m menĂ­te hodnotu."; + +Calendar._TT["PREV_YEAR"] = "PredošlÄ‚Ë rok (podrĹľte pre menu)"; +Calendar._TT["PREV_MONTH"] = "PredošlÄ‚Ë mesiac (podrĹľte pre menu)"; +Calendar._TT["GO_TODAY"] = "PrejsĹĄ na dnešok"; +Calendar._TT["NEXT_MONTH"] = "Nasl. mesiac (podrĹľte pre menu)"; +Calendar._TT["NEXT_YEAR"] = "Nasl. rok (podrĹľte pre menu)"; +Calendar._TT["SEL_DATE"] = "ZvoÄľte dátum"; +Calendar._TT["DRAG_TO_MOVE"] = "PodrĹľanĂ­m tlaÄŤĂ­tka zmenĂ­te polohu"; +Calendar._TT["PART_TODAY"] = " (dnes)"; +Calendar._TT["MON_FIRST"] = "ZobraziĹĄ pondelok ako prvÄ‚Ë"; +Calendar._TT["SUN_FIRST"] = "ZobraziĹĄ nedeÄľu ako prvĂş"; +Calendar._TT["CLOSE"] = "ZavrieĹĄ"; +Calendar._TT["TODAY"] = "Dnes"; +Calendar._TT["TIME_PART"] = "(Shift-)klik/ĹĄahanie zmenĂ­ hodnotu"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "$d. %m. %Y"; +Calendar._TT["TT_DATE_FORMAT"] = "%a, %e. %b"; + +Calendar._TT["WK"] = "tÄ‚ËĹľ"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-sp.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-sp.js new file mode 100644 index 00000000000..239d1b3be95 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-sp.js @@ -0,0 +1,110 @@ +// ** I18N + +// Calendar SP language +// Author: Rafael Velasco +// Encoding: any +// Distributed under the same terms as the calendar itself. + +// For translators: please use UTF-8 if possible. We strongly believe that +// Unicode is the answer to a real internationalized world. Also please +// include your contact information in the header, as can be seen above. + +// full day names +Calendar._DN = new Array +("Domingo", + "Lunes", + "Martes", + "Miercoles", + "Jueves", + "Viernes", + "Sabado", + "Domingo"); + +Calendar._SDN = new Array +("Dom", + "Lun", + "Mar", + "Mie", + "Jue", + "Vie", + "Sab", + "Dom"); + +// full month names +Calendar._MN = new Array +("Enero", + "Febrero", + "Marzo", + "Abril", + "Mayo", + "Junio", + "Julio", + "Agosto", + "Septiembre", + "Octubre", + "Noviembre", + "Diciembre"); + +// short month names +Calendar._SMN = new Array +("Ene", + "Feb", + "Mar", + "Abr", + "May", + "Jun", + "Jul", + "Ago", + "Sep", + "Oct", + "Nov", + "Dic"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "Información del Calendario"; + +Calendar._TT["ABOUT"] = +"DHTML Date/Time Selector\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"Nuevas versiones en: http://www.dynarch.com/projects/calendar/\n" + +"Distribuida bajo licencia GNU LGPL. Para detalles vea http://gnu.org/licenses/lgpl.html ." + +"\n\n" + +"Selección de Fechas:\n" + +"- Use \xab, \xbb para seleccionar el año\n" + +"- Use " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " para seleccionar el mes\n" + +"- Mantenga presionado el botón del ratón en cualquiera de las opciones superiores para un acceso rapido ."; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"Selección del Reloj:\n" + +"- Seleccione la hora para cambiar el reloj\n" + +"- o presione Shift-click para disminuirlo\n" + +"- o presione click y arrastre del ratón para una selección rapida."; + +Calendar._TT["PREV_YEAR"] = "Año anterior (Presione para menu)"; +Calendar._TT["PREV_MONTH"] = "Mes Anterior (Presione para menu)"; +Calendar._TT["GO_TODAY"] = "Ir a Hoy"; +Calendar._TT["NEXT_MONTH"] = "Mes Siguiente (Presione para menu)"; +Calendar._TT["NEXT_YEAR"] = "Año Siguiente (Presione para menu)"; +Calendar._TT["SEL_DATE"] = "Seleccione fecha"; +Calendar._TT["DRAG_TO_MOVE"] = "Arrastre y mueva"; +Calendar._TT["PART_TODAY"] = " (Hoy)"; + +// the following is to inform that "%s" is to be the first day of week +// %s will be replaced with the day name. +Calendar._TT["DAY_FIRST"] = "Mostrar %s primero"; + +// This may be locale-dependent. It specifies the week-end days, as an array +// of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 +// means Monday, etc. +Calendar._TT["WEEKEND"] = "0,6"; + +Calendar._TT["CLOSE"] = "Cerrar"; +Calendar._TT["TODAY"] = "Hoy"; +Calendar._TT["TIME_PART"] = "(Shift-)Click o arrastra para cambar el valor"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%dd-%mm-%yy"; +Calendar._TT["TT_DATE_FORMAT"] = "%A, %e de %B de %Y"; + +Calendar._TT["WK"] = "Sm"; +Calendar._TT["TIME"] = "Hora:"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-sv.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-sv.js new file mode 100644 index 00000000000..db1f4b84c3e --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-sv.js @@ -0,0 +1,93 @@ +// ** I18N + +// Calendar SV language (Swedish, svenska) +// Author: Mihai Bazon, +// Translation team: +// Translator: Leonard Norrgård +// Last translator: Leonard Norrgård +// Encoding: iso-latin-1 +// Distributed under the same terms as the calendar itself. + +// For translators: please use UTF-8 if possible. We strongly believe that +// Unicode is the answer to a real internationalized world. Also please +// include your contact information in the header, as can be seen above. + +// full day names +Calendar._DN = new Array +("söndag", + "måndag", + "tisdag", + "onsdag", + "torsdag", + "fredag", + "lördag", + "söndag"); + +// Please note that the following array of short day names (and the same goes +// for short month names, _SMN) isn't absolutely necessary. We give it here +// for exemplification on how one can customize the short day names, but if +// they are simply the first N letters of the full name you can simply say: +// +// Calendar._SDN_len = N; // short day name length +// Calendar._SMN_len = N; // short month name length +// +// If N = 3 then this is not needed either since we assume a value of 3 if not +// present, to be compatible with translation files that were written before +// this feature. +Calendar._SDN_len = 2; +Calendar._SMN_len = 3; + +// full month names +Calendar._MN = new Array +("januari", + "februari", + "mars", + "april", + "maj", + "juni", + "juli", + "augusti", + "september", + "oktober", + "november", + "december"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "Om kalendern"; + +Calendar._TT["ABOUT"] = +"DHTML Datum/tid-väljare\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"För senaste version gå till: http://www.dynarch.com/projects/calendar/\n" + +"Distribueras under GNU LGPL. Se http://gnu.org/licenses/lgpl.html för detaljer." + +"\n\n" + +"Val av datum:\n" + +"- Använd knapparna \xab, \xbb för att välja år\n" + +"- Använd knapparna " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " för att välja månad\n" + +"- Håll musknappen nedtryckt på någon av ovanstående knappar för snabbare val."; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"Val av tid:\n" + +"- Klicka på en del av tiden för att öka den delen\n" + +"- eller skift-klicka för att minska den\n" + +"- eller klicka och drag för snabbare val."; + +Calendar._TT["PREV_YEAR"] = "Föregående år (håll för menu)"; +Calendar._TT["PREV_MONTH"] = "Föregående månad (håll för menu)"; +Calendar._TT["GO_TODAY"] = "Gå till dagens datum"; +Calendar._TT["NEXT_MONTH"] = "Följande månad (håll för menu)"; +Calendar._TT["NEXT_YEAR"] = "Följande år (håll för menu)"; +Calendar._TT["SEL_DATE"] = "Välj datum"; +Calendar._TT["DRAG_TO_MOVE"] = "Drag för att flytta"; +Calendar._TT["PART_TODAY"] = " (idag)"; +Calendar._TT["MON_FIRST"] = "Visa måndag först"; +Calendar._TT["SUN_FIRST"] = "Visa söndag först"; +Calendar._TT["CLOSE"] = "Stäng"; +Calendar._TT["TODAY"] = "Idag"; +Calendar._TT["TIME_PART"] = "(Skift-)klicka eller drag för att ändra tid"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; +Calendar._TT["TT_DATE_FORMAT"] = "%A %d %b %Y"; + +Calendar._TT["WK"] = "vecka"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-tr.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-tr.js new file mode 100644 index 00000000000..f2c906c46c4 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-tr.js @@ -0,0 +1,58 @@ +////////////////////////////////////////////////////////////////////////////////////////////// +// Turkish Translation by Nuri AKMAN +// Location: Ankara/TURKEY +// e-mail : nuriakman@hotmail.com +// Date : April, 9 2003 +// +// Note: if Turkish Characters does not shown on you screen +// please include falowing line your html code: +// +// +// +////////////////////////////////////////////////////////////////////////////////////////////// + +// ** I18N +Calendar._DN = new Array +("Pazar", + "Pazartesi", + "Salý", + "Çarþamba", + "Perþembe", + "Cuma", + "Cumartesi", + "Pazar"); +Calendar._MN = new Array +("Ocak", + "Þubat", + "Mart", + "Nisan", + "Mayýs", + "Haziran", + "Temmuz", + "Aðustos", + "Eylül", + "Ekim", + "Kasým", + "Aralýk"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["TOGGLE"] = "Haftanýn ilk gününü kaydýr"; +Calendar._TT["PREV_YEAR"] = "Önceki Yýl (Menü için basýlý tutunuz)"; +Calendar._TT["PREV_MONTH"] = "Önceki Ay (Menü için basýlý tutunuz)"; +Calendar._TT["GO_TODAY"] = "Bugün'e git"; +Calendar._TT["NEXT_MONTH"] = "Sonraki Ay (Menü için basýlý tutunuz)"; +Calendar._TT["NEXT_YEAR"] = "Sonraki Yýl (Menü için basýlý tutunuz)"; +Calendar._TT["SEL_DATE"] = "Tarih seçiniz"; +Calendar._TT["DRAG_TO_MOVE"] = "Taþýmak için sürükleyiniz"; +Calendar._TT["PART_TODAY"] = " (bugün)"; +Calendar._TT["MON_FIRST"] = "Takvim Pazartesi gününden baþlasýn"; +Calendar._TT["SUN_FIRST"] = "Takvim Pazar gününden baþlasýn"; +Calendar._TT["CLOSE"] = "Kapat"; +Calendar._TT["TODAY"] = "Bugün"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "dd-mm-y"; +Calendar._TT["TT_DATE_FORMAT"] = "d MM y, DD"; + +Calendar._TT["WK"] = "Hafta"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/calendar-zh.js b/htdocs/cashdesk/include/jscalendar/lang/calendar-zh.js new file mode 100644 index 00000000000..4a0feb6b739 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/calendar-zh.js @@ -0,0 +1,119 @@ +// ** I18N + +// Calendar ZH language +// Author: muziq, +// Encoding: GB2312 or GBK +// Distributed under the same terms as the calendar itself. + +// full day names +Calendar._DN = new Array +("ÐÇÆÚÈÕ", + "ÐÇÆÚÒ»", + "ÐÇÆÚ¶þ", + "ÐÇÆÚÈý", + "ÐÇÆÚËÄ", + "ÐÇÆÚÎå", + "ÐÇÆÚÁù", + "ÐÇÆÚÈÕ"); + +// Please note that the following array of short day names (and the same goes +// for short month names, _SMN) isn't absolutely necessary. We give it here +// for exemplification on how one can customize the short day names, but if +// they are simply the first N letters of the full name you can simply say: +// +// Calendar._SDN_len = N; // short day name length +// Calendar._SMN_len = N; // short month name length +// +// If N = 3 then this is not needed either since we assume a value of 3 if not +// present, to be compatible with translation files that were written before +// this feature. + +// short day names +Calendar._SDN = new Array +("ÈÕ", + "Ò»", + "¶þ", + "Èý", + "ËÄ", + "Îå", + "Áù", + "ÈÕ"); + +// full month names +Calendar._MN = new Array +("Ò»ÔÂ", + "¶þÔÂ", + "ÈýÔÂ", + "ËÄÔÂ", + "ÎåÔÂ", + "ÁùÔÂ", + "ÆßÔÂ", + "°ËÔÂ", + "¾ÅÔÂ", + "Ê®ÔÂ", + "ʮһÔÂ", + "Ê®¶þÔÂ"); + +// short month names +Calendar._SMN = new Array +("Ò»ÔÂ", + "¶þÔÂ", + "ÈýÔÂ", + "ËÄÔÂ", + "ÎåÔÂ", + "ÁùÔÂ", + "ÆßÔÂ", + "°ËÔÂ", + "¾ÅÔÂ", + "Ê®ÔÂ", + "ʮһÔÂ", + "Ê®¶þÔÂ"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "°ïÖú"; + +Calendar._TT["ABOUT"] = +"DHTML Date/Time Selector\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"For latest version visit: http://www.dynarch.com/projects/calendar/\n" + +"Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." + +"\n\n" + +"Ñ¡ÔñÈÕÆÚ:\n" + +"- µã»÷ \xab, \xbb °´Å¥Ñ¡ÔñÄê·Ý\n" + +"- µã»÷ " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " °´Å¥Ñ¡ÔñÔ·Ý\n" + +"- ³¤°´ÒÔÉϰ´Å¥¿É´Ó²Ëµ¥ÖпìËÙÑ¡ÔñÄê·Ý»òÔ·Ý"; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"Ñ¡Ôñʱ¼ä:\n" + +"- µã»÷Сʱ»ò·ÖÖÓ¿Éʹ¸ÄÊýÖµ¼ÓÒ»\n" + +"- °´×¡Shift¼üµã»÷Сʱ»ò·ÖÖÓ¿Éʹ¸ÄÊýÖµ¼õÒ»\n" + +"- µã»÷Í϶¯Êó±ê¿É½øÐпìËÙÑ¡Ôñ"; + +Calendar._TT["PREV_YEAR"] = "ÉÏÒ»Äê (°´×¡³ö²Ëµ¥)"; +Calendar._TT["PREV_MONTH"] = "ÉÏÒ»Ô (°´×¡³ö²Ëµ¥)"; +Calendar._TT["GO_TODAY"] = "תµ½½ñÈÕ"; +Calendar._TT["NEXT_MONTH"] = "ÏÂÒ»Ô (°´×¡³ö²Ëµ¥)"; +Calendar._TT["NEXT_YEAR"] = "ÏÂÒ»Äê (°´×¡³ö²Ëµ¥)"; +Calendar._TT["SEL_DATE"] = "Ñ¡ÔñÈÕÆÚ"; +Calendar._TT["DRAG_TO_MOVE"] = "Í϶¯"; +Calendar._TT["PART_TODAY"] = " (½ñÈÕ)"; + +// the following is to inform that "%s" is to be the first day of week +// %s will be replaced with the day name. +Calendar._TT["DAY_FIRST"] = "×î×ó±ßÏÔʾ%s"; + +// This may be locale-dependent. It specifies the week-end days, as an array +// of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 +// means Monday, etc. +Calendar._TT["WEEKEND"] = "0,6"; + +Calendar._TT["CLOSE"] = "¹Ø±Õ"; +Calendar._TT["TODAY"] = "½ñÈÕ"; +Calendar._TT["TIME_PART"] = "(Shift-)µã»÷Êó±ê»òÍ϶¯¸Ä±äÖµ"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; +Calendar._TT["TT_DATE_FORMAT"] = "%A, %b %eÈÕ"; + +Calendar._TT["WK"] = "ÖÜ"; +Calendar._TT["TIME"] = "ʱ¼ä:"; diff --git a/htdocs/cashdesk/include/jscalendar/lang/cn_utf8.js b/htdocs/cashdesk/include/jscalendar/lang/cn_utf8.js new file mode 100644 index 00000000000..de61b4618de --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/lang/cn_utf8.js @@ -0,0 +1,123 @@ +// ** I18N + +// Calendar EN language +// Author: Mihai Bazon, +// Encoding: any +// Translator : Niko +// Distributed under the same terms as the calendar itself. + +// For translators: please use UTF-8 if possible. We strongly believe that +// Unicode is the answer to a real internationalized world. Also please +// include your contact information in the header, as can be seen above. + +// full day names +Calendar._DN = new Array +("\u5468\u65e5",//\u5468\u65e5 + "\u5468\u4e00",//\u5468\u4e00 + "\u5468\u4e8c",//\u5468\u4e8c + "\u5468\u4e09",//\u5468\u4e09 + "\u5468\u56db",//\u5468\u56db + "\u5468\u4e94",//\u5468\u4e94 + "\u5468\u516d",//\u5468\u516d + "\u5468\u65e5");//\u5468\u65e5 + +// Please note that the following array of short day names (and the same goes +// for short month names, _SMN) isn't absolutely necessary. We give it here +// for exemplification on how one can customize the short day names, but if +// they are simply the first N letters of the full name you can simply say: +// +// Calendar._SDN_len = N; // short day name length +// Calendar._SMN_len = N; // short month name length +// +// If N = 3 then this is not needed either since we assume a value of 3 if not +// present, to be compatible with translation files that were written before +// this feature. + +// short day names +Calendar._SDN = new Array +("\u5468\u65e5", + "\u5468\u4e00", + "\u5468\u4e8c", + "\u5468\u4e09", + "\u5468\u56db", + "\u5468\u4e94", + "\u5468\u516d", + "\u5468\u65e5"); + +// full month names +Calendar._MN = new Array +("\u4e00\u6708", + "\u4e8c\u6708", + "\u4e09\u6708", + "\u56db\u6708", + "\u4e94\u6708", + "\u516d\u6708", + "\u4e03\u6708", + "\u516b\u6708", + "\u4e5d\u6708", + "\u5341\u6708", + "\u5341\u4e00\u6708", + "\u5341\u4e8c\u6708"); + +// short month names +Calendar._SMN = new Array +("\u4e00\u6708", + "\u4e8c\u6708", + "\u4e09\u6708", + "\u56db\u6708", + "\u4e94\u6708", + "\u516d\u6708", + "\u4e03\u6708", + "\u516b\u6708", + "\u4e5d\u6708", + "\u5341\u6708", + "\u5341\u4e00\u6708", + "\u5341\u4e8c\u6708"); + +// tooltips +Calendar._TT = {}; +Calendar._TT["INFO"] = "\u5173\u4e8e"; + +Calendar._TT["ABOUT"] = +" DHTML \u65e5\u8d77/\u65f6\u95f4\u9009\u62e9\u63a7\u4ef6\n" + +"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) +"For latest version visit: \u6700\u65b0\u7248\u672c\u8bf7\u767b\u9646http://www.dynarch.com/projects/calendar/\u5bdf\u770b\n" + +"\u9075\u5faaGNU LGPL. \u7ec6\u8282\u53c2\u9605 http://gnu.org/licenses/lgpl.html" + +"\n\n" + +"\u65e5\u671f\u9009\u62e9:\n" + +"- \u70b9\u51fb\xab(\xbb)\u6309\u94ae\u9009\u62e9\u4e0a(\u4e0b)\u4e00\u5e74\u5ea6.\n" + +"- \u70b9\u51fb" + String.fromCharCode(0x2039) + "(" + String.fromCharCode(0x203a) + ")\u6309\u94ae\u9009\u62e9\u4e0a(\u4e0b)\u4e2a\u6708\u4efd.\n" + +"- \u957f\u65f6\u95f4\u6309\u7740\u6309\u94ae\u5c06\u51fa\u73b0\u66f4\u591a\u9009\u62e9\u9879."; +Calendar._TT["ABOUT_TIME"] = "\n\n" + +"\u65f6\u95f4\u9009\u62e9:\n" + +"-\u5728\u65f6\u95f4\u90e8\u5206(\u5206\u6216\u8005\u79d2)\u4e0a\u5355\u51fb\u9f20\u6807\u5de6\u952e\u6765\u589e\u52a0\u5f53\u524d\u65f6\u95f4\u90e8\u5206(\u5206\u6216\u8005\u79d2)\n" + +"-\u5728\u65f6\u95f4\u90e8\u5206(\u5206\u6216\u8005\u79d2)\u4e0a\u6309\u4f4fShift\u952e\u540e\u5355\u51fb\u9f20\u6807\u5de6\u952e\u6765\u51cf\u5c11\u5f53\u524d\u65f6\u95f4\u90e8\u5206(\u5206\u6216\u8005\u79d2)."; + +Calendar._TT["PREV_YEAR"] = "\u4e0a\u4e00\u5e74"; +Calendar._TT["PREV_MONTH"] = "\u4e0a\u4e2a\u6708"; +Calendar._TT["GO_TODAY"] = "\u5230\u4eca\u5929"; +Calendar._TT["NEXT_MONTH"] = "\u4e0b\u4e2a\u6708"; +Calendar._TT["NEXT_YEAR"] = "\u4e0b\u4e00\u5e74"; +Calendar._TT["SEL_DATE"] = "\u9009\u62e9\u65e5\u671f"; +Calendar._TT["DRAG_TO_MOVE"] = "\u62d6\u52a8"; +Calendar._TT["PART_TODAY"] = " (\u4eca\u5929)"; + +// the following is to inform that "%s" is to be the first day of week +// %s will be replaced with the day name. +Calendar._TT["DAY_FIRST"] = "%s\u4e3a\u8fd9\u5468\u7684\u7b2c\u4e00\u5929"; + +// This may be locale-dependent. It specifies the week-end days, as an array +// of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 +// means Monday, etc. +Calendar._TT["WEEKEND"] = "0,6"; + +Calendar._TT["CLOSE"] = "\u5173\u95ed"; +Calendar._TT["TODAY"] = "\u4eca\u5929"; +Calendar._TT["TIME_PART"] = "(\u6309\u7740Shift\u952e)\u5355\u51fb\u6216\u62d6\u52a8\u6539\u53d8\u503c"; + +// date formats +Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; +Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e\u65e5"; + +Calendar._TT["WK"] = "\u5468"; +Calendar._TT["TIME"] = "\u65f6\u95f4:"; diff --git a/htdocs/cashdesk/include/jscalendar/menuarrow.gif b/htdocs/cashdesk/include/jscalendar/menuarrow.gif new file mode 100644 index 0000000000000000000000000000000000000000..ed2dee0e6368d201bf5d32833884c7c1da6c7424 GIT binary patch literal 68 zcmZ?wbhEHbWM^Py_{hZ2(9rPi-LwDy|1&T!DE?$&WME)o&;ha;K=KSsqAVN&i(DE6 VRJ~d>0vEY-3aNTcS;53$4FHxP5xxKb literal 0 HcmV?d00001 diff --git a/htdocs/cashdesk/include/jscalendar/menuarrow2.gif b/htdocs/cashdesk/include/jscalendar/menuarrow2.gif new file mode 100644 index 0000000000000000000000000000000000000000..40c0aadfc6e62e7cdf4a0dc4a3a3d735c6995b76 GIT binary patch literal 49 zcmZ?wbhEHbWM^PyXkcV;a&r3r|G(l-7DfgJMg|=QAOOiQFmbfVR-Qb-pUlW$4FDM} B3akJC literal 0 HcmV?d00001 diff --git a/htdocs/cashdesk/include/jscalendar/multiple-dates.html b/htdocs/cashdesk/include/jscalendar/multiple-dates.html new file mode 100644 index 00000000000..caf1920d29d --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/multiple-dates.html @@ -0,0 +1,82 @@ + + + Sample for the multiple dates feature + + + + + + + + + + + + + + +

Sample for the multiple dates feature

+ +

+ Starting version 0.9.7, + the calendar is able to handle multiple dates selection, in either + flat or popup form. For this to happen one needs to pass the + "multiple: true" parameter to + Calendar.setup and to install an onUpdate + handler that watches for modifications. +

+ + [open calendar...] + +
+ + + +
+
mishoo
+ Last modified: Thu Mar 3 20:17:42 EET 2005 + diff --git a/htdocs/cashdesk/include/jscalendar/readme b/htdocs/cashdesk/include/jscalendar/readme new file mode 100644 index 00000000000..455ab3d4207 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/readme @@ -0,0 +1,33 @@ +The DHTML Calendar +------------------- + + Author: Mihai Bazon, + http://dynarch.com/mishoo/ + + This program is free software published under the + terms of the GNU Lesser General Public License. + + For the entire license text please refer to + http://www.gnu.org/licenses/lgpl.html + +Contents +--------- + + calendar.js -- the main program file + lang/*.js -- internalization files + *.css -- color themes + cal.html -- example usage file + doc/ -- documentation, in PDF and HTML + simple-1.html -- quick setup examples [popup calendars] + simple-2.html -- quick setup example for flat calendar + calendar.php -- PHP wrapper + test.php -- test file for the PHP wrapper + +Homepage +--------- + + For details and latest versions please refer to calendar + homepage, located on my website: + + http://dynarch.com/mishoo/calendar.epl + diff --git a/htdocs/cashdesk/include/jscalendar/release-notes.html b/htdocs/cashdesk/include/jscalendar/release-notes.html new file mode 100644 index 00000000000..9addddbe2e5 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/release-notes.html @@ -0,0 +1,435 @@ + + + + jscalendar release notes + + + + + +
+ The Coolest DHTML Calendar
+ © Dynarch.com 2002 and later. +
+

jscalendar release notes

+ +

This release compiled at Monday, 7 Mar 2005 (19:06).

+ +

1.0

+ +
    + +
  • + Added support for multiple dates selection. In this mode the + calendar will allow the user to select more than one date, and + will maintain an array of selected dates that can be + investigated from your custom handlers. Sample in multiple-dates.html. +
  • + +
  • + Support for “day infoâ€. Using this feature you can display + custom information for certain dates. Sample in dayinfo.html. Note that if the text + is really big the calendar layout might appear somehow broken; + this is something that should be easy to fix in the CSS file. +
  • + +
  • + Clicking on “Today†will now close the calendar if the current + date is already selected. +
  • + +
  • + The “first day of week†setting can now be defined in the + language file--after all, it is locale-specific. The new + parameter is “Calendar._FDâ€. Language files should be + updated, but the calendar will not complain nor fail to + function if the parameter is not present. +
  • + +
  • + Some fixes to make the thing work in Safari. It now seems to + be properly supported, please let me know if you encounter any + problems. +
  • + +
  • + New skin: Aqua theme, appropriate for MacOSX fan sites :-) + This theme is located in “skins/aqua/theme.css†(in the + future, all themes will go to this directory). +
  • + +
  • + Bug fixes. +
      +
    • + Keyboard operation now functions normally when the + calendar is displaying days from adjacent months; it might + even work correctly for months containing disabled dates + :). This fix was originally developed under contract for + The + Zapatec Calendar. Zapatec kindly allowed us to + include the bugfixes back in the open source calendar. +
    • +
    • + Fixed the time selection bug: the previous version would + reset the time to current time when a new date was + clicked. +
    • +
    • + Parsing hours like "12:XX pm" would wrongfully replace + "pm" with "am"--fixed. +
    • +
    • + Fixed critical bugs in parseDate function that would + initialize the calendar with 'NaN' values in all cells if + the string to be parsed is not a valid date. +
    • +
    • + The golbal variable that we are using was renamed to + “_dynarch_popupCalendar†to minimize the risk of name + clashes. It's still difficult to get rid of it. +
    • +
    • + Added z-index property to drop-down menus style. +
    • +
    • + The calendar will update an input field even in flat mode, + if an input field was passed. Also, the “showOthers†+ parameter will be effective in both popup and flat mode. +
    • +
    • + Others, probably. +
    • +
    +
  • + +
  • + Documentation & sample files updated. +
  • + +
+ +

0.9.6

+ +
    + +
  • + "Smart" (TM :-) positioning algorithm. The new algorithm will + try to keep the calendar in the browser view, which is helpful + in situations when the input field is near the bottom or the + right edge. This code is only tested with IE and Mozilla, but + it should work with other browsers too. Many thanks to Sunny Chowdhury for sponsoring + this feature! +
  • + +
  • + Support for IE5/Win is back. I also want to thank Janusz + Piwowarski for keeping his eye on the CVS ;-) He reviewed my + IE5-related changes and sent me a much cleaner patch. +
  • + +
  • + The calendar will now allow any day of week to be "the first + day of week". This was requested long time ago, by someone + whose name I forgot (sorry). The reason was that in certain + countries weeks start on Saturday. So I thought that instead + of having a "mondayFirst" and a "saturdayFirst" parameter, + :-), it's better to have a "firstDayOfWeek" parameter; now + it's present and its meaning is: "0 for Sunday", "1 for + Monday", "2 for Tuesday", etc. The equivalent parameter for + Calendar.setup is "firstDay". The end user can also change + it very easy: click on the day name in the calendar display. +
  • + +
  • + The above feature triggered one important change: the + notion of "weekend" is now defined in the language file. + Added parameters: + +
    +          Calendar._TT["WEEKEND"] = "0,6";
    +          Calendar._TT["DAY_FIRST"] = "Display %s first";
    + + "WEEKEND" specifies a string with comma-separated numbers from + 0 to 7; they define what days are marked as "weekend". 5 and + 6 mean, of course, "Sunday" and "Saturday". Day first is the + tooltip displayed when a day name is hovered; "%s" will get + replaced with the day name. Updated languages are "en" and + "ro", which I maintain. Please note that languages wich are + not updated will not work. If yours is one of them, + please consider fixing it and sending me the fix so that I can + include it in the distro. +
  • + +
  • + The calendar can now display days from the months adjacent to + the currently displayed one. This is optional, of course, and + the parameter name is "showsOtherMonths" (or "showOthers" in + Calendar.setup). All theme files were updated. +
  • + +
  • + Displays "Time:" near the time selector, only if defined in + the language file. +
  • + +
  • + Some bugs fixed in the date parsing code (which has also been + rewritten a little bit cleaner). +
  • + +
  • + Calendar.setup will now configure the calendar to trigger the + input fields' "onchange" event, if specified, when a date is + selected. +
  • + +
  • + New parameter in Calendar.setup: "cache" (defaults to + false). If set to true then the popup calendar object + will be "cached", meaning, it will be created only once, no + matter how many input fields are there in the page. Sometimes + this is not desirable, which is why I've added this + parameter. Please note that it defaults to "false" (thus the + default behavior has changed). +
  • + +
  • + Added a simple PHP wrapper. It provides code which loads all + the required scripts and theme file, and one function which + creates and configures an input field for date input. It + takes care of creating and assigning unique ID-s for the + calendar fields and it also creates the "Calendar.setup" code. + Functions to create more specialized fields can be added very + easily. This feature was requested by the FreeMED.org project + (thanks for donating!). +
  • + +
+ +

Wow, there were quite some changes :-D Enjoy it!

+ +

0.9.5

+ +

+ This release's primary goal is to fix a wrong license statement which + can be found in some files from 0.9.4. For instance in README or + calendar.js, the statement was that the code is distributed under the + GNU GPL; that's because I had plans to change the license, then + changed my mind but unfortunately I committed files so. I am sorry + for this inconvenience, please use the latest (0.9.5) release which is + fully covered by LGPL. +

+ +

Other changes:

+ +
    + +
  • + Fixed an annoying bug that prevented the calendar to display + correctly when it was configured for an input field inside a + scrolling area. Many thanks to Ian Barrack (Simban.com) who pointed it up and + donated quite some money for the Calendar project! +
  • + +
  • + All examples use UTF-8 now; the translations may not be all + up-to-date, but I strongly suggest everyone to use + UTF-8; other encodings are a plain mess. So far I know for sure + that Romanian translation will work with UTF-8 and not + anymore with ISO-8859-2. Other translations are probably + usable under UTF-8, but if your preferred language isn't... ;-) + please make it and send it to me for inclusion. +
  • + +
  • + Fixed small bug in the documentation (one footnote didn't appear + where it should have). +
  • + +
  • + Updated translations: DE, ES, HU, IT, RO. Thanks to everyone who + sent translations! +
  • + +
+ +

0.9.4

+ +

New stuff

+ +
    + +
  • Supports time selection. Yes. ;-) This work has been largely + sponsored by Himanshukumar Shah (thank you!). See + the docs and example files for details on how to setup.
  • + +
  • Easy to link 2 or more fields by using the new + onUpdate parameter of Calendar.setup. This + is useful, say, to automatically set a value in a second field based + on the value selected in the first field. See the documentation and + first sample in simple-1.html.
  • + +
  • Other Calendar.setup low-level parameters, for those + wanting to have the complete control: onSelect and + onClose. The handlers are called when something is + selected in the calendar or when the calendar is closed.
  • + +
  • The translation files can optionally include the short day names + and the short month names. That's because in some languages, like + German, the short form is not the first 3 letters of the entire name + but only the first 2. Also in other languages short names can't be + as easily derived from the full name by just calling substr, so this + patch solves the problem.
  • + +
  • Implemented a nice way to make some dates "special" (look + different). Specifically, the setDisabledHandler method + was replaced with the more general setDateStatusHandler + method (the old one is still available for backwards compatibility but + will be removed). More details about this in the + documentation. Also see simple-3.html + for a live sample.
  • + +
  • Date parsing and formatting engine is now rewritten and supports a + subset of strftime format specifiers from ANSI C. This + makes it possible to use dates like "YYYYMMDD" (the corresponding + format for this would be "%Y%m%d"). Details in the documentation. + Please note that the new engine is not compatibile with older + calendar releases!
  • + +
  • Along with the new date parser I workarounded an unpleasant crash + that occurred in IE when certain accented characters appeared in the + texts. I think German was one of the language with such problems, and + the workaround was to use the letter without an accent. Well, now you + can translate to whatever you want.
  • + +
  • "Fixes" (I mean, "horrible workarounds") for Konqueror (and + hopefully Safari). Unfortunately, this otherwise excellent browser + still has some bugs that keep the calendar from working + exactly as it should.. But they're going to be fixed, + right? ;-)
  • + +
  • CSS themes got pretty much modified too so if you wrote your theme + you need to update it. Aside for the time selector support, the CSS + themes contain a simple hack that makes the navigation buttons show + a little arrow in the lower-right corner which indicates that if one + holds the mouse a menu will appear.
  • + +
+ +

Translation files

+ +

The translation files need to be updated in order for the calendar to + work properly. Currently the only updated files are calendar-en.js + (main file) and calendar-ro.js (well, yes, I am a Romanian ;-).

+ +

Specifically, they need the following:

+ +
    + +
  • Correct date format, according with the new format specifiers + introduced in 0.9.4. Details about the available format specifiers + in the documentation
  • + +
  • Short day or month names, if required. If they can be + derived by taking the first N letters of the full name then a simple + Calendar._SDN_len = N or Calendar._SMN_len = N will suffice. If N + is 3 then nothing needs to be done as we take it for granted if no + other option is offered ;-)
  • + +
  • We have some new texts that shows short usage information as well + as copyright information.
  • + +
+ +

If your favorite language is not there yet, or it is but not updated + according to the main calendar-en.js file, then please consider + translating calendar-en.js and send the translation back to me so that + I include it in the official distribution.

+ +

Bug status

+ +

Check SourceForge, + I didn't keep track. However, there were a lot of bugfixes.

+ +

0.9.3

+ +

New stuff

+ +
    + +
  • Opera 7 compatibility — keyboard navigation is + still not available; text selection can't be disabled, leading to an + ugly effect when walking through the month/year menus.
  • + +
  • Ability to align the calendar relative to the input field (or any + other element). Vertical: top, center, bottom. Horizontal: left, + center, right. This is established as a new parameter for + showAtElement.
  • + +
  • Added dateClicked property (boolean). This can be + inspected in the "onSelect" handler to determine if a date was + really clicked or the user only changed month/year using the menus. + You need to check this for "single-click" calendars and + only close/hide the calendar if it's true.
  • + +
  • Full documentation in HTML + and PDF format is now available in the + distribution archive.
  • + +
  • New language definition files: HU, HR, PT, ZH. Thanks those who + submitted!
  • + +
+ +

Bug status

+ +

This covers only those bugs that have been reported at SourceForge.

+ +
    + +
  1. #703,238 — fixed
  2. +
  3. #703,814 — fixed
  4. +
  5. #716,777 — closed (was fixed already in 0.9.2-1)
  6. +
  7. #723,335 — fixed
  8. +
  9. #715,122 — feature request; implemented.
  10. +
  11. #721,206 — fixed (added "refresh()" function)
  12. +
  13. #721,833 — fixed (bug concerning the "yy" format + parsing)
  14. +
  15. #721,833 — won't fix (we won't set the time to + midnight; time might actually be useful when we implement support + for time selection). + +
+ +
+
Mihai Bazon
+ + +Last modified on Wed Oct 29 02:37:07 2003 + + + + + + diff --git a/htdocs/cashdesk/include/jscalendar/simple-1.html b/htdocs/cashdesk/include/jscalendar/simple-1.html new file mode 100644 index 00000000000..c2a944a1f77 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/simple-1.html @@ -0,0 +1,244 @@ + + + + + +Simple calendar setups [popup calendar] + + + + + + + + + + + + + + + + + +

DHTML Calendar — for the impatient

+ +
+

+ This page lists some common setups for the popup calendar. In + order to see how to do any of them please see the source of this + page. For each example it's structured like this: there's the + <form> that contains the input field, and following there is + the JavaScript snippet that setups that form. An example of + flat calendar is available in another page. +

+

+ The code in this page uses a helper function defined in + "calendar-setup.js". With it you can setup the calendar in + minutes. If you're not that impatient, ;-) complete documenation is + available. +

+
+ + + +
+ +

Basic setup: one input per calendar. Clicking in the input field +activates the calendar. The date format is "%m/%d/%Y %I:%M %p". The +calendar defaults to "single-click mode".

+ +

The example below has been updated to show you how to create "linked" +fields. Basically, when some field is filled with a date, the other +is updated so that the difference between them remains one week. The +property useful here is "onUpdate".

+ +
+ + +
+ + + + + +
+ +

Input field with a trigger button. Clicking the button activates +the calendar. Note that this one needs double-click (singleClick parameter +is explicitely set to false). Also demonstrates the "step" parameter +introduced in 0.9.6 (show all years in drop-down boxes, instead of every +other year as default).

+ +
+ +
+ + + + + +
+ +

Input field with a trigger image. Note that the Calendar.setup +function doesn't care if the trigger is a button, image, or anything else. +Also in this example we setup a different alignment, just to show how it's +done. The input field is read-only (that is set from HTML).

+ +
+ + + +
+
+ + + + + +
+ +

Hidden field, display area. The calendar now puts the date into 2 +elements: one is an input field of type "hidden"—so that the user +can't directly see or modify it— and one is a <span> element in +which the date is displayed. Note that if the trigger is not specified the +calendar will use the displayArea (or inputField as in the first example). +The display area can have it's own format. This is useful if, for instance, +we need to store one format in the database (thus pass it in the input +field) but we wanna show a friendlier format to the end-user.

+ +
+ +
+ +

Your birthday: + Click to open date selector.

+ + + + + +
+ +

Hidden field, display area, trigger image. Very similar to the +previous example. The difference is that we also have a trigger image.

+ +
+ +
+ +

Your birthday: -- not entered -- .

+ + + + + +
+ +

Hidden field, display area. Very much like the previous examples, +but we now disable some dates (all weekends, that is, Saturdays and +Sundays).

+ +
+ +
+ +

Your birthday: + Click to open date selector.

+ + + + + + diff --git a/htdocs/cashdesk/include/jscalendar/simple-2.html b/htdocs/cashdesk/include/jscalendar/simple-2.html new file mode 100644 index 00000000000..b55bae85b89 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/simple-2.html @@ -0,0 +1,108 @@ + + + + + +Simple calendar setup [flat calendar] + + + + + + + + + + + + + + + + + +

DHTML Calendar — for the impatient

+ +
+

+ This page demonstrates how to setup a flat calendar. Examples of + popup calendars are available in another page. +

+

+ The code in this page uses a helper function defined in + "calendar-setup.js". With it you can setup the calendar in + minutes. If you're not that impatient, ;-) complete documenation is + available. +

+
+ + + +
+ +
+ + + +

The positioning of the DIV that contains the calendar is entirely your +job. For instance, the "calendar-container" DIV from this page has the +following style: "float: right; margin-left: 1em; margin-bottom: 1em".

+ +

Following there is the code that has been used to create this calendar. +You can find the full description of the Calendar.setup() function +in the calendar documenation.

+ +
<div style="float: right; margin-left: 1em; margin-bottom: 1em;"
+id="calendar-container"></div>
+
+<script type="text/javascript">
+  function dateChanged(calendar) {
+    // Beware that this function is called even if the end-user only
+    // changed the month/year.  In order to determine if a date was
+    // clicked you can use the dateClicked property of the calendar:
+    if (calendar.dateClicked) {
+      // OK, a date was clicked, redirect to /yyyy/mm/dd/index.php
+      var y = calendar.date.getFullYear();
+      var m = calendar.date.getMonth();     // integer, 0..11
+      var d = calendar.date.getDate();      // integer, 1..31
+      // redirect...
+      window.location = "/" + y + "/" + m + "/" + d + "/index.php";
+    }
+  };
+
+  Calendar.setup(
+    {
+      flat         : "calendar-container", // ID of the parent element
+      flatCallback : dateChanged           // our callback function
+    }
+  );
+</script>
+ + + diff --git a/htdocs/cashdesk/include/jscalendar/simple-3.html b/htdocs/cashdesk/include/jscalendar/simple-3.html new file mode 100644 index 00000000000..c096e872bd7 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/simple-3.html @@ -0,0 +1,130 @@ + + + + + +Simple calendar setup [flat calendar] + + + + + + + + + + + + + + + + + + + +

DHTML Calendar — for the impatient

+ +
+

+ This page demonstrates how to setup a flat calendar. Examples of + popup calendars are available in another page. +

+

+ The code in this page uses a helper function defined in + "calendar-setup.js". With it you can setup the calendar in + minutes. If you're not that impatient, ;-) complete documenation is + available. +

+
+ + + +
+ +
+ + + +

The positioning of the DIV that contains the calendar is entirely your +job. For instance, the "calendar-container" DIV from this page has the +following style: "float: right; margin-left: 1em; margin-bottom: 1em".

+ +

Following there is the code that has been used to create this calendar. +You can find the full description of the Calendar.setup() function +in the calendar documenation.

+ +
<div style="float: right; margin-left: 1em; margin-bottom: 1em;"
+id="calendar-container"></div>
+
+<script type="text/javascript">
+  function dateChanged(calendar) {
+    // Beware that this function is called even if the end-user only
+    // changed the month/year.  In order to determine if a date was
+    // clicked you can use the dateClicked property of the calendar:
+    if (calendar.dateClicked) {
+      // OK, a date was clicked, redirect to /yyyy/mm/dd/index.php
+      var y = calendar.date.getFullYear();
+      var m = calendar.date.getMonth();     // integer, 0..11
+      var d = calendar.date.getDate();      // integer, 1..31
+      // redirect...
+      window.location = "/" + y + "/" + m + "/" + d + "/index.php";
+    }
+  };
+
+  Calendar.setup(
+    {
+      flat         : "calendar-container", // ID of the parent element
+      flatCallback : dateChanged           // our callback function
+    }
+  );
+</script>
+ + + diff --git a/htdocs/cashdesk/include/jscalendar/skins/aqua/active-bg.gif b/htdocs/cashdesk/include/jscalendar/skins/aqua/active-bg.gif new file mode 100644 index 0000000000000000000000000000000000000000..d608c54698e081a3deae0f1b9b827484deaeacce GIT binary patch literal 89 zcmZ?wbhEHb3xI7cXAAbm`*d3l}e6x_tTajT<-q|NpP}lZBCift^8z p0SG{98JMLwcHQ}C;N`q}uj=cwv(saC#4b@4SZ=W5%`PM literal 0 HcmV?d00001 diff --git a/htdocs/cashdesk/include/jscalendar/skins/aqua/hover-bg.gif b/htdocs/cashdesk/include/jscalendar/skins/aqua/hover-bg.gif new file mode 100644 index 0000000000000000000000000000000000000000..fbf94fc2c1891ff891f2d3c3208cf431c35a4628 GIT binary patch literal 89 zcmZ?wbhEHb-E$->CMz|NrfPt>_6 zHL)Z$MWH;iBts!2BUQoO(>H)Y2dIbvWC#PZ6vwVR9}T>mSMODQeRg(w%#PS4t~~0B LE8grwc6hbmm72G|20~mA|fB", ">>" buttons have this class */ + text-align: center; /* They are the navigation buttons */ + padding: 2px; /* Make the buttons seem like they're pressing */ + background: url("title-bg.gif") repeat-x 0 100%; color: #000; + font-weight: bold; +} + +.calendar .nav { + font-family: verdana,tahoma,sans-serif; +} + +.calendar .nav div { + background: transparent url("menuarrow.gif") no-repeat 100% 100%; +} + +.calendar thead tr { background: url("title-bg.gif") repeat-x 0 100%; color: #000; } + +.calendar thead .title { /* This holds the current "month, year" */ + font-weight: bold; /* Pressing it will take you to the current date */ + text-align: center; + padding: 2px; + background: url("title-bg.gif") repeat-x 0 100%; color: #000; +} + +.calendar thead .headrow { /* Row containing navigation buttons */ +} + +.calendar thead .name { /* Cells containing the day names */ + border-bottom: 1px solid #797979; + padding: 2px; + text-align: center; + color: #000; +} + +.calendar thead .weekend { /* How a weekend day name shows in header */ + color: #c44; +} + +.calendar thead .hilite { /* How do the buttons in header appear when hover */ + background: url("hover-bg.gif"); + border-bottom: 1px solid #797979; + padding: 2px 2px 1px 2px; +} + +.calendar thead .active { /* Active (pressed) buttons in header */ + background: url("active-bg.gif"); color: #fff; + padding: 3px 1px 0px 3px; + border-bottom: 1px solid #797979; +} + +.calendar thead .daynames { /* Row containing the day names */ + background: url("dark-bg.gif"); +} + +/* The body part -- contains all the days in month. */ + +.calendar tbody .day { /* Cells containing month days dates */ + font-family: verdana,tahoma,sans-serif; + width: 2em; + color: #000; + text-align: right; + padding: 2px 4px 2px 2px; +} +.calendar tbody .day.othermonth { + font-size: 80%; + color: #999; +} +.calendar tbody .day.othermonth.oweekend { + color: #f99; +} + +.calendar table .wn { + padding: 2px 3px 2px 2px; + border-right: 1px solid #797979; + background: url("dark-bg.gif"); +} + +.calendar tbody .rowhilite td, +.calendar tbody .rowhilite td.wn { + background: url("rowhover-bg.gif"); +} + +.calendar tbody td.today { font-weight: bold; /* background: url("today-bg.gif") no-repeat 70% 50%; */ } + +.calendar tbody td.hilite { /* Hovered cells */ + background: url("hover-bg.gif"); + padding: 1px 3px 1px 1px; + border: 1px solid #bbb; +} + +.calendar tbody td.active { /* Active (pressed) cells */ + padding: 2px 2px 0px 2px; +} + +.calendar tbody td.weekend { /* Cells showing weekend days */ + color: #c44; +} + +.calendar tbody td.selected { /* Cell showing selected date */ + font-weight: bold; + border: 1px solid #797979; + padding: 1px 3px 1px 1px; + background: url("active-bg.gif"); color: #fff; +} + +.calendar tbody .disabled { color: #999; } + +.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */ + visibility: hidden; +} + +.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */ + display: none; +} + +/* The footer part -- status bar and "Close" button */ + +.calendar tfoot .footrow { /* The in footer (only one right now) */ + text-align: center; + background: #565; + color: #fff; +} + +.calendar tfoot .ttip { /* Tooltip (status bar) cell */ + padding: 2px; + background: url("status-bg.gif") repeat-x 0 0; color: #000; +} + +.calendar tfoot .hilite { /* Hover style for buttons in footer */ + background: #afa; + border: 1px solid #084; + color: #000; + padding: 1px; +} + +.calendar tfoot .active { /* Active (pressed) style for buttons in footer */ + background: #7c7; + padding: 2px 0px 0px 2px; +} + +/* Combo boxes (menus that display months/years for direct selection) */ + +.calendar .combo { + position: absolute; + display: none; + top: 0px; + left: 0px; + width: 4em; + cursor: default; + border-width: 0 1px 1px 1px; + border-style: solid; + border-color: #797979; + background: url("normal-bg.gif"); color: #000; + z-index: 100; + font-size: 90%; +} + +.calendar .combo .label, +.calendar .combo .label-IEfix { + text-align: center; + padding: 1px; +} + +.calendar .combo .label-IEfix { + width: 4em; +} + +.calendar .combo .hilite { + background: url("hover-bg.gif"); color: #000; +} + +.calendar .combo .active { + background: url("active-bg.gif"); color: #fff; + font-weight: bold; +} + +.calendar td.time { + border-top: 1px solid #797979; + padding: 1px 0px; + text-align: center; + background: url("dark-bg.gif"); +} + +.calendar td.time .hour, +.calendar td.time .minute, +.calendar td.time .ampm { + padding: 0px 5px 0px 6px; + font-weight: bold; + background: url("normal-bg.gif"); color: #000; +} + +.calendar td.time .hour, +.calendar td.time .minute { + font-family: monospace; +} + +.calendar td.time .ampm { + text-align: center; +} + +.calendar td.time .colon { + padding: 0px 2px 0px 3px; + font-weight: bold; +} + +.calendar td.time span.hilite { + background: url("hover-bg.gif"); color: #000; +} + +.calendar td.time span.active { + background: url("active-bg.gif"); color: #fff; +} diff --git a/htdocs/cashdesk/include/jscalendar/skins/aqua/title-bg.gif b/htdocs/cashdesk/include/jscalendar/skins/aqua/title-bg.gif new file mode 100644 index 0000000000000000000000000000000000000000..6a541b3bc1e4bbee3268e8a5b431e2c7e067b3b9 GIT binary patch literal 116 zcmZ?wbhEHbWMmLyc+AI8Sy_4e_U#7`9z1*Y?D_NOFJ8QO`}Xa-ckkZ6fB*UO=PzHr zeEwc6hbmm72G|20~mA|fBtHB8VX&K*sP!FEoV37-@-w z0R<@%0vdJ3g^a|I?Pj7#(uKh`L|Finie4=6J7+yFJ!?;2&hK|#eqYx=!aJTkdGdK~ zpXAvT*|;uzpq}wF^XC|f7Hy%(3T3cCne7xg0NE&VQse^UpvX;;2at=R3KMyuTq^;2 zC|Y8oD$05(`vPTsz*a#S0tVY?u&+|C9=JNny<&2Wlxxu0Hl1B<&bOHJt%U0!T(_BC zgSodcw-fkw;8z2`7Wg+!zQf>qKnNTBb`ZKuVKa!`hOo;JcIVTBAiY~i59ZSeL+aC| z!@BeVWcDfiw+cT5^1&QG406AoIcj8%=$U~We@)9obve2q{HDt%A^V9eOz8`!W#PUo z{Glyegxu${_yBUTjF`%Z|48DTBtDfyM6y>wiIePzB&H=%lq8Adt`lWUQ^v6JD^_ko zVMxpW0>xpRzl-zJT46#fEanU@Jl2Z$aN#etkRrv0xcG#WQfd*YMOH0xfG5?`f?CQG zRZvSM70ars5}YAe!5FKgv{(qnpg$pmfIbJN473Ck12uqBc&`6pfd*o?R4~A_FpDaG zf^k#kwtL0q(ctCQJ>$_C|68Xo9Y5B%<>HN|rPXUc)#iLZ4#(@;I^sWF!BdIIrn4`- z_ReJJ%ebfY&*2}GiP+Mnwl{8s9^RRq>F%t|b=gjA`^L{W-2=&FGRjoj?dL}ulChUN ztGti>UrgEp&DJF~TgO`%XJ0rw;D5cjZkdINhI+^4JxpY(BDmw(Y^2$Dw;%8S`6J8C z+7+J0mD495S)75uciVQyzK?~28yvw)3bIF5-kaz;!0dbQmF@mI-kmt>7+F`d+N zt#PY&(k@T!8mH}j>(;M_TI-IV)AU=8{=a)`lc$<@jm#z)SE${(>{g=Z!tz!BW;gbH Q9Q54|91Yd + + + + JS Calendar (positioning test) + + + + + + + + + + + + +
+ + + + + + + +
+ + + diff --git a/htdocs/cashdesk/include/jscalendar/test.php b/htdocs/cashdesk/include/jscalendar/test.php new file mode 100644 index 00000000000..c9c2e288da1 --- /dev/null +++ b/htdocs/cashdesk/include/jscalendar/test.php @@ -0,0 +1,116 @@ + + + + + +Test for calendar.php + + + section; it will "echo" code that loads the calendar +// scripts and theme file. +$calendar->load_files(); + +?> + + + + + + + +

Form submitted

+ + $val) { + echo htmlspecialchars($key) . ' = ' . htmlspecialchars($val) . '
'; +} ?> + + + +

Calendar.php test

+ +
+ Select language: +
+ NOTE: as of this release, 0.9.6, only "EN" and "RO", which I + maintain, function correctly. Other language files do not work + because they need to be updated. If you update some language file, + please consider sending it back to me so that I can include it in the + calendar distribution. +
+
+ +
+ + + + + + + +
+ Date 1: + + make_input_field( + // calendar options go here; see the documentation and/or calendar-setup.js + array('firstDay' => 1, // show Monday first + 'showsTime' => true, + 'showOthers' => true, + 'ifFormat' => '%Y-%m-%d %I:%M %P', + 'timeFormat' => '12'), + // field attributes go here + array('style' => 'width: 15em; color: #840; background-color: #ff8; border: 1px solid #000; text-align: center', + 'name' => 'date1', + 'value' => strftime('%Y-%m-%d %I:%M %P', strtotime('now')))); ?> +
+ +
+ + +
+ + + + + diff --git a/htdocs/cashdesk/index.php b/htdocs/cashdesk/index.php new file mode 100644 index 00000000000..03684e9c766 --- /dev/null +++ b/htdocs/cashdesk/index.php @@ -0,0 +1,97 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + include('../master.inc.php'); + + session_start (); + + if ( $_SESSION['uid'] > 0 ) { + + header ('Location: affIndex.php'); + + } + +?> + + + + + Caisse : identification + + + + + + + + + + + + + + +
+
+
+ +

CAISSE : identification

+ + + +
+ +
+ + +
+
+
+ diff --git a/htdocs/cashdesk/index_verif.php b/htdocs/cashdesk/index_verif.php new file mode 100644 index 00000000000..70cd34ce490 --- /dev/null +++ b/htdocs/cashdesk/index_verif.php @@ -0,0 +1,54 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + include('../master.inc.php'); + require ('include/environnement.php'); + require ('classes/Auth.class.php'); + + $username = $_POST['txtUsername']; + $password = $_POST['pwdPassword']; + + + $auth = new Auth ($conf_db_host,$conf_db_user, $conf_db_pass, $conf_db_base ); + + $retour = $auth->verif ($username, $password); + + if ( $retour >= 0 ) { + + $db = mysql_connect ($conf_db_host,$conf_db_user, $conf_db_pass); + mysql_select_db ($conf_db_base, $db); + + $tab = $sql->fetchFirst ($sql->query (" + SELECT rowid, name, firstname + FROM llx_user + WHERE login = '".$username."' + ;")); + + $_SESSION['uid'] = $tab['rowid']; + $_SESSION['uname'] = $username; + $_SESSION['nom'] = $tab['name']; + $_SESSION['prenom'] = $tab['firstname']; + + header ('Location: affIndex.php?menu=facturation&id=NOUV'); + + } else { + + header ('Location: index.php?err='.$retour.'&user='.$username); + + } + +?> diff --git a/htdocs/cashdesk/javascript/dhtml.js b/htdocs/cashdesk/javascript/dhtml.js new file mode 100644 index 00000000000..3bba620636c --- /dev/null +++ b/htdocs/cashdesk/javascript/dhtml.js @@ -0,0 +1,98 @@ + +/* Copyright (C) 2007-2008 Jérémie Ollivier + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + +// Instanciation et initialisation de l'objet xmlhttprequest +function file (fichier) { + + // Instanciation de l'objet pour Mozilla, Konqueror, Opera, Safari, etc ... + if (window.XMLHttpRequest) { + + xhr_object = new XMLHttpRequest (); + + // ... ou pour IE + } else if (window.ActiveXObject) { + + xhr_object = new ActiveXObject ("Microsoft.XMLHTTP"); + + } else { + + return (false); + + } + + xhr_object.open ("GET", fichier, false); + xhr_object.send (null); + + if (xhr_object.readyState == 4) { + + return (xhr_object.responseText); + + } else { + + return (false); + + } + +} + + +// Affichage des données aTexte dans le bloc identifié par aId +function afficheDonnees (aId, aTexte) { + + document.getElementById(aId).innerHTML = aTexte; + +} + + +// aCible : id du bloc de destination; aCode : argument à passer à la page php chargée du traitement et de l'affichage +function verifResultat (aCible, aCode) { + + if (aCode != '') { + + if (texte = file ('facturation_dhtml.php?code='+escape(aCode))) { + + afficheDonnees (aCible, texte); + + } else + + afficheDonnees (aCible, ''); + + } + +} + + +// Change dynamiquement la classe de l'élément ayant l'id aIdElement pour aClasse +function setStyle (aIdElement, aClasse) { + + aIdElement.className = aClasse; + +} + + + + + + + + + + + + + diff --git a/htdocs/cashdesk/javascript/facturation1.js b/htdocs/cashdesk/javascript/facturation1.js new file mode 100644 index 00000000000..e3acea156c2 --- /dev/null +++ b/htdocs/cashdesk/javascript/facturation1.js @@ -0,0 +1,177 @@ + +/* Copyright (C) 2007-2008 Jérémie Ollivier + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + +// Calcul et affichage en temps réel des informations sur le produit en cours +function modif () { + + var prix_unit = parseFloat ( document.getElementById('frmQte').txtPrixUnit.value ); + var qte = parseFloat ( document.getElementById('frmQte').txtQte.value ); + var _index = parseFloat ( document.getElementById('frmQte').selTva.selectedIndex ); + var tva = parseFloat ( document.getElementById('frmQte').selTva.options[_index].text ); + var remise = parseInt ( document.getElementById('frmQte').txtRemise.value ); + var stock = document.getElementById('frmQte').txtStock.value; + +// // On s'assure que la quantitée tapée ne dépasse pas le stock +// if ( qte > stock ) { +// +// qte = stock; +// document.getElementById('frmQte').txtQte.value = qte; +// +// } +// +// if ( qte < 1 ) { +// +// qte = 1; +// document.getElementById('frmQte').txtQte.value = qte; +// +// } +// +// if ( !stock || stock <= 0 ) { +// +// qte = 0; +// document.getElementById('frmQte').txtQte.value = qte; +// +// } + + // Calcul du total HT, sans remise + var total_ht = Math.round ( (prix_unit * qte) * 100 ) / 100; + + // Calcul du montant de la remise, après s'être assuré que cette dernière ne soit pas négative + if ( remise <= 0 ) { + + document.getElementById('frmQte').txtRemise.value = 0; + montant_remise = 0; + + } else { + + var montant_remise = total_ht * remise / 100; + + } + + // Recalcul du montant total, avec la remise + var total = Math.round ( (total_ht - montant_remise) *100 ) / 100; + + // Affichage du résultat dans le formulaire + document.getElementById('frmQte').txtTotal.value = total.toFixed(2); + +} + +// Affecte la source de la requete (liste déroulante ou champ texte 'ref') au champ caché +function setSource (aSrc) { + + document.getElementById('frmFacturation').hdnSource.value = aSrc; + document.getElementById('frmFacturation').submit(); + +} + +// Vérification de la cohérence des informations saisies dans le formulaire de choix du nombre d'articles +function verifSaisie () { + + if ( document.getElementById('frmQte').txtQte.value ) { + + return true; + + } else { + + document.getElementById('frmQte').txtQte.focus(); + return false; + + } + +} + +// Vérification de la cohérence des informations saisies dans le formulaire de calcul de la différence +function verifDifference () { + + var du = parseFloat ( document.getElementById('frmDifference').txtDu.value ); + var encaisse = parseFloat ( document.getElementById('frmDifference').txtEncaisse.value ); + + if ( encaisse > du ) { + + resultat = Math.round ( (encaisse - du) * 100 ) / 100; + document.getElementById('frmDifference').txtRendu.value = resultat.toFixed(2); + + } else if ( encaisse == du ) { + + document.getElementById('frmDifference').txtRendu.value = '0'; + + } else { + + document.getElementById('frmDifference').txtRendu.value = '-'; + + } + +} + +// Affecte le moyen de paiement (ESP, CB ou CHQ) au champ caché en fonction du bouton cliqué +function verifClic (aChoix) { + + document.getElementById('frmDifference').hdnChoix.value = aChoix; + +} + +// Détermination du moyen de paiement, et validation du formulaire si les données sont cohérentes +function verifReglement () { + + var choix = document.getElementById('frmDifference').hdnChoix.value; + var du = parseFloat (document.getElementById('frmDifference').txtDu.value); + var encaisse = parseFloat (document.getElementById('frmDifference').txtEncaisse.value); + + if ( du > 0 ) { + + if ( choix == 'ESP' ) { + + if ( encaisse != 0 && encaisse >= du ) { + + return true; + + } else { + + document.getElementById('frmDifference').txtEncaisse.select(); + document.getElementById('frmDifference').txtEncaisse.focus(); + return false; + + } + + } else if ( choix == 'DIF' ) { + + if ( document.getElementById('frmDifference').txtDatePaiement.value ) { + + return true; + + } else { + + document.getElementById('frmDifference').txtDatePaiement.select(); + document.getElementById('frmDifference').txtDatePaiement.focus(); + return false; + + } + + } else { + + return true; + + } + + } else { + + return false; + + } + +} diff --git a/htdocs/cashdesk/langs/en_US/cashdesk.lang b/htdocs/cashdesk/langs/en_US/cashdesk.lang new file mode 100644 index 00000000000..ecd846611bb --- /dev/null +++ b/htdocs/cashdesk/langs/en_US/cashdesk.lang @@ -0,0 +1,5 @@ +# Language file - en_US - cashdesk +CashDesk=Cash desk +Module50100Name=Cash desk +Module50100Desc=Cash desk module + diff --git a/htdocs/cashdesk/langs/fr_FR/cashdesk.lang b/htdocs/cashdesk/langs/fr_FR/cashdesk.lang new file mode 100644 index 00000000000..5c15e1cc2bf --- /dev/null +++ b/htdocs/cashdesk/langs/fr_FR/cashdesk.lang @@ -0,0 +1,4 @@ +# Language file - fr_FR - cashdesk +CashDesk=Caisse +Module50100Name=Caisse +Module50100Desc=Caisse enregistreuse diff --git a/htdocs/cashdesk/liste_articles.php b/htdocs/cashdesk/liste_articles.php new file mode 100644 index 00000000000..f819836bdc7 --- /dev/null +++ b/htdocs/cashdesk/liste_articles.php @@ -0,0 +1,24 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + + require ('templates/liste_articles.tpl.php'); + + $obj_facturation->prix_total_ht ($lst_total_ht); + $obj_facturation->prix_total_ttc ($lst_total_ttc); + +?> diff --git a/htdocs/cashdesk/sql/llx_tmp_caisse.sql b/htdocs/cashdesk/sql/llx_tmp_caisse.sql new file mode 100644 index 00000000000..106b577ad53 --- /dev/null +++ b/htdocs/cashdesk/sql/llx_tmp_caisse.sql @@ -0,0 +1,18 @@ + +-- -------------------------------------------------------- + +-- +-- Structure de la table `llx_tmp_caisse` +-- + +CREATE TABLE `llx_tmp_caisse` ( + `id` int(11) NOT NULL auto_increment, + `fk_article` tinyint(4) NOT NULL, + `qte` int(11) NOT NULL, + `fk_tva` tinyint(4) NOT NULL, + `remise_percent` int(11) NOT NULL, + `remise` float NOT NULL, + `total_ht` float NOT NULL, + `total_ttc` float NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=innodb AUTO_INCREMENT=3 ; diff --git a/htdocs/cashdesk/style.css b/htdocs/cashdesk/style.css new file mode 100644 index 00000000000..abd42ca4469 --- /dev/null +++ b/htdocs/cashdesk/style.css @@ -0,0 +1,504 @@ + +/* Copyright (C) 2007-2008 Jérémie Ollivier + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + +/* ------------------- Initialisations ------------------- */ + +body { + background: #eee; + color: #333; + margin: 0; + padding: 0; + text-align: center; + font: 0.7em Arial,Helvetica,sans-serif; +} + +p { + margin: 0; +} + +.conteneur { + background: #fff; + text-align: left; + width: 770px; + margin: 10px auto; +} + + .conteneur_img_gauche { + background: url("images/bg_conteneur_gauche.png") top left repeat-y; + } + + .conteneur_img_droite { + background: url("images/bg_conteneur_droite.png") top right repeat-y; + } + + +/* ------------------- En-tête ------------------- */ + +.entete { + height: 15px; + margin: 0; + background: url('images/bg_entete.png') no-repeat left top; +} + + .entete span { + display: none; + } + + + +/* ------------------- Menu ------------------- */ + +.menu_principal { + margin: 0 auto; + margin-left: 15px; + margin-bottom: 20px; + margin-right: 20px; + font-size: 14px; + width: 735px; + height: 84px; + background: url('images/bg_menu.png') no-repeat left top; +} + + .menu_bloc { + margin-left: 20px; + } + + .menu { + margin: 0; + padding: 0; + list-style-type: none; + padding-top: 10px; + } + + .menu li { + float: left; + font-weight: bold; + width: 200px; + } + + .menu_choix1, .menu_choix2 { + font-size: 1.4em; + text-align: left; + } + + .menu_choix1 a, .menu_choix2 a { + display: block; + color: #fff; + text-decoration: none; + width: 100px; + padding-left: 60px; + height: 48px; + background: url('images/new.png') top left no-repeat; + } + + .menu_choix1 a { + background: url('images/new.png') top left no-repeat; + } + + .menu_choix2 a { + background: url('images/gescom.png') top left no-repeat; + } + + .menu_choix1 a:hover, .menu_choix2 a:hover { + color: #6d3f6d; + } + + + .menu_choix0 { + font-size: 0.9em; + text-align: right; + font-style: italic; + } + + .menu_choix0 a{ + width: 280px; + display: block; + color: #333; + text-decoration: none; + padding-right: 25px; + background: url('images/lock.png') no-repeat top right; + } + + .menu_choix0 a:hover{ + color: #6d3f6d; + text-decoration: underline; + } + + + + +/* ------------------- Récapitulatif des articles ------------------- */ +.liste_articles { + width: 215px; + float: right; + margin-right: 20px; + border: 1px dotted #5ca64d; + padding-bottom: 10px; +} + + p.titre { + margin: 0; + margin-bottom: 20px; + text-align: center; + font-weight: bold; + font-size: 1.4em; + color: #5ca64d; + border-bottom: 1px dotted; + } + + .cadre_article { + margin: 0 auto; + width: 180px; + text-align: center; + margin-bottom: 10px; + padding-bottom: 10px; + border-bottom: 1px solid #eee; + } + + .cadre_article p { + color: #5ca64d; + } + + .cadre_article p a { + color: #333; + font-size: 1.1em; + text-decoration: none; + padding-right: 25px; + background: url('images/basket_delete.png') top right no-repeat; + } + + .cadre_article p a:hover { + color: #6d3f6d; + } + + .cadre_aucun_article { + text-align: center; + font-style: italic; + } + + .cadre_prix_total { + text-align: center; + font-weight: bold; + font-size: 1.4em; + color: #6d3f6d; + padding-top: 10px; + padding-bottom: 10px; + margin-left: 20px; + margin-right: 20px; + border: 1px dotted #6d3f6d; + } + + +/* ------------------- Contenu ------------------- */ +.principal_login { + margin: 30px; + padding: 0; +} + + .formulaire_login { + text-align: center; + } + + .formulaire_login table { + margin: 0 auto; + padding-left: 60px; + margin-bottom: 20px; + background: url('images/login.png') bottom left no-repeat; + } + + .formulaire_login table tr { + height: 30px; + } + + .texte_login { + padding-left: 2px; + padding-right: 2px; + background: #fff; + border: 1px solid #6d3f6d; + } + + .bouton_login input { + background: #fff; + border: 1px solid #6d3f6d; + } + +.principal { + float: left; + margin: 0 15px; + padding: 0; + width: 495px; +} + + .titre1 { + font-weight: bold; + color: #ff9900; + margin: 0; + font-size: 1.4em; + } + + .label1 { + color: #333; + font-size: 1.1em; + } + + .cadre_facturation { + border: 2px solid #ddd; + margin-bottom: 15px; + padding: 10px 10px; + } + + .principal p { + padding-left: 10px; + padding-right: 10px; + } + + .lien1 { + color: #333; + font-size: 1.1em; + text-decoration: underline; + } + + .lien1:hover { + color: #6d3f6d; + } + + + /* Formulaires */ + .formulaire1 { + padding: 0; + } + + .resultats_dhtml { + width: 400px; + position: absolute; + } + + /* --------------------- Listes déroulantes ------------------- */ + .select_design { + width: 370px; + overflow: auto; + } + + .select_design select { + border: 1px solid #6d3f6d; + background: #fff; + } + + .select_tva select { + width: 60px; + border: 1px solid #6d3f6d; + background: #fff; + } + + .top_liste { + font-style: italic; + text-align :center; + color: #aaa; + } + + + /* --------------- Champs texte ---------------- */ + .texte_ref, .texte1, .texte1_off, .texte2, .texte2_off, .textarea_note { + padding-left: 2px; + padding-right: 2px; + } + + .texte_ref, .texte1, .texte2, .textarea_note { + background: #fff; + border: 1px solid #6d3f6d; + } + + .texte1_off, .texte2_off { + color: #000; + border: 1px solid #eee; + background: #eee; + } + + .texte_ref { + width: 100px; + } + + .texte1, .texte1_off { + width: 60px; + } + + .texte2, .texte2_off { + width: 140px; + } + + + /* ------------------- */ + .textarea_note { + width: 300px; + height: 150px; + padding: 2px 2px; + } + + + /* -------------- Boutons --------------------- */ + .bouton_ajout_article, .bouton_mode_reglement, .bouton_validation { + border: 1px solid #999; + background: #f7f7ff; + } + + .bouton_ajout_article:hover, .bouton_mode_reglement:hover, .bouton_validation:hover { + background: #e7e7ff; + } + + .bouton_ajout_article { + margin-top: 10px; + width: 100%; + height: 40px; + } + + .bouton_mode_reglement { + width: 150px; + height: 40px; + } + + .bouton_validation { +/* width: 80px; */ + margin-left: 10px; + margin-top: 20px; + margin-bottom: 10px; + } + + + .formulaire2 { + padding: 0; + width: 100%; + } + + + .table_resume { + width: 100%; + } + + .table_resume tr { + background: #eee; + } + + .table_resume td { + padding-left: 8px; + } + + .resume_label, .note_label { + width: 200px; + font-weight: bold; + font-size: 1.1em; + } + + .note_label { + padding-top: 20px; + } + + + +/* ------------------- Pied de page ------------------- */ + +.pied { + clear: both; + height: 15px; + background: url('images/bg_pied.png') no-repeat bottom left; +} + + +/* ------------------- Paramètres communs (messages d'erreur, informations, etc...) ------------------- */ + +.msg_err1 { + color: #c00; +} + +/* Messages d'erreur */ +.cadre_err1 { + margin-right: 10px; + margin-bottom: 10px; + padding: 10px 10px; + border: 1px solid #c00; + background: #feffac; + color: #c00; +} + + /* Titre */ + .err_titre { + font-weight: bold; + margin: 0; + margin-bottom: 10px; + padding: 0; + } + + /* Description */ + .err_desc { + margin: 0; + padding: 0; + } + +/* Messages d'information */ +.cadre_msg1 { + margin-right: 10px; + margin-bottom: 10px; + padding: 10px 10px; + border: 1px solid #070; + background: #e8f8da; + color: #070; +} + + /* Titre */ + .msg_titre { + font-weight: bold; + margin: 0; + margin-bottom: 10px; + padding: 0; + } + + /* Description */ + .msg_desc { + margin: 0; + padding: 0; + } + + +/* Affichage de la liste des résultats */ +.dhtml_bloc { + margin: 0; + padding: 3px; + font-size: 13px; + font-family: arial,sans-serif; + border: 1px solid #000; + z-index: 1; + width: 455px; + max-height: 500px; + overflow: auto; + position: absolute; + background-color: white; +} + + .dhtml_defaut { + list-style-type: none; + display: block; + height: 16px; + overflow: hidden; + } + + .dhtml_selection { + background-color: #3366cc; + color: white ! important; + } + + + diff --git a/htdocs/cashdesk/templates/facturation1.tpl.php b/htdocs/cashdesk/templates/facturation1.tpl.php new file mode 100644 index 00000000000..adc30df31ce --- /dev/null +++ b/htdocs/cashdesk/templates/facturation1.tpl.php @@ -0,0 +1,208 @@ + + + + + +
Article +
+ + + + + + + + + + + +
CodeDésignation
+ + +
+
+ +
+ + + + + + + + + + + + + + + + +
QuantitéStockPrix unitaireTaux TVARemise (%)Prix total
+ +
+ + +
+
+ + +
Différence +
+ + + + + + + + + + + +
Montant dûEncaisséRendu
+
+ +
Mode de paiement + + + + + + + +
+ + + + + + +
+ + Date limite de paiement : + + +
+ +
+ + + diff --git a/htdocs/cashdesk/templates/liste_articles.tpl.php b/htdocs/cashdesk/templates/liste_articles.tpl.php new file mode 100644 index 00000000000..4864519c9c1 --- /dev/null +++ b/htdocs/cashdesk/templates/liste_articles.tpl.php @@ -0,0 +1,67 @@ + +
+
+ +

Panier

+ +query ('SELECT id, ref, label, qte, price, remise_percent, remise, total_ht, total_ttc FROM `llx_tmp_caisse` as c + LEFT JOIN llx_product as p ON c.fk_article = p.rowid + ORDER BY id + ;'); + + if ( $sql->numRows($res) ) { + + $tab = $sql->fetchAll($res); + + for ( $i = 0; $i < count($tab); $i++ ) { + + echo ('
'."\n"); + echo ('

'.$tab[$i]['ref'].' - '.$tab[$i]['label'].'

'."\n"); + + if ( $tab[$i]['remise_percent'] > 0 ) { + + $remise_percent = ' -'.$tab[$i]['remise_percent'].'%'; + + } else { + + $remise_percent = ''; + + } + + $remise = $tab[$i]['remise']; + $total_ht = ($tab[$i]['total_ht'] - $remise); + + echo ('

'.$tab[$i]['qte'].' x '.number_format ( $tab[$i]['price'], 2, '.', '' ).$remise_percent.' = '.number_format ($total_ht, 2, '.', '').'€ HT ('.number_format ($tab[$i]['total_ttc'], 2, '.', '').'€ TTC)

'."\n"); + echo ('
'."\n"); + + } + + $total_ttc = $obj_facturation->prix_total_ttc(); + echo ('

TOTAL : '.number_format ($total_ttc, 2, '.', '').' €
('.number_format ( ($total_ttc * 6.55957), 2, '.', '').' F)

'."\n"); + + } else { + + echo ('

Aucun article pour le moment

'."\n"); + + } + +?> +
+
\ No newline at end of file diff --git a/htdocs/cashdesk/templates/menu.tpl.php b/htdocs/cashdesk/templates/menu.tpl.php new file mode 100644 index 00000000000..903e3d1dc39 --- /dev/null +++ b/htdocs/cashdesk/templates/menu.tpl.php @@ -0,0 +1,23 @@ + + diff --git a/htdocs/cashdesk/templates/ticket.tpl.php b/htdocs/cashdesk/templates/ticket.tpl.php new file mode 100644 index 00000000000..6046bb3d2f7 --- /dev/null +++ b/htdocs/cashdesk/templates/ticket.tpl.php @@ -0,0 +1,178 @@ + + +Impression du ticket + + + + + + + +
+ +
+

NEGONAVAL
+ ZONE TECHNIQUE DU PORT
+ 66750 SAINT CYPRIEN

+ + Le '.$date.' à '.$heure.'

'); + ?> +
+
+ + + + + query (' + SELECT id, ref, label, qte, price, remise_percent, remise, total_ht, total_ttc, tva_tx FROM `llx_tmp_caisse` as c + LEFT JOIN llx_product as p ON c.fk_article = p.rowid + ORDER BY id + ;'); + + if ( $sql->numRows($res) ) { + + $tab = $sql->fetchAll($res); + + for ( $i = 0; $i < count($tab); $i++ ) { + + $remise = $tab[$i]['remise']; + $total_ht = $tab[$i]['total_ht'] - $remise; + + echo (''."\n"); + + } + + } else { + + echo ('

Erreur : aucun article

'."\n"); + + } + + ?> +
CodeLabelQtéRemise (%)Tot HT
'.$tab[$i]['ref'].''.$tab[$i]['label'].''.$tab[$i]['qte'].''.$tab[$i]['remise_percent'].''.number_format ( $total_ht,2, '.', '').' €
+ + + \n"; + if ( $obj_facturation->montant_tva_19_6() ) { + + echo '\n"; + + } + if ( $obj_facturation->montant_tva_5_5() ) { + + echo '\n"; + + } + if ( !$obj_facturation->montant_tva_19_6() && !$obj_facturation->montant_tva_5_5() ) { + + echo ''."\n"; + + } + echo '\n"; + ?> +
Total HT'.number_format ($obj_facturation->prix_total_ht(),2, '.', '')." €
TVA 19.6%'.number_format ($obj_facturation->montant_tva_19_6(),2, '.', '')." €
TVA 5.5%'.number_format ($obj_facturation->montant_tva_5_5(),2, '.', '')." €
Pas de TVA
Total TTC'.number_format ($obj_facturation->prix_total_ttc(), 2, '.', '')." €
+ + + +Fermer cette fenêtre + + diff --git a/htdocs/cashdesk/templates/validation1.tpl.php b/htdocs/cashdesk/templates/validation1.tpl.php new file mode 100644 index 00000000000..e238c7f0335 --- /dev/null +++ b/htdocs/cashdesk/templates/validation1.tpl.php @@ -0,0 +1,79 @@ + +
Résumé + + + + + + montant_tva_19_6() ) { + + echo (''); + + } + + if ( $obj_facturation->montant_tva_5_5() ) { + + echo (''); + + } + if ( !$obj_facturation->montant_tva_19_6() && !$obj_facturation->montant_tva_5_5() ) { + + echo (''); + + } + ?> + + + + mode_reglement() == 'DIF' ) { + + echo (''); + + } else { + + echo (''); + + } + + // Affichage du montant rendu (réglement en espèces) + if ( $obj_facturation->montant_rendu() ) { + + echo (''); + + } + + ?> + +
Facture N°num_facture(); ?>
Prix HT :prix_total_ht(), 2, '.', ''); ?> €
Montant TVA 19.6% :'.number_format ($obj_facturation->montant_tva_19_6(), 2, '.', '').' €
Montant TVA 5.5% :'.number_format ($obj_facturation->montant_tva_5_5(), 2, '.', '').' €
Montant TVA :Pas de TVA pour cette vente
A payer :prix_total_ttc(), 2, '.', ''); ?> €
Mode de réglement :mode_reglement(); ?>
Paiement le :'.$obj_facturation->paiement_le().'
Encaissé :'.number_format ($obj_facturation->montant_encaisse(), 2, '.', '').' €
Rendu :'.number_format ($obj_facturation->montant_rendu(), 2, '.', '').' €
+ +
+ +

Notes

+ + +

Reprendre la vente

+
+ + + +
diff --git a/htdocs/cashdesk/templates/validation2.tpl.php b/htdocs/cashdesk/templates/validation2.tpl.php new file mode 100644 index 00000000000..51fd5444ede --- /dev/null +++ b/htdocs/cashdesk/templates/validation2.tpl.php @@ -0,0 +1,39 @@ + +

Vente terminée

+ +
+ + + +

Voir la facture

+

Imprimer le ticket

+ +
diff --git a/htdocs/cashdesk/validation.php b/htdocs/cashdesk/validation.php new file mode 100644 index 00000000000..211e9ebbcd1 --- /dev/null +++ b/htdocs/cashdesk/validation.php @@ -0,0 +1,22 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + + // Affichage des templates + require ('templates/validation1.tpl.php'); + +?> diff --git a/htdocs/cashdesk/validation_ok.php b/htdocs/cashdesk/validation_ok.php new file mode 100644 index 00000000000..ae3e461617c --- /dev/null +++ b/htdocs/cashdesk/validation_ok.php @@ -0,0 +1,22 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + + // Affichage des templates + require ('templates/validation2.tpl.php'); + +?> diff --git a/htdocs/cashdesk/validation_ticket.php b/htdocs/cashdesk/validation_ticket.php new file mode 100644 index 00000000000..6e028fb0864 --- /dev/null +++ b/htdocs/cashdesk/validation_ticket.php @@ -0,0 +1,34 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + require ('../master.inc.php'); + require ('include/environnement.php'); + require ('classes/Facturation.class.php'); + + $obj_facturation = unserialize ($_SESSION['serObjFacturation']); + unset ($_SESSION['serObjFacturation']); + + + require ('templates/ticket.tpl.php'); + + + $_SESSION['serObjFacturation'] = serialize ($obj_facturation); + +?> + + + diff --git a/htdocs/cashdesk/validation_verif.php b/htdocs/cashdesk/validation_verif.php new file mode 100644 index 00000000000..d0b1d487b77 --- /dev/null +++ b/htdocs/cashdesk/validation_verif.php @@ -0,0 +1,513 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + require ('../master.inc.php'); + require ('include/environnement.php'); + require ('classes/Facturation.class.php'); + + $obj_facturation = unserialize ($_SESSION['serObjFacturation']); + unset ($_SESSION['serObjFacturation']); + + switch ( $_GET['action'] ) { + + default: + + $redirection = 'affIndex.php?menu=validation'; + break; + + case 'valide_achat': + + // Récupération du dernier numéro de facture + $res = $sql->query (" + SELECT facnumber + FROM llx_facture + WHERE facnumber LIKE 'FA%' + ORDER BY rowid DESC + ;"); + + if ( $sql->numRows ($res) ) { + + $tab_num_facture = $sql->fetchFirst ( $res ); + + $tab = explode ('-', $tab_num_facture['facnumber']); + $num_txt = $tab[1]; + $num = $num_txt + 1; + + // Formatage du numéro sur quatre caractères + if ( $num < 1000 ) { $num = '0'.$num; } + if ( $num < 100 ) { $num = '0'.$num; } + if ( $num < 10 ) { $num = '0'.$num; } + + $obj_facturation->num_facture ('FA'.date('ym').'-'.$num); + + } else { + + $obj_facturation->num_facture ( 'FA'.date('ym').'-0001' ); + + } + + + $obj_facturation->mode_reglement ($_POST['hdnChoix']); + + // Si paiement autre qu'en espèces, montant encaissé = prix total + $mode_reglement = $obj_facturation->mode_reglement(); + if ( $mode_reglement != 'ESP' ) { + + $montant = $obj_facturation->prix_total_ttc(); + + } else { + + $montant = $_POST['txtEncaisse']; + + } + + if ( $mode_reglement != 'DIF') { + + $obj_facturation->montant_encaisse ($montant); + + //Détermination de la somme rendue + $total = $obj_facturation->prix_total_ttc (); + $encaisse = $obj_facturation->montant_encaisse(); + + $obj_facturation->montant_rendu ( $encaisse - $total ); + + } else { + + $obj_facturation->paiement_le ($_POST['txtDatePaiement']); + + } + + $redirection = 'affIndex.php?menu=validation'; + break; + + case 'retour': + + $redirection = 'affIndex.php?menu=facturation'; + break; + + case 'valide_facture': + + // Récupération de la date et de l'heure + $date = date ('Y-m-d'); + $heure = date ('H:i:s'); + + // Récupération du mode de réglement et création de la note privée ... + $note = ''; + + switch ( $obj_facturation->mode_reglement() ) { + + case 'ESP': + $mode_reglement = 4; + + $note .= 'Réglement en espèces'."\n"; + $note .= 'Somme encaissée : '.$obj_facturation->montant_encaisse()." euro\n"; + $note .= 'Somme rendue : '.$obj_facturation->montant_rendu()." euro\n"; + $note .= "\n"; + $note .= '--------------------------------------'."\n\n"; + break; + + case 'CB': + $mode_reglement = 6; + break; + + case 'CHQ': + $mode_reglement = 7; + break; + + } + + // ... on termine la note + $note .= addslashes ($_POST['txtaNotes']); + + // Si paiement différé ... + if ( $obj_facturation->mode_reglement() == 'DIF' ) { + + // ... ajout d'une facture sans mode de réglement, avec la date d'échéance + $sql->query (" + INSERT INTO llx_facture ( + facnumber, + type, + ref_client, + increment, + fk_soc, + datec, + datef, + date_valid, + paye, + amount, + remise_percent, + remise_absolue, + remise, + close_code, + close_note, + tva, + total, + total_ttc, + fk_statut, + fk_user_author, + fk_user_valid, + fk_facture_source, + fk_projet, + fk_cond_reglement, + fk_mode_reglement, + date_lim_reglement, + note, + model_pdf + ) VALUES ( + '".$obj_facturation->num_facture()."', + 0, + NULL, + NULL, + ".$conf_fksoc.", + '".$date." ".$heure."', + '".$date."', + NULL, + 0, + ".$obj_facturation->prix_total_ht().", + 0, + 0, + 0, + NULL, + NULL, + ".$obj_facturation->montant_tva().", + ".$obj_facturation->prix_total_ht().", + ".$obj_facturation->prix_total_ttc().", + 1, + ".$_SESSION['uid'].", + ".$_SESSION['uid'].", + NULL, + NULL, + 0, + 255, + '".$obj_facturation->paiement_le()."', + '".$note."', + 'crabe' + );"); + + + // Récupération de l'id de la facture nouvellement créée + $tab_id_facture = $sql->fetchFirst ( $sql->query (" + SELECT rowid + FROM llx_facture + WHERE 1 + ORDER BY rowid DESC + ;") ); + + $id = $tab_id_facture['rowid']; + + + // Sinon ... + } else { + + // ... ajout d'une facture et d'un paiement + $sql->query (" + INSERT INTO llx_facture ( + facnumber, + type, + ref_client, + increment, + fk_soc, + datec, + datef, + date_valid, + paye, + amount, + remise_percent, + remise_absolue, + remise, + close_code, + close_note, + tva, + total, + total_ttc, + fk_statut, + fk_user_author, + fk_user_valid, + fk_facture_source, + fk_projet, + fk_cond_reglement, + fk_mode_reglement, + date_lim_reglement, + note, + note_public) + + VALUES ( + '".$obj_facturation->num_facture()."', + 0, + NULL, + NULL, + ".$conf_fksoc.", + '".$date." ".$heure."', + '".$date."', + NULL, + 1, + ".$obj_facturation->prix_total_ht().", + 0, + 0, + 0, + NULL, + NULL, + ".$obj_facturation->montant_tva().", + ".$obj_facturation->prix_total_ht().", + ".$obj_facturation->prix_total_ttc().", + 2, + ".$_SESSION['uid'].", + ".$_SESSION['uid'].", + NULL, + NULL, + 1, + ".$mode_reglement.", + '".$date."', + '".$note."', + NULL) + ;"); + + + // Récupération de l'id de la facture nouvellement créée + $tab_id_facture = $sql->fetchFirst ( $sql->query (" + SELECT rowid + FROM llx_facture + WHERE 1 + ORDER BY rowid DESC + ;") ); + + $id = $tab_id_facture['rowid']; + + + + // Ajout d'une opération sur le compte de caisse, uniquement si le paiement est en espèces + if ( $obj_facturation->mode_reglement() == 'ESP' ) { + + $sql->query (" + INSERT INTO llx_bank ( + datec, + datev, + dateo, + amount, + label, + fk_account, + fk_user_author, + fk_type, + rappro, + fk_bordereau + ) + + VALUES ( + '".$date." ".$heure."', + '".$date."', + '".$date."', + ".$obj_facturation->prix_total_ttc().", + 'Paiement caisse facture ".$obj_facturation->num_facture()."', + ".$conf_fkaccount.", + ".$_SESSION['uid'].", + 'ESP', + 0, + 0 + ) + ;"); + + } + + // Récupération de l'id de l'opération nouvellement créée + $tab_id_operation = $sql->fetchFirst ( $sql->query (" + SELECT rowid + FROM llx_bank + WHERE 1 + ORDER BY rowid DESC + ;") ); + + $id_op = $tab_id_operation['rowid']; + + + // Ajout d'un nouveau paiement + $sql->query (" + INSERT INTO llx_paiement ( + fk_facture, + datec, + datep, + amount, + fk_paiement, + num_paiement, + note, + fk_bank, + fk_user_creat, + fk_user_modif, + statut, + fk_export_compta + ) + + VALUES ( + ".$id.", + '".$date." ".$heure."', + '".$date." 12:00:00', + ".$obj_facturation->prix_total_ttc().", + ".$mode_reglement.", + NULL, + NULL, + $id_op, + ".$_SESSION['uid'].", + NULL, + 1, + 0 + ) + ;"); + + + // Récupération de l'id du paiement nouvellement créé + $tab_id_paiement = $sql->fetchFirst ( $sql->query (" + SELECT rowid + FROM llx_paiement + WHERE 1 + ORDER BY rowid DESC + ;") ); + + $id_paiement = $tab_id_paiement['rowid']; + + + $sql->query (" + INSERT INTO llx_paiement_facture ( + fk_paiement, + fk_facture, + amount + ) + + VALUES ( + ".$id_paiement.", + ".$id.", + ".$obj_facturation->prix_total_ttc()." + ) + ;"); + + } + + // Ajout d'un réglement tva + $sql->query (" + INSERT INTO llx_facture_tva_sum ( + fk_facture, + amount, + tva_tx + ) + + VALUES ( + ".$id.", + ".$obj_facturation->montant_tva().", + 19.6 + ) + ;"); + + + // Récupération de la liste des articles du panier + $tab_liste = $sql->fetchAll ( $sql->query (" + SELECT fk_article, qte, fk_tva, remise_percent, remise, total_ht, total_ttc, reel + FROM llx_tmp_caisse + LEFT JOIN llx_product_stock ON llx_tmp_caisse.fk_article = llx_product_stock.fk_product + WHERE 1 + ;") ); + + for ($i = 0; $i < count ($tab_liste); $i++) { + + // Récupération de l'article + $tab_article = $sql->fetchFirst ( $sql->query (" + SELECT label, tva_tx, price + FROM llx_product + WHERE rowid = ".$tab_liste[$i]['fk_article']." + ;") ); + + $tab_tva = $sql->fetchFirst ( $sql->query (" + SELECT taux + FROM llx_c_tva + WHERE rowid = ".$tab_liste[$i]['fk_tva']." + ;") ); + + // Calcul du montant de la TVA + $montant_tva = $tab_liste[$i]['total_ttc'] - $tab_liste[$i]['total_ht']; + + // Calcul de la position de l'article dans la liste + $position = $i + 1; + + + $reel = $tab_liste[$i]['reel']; + $qte = $tab_liste[$i]['qte']; + $stock = $reel - $qte; + + // Mise à jour du stock + $sql->query (" + UPDATE llx_product_stock + SET reel = ".$stock." + WHERE fk_product = ".$tab_liste[$i]['fk_article']." + LIMIT 1 + ;"); + + + // Ajout d'une entrée dans le détail de la facture + $sql->query (" + INSERT INTO llx_facturedet ( + fk_facture, + fk_product, + description, + tva_taux, + qty, + remise_percent, + remise, + fk_remise_except, + subprice, + price, + total_ht, + total_tva, + total_ttc, + date_start, + date_end, + info_bits, + fk_code_ventilation, + fk_export_compta, + rang + ) + + VALUES ( + ".$id.", + ".$tab_liste[$i]['fk_article'].", + '".$tab_article['label']."', + ".$tab_tva['taux'].", + ".$tab_liste[$i]['qte'].", + ".$tab_liste[$i]['remise_percent'].", + ".$tab_liste[$i]['remise'].", + 0, + ".$tab_article['price'].", + ".$tab_article['price'].", + ".$tab_liste[$i]['total_ht'].", + ".$montant_tva.", + ".$tab_liste[$i]['total_ttc'].", + NULL, + NULL, + 0, + 0, + 0, + ".$position." + ) + ;"); + + } + + $redirection = 'affIndex.php?menu=validation_ok&facid='.$id; // Ajout de l'id de la facture, pour l'inclure dans un lien pointant directement vers celle-ci dans Dolibarr + break; + + } + + $_SESSION['serObjFacturation'] = serialize ($obj_facturation); + + header ('Location: '.$redirection); +?> diff --git a/htdocs/includes/modules/modCashDesk.class.php b/htdocs/includes/modules/modCashDesk.class.php new file mode 100644 index 00000000000..74836c7d096 --- /dev/null +++ b/htdocs/includes/modules/modCashDesk.class.php @@ -0,0 +1,197 @@ + + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * $Id$ + */ + +/** + \defgroup category Module categorie + \brief Module pour gérer les catégories +*/ + +/** + \file htdocs/includes/modules/modCashDesk.class.php + \ingroup category + \brief File to enable/disable module CashDesk +*/ +include_once(DOL_DOCUMENT_ROOT ."/includes/modules/DolibarrModules.class.php"); + + +/** + \class modCategorie + \brief Classe de description et activation du module Categorie +*/ +class modCashDesk extends DolibarrModules +{ + /** + * \brief Constructor. Define names, constants, boxes... + * \param DB Database handler + */ + function modCashDesk ($DB) + { + $this->db = $DB; + $this->numero = 50100; + // Key text used to identify module (for permission, menus, etc...) + $this->rights_class = 'cashdesk'; + + $this->family = "products"; + $this->name = "CashDesk"; + $this->description = "CashDesk module"; + + $this->revision = explode(' ','$Revision$'); + $this->version = 'development'; + //$this->version = 'experimental'; // 'development' or 'experimental' or 'dolibarr' or version + + $this->const_name = 'MAIN_MODULE_CASHDESK'; + $this->special = 0; + $this->picto = 'generic'; + + // Dir + $this->dirs = array(); + + // Relative path to module style sheet if exists. Example: '/mymodule/mycss.css'. + $this->style_sheet = ''; + + // Dependencies + $this->depends = array("modProduit"); // List of modules id that must be enabled if this module is enabled + $this->requiredby = array(); // List of modules id to disable if this one is disabled + $this->phpmin = array(4,1); // Minimum version of PHP required by module + $this->need_dolibarr_version = array(2,4); // Minimum version of Dolibarr required by module + + // Constantes + $this->const = array(); + + // Boxes + $this->boxes = array(); + + // Permissions + $this->rights = array(); + + // Main menu entries + $this->menus = array(); // List of menus to add + $r=0; + + // This is to declare the Top Menu entry: + $this->menu[$r]=array( 'fk_menu'=>0, // Put 0 if this is a top menu + 'type'=>'top', // This is a Top menu entry + 'titre'=>'CashDesk', + 'mainmenu'=>'cashdesk', + 'leftmenu'=>'1', // Use 1 if you also want to add left menu entries using this descriptor. Use 0 if left menu entries are defined in a file pre.inc.php (old school). + 'url'=>'/cashdesk/index.php', + 'langs'=>'@cashdesk', // Lang file to use (without .lang) by module. File must be in langs/code_CODE/ directory. + 'position'=>100, + 'perms'=>1, // Use 'perms'=>'1' if you want your menu with no permission rules + 'target'=>'', + 'user'=>0); // 0=Menu for internal users, 1=external users, 2=both + $r++; + + // This is to declare a Left Menu entry: + // $this->menu[$r]=array( 'fk_menu'=>'r=0', // Use r=value where r is index key used for the top menu entry + // 'type'=>'left', // This is a Left menu entry + // 'titre'=>'Title left menu', + // 'mainmenu'=>'mymodule', + // 'url'=>'/comm/action/index2.php', + // 'langs'=>'mylangfile', // Lang file to use (without .lang) by module. File must be in langs/code_CODE/ directory. + // 'position'=>100, + // 'perms'=>'$user->rights->mymodule->level1->level2', // Use 'perms'=>'1' if you want your menu with no permission rules + // 'target'=>'', + // 'user'=>2); // 0=Menu for internal users, 1=external users, 2=both + // $r++; + } + + + /** + * \brief Function called when module is enabled. + * The init function add constants, boxes, permissions and menus (defined in constructor) into Dolibarr database. + * It also creates data directories. + * \return int 1 if OK, 0 if KO + */ + function init() + { + $sql = array(); + + $result=$this->load_tables(); + + return $this->_init($sql); + } + + /** + * \brief Function called when module is disabled. + * Remove from database constants, boxes and permissions from Dolibarr database. + * Data directories are not deleted. + * \return int 1 if OK, 0 if KO + */ + function remove() + { + $sql = array(); + + return $this->_remove($sql); + } + + + /** + * \brief Create tables and keys required by module + * Files mymodule.sql and mymodule.key.sql with create table and create keys + * commands must be stored in directory /mysql/tables/mymodule/. + * This function is called by this->init. + * \return int <=0 if KO, >0 if OK + */ + function load_tables() + { + include_once(DOL_DOCUMENT_ROOT ."/lib/admin.lib.php"); + + global $db; + + $ok = 1; + if ($ok) + { + $dir = DOL_DOCUMENT_ROOT.'/cashdesk/sql/'; + $ok = 0; + + // Run llx_mytable.sql files + $handle=opendir($dir); + while (($file = readdir($handle))!==false) + { + if (eregi('\.sql$',$file) && substr($file,0,4) == 'llx_' && substr($file, -8) <> '.key.sql') + { + $result=run_sql($dir.$file,1); + } + } + closedir($handle); + + // Run llx_mytable.key.sql files + $handle=opendir($dir); + while (($file = readdir($handle))!==false) + { + if (eregi('\.sql$',$file) && substr($file,0,4) == 'llx_' && substr($file, -8) == '.key.sql') + { + $result=run_sql($dir.$file,1); + } + } + closedir($handle); + + if ($error == 0) + { + $ok = 1; + } + } + + return $ok; + } + +} +?> diff --git a/htdocs/translate.class.php b/htdocs/translate.class.php index 68077a98f24..2c783ab86fa 100644 --- a/htdocs/translate.class.php +++ b/htdocs/translate.class.php @@ -60,6 +60,8 @@ class Translate { $this->charset_output=$conf->character_set_client; } $this->dir=(! $dir ? DOL_DOCUMENT_ROOT ."/langs" : $dir); + + // For developpement purpose $this->dir_bis=(defined('DOL_DOCUMENT_ROOT_BIS') ? DOL_DOCUMENT_ROOT_BIS ."/langs" : ""); } @@ -175,13 +177,23 @@ class Translate { // Check cache if (! empty($this->tab_loaded[$domain])) { return; } // Le fichier de ce domaine est deja charge - - // Repertoire de traduction - $scandir = $this->dir."/".$this->defaultlang; + + $searchdir=$this->dir; + + // If $domain is @xxx instead of xxx then we look for module lang file htdocs/xxx/langs/code_CODE/xxx.lang + // instead of global lang file htdocs/langs/code_CODE/xxx.lang + if (eregi('@',$domain)) // It's a language file of a module, we look in dir of this module. + { + $domain=eregi_replace('@','',$domain); + $searchdir=DOL_DOCUMENT_ROOT ."/".$domain."/langs"; + } + + // Directory of translation files + $scandir = $searchdir."/".$this->defaultlang; $file_lang = $scandir . "/".$domain.".lang"; $filelangexists=is_file($file_lang); - - // If development with 2 workspaces + + // If development with 2 workspaces (for development purpose only) if (! $filelangexists && $this->dir_bis) { $scandir = $this->dir_bis."/".$this->defaultlang; @@ -189,19 +201,20 @@ class Translate { $filelangexists=is_file($file_lang); } + // Check in "always available" alternate file if not found or if asked if ($alt || ! $filelangexists) { - // Repertoire de la langue alternative - if ($this->defaultlang == "en_US") $scandiralt = $this->dir."/fr_FR"; - elseif (eregi('^fr',$this->defaultlang) && $this->defaultlang != 'fr_FR') $scandiralt = $this->dir."/fr_FR"; - elseif (eregi('^en',$this->defaultlang) && $this->defaultlang != 'en_US') $scandiralt = $this->dir."/en_US"; - else $scandiralt = $this->dir."/en_US"; + // Dir of always available alternate file (en_US or fr_FR) + if ($this->defaultlang == "en_US") $scandiralt = $searchdir."/fr_FR"; + elseif (eregi('^fr',$this->defaultlang) && $this->defaultlang != 'fr_FR') $scandiralt = $searchdir."/fr_FR"; + elseif (eregi('^en',$this->defaultlang) && $this->defaultlang != 'en_US') $scandiralt = $searchdir."/en_US"; + else $scandiralt = $searchdir."/en_US"; $file_lang = $scandiralt . "/".$domain.".lang"; $filelangexists=is_file($file_lang); $alt=1; } - + if ($filelangexists) { // Enable cache of lang file in session (faster but need more memory) @@ -271,7 +284,7 @@ class Translate { } else { - $this->tab_loaded[$domain]=2; // Marque ce fichier comme charge non trouve + $this->tab_loaded[$domain]=2; // Marque ce fichier comme non trouve } return 1; @@ -453,12 +466,12 @@ class Translate { */ function file_exists($filename,$searchalt=0) { - // Test si fichier dans r�pertoire de la langue + // Test si fichier dans repertoire de la langue $htmlfile=$this->dir."/".$this->defaultlang."/".$filename; if (is_readable($htmlfile)) return true; if ($searchalt) { - // Test si fichier dans r�pertoire de la langue alternative + // Test si fichier dans repertoire de la langue alternative if ($this->defaultlang != "en_US") $htmlfilealt = $this->dir."/en_US/".$filename; else $htmlfilealt = $this->dir."/fr_FR/".$filename; if (is_readable($htmlfilealt)) return true;