When I follow the sequence timecard->generate order entry->sales
order/report->sales invoice I end up with an invoice displaying 5 columns:
Description, Quantity, Unit, Price, and Amount.

  This invoice format works well with producs, but not with services. At
least, not with consulting services as I need to invoice them on a
time-and-expense basis.

  I have a service code (4105) for "Professional Services". When I use the
timecard capability of SL I'd like to see the date, service description,
time, and amount on the invoice.

  In invoice.tex I see this:

\begin{tabularx}{\textwidt...@{}p{8cm}@{\extracolsep\fill}r...@{}}
  \textbf{Description} & \textbf{Quant.} &
    \textbf{Unit} & \textbf{Price} & \textbf{Amount} \\
<%foreach number%>
  <%description%> & <%qty%> &
    <%unit%> & <%sellprice%> & <%linetotal%> \\
<%end number%>
\end{tabularx}

  The %description% variable must refer to the service code's description.
If I want instead to have columns of Date (I worked on the project, not the
invoice date), Note (what I did that day on that project), Quantity (the
amount of time I spent), and Extension (the time multiplied by my hourly
rate), what timecare field descriptors do I use?

Thanks,

Rich

_______________________________________________
SQL-Ledger mailing list
[email protected]
http://lists.ledger123.com/mailman/listinfo/sql-ledger

Reply via email to