I have a client who wants non billable hours to show up on sales invoices.
They are using the Job Journal to enter hours towards a job, and the work type to determine the unit cost.
I have non billable set up to 0.00 unit cost. When they are creating their invoices they use the Function -> Get Job Usage... from the Sales invoice card. This won't pull in any of the non billable hours because they are posted as not open (must be another reason too as I've tried posting them as open as well).
I've also tried giving a unit price to the non billable work type code, then giving it a 100% line discount. After posting the invoice, however, when they get the usage for that job again, that same entry reappears.
Any recommendations on invoicing non billable hours?
Thanks,
Joel
0
Comments
It's not a simple mod, but it's certinaly doable.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
David:
Setting the chargeable flag to false also sets the open flag to false when posting, so they don't show up when i get job usage.
I've done some modifications and I am now stuck in 2 different places ](*,)
1) I modify the filters in the Get Job Usage report to allow non open records if they are type non billable. This gets the jobs into the invoice, but after I post they will keep showing up each time i use get job usage for that customer.
2) I modify the job posting to post non billables as open. This also lets them show up after getting job usage, but when I post the sales-post doesn't flip the flag to false, so again they keep showing up in later get job usages.
It's looking to me like either way I'm going to have to do some changes in the sales-post codeunit (really want to avoid this). Any other suggestions?
thanks,
Joel
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book