[cvs] commit: incubator/minerva COPYING README index.php test.php incubator/minerva/admin locked.php resellers.php statuses.php types.php incubator/minerva/admin/drafts email.php invoice.php preview.php incubator/minerva/config .cvsignore clientmap.php.dist ...
Chuck Hagenbuch
chuck at horde.org
Sun May 28 16:20:22 PDT 2006
chuck 2006-05-28 16:20:21 PDT
Added files:
minerva COPYING README index.php test.php
minerva/admin locked.php resellers.php statuses.php
types.php
minerva/admin/drafts email.php invoice.php preview.php
minerva/config .cvsignore clientmap.php.dist conf.xml
prefs.php.dist
minerva/docs CHANGES CREDITS INFO INSTALL
RELEASE_NOTES TODO
minerva/invoice ajaxcontroller.php articles.php
client.php clone.php comments.php
convert.php delete.php exit.php
invoice.php locked.php post.php print.php
send.php send_draft.php tabs.php
versions.php
minerva/js invoice.js list.js loadInvoice.js
minerva/js/src invoice.js list.js loadInvoice.js
minerva/lib AJAX.php Convert.php Driver.php
Minerva.php api.php base.php version.php
minerva/lib/Convert abiword.php openoffice.php
minerva/lib/Driver sql.php
minerva/lib/RDO Emails.php Kishe.php Statuses.php
Types.php
minerva/lib/framework/RDO Form.php Template.php
minerva/list expired.php form.php klishe.php list.php
resellers.php taxes.php
minerva/po sl_SI.po
minerva/scripts openoffice.sh openoffice.vb
minerva/scripts/sql mysql.sql
minerva/templates common-header.inc menu.inc
minerva/templates/admin/drafts/invoice footer.inc header.inc
row.inc
minerva/templates/admin/locked footer.inc header.inc row.inc
minerva/templates/admin/resellers footer.inc header.inc
row.inc
minerva/templates/convert/invoice footer.html header.html
invoice.html
minerva/templates/invoice invoice.inc
minerva/templates/invoice/articles footer.inc header.inc
row.inc
minerva/templates/invoice/client footer.inc header.inc row.inc
minerva/templates/invoice/versions footer.inc header.inc
row.inc
minerva/templates/list actions.inc footer.inc header.inc
row.inc statistics.inc
minerva/templates/list/resellers actions.inc empty.inc
footer.inc header.inc row.inc
minerva/templates/list/taxes actions.inc footer.inc header.inc
row.inc
minerva/themes screen.css
Log:
Minerva isn't registered on freshmeat, so I'm considering it open
"enough" to use as the initial name for Duck's Proforma invoicing
module. And it's past time to get it into the incubator. So here it
is.
Request: 3700
Revision Changes Path
1.1 +340 -0 incubator/minerva/COPYING (new)
1.1 +88 -0 incubator/minerva/README (new)
1.1 +87 -0 incubator/minerva/admin/drafts/email.php (new)
1.1 +41 -0 incubator/minerva/admin/drafts/invoice.php (new)
1.1 +19 -0 incubator/minerva/admin/drafts/preview.php (new)
1.1 +31 -0 incubator/minerva/admin/locked.php (new)
1.1 +84 -0 incubator/minerva/admin/resellers.php (new)
1.1 +91 -0 incubator/minerva/admin/statuses.php (new)
1.1 +85 -0 incubator/minerva/admin/types.php (new)
1.1 +4 -0 incubator/minerva/config/.cvsignore (new)
1.1 +29 -0 incubator/minerva/config/clientmap.php.dist (new)
1.1 +50 -0 incubator/minerva/config/conf.xml (new)
1.1 +32 -0 incubator/minerva/config/prefs.php.dist (new)
1.1 +95 -0 incubator/minerva/docs/CHANGES (new)
1.1 +29 -0 incubator/minerva/docs/CREDITS (new)
1.1 +78 -0 incubator/minerva/docs/INFO (new)
1.1 +217 -0 incubator/minerva/docs/INSTALL (new)
1.1 +49 -0 incubator/minerva/docs/RELEASE_NOTES (new)
1.1 +18 -0 incubator/minerva/docs/TODO (new)
1.1 +19 -0 incubator/minerva/index.php (new)
1.1 +20 -0 incubator/minerva/invoice/ajaxcontroller.php (new)
1.1 +50 -0 incubator/minerva/invoice/articles.php (new)
1.1 +32 -0 incubator/minerva/invoice/client.php (new)
1.1 +47 -0 incubator/minerva/invoice/clone.php (new)
1.1 +39 -0 incubator/minerva/invoice/comments.php (new)
1.1 +47 -0 incubator/minerva/invoice/convert.php (new)
1.1 +52 -0 incubator/minerva/invoice/delete.php (new)
1.1 +24 -0 incubator/minerva/invoice/exit.php (new)
1.1 +59 -0 incubator/minerva/invoice/invoice.php (new)
1.1 +55 -0 incubator/minerva/invoice/locked.php (new)
1.1 +58 -0 incubator/minerva/invoice/post.php (new)
1.1 +37 -0 incubator/minerva/invoice/print.php (new)
1.1 +101 -0 incubator/minerva/invoice/send.php (new)
1.1 +38 -0 incubator/minerva/invoice/send_draft.php (new)
1.1 +47 -0 incubator/minerva/invoice/tabs.php (new)
1.1 +31 -0 incubator/minerva/invoice/versions.php (new)
1.1 +357 -0 incubator/minerva/js/invoice.js (new)
1.1 +3 -0 incubator/minerva/js/list.js (new)
1.1 +6 -0 incubator/minerva/js/loadInvoice.js (new)
1.1 +328 -0 incubator/minerva/js/src/invoice.js (new)
1.1 +8 -0 incubator/minerva/js/src/list.js (new)
1.1 +34 -0 incubator/minerva/js/src/loadInvoice.js (new)
1.1 +70 -0 incubator/minerva/lib/AJAX.php (new)
1.1 +270 -0 incubator/minerva/lib/Convert.php (new)
1.1 +66 -0 incubator/minerva/lib/Convert/abiword.php (new)
1.1 +65 -0 incubator/minerva/lib/Convert/openoffice.php (new)
1.1 +94 -0 incubator/minerva/lib/Driver.php (new)
1.1 +578 -0 incubator/minerva/lib/Driver/sql.php (new)
1.1 +844 -0 incubator/minerva/lib/Minerva.php (new)
1.1 +84 -0 incubator/minerva/lib/RDO/Emails.php (new)
1.1 +90 -0 incubator/minerva/lib/RDO/Kishe.php (new)
1.1 +83 -0 incubator/minerva/lib/RDO/Statuses.php (new)
1.1 +82 -0 incubator/minerva/lib/RDO/Types.php (new)
1.1 +134 -0 incubator/minerva/lib/api.php (new)
1.1 +53 -0 incubator/minerva/lib/base.php (new)
1.1 +188 -0 incubator/minerva/lib/framework/RDO/Form.php (new)
1.1 +221 -0 incubator/minerva/lib/framework/RDO/Template.php (new)
1.1 +1 -0 incubator/minerva/lib/version.php (new)
1.1 +100 -0 incubator/minerva/list/expired.php (new)
1.1 +60 -0 incubator/minerva/list/form.php (new)
1.1 +91 -0 incubator/minerva/list/klishe.php (new)
1.1 +59 -0 incubator/minerva/list/list.php (new)
1.1 +61 -0 incubator/minerva/list/resellers.php (new)
1.1 +57 -0 incubator/minerva/list/taxes.php (new)
1.1 +444 -0 incubator/minerva/po/sl_SI.po (new)
1.1 +10 -0 incubator/minerva/scripts/openoffice.sh (new)
1.1 +41 -0 incubator/minerva/scripts/openoffice.vb (new)
1.1 +186 -0 incubator/minerva/scripts/sql/mysql.sql (new)
1.1 +1 -0 incubator/minerva/templates/admin/drafts/invoice/footer.inc (new)
1.1 +7 -0 incubator/minerva/templates/admin/drafts/invoice/header.inc (new)
1.1 +5 -0 incubator/minerva/templates/admin/drafts/invoice/row.inc (new)
1.1 +1 -0 incubator/minerva/templates/admin/locked/footer.inc (new)
1.1 +7 -0 incubator/minerva/templates/admin/locked/header.inc (new)
1.1 +5 -0 incubator/minerva/templates/admin/locked/row.inc (new)
1.1 +3 -0 incubator/minerva/templates/admin/resellers/footer.inc (new)
1.1 +7 -0 incubator/minerva/templates/admin/resellers/header.inc (new)
1.1 +17 -0 incubator/minerva/templates/admin/resellers/row.inc (new)
1.1 +28 -0 incubator/minerva/templates/common-header.inc (new)
1.1 +25 -0 incubator/minerva/templates/convert/invoice/footer.html (new)
1.1 +31 -0 incubator/minerva/templates/convert/invoice/header.html (new)
1.1 +126 -0 incubator/minerva/templates/convert/invoice/invoice.html (new)
1.1 +1 -0 incubator/minerva/templates/invoice/articles/footer.inc (new)
1.1 +12 -0 incubator/minerva/templates/invoice/articles/header.inc (new)
1.1 +11 -0 incubator/minerva/templates/invoice/articles/row.inc (new)
1.1 +1 -0 incubator/minerva/templates/invoice/client/footer.inc (new)
1.1 +7 -0 incubator/minerva/templates/invoice/client/header.inc (new)
1.1 +5 -0 incubator/minerva/templates/invoice/client/row.inc (new)
1.1 +152 -0 incubator/minerva/templates/invoice/invoice.inc (new)
1.1 +1 -0 incubator/minerva/templates/invoice/versions/footer.inc (new)
1.1 +6 -0 incubator/minerva/templates/invoice/versions/header.inc (new)
1.1 +4 -0 incubator/minerva/templates/invoice/versions/row.inc (new)
1.1 +7 -0 incubator/minerva/templates/list/actions.inc (new)
1.1 +1 -0 incubator/minerva/templates/list/footer.inc (new)
1.1 +14 -0 incubator/minerva/templates/list/header.inc (new)
1.1 +3 -0 incubator/minerva/templates/list/resellers/actions.inc (new)
1.1 +6 -0 incubator/minerva/templates/list/resellers/empty.inc (new)
1.1 +5 -0 incubator/minerva/templates/list/resellers/footer.inc (new)
1.1 +11 -0 incubator/minerva/templates/list/resellers/header.inc (new)
1.1 +9 -0 incubator/minerva/templates/list/resellers/row.inc (new)
1.1 +25 -0 incubator/minerva/templates/list/row.inc (new)
1.1 +10 -0 incubator/minerva/templates/list/statistics.inc (new)
1.1 +3 -0 incubator/minerva/templates/list/taxes/actions.inc (new)
1.1 +2 -0 incubator/minerva/templates/list/taxes/footer.inc (new)
1.1 +7 -0 incubator/minerva/templates/list/taxes/header.inc (new)
1.1 +5 -0 incubator/minerva/templates/list/taxes/row.inc (new)
1.1 +5 -0 incubator/minerva/templates/menu.inc (new)
1.1 +96 -0 incubator/minerva/test.php (new)
1.1 +15 -0 incubator/minerva/themes/screen.css (new)
Chora Links:
http://cvs.horde.org/co.php/incubator/minerva/COPYING?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/README?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/admin/drafts/email.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/admin/drafts/invoice.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/admin/drafts/preview.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/admin/locked.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/admin/resellers.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/admin/statuses.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/admin/types.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/config/.cvsignore?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/config/clientmap.php.dist?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/config/conf.xml?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/config/prefs.php.dist?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/docs/CHANGES?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/docs/CREDITS?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/docs/INFO?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/docs/INSTALL?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/docs/RELEASE_NOTES?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/docs/TODO?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/index.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/invoice/ajaxcontroller.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/invoice/articles.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/invoice/client.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/invoice/clone.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/invoice/comments.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/invoice/convert.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/invoice/delete.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/invoice/exit.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/invoice/invoice.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/invoice/locked.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/invoice/post.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/invoice/print.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/invoice/send.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/invoice/send_draft.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/invoice/tabs.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/invoice/versions.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/js/invoice.js?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/js/list.js?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/js/loadInvoice.js?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/js/src/invoice.js?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/js/src/list.js?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/js/src/loadInvoice.js?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/lib/AJAX.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/lib/Convert.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/lib/Convert/abiword.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/lib/Convert/openoffice.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/lib/Driver.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/lib/Driver/sql.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/lib/Minerva.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/lib/RDO/Emails.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/lib/RDO/Kishe.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/lib/RDO/Statuses.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/lib/RDO/Types.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/lib/api.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/lib/base.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/lib/framework/RDO/Form.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/lib/framework/RDO/Template.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/lib/version.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/list/expired.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/list/form.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/list/klishe.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/list/list.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/list/resellers.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/list/taxes.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/po/sl_SI.po?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/scripts/openoffice.sh?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/scripts/openoffice.vb?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/scripts/sql/mysql.sql?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/admin/drafts/invoice/footer.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/admin/drafts/invoice/header.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/admin/drafts/invoice/row.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/admin/locked/footer.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/admin/locked/header.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/admin/locked/row.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/admin/resellers/footer.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/admin/resellers/header.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/admin/resellers/row.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/common-header.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/convert/invoice/footer.html?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/convert/invoice/header.html?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/convert/invoice/invoice.html?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/invoice/articles/footer.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/invoice/articles/header.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/invoice/articles/row.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/invoice/client/footer.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/invoice/client/header.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/invoice/client/row.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/invoice/invoice.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/invoice/versions/footer.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/invoice/versions/header.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/invoice/versions/row.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/list/actions.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/list/footer.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/list/header.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/list/resellers/actions.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/list/resellers/empty.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/list/resellers/footer.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/list/resellers/header.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/list/resellers/row.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/list/row.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/list/statistics.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/list/taxes/actions.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/list/taxes/footer.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/list/taxes/header.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/list/taxes/row.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/templates/menu.inc?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/test.php?r=1.1
http://cvs.horde.org/co.php/incubator/minerva/themes/screen.css?r=1.1
More information about the cvs
mailing list