summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
Conflicts: httemplate/misc/progress-popup.html
2019-04-24fix error display un-holding a package, RT#83178Ivan Kohler
2019-04-24fix northern-911 and other unsuspend operations when exports override ↵Ivan Kohler
export_replace, RT#83178
2019-04-24RT# 83203 - made Tower/Sector, speed_up, speed_down requiredChristopher Burger
2019-04-24RT# 82087 - added up and down speeds to reportChristopher Burger
2019-04-21RT# 83039 - only towers with sectors shown on provisioning page when export ↵Christopher Burger
requires sectors Conflicts: httemplate/elements/select-table.html
2019-04-17RT# 75357 - v3 fix for creating contact rows in prospectsChristopher Burger
2019-04-17RT# 75357 - now new contact row in created in correct placeChristopher Burger
2019-04-15fix prospect state dropdown, RT#76043, fallout from #76000Ivan Kohler
2019-04-15RT# 79913 - V3 fix for mass agent transferChristopher Burger
2019-04-15RT# 79913 - Mass agent transfer filesChristopher Burger
2019-04-15RT# 79913 - added ability to mass transfer customers to new agentChristopher Burger
2019-04-08RT# 76093 - removed unused file FS::cust_main::Billing_batchChristopher Burger
2019-04-07RT# 83075 - fixed sorting by referrals errorChristopher Burger
2019-04-07RT# 75357 - Prospects can now be disabledChristopher Burger
Conflicts: httemplate/edit/prospect_main.html
2019-04-03RT# 83090 - updated customer search to allow multiple orderbysChristopher Burger
2019-04-03RT# 83057 - Added check for duplicate entry to avoid sql errorChristopher Burger
2019-04-01RT# 74789 - updated format to handle credits in seperated batch filesChristopher Burger
2019-04-01RT# 74789 - Updated electronic check batch td_eft1464 format to except ↵Christopher Burger
refunds (bank credit).
2019-03-27RT# 83082 - fixed so CC refunds cant go to batchChristopher Burger
Conflicts: httemplate/edit/cust_refund.cgi
2019-03-263.93Ivan Kohler
2019-03-26RT 82999 - fixed issue where payment receipt only sent when one email present.Christopher Burger
2019-03-26RT# 82992 - updated documentationChristopher Burger
2019-03-26RT# 82959 - added agent virtualization to unprovisioned services report.Christopher 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-25RT# 79239 - cleaned up codeChristopher Burger
2019-03-25RT# 79239 - updated code to use existing sub routineChristopher Burger
2019-03-15RT# 83044 - V3 fixChristopher Burger
2019-03-15RT# 83044 - fixed so open empty batches not created on upgradeChristopher Burger
2019-03-15RT# 83044 - fixed cc refund issuesChristopher Burger
Conflicts: httemplate/edit/process/cust_refund.cgi httemplate/misc/download-batch.cgi
2019-03-13RT# 82988 - updated paybatch upgrade to move credits from combined batch ↵Christopher Burger
file to credit batch file
2019-03-13Merge branch 'FREESIDE_3_BRANCH' of ssh://git.freeside.biz/home/git/freeside ↵Christopher Burger
into FREESIDE_3_BRANCH
2019-03-13RT# 82988 - V3 fixChristopher Burger
2019-03-12RT# 82942 Fix typoMitch Jackson
2019-03-12RT# 82988 - added check for batch payment upload scripts to make sure they ↵Christopher Burger
can handle credit batches.
2019-03-12RT# 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 Conflicts: httemplate/view/cust_main/menu.html
2019-03-07RT# 82087 - updated error messagesChristopher Burger
2019-03-03RT# 82942 Force UTF8 client_encoding for Pg in RT::HandleMitch Jackson
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
2019-03-01RT# 82955 Fix egc_truncate error in FS::pay_batch::paymentechMitch Jackson
2019-03-01RT# 82955 - fixed typoChristopher Burger
2019-03-01RT# 82955 - will only try to delete if refund foundChristopher Burger
2019-03-01RT# 82955 - fixed batch delete errorChristopher Burger
2019-03-01RT# 82955 - add script to un refund electronic refunds in batch fileChristopher Burger
2019-02-27RT# 81961 Pod2Html remove hard-coded perl src dirsMitch Jackson
2019-02-27RT# 81961 Fix POD errorMitch Jackson