dolibarr-git
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-git] [Dolibarr/dolibarr] 48e1f4: Library for evaluating math e


From: Laurent Destailleur
Subject: [Dolibarr-git] [Dolibarr/dolibarr] 48e1f4: Library for evaluating math expresions
Date: Wed, 03 Dec 2014 04:16:19 -0800

  Branch: refs/heads/develop
  Home:   https://github.com/Dolibarr/dolibarr
  Commit: 48e1f4ec55b6cde279d052d86c5890b98b935fbb
      
https://github.com/Dolibarr/dolibarr/commit/48e1f4ec55b6cde279d052d86c5890b98b935fbb
  Author: Ion Agorria <address@hidden>
  Date:   2014-11-29 (Sat, 29 Nov 2014)

  Changed paths:
    A htdocs/includes/evalmath/README.md
    A htdocs/includes/evalmath/evalmath.class.php

  Log Message:
  -----------
  Library for evaluating math expresions


  Commit: fac46b3b4653876a6548e27348e4df4d16a1f8b7
      
https://github.com/Dolibarr/dolibarr/commit/fac46b3b4653876a6548e27348e4df4d16a1f8b7
  Author: Ion Agorria <address@hidden>
  Date:   2014-11-29 (Sat, 29 Nov 2014)

  Changed paths:
    M htdocs/core/class/html.form.class.php
    A htdocs/core/modules/modDinamicPrices.class.php
    M htdocs/fourn/ajax/getSupplierPrices.php
    M htdocs/fourn/class/fournisseur.product.class.php
    M htdocs/fourn/commande/card.php
    A htdocs/product/class/priceexpression.class.php
    A htdocs/product/class/priceparser.class.php
    M htdocs/product/class/product.class.php
    A htdocs/product/expression.php
    M htdocs/product/fournisseurs.php

  Log Message:
  -----------
  Code for dinamic prices funcionality


  Commit: 0fafe3f7d2543cb88fb03f15032abe2955f12b1a
      
https://github.com/Dolibarr/dolibarr/commit/0fafe3f7d2543cb88fb03f15032abe2955f12b1a
  Author: Ion Agorria <address@hidden>
  Date:   2014-11-29 (Sat, 29 Nov 2014)

  Changed paths:
    A htdocs/install/mysql/migration/3.7.0-3.8.0.sql
    A htdocs/install/mysql/tables/llx_price_expression.sql
    M htdocs/install/mysql/tables/llx_product_fournisseur_price.sql

  Log Message:
  -----------
  Required SQL changes for dinamic prices


  Commit: 6c37d03f13e3408daaa9484fb31db74526ed5a8f
      
https://github.com/Dolibarr/dolibarr/commit/6c37d03f13e3408daaa9484fb31db74526ed5a8f
  Author: Ion Agorria <address@hidden>
  Date:   2014-11-29 (Sat, 29 Nov 2014)

  Changed paths:
    M htdocs/langs/en_US/admin.lang
    M htdocs/langs/en_US/errors.lang
    M htdocs/langs/en_US/products.lang

  Log Message:
  -----------
  Added language entries for dinamic prices


  Commit: 4ce8719d98fe8d4cb785abe948ddbe7861c415c7
      
https://github.com/Dolibarr/dolibarr/commit/4ce8719d98fe8d4cb785abe948ddbe7861c415c7
  Author: Ion Agorria <address@hidden>
  Date:   2014-11-29 (Sat, 29 Nov 2014)

  Changed paths:
    M htdocs/langs/en_US/products.lang

  Log Message:
  -----------
  Fix lang typo


  Commit: 004d88fe0bae1adf909198e725e8fb415fbc25e2
      
https://github.com/Dolibarr/dolibarr/commit/004d88fe0bae1adf909198e725e8fb415fbc25e2
  Author: Ion Agorria <address@hidden>
  Date:   2014-11-30 (Sun, 30 Nov 2014)

  Changed paths:
    M htdocs/langs/en_US/products.lang
    M htdocs/product/fournisseurs.php

  Log Message:
  -----------
  Fixed error when creating a price selecting a expression without filling the 
