summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-13fix inventory item search w/customer classesivan
2010-02-13fix inventory item search w/customer classesivan
2010-02-12don't return an error about changing the cust_main record to the user as a ↵ivan
payment processing error, log a bunch of verbose stuff in this case so we can track down wtf is going on, RT#6955
2010-02-12totals time used on svc_acct reportivan
2010-02-12tyop, RT#7007ivan
2010-02-12add mime_type option to self-service ticket create, RT#7007ivan
2010-02-12add queue option to self-service ticket create, RT#7007ivan
2010-02-12add omit_countrycode option, RT#7379ivan
2010-02-12add ticket creation to self-service API, RT#7007ivan
2010-02-11fix quotingjeff
2010-02-10RT#7274: accept CR/LF in RBC batch importmark
2010-02-09add NoSignalHandlers option to RT::Init() so we can pull things up the way ↵ivan
we want under self-service, RT#7007
2010-02-09doh, fix for discounts winding up with both amount and percent, RT#6679ivan
2010-02-09fix RT wackiness when loaded concurrently with Fcntlivan
2010-02-08h_svc_pbx.pm, RT#7322ivan
2010-02-08grandstream device configuration support #4220jeff
2010-02-06discount reporting, RT#6679ivan
2010-02-05discounts, RT#6679ivan
2010-02-05discounts, RT#6679ivan
2010-02-04discounts, RT#6679ivan
2010-02-04add ability to edit referring customer, RT#7174ivan
2010-02-04snom autodial integrationivan
2010-02-04fix SQL error with date field when using this condition, RT#7218ivan
2010-02-03better error msg for profilingivan
2010-02-03fix time limits getting double added if the service is provisioned before ↵ivan
first billing
2010-01-31discounts, RT#6679ivan
2010-01-31fix header on reportivan
2010-01-31discounts, RT#6679ivan
2010-01-30discounts, RT#6679ivan
2010-01-30discounts, RT#6679ivan
2010-01-30discounts, RT#6679ivan
2010-01-30giving it a weight avoids weight use of uninitialized value in sort messages ↵ivan
in part_pkg.pm
2010-01-30discounts, RT#6679ivan
2010-01-29add Cleartext-Password to radius-password export options, RT#7150ivan
2010-01-29ssl optionivan
2010-01-27URI escape pw, RT#7051ivan
2010-01-27add port option, RT#7051ivan
2010-01-26deleting an svc_pbx unlinks svc_phones and deletes svc_accts, RT#7051ivan
2010-01-26admin operations from svc_acct recordsivan
2010-01-26more fallout from default pw encryption: fix error reporting when entering a ↵ivan
bad password
2010-01-26svc_pbx.title uniqueness (kludgy) and force to alphanumeric+space and 19 ↵ivan
char max when using thirdlane (conservative guess for 1st pass implementation), RT#7051
2010-01-26label isn't thirdlane-specific, RT#7051ivan
2010-01-26figured out success/failure reporting, and wrote DID ↵ivan
creation/deletion/assign/unassign, RT#7051
2010-01-26initial thirdlane export w/tenant insert/delete/replace, RT#7051ivan
2010-01-26fix label method and doc workivan
2010-01-26remove debuggingivan
2010-01-26First version of RT Billing pkg. Basic concept is if a customer has this ↵jayce
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
2010-01-25linking DIDs and users to PBXes, RT#7051ivan
2010-01-25initial svc_pbx implementation, RT#7051ivan
2010-01-25initial svc_pbx implementation, RT#7051ivan