• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix typos

  1. … 148 more files in changeset.
Fix typos

  1. … 4 more files in changeset.
Fix typos

  1. … 28 more files in changeset.
Fix typos

  1. … 61 more files in changeset.
Fix typos

  1. … 76 more files in changeset.
Fix typos

  1. … 69 more files in changeset.
Fix typos

    • -1
    • +1
    ./accounts-finance-scheduled-procs.tcl
  1. … 51 more files in changeset.
- upgrade to version 0.544, sumbitted via PackageSubmit10

    • -0
    • +16
    ./accounts-finance-scheduled-init.tcl
    • -0
    • +288
    ./accounts-finance-scheduled-procs.tcl
    • -0
    • +85
    ./perm-combo-procs.tcl
    • -0
    • +1304
    ./pretti-example-procs.tcl
    • -0
    • +4512
    ./pretti-procs.tcl
    • -0
    • +829
    ./utility-procs.tcl
    • -0
    • +536
    ./test/pretti-test-procs.tcl
  1. … 48 more files in changeset.
beta, working versions

    • -0
    • +149
    ./distribution-procs.tcl
    • -0
    • +90
    ./growth-rate-procs.tcl
    • -0
    • +44
    ./number-progression-procs.tcl
  1. … 4 more files in changeset.
new procs

moving modeling functions to modeling-functions.tcl, some others to finance-procs.tcl, revisions to model_compute and test model

    • -0
    • +323
    ./modeling-functions.tcl
minor example model adjustments, fixed report bug that set some data columns as constants, added css styles for large tables when reporing.

added more flexibility to reporting function. Added more error checking to model_compute iterations. added automatic variable tracking (and fixed related references)

increasing example model complexity to provide more practical information. model results do not match spreadsheet model yet.

adding more sample model complexity, adding qaf_tcl_list_of_lists_to_html_table which converts tcl list of lists to one or two tables, useful for converting generic model output to generic reporting formats

adding namespace definition so proc definitions don't break if this file is loaded before the other proc files

increasing complexity of model, adding more flexibility to features, fixing bad proc name acc_fin::list to list_set as list destroyed the tcl name in the namespace

adding some list procs useful in modeling

fix depreciaton_schedule proc (wasn't returning values), revised its documentation

increasing example model complexity, added feature to append comments on lines by using double dash

formatting adjustments

adding proc calling capability to iterations, namely acc_fin:: procs for now, make this a parameter later

adding ability for model to access current iteration values that have already been calculated in the current iteration

model_compute: report works awkwardly. converted h and i to double and now loop with _i and _h for integer so we do not have to worry about inteference of model on looping..

model_compute: compile and compute works, report has issues

model_compute: compile works, compute has looping issues..

model_compile works for compile..

drafted outputs and reports, other small fixes. Testing soon..

updating model compute, combined it with model compile, revised internal variables to start with _ to prevent collisions with model variables etc.

removing bad parens in comment and extraneous comments