summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2019-05-23RT# 75680 - fixed telapi_voip cdr csv importChristopher Burger
2019-05-23RT# 77532 - created method to display phone typesChristopher Burger
2019-05-23RT 77532 - added contact phone numbers to advanced customer reportChristopher Burger
Conflicts: FS/FS/ConfDefaults.pm FS/FS/cust_main.pm
2019-05-21RT# 83401 Send country field to B::OP on tokenizeMitch Jackson
2019-05-21Revert "restore our time-tracking hack, RT#83379, RT#81529"Ivan Kohler
This reverts commit bb1ab034ef4ef12f0a2c6486d0b98106ee41ab8b.
2019-05-20restore our time-tracking hack, RT#83379, RT#81529Ivan Kohler
2019-05-15RT# 83341 - added ability to sort by name in advanced customer reportsChristopher Burger
2019-05-15RT 83251 - moved scriptChristopher Burger
2019-05-08RT# 83251 - created script to update service speedsChristopher Burger
2019-05-08RT# 83147 - Added new error message when email does not match because of ↵Christopher Burger
case sensitivity
2019-05-07RT# 82132 - updated password reset by mail to use username-uppercase configChristopher Burger
2019-05-07RT# 82132 - updated selfservice login to use config username-uppercaseChristopher Burger
2019-05-05RT# 83122 Utility to issue credits against taxnums - fix typoMitch Jackson
2019-05-05RT# 83122 Utility to issue credits against taxnumsMitch Jackson
2019-05-04RT# 83122 Move wa_tax_rate_update for distMitch Jackson
2019-05-04RT# 83122 fix dupes on wa_sales tax table updatesMitch Jackson
2019-05-04RT# 83122 Update method to merge dupe tax recordsMitch Jackson
FS::cust_main_county::_merge_into - Add application logging - Add optional param hash
2019-05-03RT# 83259 - adding/editing tower sector will no check for required fields ↵Christopher Burger
prior to exporting if able to export
2019-04-30RT# 83211 - Added service export error test reportChristopher Burger
2019-04-30RT# 83204 - added link to service or tower causing error.Christopher Burger
2019-04-30Merge branch 'FREESIDE_4_BRANCH' of ssh://git.freeside.biz/home/git/freeside ↵Christopher Burger
into FREESIDE_4_BRANCH
2019-04-24fix northern-911 and other unsuspend operations when exports override ↵Ivan Kohler
export_replace, RT#83178
2019-04-24no run-time CPAN deps, RT#83178Ivan Kohler
2019-04-24RT# 83203 - made Tower/Sector, speed_up, speed_down requiredChristopher Burger
2019-04-21RT# 83039 - only towers with sectors shown on provisioning page when export ↵Christopher Burger
requires sectors
2019-04-15RT# 79913 - added ability to mass transfer customers to new agentChristopher Burger
2019-04-09no need for old desktop telephony stuff to show on default new installIvan Kohler
2019-04-08RT# 83075 - fixed sorting by referrals errorChristopher Burger
2019-04-08RT# 75357 - Prospects can now be disabledChristopher Burger
2019-04-03RT# 83090 - updated customer search to allow multiple orderbysChristopher Burger
2019-04-01RT# 81946 Rename conf agent-disable_counts as config-disable_countsMitch Jackson
2019-04-01RT# 74789 - Updated electronic check batch td_eft1464 format to except ↵Christopher Burger
refunds (bank credit).
2019-04-01RT# 74789 - updated format to handle credits in seperated batch filesChristopher Burger
2019-03-30RT# 81692 Update deprecated syntax in a RT search callMitch Jackson
2019-03-28RT# 83091 - fixed selfserivce to insert payment account if one does not exitsChristopher Burger
2019-03-27don't include stack backtrace with email errors, RT#83078, RT#83088Ivan Kohler
2019-03-26RT# 82992 - updated documentationChristopher Burger
2019-03-25RT# 82992 - added documentation to thinq cdr importChristopher Burger
2019-03-25RT# 82992 - Added new cdr import format ThinQChristopher Burger
2019-03-15RT# 83044 - fixed so open empty batches not created on upgradeChristopher Burger
2019-03-15RT# 83044 - fixed cc refund issuesChristopher Burger
2019-03-13RT# 82988 - updated paybatch upgrade to move credits from combined batch ↵Christopher Burger
file to credit batch file
2019-03-13RT# 82988 - added check for batch payment upload scripts to make sure they ↵Christopher Burger
can handle credit batches.
2019-03-12RT# 82942 Fix typoMitch Jackson
2019-03-12fix svc_group service search fallout, RT#83002, RT#81628Ivan Kohler
2019-03-11RT# 82988 - fixed resolve credit batches from RBCChristopher Burger
2019-03-11RT# 82988 - Fixed so only formats that can handle electronic refunds can ↵Christopher Burger
download those files
2019-03-07RT# 82087 - updated error messagesChristopher Burger
2019-03-03RT# 82942 Replace DBI->connect() with FS::DBI->connect()Mitch Jackson
2019-03-03RT# 82942 Add FS::DBI, to fix database connection encoding bugMitch Jackson
- Add FS::DBI - Drop-in replacement for DBI - Ensures client_encoding is set to UTF8 for DBD::Pg - Implement FS::DBI in FS::UID, where nearly all freeside database connections are established