First version of RT Billing pkg. Basic concept is if a customer has this package...
authorjayce <jayce>
Tue, 26 Jan 2010 04:47:03 +0000 (04:47 +0000)
committerjayce <jayce>
Tue, 26 Jan 2010 04:47:03 +0000 (04:47 +0000)
commit250ac5b142e70f394cb9796b16264622c380e0c8
tree45f3153bb9107b783278c1f49a470c9736449db7
parent9ad4f8407cc106ef5815e65bce2ee873cd0896c2
First version of RT Billing pkg.  Basic concept is if a customer has this package, then any time added to ticket comments in RT will be added up and multiplied by the base rate, with each entry showing up as a lineitem on their next invoice.

This has not been used in production yet by anybody, it was just a proposal done for a customer.
 Modified Files:
  TicketSystem/RT_External.pm
 Added Files:
  part_pkg/rt_time.pm
FS/FS/TicketSystem/RT_External.pm
FS/FS/part_pkg/rt_time.pm [new file with mode: 0644]