Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-19 | remove autogenerated files | Ivan Kohler | |
2014-10-16 | Ticket #31413 Properly import consolidated local calls | Jeremy Davis | |
2014-10-16 | allow maxtype=18 in CCH tax calculation, #31395 | Mark Wells | |
2014-10-15 | don't try to assign inventory during an upgrade, #30900 | Mark Wells | |
2014-10-09 | fix agent type selection for the simple case, RT#30942, RT#28804 | Ivan Kohler | |
2014-10-09 | XSS | Ivan Kohler | |
2014-10-06 | including error message, and moving session_id reset outside of the ↵ | C.J. Adams-Collier | |
conditional block Conflicts: fs_selfservice/FS-SelfService/cgi/selfservice.cgi | |||
2014-10-06 | FS RT #30362 - added configuration option to disable package modification in ↵ | C.J. Adams-Collier | |
selfservice checking for this value before displaying change link or accepting form submission data | |||
2014-10-06 | FS RT #25694 - added two configuration options for requiring CVV data to be ↵ | C.J. Adams-Collier | |
entered, one for back office data entry, and one to force re-entry even when CC data is on file | |||
2014-10-03 | fix display of zero-amount line items in some cases, #30821 | Mark Wells | |
2014-10-02 | package quantity + 477 report, #31282, from #24047 | Mark Wells | |
2014-10-02 | 2916 Missed file | Jeremy Davis | |
2014-10-02 | Conflicts: | Jeremy Davis | |
debian/rules | |||
2014-10-01 | ensure deploy zones have a description, #24047 | Mark Wells | |
2014-09-30 | detail links on new 477 report, #30360 | Mark Wells | |
2014-09-28 | NENA2 export: supply a default value for class of service, #14049 | Mark Wells | |
2014-09-27 | fix coordinate links with aposrophies, RT#31079 | Ivan Kohler | |
2014-09-25 | allow maxtype=15 in CCH tax calculation, #31073 | Mark Wells | |
2014-09-24 | change "support time" to use regular ticket time + a custom field, #30921 | Mark Wells | |
2014-09-23 | package churn report filtering by advertising source, tower, and zip code, ↵ | Mark Wells | |
#26999 | |||
2014-09-22 | fix browse/deploy_zone link, #31065 | Mark Wells | |
2014-09-22 | #31037 Vitelity api change | Jeremy Davis | |
2014-09-18 | fixed typo of Receiver | C.J. Adams-Collier | |
2014-09-18 | FS RT #30831 - passing the ISO 3166-1 alpha-2 country code to ut_phonen | C.J. Adams-Collier | |
2014-09-18 | FS 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-18 | ARPU option on sales report, #30911 | Mark Wells | |
2014-09-18 | fix prospet quotation creation, fallout from #25561 | Ivan Kohler | |
2014-09-16 | customer quotations are work orders? RT#25561 | Ivan Kohler | |
2014-09-16 | improve unsuspend behavior for packages on hold, #28508 | Mark Wells | |
2014-09-16 | altered 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-16 | FS RT #27208 - using field names specified by ivan for customer / phone in ↵ | C.J. Adams-Collier | |
AR aging report | |||
2014-09-16 | FS 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-16 | calling 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-16 | repaired a compile error I caused in cust_main_dayranges.html | C.J. Adams-Collier | |
2014-09-16 | have expanded the AR aging summary to include other fields. Have not yet ↵ | C.J. Adams-Collier | |
populated the fields. FS RT #27208 | |||
2014-09-16 | package start_on_hold flag, and better behavior for automatic timers + ↵ | Mark Wells | |
packages on hold, #25853 | |||
2014-09-16 | convert prospects to customers via quotations, RT#20688 | Ivan Kohler | |
2014-09-16 | convert prospects to customers via quotations, RT#20688 | Ivan Kohler | |
2014-09-16 | convert prospects to customers via quotations, RT#20688 | Ivan Kohler | |
2014-09-16 | fix package changes w/quantities, RT#29753 | Ivan Kohler | |
2014-09-15 | RT 4.0.22 - remove inadvertantly commited files | Ivan Kohler | |
2014-09-15 | RT 4.0.22 | Ivan Kohler | |
2014-09-15 | rt 4.0.21 (RT#13852) | Ivan Kohler | |
2014-09-15 | fix address2 in NENA2 export, #14049 | Mark Wells | |
2014-09-11 | ticket: 27309; use dbh->quote | David 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-11 | ticket: 27309; add accountcode | David 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-11 | FS RT #27189 - only printing 'each' if package quantity > 1 ; removed ↵ | C.J. Adams-Collier | |
now-obsolete checks for pluralization of 'month' | |||
2014-09-10 | FS RT #884 - merge from master to FREESIDE_3_BRANCH | C.J. Adams-Collier | |
2014-09-10 | ticket: 28287; adding parens to sprintf | David Houghton | |
Mark didn't like the sprintf without parens, so I'm fixing it. | |||
2014-09-10 | ticket: 28287; rolling back mystery deletion | David Houghton | |
I'm not sure how these two lines got ditched, but they're back. |