emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] org-invoice question


From: Dave Täht
Subject: [Orgmode] org-invoice question
Date: Fri, 18 Sep 2009 09:02:30 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux)

My eyes glazed over too much to comment directly on the documentation
wishlist thread, and I also saw someone having trouble with org-invoice.
More on the first issue in my next mail. 

This was very cool, as I hadn't heard of org-invoice before then.

So I cribbed and modified the org-invoice from the code example and
tried to make it work.  I guess it needs the CLOCKSUM properties
generated, which I don't quite know how to do, or something else I am
missing to generate the summaries.

Presentation-wise I have other issues with it, but I'll settle for
making it work first:

--cut--
* Invoices
:PROPERTIES:
RATE: 40.00
** Client Foo 
*** DONE Built New Server for Production
    CLOSED: [2009-09-18 Fri 08:30]
    :LOGBOOK:
    - State "DONE"       from "STARTED"    [2009-09-18 Fri 08:30]
    - State "STARTED"    from "STARTED"    [2009-09-18 Fri 07:00]
      CLOCK: [2009-09-18 Fri 07:00]--[2009-09-18 Fri 08:19] =>  1:19
    :END:
    :PROPERTIES:
    :Effort:   10
    :END:
*** [2009-09-17 Thu] Meeting with Team to Design New System
    :PROPERTIES:
    WORK: 3:00
    :END:
**** Invoice
#+BEGIN: invoice
| Task / Date                            | Time | Price |
|----------------------------------------+------+-------|
| DONE Built New Server for Production   | 0:00 |  0.00 |
|----------------------------------------+------+-------|
| Meeting with Team to Design New System | 0:00 |  0.00 |
| Invoice                                | 0:00 |  0.00 |
|----------------------------------------+------+-------|
| Total:                                 | 0:00 |  0.00 |
#+END:
* Client Bar 
:PROPERTIES: 
RATE: 95.00
:END:
*** DONE [2008-01-01 Tue] Searched for Widgets on Google
    :PROPERTIES:
    RATE: 25.00
    WORK: 20:00
    :END:
*** [2008-01-02 Wed] Billed You for Taking a Nap
*** Invoice
#+BEGIN: invoice
| Task / Date                          | Time | Price |
|--------------------------------------+------+-------|
| Tuesday, January 01, 2008            | 0:00 |  0.00 |
| DONE  Searched for Widgets on Google | 0:00 |  0.00 |
|--------------------------------------+------+-------|
| Wednesday, January 02, 2008          | 0:00 |  0.00 |
| Billed You for Taking a Nap          | 0:00 |  0.00 |
|--------------------------------------+------+-------|
| Total:                               | 0:00 |  0.00 |

#+END:
--cut--

-- 
Dave Taht
http://the-edge.blogspot.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]