Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-16 | FS 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-16 | FS RT #28105 - alter payment plan options at upgrade - multiply dollars by ↵ | C.J. Adams-Collier | |
1k, divide totals and caps by 1k | |||
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 | Merge branch 'master' of git.freeside.biz:/home/git/freeside | 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 | FS RT #28105 - changing the hourly charge back to one decimal place. nobody ↵ | C.J. Adams-Collier | |
cares about less than 6 minutes | |||
2014-09-15 | FS RT #28105 - found more instances of megabyte to change to gigabyte | C.J. Adams-Collier | |
2014-09-15 | fix address2 in NENA2 export, #14049 | Mark Wells | |
2014-09-15 | FS RT #30961 - displaying Upload / Download in gigs rather than megs | C.J. Adams-Collier | |
- added a nowrap around the MAC vendor string to improve readability | |||
2014-09-12 | FS RT #27208 - using field names specified by ivan for customer / phone in ↵ | C.J. Adams-Collier | |
AR aging report | |||
2014-09-11 | 28105: factored out units and references to units and defined a bunch of ↵ | David Houghton | |
constants in the head of the file | |||
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-11 | 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-10 | 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-10 | Merge branch 'master' of git+ssh://git.freeside.biz/home/git/freeside | David Houghton | |
Making my local master match the remote. | |||
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 | unbreak cust_main search, fallout from cust_payby work, #23741 | Mark Wells | |
2014-09-10 | debugging aid | Mark Wells | |
2014-09-10 | 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-10 | ticket: 28287; rolling back mystery deletion | David Houghton | |
I'm not sure how these two lines got ditched, but they're back. | |||
2014-09-09 | 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-09 | 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-09 | repaired a compile error I caused in cust_main_dayranges.html | C.J. Adams-Collier | |
2014-09-09 | payment history reverse order balance quirk with two check payments in same ↵ | Ivan Kohler | |
batch, RT#30309 | |||
2014-09-09 | ticket: 28287; add undiscounted monthly amount | David 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-09 | 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-09 | #29052 Pass domain to Aradial | Jeremy Davis | |
2014-09-09 | #29052 Fix Aradial replace operations | Jeremy Davis | |
2014-09-09 | #29052 Fix Aradial user deletion | Jeremy Davis | |
2014-09-08 | moved WHERE/AND logic in to calling code. FS RT #884 | C.J. Adams-Collier | |
2014-09-08 | ensuring that WHERE or AND is correctly used in "$extra_sql" snippit - FS RT ↵ | C.J. Adams-Collier | |
#884 | |||
2014-09-08 | for one-time discounts, print line item in different format - FS RT #27189 | C.J. Adams-Collier | |
2014-09-08 | corrected POD syntax which was causing error | C.J. Adams-Collier | |
2014-09-08 | #29053 -d needs to pass an argument | Jeremy Davis | |
2014-09-08 | #14049 Fix error | Jeremy Davis | |
2014-09-06 | better error page when re-emailing bad addresses or other SMTP errorsm, RT#25834 | Ivan Kohler | |
2014-09-06 | double process / back button protection for self-service payments, RT#29168 | Ivan Kohler | |
2014-09-05 | add invnum to payment import, RT#29673 | Ivan Kohler | |
2014-09-05 | compat with old Pg used for RADIUS: use str2time_sql_closing | Ivan Kohler | |
2014-09-05 | show Calling-Station-Id on RADIUS reports (as a MAC address w/vendor), RT#29154 | Ivan Kohler | |
2014-09-05 | Merge branch 'master' of git.freeside.biz:/home/git/freeside | Ivan Kohler | |
2014-09-05 | FS RT #884; correcting date comparison logic for signup by date report | C.J. Adams-Collier | |
2014-09-05 | the two necessary changes to get Cable to show up in the history table | David Houghton | |
2014-09-05 | #14049 fix regex | Jeremy Davis | |
2014-09-05 | #14049 Add default area code for 7 digit numbers | Jeremy Davis | |