summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-22fix browse/deploy_zone link, #31065Mark Wells
2014-09-22#31037 Vitelity api changeJeremy Davis
2014-09-18fixed typo of ReceiverC.J. Adams-Collier
2014-09-18FS RT #30831 - passing the ISO 3166-1 alpha-2 country code to ut_phonenC.J. Adams-Collier
2014-09-18FS RT#3083 - added fields/labels to svc_alarm as spec'd by customer ; ↵C.J. Adams-Collier
verified that input validation is correct
2014-09-18ARPU option on sales report, #30911Mark Wells
2014-09-18fix prospet quotation creation, fallout from #25561Ivan Kohler
2014-09-16customer quotations are work orders? RT#25561Ivan Kohler
2014-09-16improve unsuspend behavior for packages on hold, #28508Mark Wells
2014-09-16altered FS::UI::Web::cust_sort_fields() and cust_sql_fields() so that ↵C.J. Adams-Collier
->param('cust_fields') argument is no longer required when the parameter is not passed, the initial value previously passed to cust_header() is used if @cust_fields is empty, cust_header() is called with no arguments
2014-09-16FS RT #27208 - using field names specified by ivan for customer / phone in ↵C.J. Adams-Collier
AR aging report
2014-09-16FS RT #27208 - adding Mobile phone to FS::ConfDefaults::cust_fields_avail ↵C.J. Adams-Collier
and related FS::UI::Web::cust_header / ::cust_sql_fields
2014-09-16calling FS::UI::Web::cust_sql_fields() with ->param('cust_fields'); reduced ↵C.J. Adams-Collier
number of calls to FS::UI::Web::cust_header() by 3 in this component
2014-09-16repaired a compile error I caused in cust_main_dayranges.htmlC.J. Adams-Collier
2014-09-16have expanded the AR aging summary to include other fields. Have not yet ↵C.J. Adams-Collier
populated the fields. FS RT #27208
2014-09-16package start_on_hold flag, and better behavior for automatic timers + ↵Mark Wells
packages on hold, #25853
2014-09-16convert prospects to customers via quotations, RT#20688Ivan Kohler
2014-09-16convert prospects to customers via quotations, RT#20688Ivan Kohler
2014-09-16convert prospects to customers via quotations, RT#20688Ivan Kohler
2014-09-16fix package changes w/quantities, RT#29753Ivan Kohler
2014-09-15RT 4.0.22 - remove inadvertantly commited filesIvan Kohler
2014-09-15RT 4.0.22Ivan Kohler
2014-09-15rt 4.0.21 (RT#13852)Ivan Kohler
2014-09-15fix address2 in NENA2 export, #14049Mark Wells
2014-09-11ticket: 27309; use dbh->quoteDavid Houghton
Sorry, I shouldn't have missed this. I've gotten used to using either DBIx::Class to construct queries for me or using whole prepared statements, which handle the quoting automagically. I've gotten out of practice with SQL created piecemeal.
2014-09-11ticket: 27309; add accountcodeDavid Houghton
I tested this as best I could. I worked with my fake data. I accounted for ' and blank lines, assuming terminal whitespace was irrelevant.
2014-09-11FS RT #27189 - only printing 'each' if package quantity > 1 ; removed ↵C.J. Adams-Collier
now-obsolete checks for pluralization of 'month'
2014-09-10FS RT #884 - merge from master to FREESIDE_3_BRANCHC.J. Adams-Collier
2014-09-10ticket: 28287; adding parens to sprintfDavid Houghton
Mark didn't like the sprintf without parens, so I'm fixing it.
2014-09-10ticket: 28287; rolling back mystery deletionDavid Houghton
I'm not sure how these two lines got ditched, but they're back.
2014-09-10ticket: 28287; add undiscounted monthly amountDavid Houghton
I figured this need only parallel the discount report. That is, the discount only is reported and applied if the period of recurrence is some whole number of months. From my exploration of discounts it appeared that one could specify discounts for other periods, but they did not appear on invoices.
2014-09-09payment history reverse order balance quirk with two check payments in same ↵Ivan Kohler
batch, RT#30309
2014-09-09#29052 Pass domain to AradialJeremy Davis
2014-09-09#29052 Fix Aradial replace operationsJeremy Davis
2014-09-09#29052 Fix Aradial user deletionJeremy Davis
2014-09-08#29053 -d needs to pass an argumentJeremy Davis
2014-09-08#14049 Fix errorJeremy Davis
2014-09-06better error page when re-emailing bad addresses or other SMTP errorsm, RT#25834Ivan Kohler
2014-09-06double process / back button protection for self-service payments, RT#29168Ivan Kohler
2014-09-05add invnum to payment import, RT#29673Ivan Kohler
2014-09-05show Calling-Station-Id on RADIUS reports (as a MAC address w/vendor), RT#29154Ivan Kohler
2014-09-05show svc_cable in customer change history, #27648Mark Wells
2014-09-05clean up last commitMark Wells
2014-09-05validate parameter in balance_age condition, #15045Mark Wells
2014-09-05#14049 fix regexJeremy Davis
2014-09-05#14049 Add default area code for 7 digit numbersJeremy Davis
2014-09-05#29052 Aradial provisioning change of pathJeremy Davis
2014-09-04don't try to download the -d done dir, RT#29053Ivan Kohler
2014-09-03add customer code field, #14049Mark Wells
2014-09-03#30315 Fixing sales2agentJeremy Davis