summaryrefslogtreecommitdiff
path: root/httemplate
AgeCommit message (Collapse)Author
2014-11-02search for tax-exempt customers, RT#31481Ivan Kohler
2014-10-31always collapse display of changed packages, #27305Mark Wells
2014-10-31tax engine refactoring for Avalara and Billsoft tax vendors, #25718Mark Wells
2014-10-25user-defined site ID / location codes per location, RT#30856, RT#27545Ivan Kohler
2014-10-20respect agent-specific packages in bulk order/cancel, RT#31665Ivan Kohler
2014-10-19Merge branch 'master' of git.freeside.biz:/home/git/freesideIvan Kohler
2014-10-18byproduct #31593Ivan Kohler
2014-10-18byproduct #31593Ivan Kohler
2014-10-16make package churn report actually show package churn, #7990Mark Wells
2014-10-10upstream-markup call rating and global default rates, #30633Mark Wells
2014-10-09fix agent type selection for the simple case, RT#30942, RT#28804Ivan Kohler
2014-10-09fix agent type selection for the simple case, RT#30942, RT#28804Ivan Kohler
2014-10-09XSSIvan Kohler
2014-10-08Merge branch 'master' of git.freeside.biz:/home/git/freesideIvan Kohler
2014-10-08init applied_timeIvan Kohler
2014-10-02package quantity + 477 report, #31282, from #24047Mark Wells
2014-10-01ensure deploy zones have a description, #24047Mark Wells
2014-09-30detail links on new 477 report, #30360Mark Wells
2014-09-24change "support time" to use regular ticket time + a custom field, #30921Mark Wells
2014-09-23package churn report filtering by advertising source, tower, and zip code, ↵Mark Wells
#26999
2014-09-22fix browse/deploy_zone link, #31065Mark Wells
2014-09-19FS 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-09-18ARPU option on sales report, #30911Mark Wells
2014-09-18fix prospet quotation creation, fallout from #25561Ivan Kohler
2014-09-16Merge branch 'master' of git.freeside.biz:/home/git/freesideIvan Kohler
2014-09-16customer quotations are work orders? RT#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-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-15FS RT #28105 - found more instances of megabyte to change to gigabyteC.J. Adams-Collier
2014-09-15FS RT #30961 - displaying Upload / Download in gigs rather than megsC.J. Adams-Collier
- added a nowrap around the MAC vendor string to improve readability
2014-09-10ticket: 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-10debugging aidMark Wells
2014-09-10ticket: 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-09altered 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-09calling 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-09repaired a compile error I caused in cust_main_dayranges.htmlC.J. Adams-Collier
2014-09-09payment history reverse order balance quirk with two check payments in same ↵Ivan Kohler
batch, RT#30309
2014-09-09have expanded the AR aging summary to include other fields. Have not yet ↵C.J. Adams-Collier
populated the fields. FS RT #27208
2014-09-08moved WHERE/AND logic in to calling code. FS RT #884C.J. Adams-Collier
2014-09-06better error page when re-emailing bad addresses or other SMTP errorsm, RT#25834Ivan Kohler
2014-09-05add invnum to payment import, RT#29673Ivan Kohler
2014-09-05Merge branch 'master' of git.freeside.biz:/home/git/freesideIvan Kohler
2014-09-05FS RT #884; correcting date comparison logic for signup by date reportC.J. Adams-Collier
2014-09-05the two necessary changes to get Cable to show up in the history tableDavid Houghton
2014-09-04creditIvan Kohler
2014-09-04fix for lack of input validation - RT#15405C.J. Adams-Collier
2014-09-03FS RT #884 code review recommendations per mwellsC.J. Adams-Collier