Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-09-05 | #29052 Aradial provisioning change of path | Jeremy Davis | |
2014-09-04 | credit | Ivan Kohler | |
2014-09-04 | don't try to download the -d done dir, RT#29053 | Ivan Kohler | |
2014-09-04 | fix for lack of input validation - RT#15405 | C.J. Adams-Collier | |
2014-09-03 | FS RT #884 code review recommendations per mwells | C.J. Adams-Collier | |
2014-09-03 | FS RT ticket #884 | C.J. Adams-Collier | |
2014-09-03 | add customer code field, #14049 | Mark Wells | |
2014-09-03 | #30315 Fixing sales2agent | Jeremy Davis | |
2014-09-02 | Merge branch 'h_cust_main_index_fix' of https://github.com/Jayceh/Freeside | Ivan Kohler | |
2014-09-02 | duh, user, not username | Jason (Jayce^) Hall | |
2014-09-02 | Merge branch 'h_cust_main_index_fix' of https://github.com/Jayceh/Freeside | Ivan Kohler | |
2014-09-02 | fix new installs vs. FKs, RT#13971 | Ivan Kohler | |
2014-09-02 | Add in history_usernum and history_username indices. This allows for | Jason (Jayce^) Hall | |
searches on *who* made changes to run faster. The best example of this is on the homepage when it looks for the last modified customers by the current user. On our system that query could take 5 minutes across so many history records. Now takes a manageable amount of time with this index | |||
2014-09-02 | allow - in user pref email, RT#30664 | Ivan Kohler | |
2014-08-31 | fix inserts and don't generate extra noise on trailing blanks, RT#29053 | Ivan Kohler | |
2014-08-30 | enable CCH update to remove tax classes, #30670 | Mark Wells | |
2014-08-30 | doc | Ivan Kohler | |
2014-08-30 | convert sales persons to agents, R#30315 | Ivan Kohler | |
2014-08-28 | #30616 Fix AU toll-free | Jeremy Davis | |