numeric price


  Commit: c36f94a9a3429bdc635cbb938fbf876b11889ef2
      
https://github.com/Dolibarr/dolibarr/commit/c36f94a9a3429bdc635cbb938fbf876b11889ef2
  Author: Ion Agorria <address@hidden>
  Date:   2014-11-30 (Sun, 30 Nov 2014)

  Changed paths:
    M htdocs/core/modules/modDinamicPrices.class.php
    M htdocs/langs/en_US/admin.lang
    M htdocs/product/fournisseurs.php

  Log Message:
  -----------
  Fixed dinamic typo to dynamic


  Commit: c6e4ff3c41d56d80c77c20a41f8d5eedfe4c9b05
      
https://github.com/Dolibarr/dolibarr/commit/c6e4ff3c41d56d80c77c20a41f8d5eedfe4c9b05
  Author: Ion Agorria <address@hidden>
  Date:   2014-11-30 (Sun, 30 Nov 2014)

  Changed paths:
    R htdocs/core/modules/modDinamicPrices.class.php
    A htdocs/core/modules/modDynamicPrices.class.php

  Log Message:
  -----------
  Renamed module desc file


  Commit: 16533844156611184ee2c4130f903e0e65c88e55
      
https://github.com/Dolibarr/dolibarr/commit/16533844156611184ee2c4130f903e0e65c88e55
  Author: Laurent Destailleur <address@hidden>
  Date:   2014-12-03 (Wed, 03 Dec 2014)

  Changed paths:
    M htdocs/core/class/html.form.class.php
    A htdocs/core/modules/modDynamicPrices.class.php
    M htdocs/fourn/ajax/getSupplierPrices.php
    M htdocs/fourn/class/fournisseur.product.class.php
    A htdocs/includes/evalmath/README.md
    A htdocs/includes/evalmath/evalmath.class.php
    A htdocs/install/mysql/migration/3.7.0-3.8.0.sql
    A htdocs/install/mysql/tables/llx_price_expression.sql
    M htdocs/install/mysql/tables/llx_product_fournisseur_price.sql
    M htdocs/langs/en_US/admin.lang
    M htdocs/langs/en_US/errors.lang
    M htdocs/langs/en_US/products.lang
    A htdocs/product/class/priceexpression.class.php
    A htdocs/product/class/priceparser.class.php
    M htdocs/product/class/product.class.php
    A htdocs/product/expression.php
    M htdocs/product/fournisseurs.php

  Log Message:
  -----------
  Merge branch 'dinamic-prices' of github.com:IonAgorria/dolibarr into 
IonAgorria-dinamic-prices


  Commit: 98e91bffca2c3fde1009224040dbd86df3ede44b
      
https://github.com/Dolibarr/dolibarr/commit/98e91bffca2c3fde1009224040dbd86df3ede44b
  Author: Laurent Destailleur <address@hidden>
  Date:   2014-12-03 (Wed, 03 Dec 2014)

  Changed paths:
    M htdocs/core/class/html.form.class.php
    A htdocs/core/modules/modDynamicPrices.class.php
    M htdocs/fourn/ajax/getSupplierPrices.php
    M htdocs/fourn/class/fournisseur.product.class.php
    A htdocs/includes/evalmath/README.md
    A htdocs/includes/evalmath/evalmath.class.php
    A htdocs/install/mysql/migration/3.7.0-3.8.0.sql
    A htdocs/install/mysql/tables/llx_price_expression.sql
    M htdocs/install/mysql/tables/llx_product_fournisseur_price.sql
    M htdocs/langs/en_US/admin.lang
    M htdocs/langs/en_US/errors.lang
    M htdocs/langs/en_US/products.lang
    A htdocs/product/class/priceexpression.class.php
    A htdocs/product/class/priceparser.class.php
    M htdocs/product/class/product.class.php
    A htdocs/product/expression.php
    M htdocs/product/fournisseurs.php

  Log Message:
  -----------
  Merge branch 'IonAgorria-dinamic-prices' into develop


Compare: 
https://github.com/Dolibarr/dolibarr/compare/f884f16564bc...98e91bffca2c

reply via email to

[Prev in Thread] Current Thread [Next in Thread]