summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2018-03-29RT# 78356 - updated documentation and added ability to create access points ↵Christopher Burger
as Saisei thru api Conflicts: FS/FS/Schema.pm FS/FS/part_export/saisei.pm FS/FS/tower_sector.pm httemplate/edit/process/tower.html httemplate/edit/tower.html httemplate/elements/tr-tower_sectors.html
2018-03-22save logging information so we have a historical record of exactly when ↵Ivan Kohler
problems happened, RT#79780
2018-03-13save logging information so we have a historical record of exactly when ↵Ivan Kohler
problems happened, RT#79780
2018-03-13RT# 79780 - added a 60 second pause when there is a connection failure, then ↵Christopher Burger
retry. Do this for 20 hours
2018-03-01Syntax correctionMitch Jackson
2018-03-01RT# 79239 - added option to prorate first month to synchronize with ↵Christopher Burger
customers other packages with sql_export plan
2018-02-28RT# 79284 Option to set discount at Change PackageMitch Jackson
2018-02-20RT# 78356 - fix for email address lookup on V3Christopher Burger
2018-02-20RT# 78356 - Added user documentationChristopher Burger
2018-02-20RT# 78356 - added ability to remove service thru api when service is ↵Christopher Burger
unprovisioned.
2018-02-20RT# 78356 - cleaned up code and added debug codeChristopher Burger
2018-02-20RT# 78356 - broadband svc export to saiseiChristopher Burger
2018-02-13RT# 79507 - enabled GCET import formatChristopher Burger
2018-02-09journal cdrbatch -> cdrbatchnum upgradeIvan Kohler
2018-02-08RT# 75095 - Import one time charge V3 fix.Christopher Burger
2018-02-08RT# 75095 - fixed ooma format to import all charges, and unified import ↵Christopher Burger
process to allow new formats to be added quickly. consistant with cdr imports
2018-02-08RT# 75095 - added commentChristopher Burger
2018-02-08RT# 75095 - updated mapping of ooma import file formatChristopher Burger
2018-02-08RT# 75095 - Fixed use of a constant warning.Christopher Burger
2018-02-08RT# 75095 - Added Ooma integration to one time chargesChristopher Burger
Conflicts: FS/FS/cust_main/Import_Charges.pm httemplate/misc/process/cust_main-import_charges.cgi
2018-02-04option to reprocess CDRs when voiding an invoice, RT#79001Ivan Kohler
2018-02-01fix v3 batch name problemChristopher Burger
2018-02-01RT# 76398 - Fixed sybase connection and cleaned up codeChristopher Burger
Conflicts: FS/FS/cdr/Import.pm
2018-02-01RT# 76398 - fixed sybase query for detecting tables and adding columnsChristopher Burger
2018-02-01RT# 76398 - Added auto status field or status table creationChristopher Burger
Conflicts: FS/FS/cdr/Import.pm FS/bin/freeside-cdr-freeswitch
2018-01-25RT# 79121 - fixed error with loading files with option aChristopher Burger
2018-01-25RT#79121 - added POD documentationChristopher Burger
2018-01-24fix billing error with intro rate packages when billing dates have been ↵Ivan Kohler
edited non-sensically (bill date set even though package is not billing yet), RT#78349
2018-01-24no need for errors decrypting inadvertantly encrypted payinfo to be fatal, ↵Ivan Kohler
RT#76385
2018-01-13RT# 79121 - added flag to store public key in known host fileChristopher Burger
2018-01-12RT# 79121 - Added new cdr import format for ani networks, and cron script ↵Christopher Burger
for same
2018-01-11defined(@array) is deprecatedIvan Kohler
2018-01-10extend vitelity integration: start and complete port-in, RT#73618, RT#78929Ivan Kohler
2018-01-04add "bill_only_pkg_dates" option to inbound voip billing, RT#79001Ivan Kohler
2017-12-19RT# 78450 - Fixed error with cdr import of AAPT CTOP format. Changed regex ↵Christopher Burger
to ignore white space at beginning.
2017-12-15fix changing employee password, RT#78939Ivan Kohler
2017-12-13RT# 78019 - Added revenue difference to package churn reportChristopher Burger
2017-12-13RT# 78019 - Added total revenue line to Package churn reportChristopher Burger
2017-12-12added warning to invoice_default_terms concerning changing it after going ↵Ivan Kohler
live, RT#78536
2017-12-12Merge branch 'FREESIDE_3_BRANCH' of ssh://git.freeside.biz/home/git/freeside ↵Christopher Burger
into FREESIDE_3_BRANCH
2017-12-12Net::SSLglue never worked, need deb9 Net::FTP for this to workIvan Kohler
2017-12-12RT# 24643 - fixed error in saving waive setup fee flag when not selectedChristopher Burger
2017-12-12Revert "RT# 24643 - fixed error in saving waive setup fee flag when not ↵Christopher Burger
selected" This reverts commit 7e2111f1ebc063df6a0afbb5903ae17a96ca3bb8.
2017-12-12RT# 24643 - fixed error in saving waive setup fee flag when not selectedChristopher Burger
2017-12-12RT# 24643, added waive setup fee option to change package screen.Christopher Burger
Conflicts: httemplate/edit/process/change-cust_pkg.html
2017-12-11RT# 78681 - fixed error where setup fee was being charged when ↵Christopher Burger
prorate_defer_bill was set even though wave setup fee was selected.
2017-12-08Substitute broken JSON::XS with Cpanel::JSON::XSMitch Jackson
2017-12-08Added option for Credit Report to include Voided Credits RT#73200Mitch Jackson
2017-12-08whitespace onlyMitch Jackson
2017-12-05fix logo encoding over xml-api for all functions that call skin_info ↵Ivan Kohler
internally, RT#75279