summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2014-10-22make NENA2 export more lenient about street addresses, #14049Mark Wells
2014-10-22ensure relocate export always runs exactly once, #14049Mark Wells
2014-10-21Ticket #8137 Fix Broadsoft datesJeremy Davis
2014-10-21Ticket #31674 Fix removal of leading 0'sJeremy Davis
2014-10-20Merge branch 'master' of git.freeside.biz:/home/git/freesideIvan Kohler
2014-10-20Ticket #31242 Fix A2billing suspendsJeremy Davis
2014-10-19Merge branch 'master' of git.freeside.biz:/home/git/freesideIvan Kohler
2014-10-18ezlocate is goneIvan Kohler
2014-10-16make package churn report actually show package churn, #7990Mark Wells
2014-10-16Ticket #31413 Properly import consolidated local callsJeremy Davis
2014-10-16allow maxtype=18 in CCH tax calculation, #31395Mark Wells
2014-10-15don't try to assign inventory during an upgrade, #30900Mark Wells
2014-10-10upstream-markup call rating and global default rates, #30633Mark Wells
2014-10-10fix unprovisioning of services when export_delete creates a queue job, #13971Mark Wells
2014-10-03fix display of zero-amount line items in some cases, #30821Mark Wells
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-28NENA2 export: supply a default value for class of service, #14049Mark Wells
2014-09-26FS RT #30363 - Hide Account usage template output in an HTML comment when ↵C.J. Adams-Collier
$hide_usage is true
2014-09-26FS RT #30363 - Hide usage data in self-service interfaceC.J. Adams-Collier
2014-09-25allow maxtype=15 in CCH tax calculation, #31073Mark Wells
2014-09-25FS 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-09-23package churn report filtering by advertising source, tower, and zip code, ↵Mark Wells
#26999
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-18fixed typo of ReceiverC.J. Adams-Collier
2014-09-18ARPU option on sales report, #30911Mark Wells
2014-09-18FS RT #30831 - passing the ISO 3166-1 alpha-2 country code to ut_phonenC.J. Adams-Collier
2014-09-18fix prospet quotation creation, fallout from #25561Ivan Kohler
2014-09-17FS 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-16improve unsuspend behavior for packages on hold, #28508Mark Wells
2014-09-16FS RT #28105 - per Ivan, not updating recur_%_cap fields ; simplified SQL a ↵C.J. Adams-Collier
bit and reduced query count by 3
2014-09-16FS RT #28105 - alter payment plan options at upgrade - multiply dollars by ↵C.J. Adams-Collier
1k, divide totals and caps by 1k
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-16fix package changes w/quantities, RT#29753Ivan Kohler
2014-09-15FS RT #28105 - changing the hourly charge back to one decimal place. nobody ↵C.J. Adams-Collier
cares about less than 6 minutes
2014-09-15FS RT #28105 - found more instances of megabyte to change to gigabyteC.J. Adams-Collier
2014-09-15fix address2 in NENA2 export, #14049Mark Wells
2014-09-12FS RT #27208 - using field names specified by ivan for customer / phone in ↵C.J. Adams-Collier
AR aging report
2014-09-1128105: factored out units and references to units and defined a bunch of ↵David Houghton
constants in the head of the file
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-11FS 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-10Merge branch 'master' of git+ssh://git.freeside.biz/home/git/freesideDavid Houghton
Making my local master match the remote.
2014-09-10ticket: 28287; adding parens to sprintfDavid Houghton
Mark didn't like the sprintf without parens, so I'm fixing it.
2014-09-10unbreak cust_main search, fallout from cust_payby work, #23741Mark Wells
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-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-09ticket: 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.