Am 09.03.2011 15:48, schrieb Rich Shepard:
Some clients want to pay for time and expenses. For these folks I use the
time card system and submit both the detailed time card report and a
one-line invoice (because I cannot yet produce an invoice that has the time
card note details, time, and rate by date). (Such apparently can be done if
each service has its own code, but the tasks for which I bill are far too
varied for that to work. All my efforts are in a single service
code/description.)
Change SL/PE.pm line 1495 from:
j.checkedin::date AS transdate, j.notes,
to:
j.checkedin::date AS transdate, (j.checkedin::date \|\| ' ' \|\|
j.checkedin::time \|\| '-' \|\| j.checkedout::time \|\| ' ' \|\|
j.notes) as notes,
Convert a time card to an order and check its content (on your test
account!). Is it something like that what you are looking for?
Remember to change the line back to the original value.
Rolf
_______________________________________________
SQL-Ledger mailing list
[email protected]
http://lists.ledger123.com/mailman/listinfo/sql-ledger