/[phpcompta]/phpcompta/include/impress_inc.php
ViewVC logotype

Diff of /phpcompta/include/impress_inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by sparkyx, Thu Jun 30 19:25:44 2005 UTC revision 1.18 by stanpinte, Mon Jul 4 17:58:51 2005 UTC
# Line 716  function GetRappel($p_cn,$p_jrnx_id,$p_j Line 716  function GetRappel($p_cn,$p_jrnx_id,$p_j
716   * return:   * return:
717   *      - array   *      - array
718   *   *
719     *
720     * NOTE: problem: the formulas don't take date range parameters into account....TODO.
721     * --> I would like to get the sum of operations between two specified dates.
722   */   */
723  function ParseFormula($p_cn,$p_label,$p_formula,$p_cond) {  function ParseFormula($p_cn,$p_label,$p_formula,$p_cond) {
724    while (ereg("(\[[0-9]*%*\])",$p_formula,$e) == true) {    while (ereg("(\[[0-9]*%*\])",$p_formula,$e) == true) {
# Line 749  function ParseFormula($p_cn,$p_label,$p_ Line 752  function ParseFormula($p_cn,$p_label,$p_
752   *      - none   *      - none
753   * return:   * return:
754   *      - array   *      - array
755     *
756   *   *
757   */   */
758  function GetFormulaValue($p_cn,$p_label,$p_formula,$p_cond)  function GetFormulaValue($p_cn,$p_label,$p_formula,$p_cond)

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26