[cvs] commit: hermes invoicebatch.php invoicing.php hermes/config conf.xml hermes/lib Driver.php Hermes.php Invoice.php hermes/lib/Driver sql.php hermes/scripts/sql hermes.sql hermes/scripts/upgrades 2005-03-11_invoicing.sql hermes/templates/invoicebatch ...

Jason Felice jfelice at cronosys.com
Thu Apr 14 07:38:24 PDT 2005


eraserhd    2005-04-14 07:38:24 PDT

  Modified files:
    config               conf.xml 
    lib                  Driver.php Hermes.php 
    lib/Driver           sql.php 
    scripts/sql          hermes.sql 
  Added files:
    .                    invoicebatch.php invoicing.php 
    lib                  Invoice.php 
    scripts/upgrades     2005-03-11_invoicing.sql 
    templates/invoicebatch footer.inc header.inc 
    templates/invoicing  new-status.inc 
    themes/graphics      invoices.png 
  Log:
  Start of invoicing implementation:
  * Data structures, driver & lib/Invoice.php API
  * Ability to create a new batch or select a batch to edit.
  * Ability to close/re-open a batch.
  
  Revision  Changes    Path
  1.13      +2 -1      hermes/config/conf.xml
  1.1       +58 -0     hermes/invoicebatch.php (new)
  1.1       +87 -0     hermes/invoicing.php (new)
  1.11      +52 -2     hermes/lib/Driver.php
  1.36      +64 -1     hermes/lib/Driver/sql.php
  1.37      +10 -1     hermes/lib/Hermes.php
  1.1       +292 -0    hermes/lib/Invoice.php (new)
  1.7       +34 -2     hermes/scripts/sql/hermes.sql
  1.1       +34 -0     hermes/scripts/upgrades/2005-03-11_invoicing.sql (new)
  1.1       +31 -0     hermes/templates/invoicebatch/footer.inc (new)
  1.1       +11 -0     hermes/templates/invoicebatch/header.inc (new)
  1.1       +15 -0     hermes/templates/invoicing/new-status.inc (new)
  1.1       +4 -0      hermes/themes/graphics/invoices.png (new)

  Chora Links:
  http://cvs.horde.org/diff.php/hermes/config/conf.xml?r1=1.12&r2=1.13&ty=u
  http://cvs.horde.org/co.php/hermes/invoicebatch.php?r=1.1
  http://cvs.horde.org/co.php/hermes/invoicing.php?r=1.1
  http://cvs.horde.org/diff.php/hermes/lib/Driver.php?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/hermes/lib/Driver/sql.php?r1=1.35&r2=1.36&ty=u
  http://cvs.horde.org/diff.php/hermes/lib/Hermes.php?r1=1.36&r2=1.37&ty=u
  http://cvs.horde.org/co.php/hermes/lib/Invoice.php?r=1.1
  http://cvs.horde.org/diff.php/hermes/scripts/sql/hermes.sql?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/co.php/hermes/scripts/upgrades/2005-03-11_invoicing.sql?r=1.1
  http://cvs.horde.org/co.php/hermes/templates/invoicebatch/footer.inc?r=1.1
  http://cvs.horde.org/co.php/hermes/templates/invoicebatch/header.inc?r=1.1
  http://cvs.horde.org/co.php/hermes/templates/invoicing/new-status.inc?r=1.1
  http://cvs.horde.org/co.php/hermes/themes/graphics/invoices.png?r=1.1


More information about the cvs mailing list