Page 1 of 1

Time Billing Format

Posted: Tue Nov 14, 2006 9:27 pm
by Mary
1. the time billing in the installation for Service Manager we would like to show

Date of time entry and "Name" field from the SMRATES.dbf.

Posted: Tue Nov 14, 2006 9:29 pm
by COBS Tech Support
1. Firstly create a file called timebill.mac using Windows Notepad. Paste the following contents into it and make sure you save it in the user's company folder:

OpenTable("SMRates")
SMRates->(Find(SMtime->Rate))
Return DTOC(SMtime->Date) + " " + SMRates->Name

2. Then next to "Invoice Time Billing Format" under Install settings for the Service Manager type:

MacroRun(PathCompany() + "timebill.mac")