From: Peter Jones <mlists@pmade.com>
To: emacs-orgmode@gnu.org
Subject: Re: Publishing clocked time
Date: Fri, 11 Sep 2009 08:02:26 -0600 [thread overview]
Message-ID: <m2sketvatp.fsf@pmade.com> (raw)
In-Reply-To: 20090911050534.GZ18897@thinkpad.adamsinfoserv.com
[-- Attachment #1: Type: text/plain, Size: 1341 bytes --]
Russell Adams <RLAdams@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.
[-- Attachment #2: org-invoice.el --]
[-- Type: application/emacs-lisp, Size: 16297 bytes --]
[-- Attachment #3: Type: text/plain, Size: 64 bytes --]
--
Peter Jones - 303-219-0226
pmade inc. - http://pmade.com
[-- Attachment #4: Type: text/plain, Size: 204 bytes --]
_______________________________________________
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
next prev parent reply other threads:[~2009-09-11 14:02 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-04 15:32 Publishing clocked time Ivan Chernetsky
2009-09-06 11:41 ` Carsten Dominik
2009-09-07 15:35 ` Sébastien Vauban
2009-09-07 15:56 ` Russell Adams
2009-09-09 7:47 ` Ivan Chernetsky
2009-09-11 3:50 ` Carsten Dominik
2009-09-11 3:48 ` Carsten Dominik
2009-09-11 3:51 ` Carsten Dominik
2009-09-11 5:05 ` Russell Adams
2009-09-11 14:02 ` Peter Jones [this message]
2009-09-11 16:02 ` Russell Adams
2009-09-11 17:54 ` Peter Jones
2009-09-12 4:49 ` Carsten Dominik
2009-09-12 21:11 ` Peter Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2sketvatp.fsf@pmade.com \
--to=mlists@pmade.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).