選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

586 行
20KB

  1. /* French initialisation for the jQuery UI date picker plugin. */
  2. /* Written by Keith Wood (kbwood{at}iinet.com.au),
  3. Stéphane Nahmani (sholby@sholby.net),
  4. Stéphane Raimbault <stephane.raimbault@gmail.com> */
  5. (function( factory ) {
  6. if ( typeof define === "function" && define.amd ) {
  7. // AMD. Register as an anonymous module.
  8. define([ "../jquery.ui.datepicker" ], factory );
  9. } else {
  10. // Browser globals
  11. factory( jQuery.datepicker );
  12. }
  13. }(function( datepicker ) {
  14. datepicker.regional['fr'] = {
  15. closeText: 'Fermer',
  16. prevText: 'Précédent',
  17. nextText: 'Suivant',
  18. currentText: 'Aujourd\'hui',
  19. monthNames: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin',
  20. 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'],
  21. monthNamesShort: ['janv.', 'févr.', 'mars', 'avril', 'mai', 'juin',
  22. 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'],
  23. dayNames: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'],
  24. dayNamesShort: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'],
  25. dayNamesMin: ['D','L','M','M','J','V','S'],
  26. weekHeader: 'Sem.',
  27. dateFormat: 'dd/mm/yy',
  28. firstDay: 1,
  29. isRTL: false,
  30. showMonthAfterYear: false,
  31. yearSuffix: ''};
  32. datepicker.setDefaults(datepicker.regional['fr']);
  33. return datepicker.regional['fr'];
  34. }));
  35. $(document).ready(function() {
  36. //chat_scroll() ;
  37. chat_tabs_gamme_saison() ;
  38. //chat_slideshow() ;
  39. $('[data-toggle="tooltip"]').tooltip() ;
  40. chat_systeme_commande() ;
  41. chat_profil_user() ;
  42. }) ;
  43. function chat_profil_user() {
  44. if($('#profil-user').size()) {
  45. if($('#user-no_mail').is(':checked')) {
  46. $('#mails-jours-prod').hide() ;
  47. }
  48. $('#user-no_mail').change(function() {
  49. if($('#user-no_mail').is(':checked')) {
  50. $('#mails-jours-prod').hide() ;
  51. }
  52. else {
  53. $('#mails-jours-prod').fadeIn() ;
  54. }
  55. }) ;
  56. }
  57. }
  58. function chat_event_click_point_vente(id, force) {
  59. $('#commande-id_point_vente').val(id) ;
  60. $('#points-vente .point-vente').removeClass('selected') ;
  61. $('.point-vente-'+id).addClass('selected') ;
  62. $('.point-vente-'+id).hide().fadeIn('fast') ;
  63. var pain = parseInt($('.point-vente-'+id).data('pain')) ;
  64. var vrac = parseInt($('.point-vente-'+id).data('vrac')) ;
  65. if(pain) {
  66. $('#pain .table').show() ;
  67. $('#pain .indisponible').hide() ;
  68. }
  69. else {
  70. $('#pain .table').hide() ;
  71. $('#pain .indisponible').show() ;
  72. }
  73. if(vrac) {
  74. $('#vrac .table').show() ;
  75. $('#vrac .indisponible').hide() ;
  76. }
  77. else {
  78. $('#vrac .table').hide() ;
  79. $('#vrac .indisponible').show() ;
  80. }
  81. $('#produits, .valider-commande, .btn-commentaire, #bar-fixed').fadeIn() ;
  82. // credit pain
  83. chat_systeme_commande_credit_pain_event(chat_systeme_commande_maj_table_prix()) ;
  84. // scroll
  85. if(!force)
  86. boulange_scroll('step-choix-produits') ;
  87. }
  88. function chat_init_horaire_point_vente(date) {
  89. $('#points-vente .horaires .jour').hide() ;
  90. var selector_jour = '#points-vente .horaires .jour-'+date.getDay() ;
  91. $(selector_jour).show() ;
  92. // on cache les points de vente si la livraison n'est pas cochée
  93. /*$('#points-vente .point-vente').show() ;
  94. if($('#livraison').val() == 0) {
  95. $('#points-vente .point-vente').hide() ;
  96. $('#points-vente .point-vente').each(function() {
  97. if($(this).find('.nom').html() == 'Le Chat des Noisettes') {
  98. $(this).show() ;
  99. }
  100. }) ;
  101. }*/
  102. // on cache les points de vente qui sont fermés
  103. //$('#points-vente .point-vente').removeClass('disabled') ;
  104. /*$(selector_jour).each(function() {
  105. if($(this).html() == 'Fermé') {
  106. //$(this).parent().parent().parent().addClass('disabled') ;
  107. $(this).parent().parent().parent().hide() ;
  108. }
  109. }) ;*/
  110. }
  111. function chat_systeme_commande() {
  112. if($('.commande-form').size()) {
  113. // scroll initial
  114. if($('.boulangerie.selected').size())
  115. {
  116. boulange_scroll('step-choix-date') ;
  117. }
  118. // affichage des différentes parties du formulaire
  119. if(!$('#commande-id_production').val()) {
  120. $('#depots, #points-vente, #produits, .valider-commande, #info-horaire-retrait-commande, .btn-commentaire, #bar-fixed').hide() ;
  121. }
  122. else if(!$('#commande-id_point_vente').val()) {
  123. $('#produits, .valider-commande, .btn-commentaire, #bar-fixed').hide() ;
  124. }
  125. if($('#commande-id_point_vente').val())
  126. chat_event_click_point_vente($('#commande-id_point_vente').val(), true) ;
  127. $('#points-vente .point-vente').click(function() {
  128. var id = parseInt($(this).find('.id').html()) ;
  129. chat_event_click_point_vente(id) ;
  130. }) ;
  131. // datepicker
  132. var dates_production = [] ;
  133. $('#dates div').each(function() {
  134. dates_production.push($(this).find('.date').html()) ;
  135. }) ;
  136. //var var_datepicker = $.datepicker ;
  137. $('#datepicker-production').datepicker({
  138. beforeShowDay: function(date){
  139. var string = $.datepicker.formatDate('dd/mm/yy', date);
  140. for(var i=0; i<dates_production.length; i++) {
  141. //alert(dates_production[i]+' '+string) ;
  142. if(dates_production[i] == string)
  143. return [1] ;
  144. }
  145. return [0] ;
  146. // désactivé car internet explorer plante
  147. //return [ dates_production.indexOf(string) != -1 ] ;
  148. },
  149. onSelect: function(selectedDate) {
  150. // on remet tout les prix à zéro
  151. chat_systeme_commande_reset_table_prix() ;
  152. $('#has-commande-en-cours').hide() ;
  153. var tab_date = selectedDate.split('/') ;
  154. var date = new Date(tab_date[2],tab_date[1]-1,tab_date[0]) ;
  155. // set id production
  156. var id_production = 0 ;
  157. $('#dates div .date').each(function() {
  158. if($(this).html() == selectedDate) {
  159. id_production = $(this).parent().find('.id_production').html() ;
  160. }
  161. });
  162. $('#commande-id_production').val(id_production) ;
  163. // verif si le gars a une commande en cours pour cette production
  164. var has_commande_en_cours = false ;
  165. $('#commandes-en-cours .commande').each(function() {
  166. if($(this).data('idproduction') == id_production) {
  167. //alert('bada') ;
  168. $('#has-commande-en-cours a').attr('href',$(this).data('href')) ;
  169. $('#has-commande-en-cours').show() ;
  170. has_commande_en_cours = true ;
  171. $('#depots, #points-vente, #produits, #info-horaire-retrait-commande').hide() ;
  172. }
  173. }) ;
  174. if(!has_commande_en_cours) {
  175. chat_systeme_commande_produits_dispos(tab_date[2]+'-'+tab_date[1]+'-'+tab_date[0], date) ;
  176. $('#produits, .valider-commande, .btn-commentaire, #bar-fixed').hide() ;
  177. // déselection points de vente
  178. $('#points-vente .point-vente').removeClass('selected') ;
  179. $('#commande-id_point_vente').val('') ;
  180. // affichage points de vente
  181. $('#depots, #points-vente, #info-horaire-retrait-commande').fadeIn() ;
  182. // scroll
  183. boulange_scroll('step-choix-depot') ;
  184. }
  185. }
  186. }) ;
  187. if($('#commande-id_production').val()) {
  188. $("#dates .id_production").each(function() {
  189. if($(this).html() == $('#commande-id_production').val()) {
  190. var tab_date = $(this).parent().find('.date').html().split('/') ;
  191. var date = new Date(tab_date[2],tab_date[1]-1,tab_date[0]);
  192. $('#datepicker-production').datepicker('setDate',date) ;
  193. chat_systeme_commande_produits_dispos(tab_date[2]+'-'+tab_date[1]+'-'+tab_date[0], date) ;
  194. chat_init_horaire_point_vente(date) ;
  195. }
  196. }) ;
  197. }
  198. // tableau produits
  199. $('.commande-form .move-quantity').click(function() {
  200. var vrac = ($(this).parent().parent().parent().parent().parent().parent().parent().attr('id') == 'vrac') ;
  201. if(vrac) {
  202. var quantite = parseInt($(this).parent().parent().find('input.quantity').val()) ;
  203. if($(this).hasClass('moins') && quantite != 0)
  204. quantite -= 500 ;
  205. if($(this).hasClass('plus'))
  206. quantite += 500 ;
  207. $(this).parent().parent().find('input.quantity').val(quantite) ;
  208. chat_systeme_commande_maj_table_prix();
  209. }
  210. else {
  211. var quantite_totale = 0 ;
  212. $('.quantity').each(function() {
  213. quantite_totale += parseInt($(this).val()) ;
  214. }) ;
  215. var quantite = parseInt($(this).parent().parent().find('input.quantity').val()) ;
  216. var quantite_restante = parseInt($(this).parent().parent().parent().find('.quantite-restante .nb').html()) ;
  217. var quantite_max = $(this).parent().parent().parent().parent().data('quantite-max') ;
  218. if($(this).hasClass('moins') && quantite != 0)
  219. quantite -- ;
  220. if($(this).hasClass('plus') ){
  221. if(quantite + 1 <= quantite_restante || !quantite_max) {
  222. quantite ++ ;
  223. }
  224. else {
  225. if(quantite_restante <= 5) {
  226. $(this).parent().parent().parent().find('.quantite-restante').hide().fadeIn() ;
  227. }
  228. }
  229. }
  230. $(this).parent().parent().find('input.quantity').val(quantite) ;
  231. chat_systeme_commande_maj_table_prix();
  232. }
  233. }) ;
  234. chat_systeme_commande_maj_table_prix() ;
  235. chat_systeme_commande_credit_pain();
  236. }
  237. // commentaire commande
  238. $('.commande-form .btn-commentaire').click(function() {
  239. if($('.field-commande-commentaire').css('display') == 'none') {
  240. $('.field-commande-commentaire').slideDown() ;
  241. }
  242. else {
  243. $('.field-commande-commentaire').slideUp() ;
  244. }
  245. return false ;
  246. }) ;
  247. // bar fixed
  248. if($('#bar-fixed').size()) {
  249. $(window).scroll(function (event) {
  250. var scroll = $(window).scrollTop() + $(window).height();
  251. var pos_bottom_produits = $('#table-produits').offset().top + $('#table-produits').height() + 100 ;
  252. if(scroll > pos_bottom_produits) {
  253. if(!$('#bar-fixed').hasClass('not-fixed')) {
  254. $('#bar-fixed').addClass('not-fixed') ;
  255. }
  256. }
  257. else {
  258. $('#bar-fixed').removeClass('not-fixed') ;
  259. }
  260. });
  261. }
  262. }
  263. function chat_systeme_commande_produits_dispos(str_date, date) {
  264. // produits dispos à la vente à cette date
  265. $.get('index.php',{
  266. r: 'commande/infos-production',
  267. date: str_date,
  268. }, function(data) {
  269. if(data.produits_dispos) {
  270. $.each(data.produits_dispos, function( id_produit, produit ) {
  271. if(produit.actif) $('.produit-'+id_produit).show() ;
  272. else $('.produit-'+id_produit).hide() ;
  273. var quantite_restante = produit.quantite_max - produit.quantite_commandee ;
  274. if(produit.quantite_max && (!quantite_restante || quantite_restante < 0 || produit.epuise)) {
  275. $('.produit-'+id_produit+' .epuise').show() ;
  276. $('.produit-'+id_produit+' .quantite-restante').hide() ;
  277. $('.produit-'+id_produit+' .input-group').hide() ;
  278. }
  279. else {
  280. $('.produit-'+id_produit+' .epuise').hide() ;
  281. $('.produit-'+id_produit+' .input-group').show() ;
  282. $('.produit-'+id_produit+' .quantite-restante .nb').html(quantite_restante) ;
  283. if($('.produit-'+id_produit+' .quantite-restante').size()) {
  284. if(parseInt($('.produit-'+id_produit+' .quantite-restante .nb').html()) > 5) {
  285. $('.produit-'+id_produit+' .quantite-restante').hide() ;
  286. }
  287. else {
  288. $('.produit-'+id_produit+' .quantite-restante').show() ;
  289. }
  290. }
  291. }
  292. });
  293. }
  294. // init affichage points de vente
  295. $.each(data.points_vente, function(key, livraison) {
  296. console.log(key+' | '+livraison) ;
  297. if(livraison) {
  298. $('.point-vente-'+key).fadeIn() ;
  299. }
  300. else {
  301. $('.point-vente-'+key).hide() ;
  302. }
  303. }) ;
  304. chat_init_horaire_point_vente(date) ;
  305. }, 'json') ;
  306. }
  307. function chat_systeme_commande_reset_table_prix() {
  308. $('#table-produits tr .colonne-quantite .quantity').each(function() {
  309. $(this).val(0) ;
  310. }) ;
  311. chat_systeme_commande_maj_table_prix() ;
  312. }
  313. function chat_systeme_commande_maj_table_prix() {
  314. // produits pain
  315. var prix = 0 ;
  316. $('.commande-form #table-produits tbody tr').each(function() {
  317. var quantite = parseInt($(this).find('.quantity').val()) ;
  318. var prix_produit = parseFloat($(this).find('.prix').html()) ;
  319. var prix_total_produit = quantite * prix_produit ;
  320. if(prix_total_produit)
  321. $(this).find('.total').html(formate_prix(prix_total_produit)+' €') ;
  322. else
  323. $(this).find('.total').html('--') ;
  324. if(quantite > 0)
  325. prix += prix_total_produit ;
  326. }) ;
  327. $('#total-commande strong').html(formate_prix(prix)+' €') ;
  328. var prix_global = prix ;
  329. // produits vrac
  330. var prix = 0 ;
  331. $('.commande-form #table-produits-vrac tbody tr').each(function() {
  332. var quantite = parseInt($(this).find('.quantity').val()) ;
  333. var prix_produit = parseFloat($(this).find('.prix').html()) ;
  334. var prix_total_produit = quantite/1000 * prix_produit ;
  335. if(prix_total_produit)
  336. $(this).find('.total').html(formate_prix(prix_total_produit)+' €') ;
  337. else
  338. $(this).find('.total').html('--') ;
  339. if(quantite > 0)
  340. prix += prix_total_produit ;
  341. }) ;
  342. $('#total-commande-vrac strong').html(formate_prix(prix)+' €') ;
  343. prix_global += prix ;
  344. $('#total-commande-bottom span').html(formate_prix(prix_global)) ;
  345. if(prix_global)
  346. $('#total-commande-bottom').fadeIn() ;
  347. else
  348. $('#total-commande-bottom').hide() ;
  349. // maj credit pain
  350. chat_systeme_commande_credit_pain_event(prix_global) ;
  351. return prix_global ;
  352. }
  353. function chat_systeme_commande_credit_pain() {
  354. $('input[name=credit_pain]').change(function() {
  355. var prix_global = chat_systeme_commande_maj_table_prix() ;
  356. chat_systeme_commande_credit_pain_event(prix_global) ;
  357. }) ;
  358. }
  359. function chat_systeme_commande_credit_pain_event(prix_global) {
  360. var html = '' ;
  361. var use_credit_pain = $('input[name=credit_pain]').prop('checked') ;
  362. var credit_pain = parseFloat($('#montant-credit-pain').val()) ;
  363. var credit_pain_dispo = credit_pain ;
  364. var montant_paye = 0
  365. if($('#montant-paye').size() && $('#montant-paye').val())
  366. montant_paye = parseFloat($('#montant-paye').val()) ;
  367. if($('#id-commande').size() && $('#id-commande').val()) {
  368. credit_pain_dispo = credit_pain + montant_paye ;
  369. }
  370. var credit_pain_active = $('.point-vente.selected').data('credit-pain') ;
  371. if(credit_pain_active || montant_paye) {
  372. $('#checkbox-credit-pain #info-credit-vide').show() ;
  373. $('#checkbox-credit-pain label').show() ;
  374. $('#checkbox-credit-pain #credit-pain-disabled').hide() ;
  375. if(prix_global > credit_pain_dispo) {
  376. var reste_payer = prix_global - credit_pain_dispo ;
  377. if(use_credit_pain) {
  378. if(montant_paye) {
  379. html += '<span class="montant-paye">'+montant_paye+' € déjà payé</span><br />' ;
  380. }
  381. html += '<strong>'+credit_pain+' €</strong> seront débités<br />' ;
  382. html += 'Restera <strong>'+reste_payer+' €</strong> à payer à la boulangerie' ;
  383. $('#checkbox-credit-pain .info').html(html) ;
  384. }
  385. else {
  386. $('#checkbox-credit-pain .info').html('') ;
  387. }
  388. }
  389. else {
  390. $('#checkbox-credit-pain').removeClass('paiement-impossible') ;
  391. $('input[name=credit_pain]').removeAttr('disabled') ;
  392. if(use_credit_pain) {
  393. var html = '' ;
  394. // à payer
  395. if(prix_global > montant_paye)
  396. {
  397. montant = prix_global - montant_paye ;
  398. if(montant_paye) {
  399. html += '<span class="montant-paye">'+montant_paye+' € déjà payé</span><br />' ;
  400. }
  401. html += '<strong>'+montant+' €</strong> seront débités' ;
  402. $('#checkbox-credit-pain .info').html(html) ;
  403. }
  404. // remboursé
  405. else if(prix_global < montant_paye) {
  406. montant = montant_paye - prix_global ;
  407. if(montant_paye) {
  408. html += '<span class="montant-paye">'+montant_paye+' € déjà payé</span><br />' ;
  409. }
  410. html += '<strong>'+montant+' €</strong> seront remboursés' ;
  411. $('#checkbox-credit-pain .info').html(html) ;
  412. }
  413. else {
  414. if(montant_paye > 0)
  415. $('#checkbox-credit-pain .info').html('<span class="montant-paye">'+montant_paye+' € déjà payé</span>') ;
  416. else
  417. $('#checkbox-credit-pain .info').html('') ;
  418. }
  419. }
  420. else {
  421. $('#checkbox-credit-pain .info').html('')
  422. }
  423. }
  424. }
  425. else {
  426. $('#checkbox-credit-pain #info-credit-vide').hide() ;
  427. $('#checkbox-credit-pain label').hide() ;
  428. $('#checkbox-credit-pain #credit-pain-disabled').show() ;
  429. }
  430. }
  431. function formate_prix(prix) {
  432. return prix.toFixed(2).replace( ".", "," ) ;
  433. }
  434. function chat_slideshow() {
  435. if($('body').hasClass('home')) {
  436. var base_url = $('#base_url').val() ;
  437. $.vegas('slideshow', {
  438. backgrounds:[
  439. //{ src:'./img/background/back2.jpg' },
  440. { src:base_url+'/img/background/four.jpg' },
  441. { src:base_url+'/img/background/gueulard.jpg' }
  442. ],
  443. walk: function() {
  444. $('.vegas-loading').css('display','none') ;
  445. $('.vegas-background').css('position','absolute') ;
  446. }
  447. })('overlay');
  448. }
  449. }
  450. function chat_scroll() {
  451. if($('body').hasClass('home')) {
  452. $('#header nav ul a[href^="#"]').click(function(){
  453. var the_id = $(this).attr("href");
  454. $('html, body').animate({
  455. scrollTop: $(the_id).offset().top - 100
  456. }, 'normal');
  457. return false;
  458. });
  459. $(window).scroll(function() {
  460. chat_event_scroll() ;
  461. }) ;
  462. chat_event_scroll() ;
  463. }
  464. }
  465. function chat_event_scroll() {
  466. var scroll_top = $(window).scrollTop() ;
  467. //console.log(scroll_top + ' '+ ($('#horaires').offset().top-100)) ;
  468. $('#header nav ul a').each(function() {
  469. var top = $($(this).attr('href')).offset().top ;
  470. var test = top + $($(this).attr('href')).height() - 150 ;
  471. //console.log($(this).attr('href')+' : '+scroll_top+ ' | '+ test) ;
  472. if(scroll_top <= top + $($(this).attr('href')).height() - 150) {
  473. $('#header a').removeClass('selec') ;
  474. $(this).addClass('selec') ;
  475. }
  476. }) ;
  477. }
  478. function chat_tabs_gamme_saison() {
  479. $('#tab-gamme-saison a').click(function (e) {
  480. e.preventDefault();
  481. $(this).tab('show');
  482. });
  483. }