Hi Peter,

should we add org-invoice.el to the contrib directory?
Also, I would like to add org-crypt.el, actually to the core.
Do you agree, and do you have a copyright agreement signed
with the FSF?

- Carsten

On Sep 11, 2009, at 4:02 PM, Peter Jones wrote:

Russell Adams <rlad...@adamsinfoserv.com> writes:
#+BEGIN timecard

|------------+------------+---------|
|     *Date* | *Task*     | *Hours* |
|------------+------------+---------|
| 2009-09-01 | Customer X |       8 |
| 2009-09-02 | Customer X |       8 |
| 2009-09-03 | Customer X |       8 |
| 2009-09-04 | Customer X |       8 |
| 2009-09-05 | Customer X |       8 |
|------------+------------+---------|
|    *Total* |            |      40 |
|------------+------------+---------|
#+END

I've attached my org-invoice.el file which does something very close to
this.  I use it to generate reports in table form like what you are
requesting, and I have another .el file that uses org-invoice as a
library to collect the same data and submit it to my invoicing system.

Example output:

#+BEGIN: invoice
| Task / Date                   |  Time |  Price |
|-------------------------------+-------+--------|
| Friday, August 21, 2009       | 03:00 |  55.00 |
| Blah Blah Blah                | 03:00 |  55.00 |
|-------------------------------+-------+--------|
| Friday, August 28, 2009       | 06:00 |  10.00 |
| Blah Blah Blah                | 06:00 |  10.00 |
|-------------------------------+-------+--------|
| Total:                        | 09:00 |  65.00 |

#+END:

You can disable the price calculation.

<org-invoice.el>

--
Peter Jones - 303-219-0226
pmade inc.  - http://pmade.com
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to