summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2018-05-15RT# 77964 - Fixed error where deferring date did not work when waive setup ↵Christopher Burger
fee was set.
2018-05-15Revert "RT# 77964 - fixed so deferring date now works when waive setup fee ↵Christopher Burger
is set" This reverts commit 9cdd008acdaa19127409188b51e25fe8c8b0b04b.
2018-05-15Revert "RT# 77964 - Placed waive setup fee check back to billing.pm, and ↵Christopher Burger
added check for prorate package in billing.pm" This reverts commit d263897b2b9247340901f93c57f44c7f85d87d37.
2018-05-14RT# 77792 - fixed RBC format to display company name with business checking ↵Christopher Burger
or savings is used
2018-05-11Merge branch 'master' of git.freeside.biz:/home/git/freesideIvan Kohler
2018-05-11should log to our dbIvan Kohler
2018-05-11RT# 79737 - Added ability to us a cc surcharge of a flat fee.Christopher Burger
2018-05-03RT# 78131 - added ability to use message template for auto payment receipt ↵Christopher Burger
and fixed NaN error when selecting nothing for config items with type select.
2018-05-01RT# 77964 - Placed waive setup fee check back to billing.pm, and added check ↵Christopher Burger
for prorate package in billing.pm
2018-04-25RT# 78356 - Updated documentationChristopher Burger
2018-04-23bulk customer package edit from multiple source package definitions, RT#79885Ivan Kohler
2018-04-20RT# 77964 - fixed so deferring date now works when waive setup fee is setChristopher Burger
2018-04-19RT# 79636 Location Summary Invoice FooterMitch Jackson
2018-04-18ip allocation mutex for high-traffic implementations, RT#79825Ivan Kohler
2018-04-17log pid in our log, RT#80211Ivan Kohler
2018-04-16RT# 80175 - fixed error in payment gateway where ACH cardtype was always ↵Christopher Burger
selected.
2018-04-15RT# 79353 Update discount graph - include waived setup feesMitch Jackson
2018-04-14RT# 42357,78190 Fix Fees appearing twice within sectioned invoicesMitch Jackson
2018-04-14RT# 79636,42357 invoice_sections_with_taxes bugfixMitch Jackson
2018-04-14RT# 79636,42357 Suppress $0.00 summary line itemsMitch Jackson
2018-04-14POD DocumentationMitch Jackson
2018-04-14RT# 78190 Remove debug statementsMitch Jackson
2018-04-12RT# 80175 - readded the ability for payment gateway overrides to have an ↵Christopher Burger
option to be for just ACH
2018-04-11fix deployment zone error when there are no blocks yet, RT#78339, ↵Ivan Kohler
github-pr#66, thanks to sushrutp for the patch
2018-04-11optimize invoice display with sections, RT#80177Ivan Kohler
2018-04-11RT# 75680 - Added date parse, and display insert error.Christopher Burger
2018-04-10optimize invoice rendering, RT#80177Ivan Kohler
2018-04-10rendering time with lots of locations, RT#80177Ivan Kohler
2018-04-10and turn it back off as an agent override, RT#79636Ivan Kohler
2018-04-10invoice_usesummary is already agent virt, just need to be able to set it, ↵Ivan Kohler
RT#79636
2018-04-10RT#39115 - added a optional display name for oidChristopher Burger
2018-04-05RT# 80114 - added the population of startdate and billsec from ani cdrChristopher Burger
2018-04-04invoice_sections_with_taxes per-agent, RT#79636Ivan Kohler
2018-04-03RT 37817 - created new billing event condition, invoice has not been sent.Christopher Burger
2018-03-29RT# 78356 - fixed error where no export existed.Christopher Burger
2018-03-28RT# 79636 Update label for conf flag invoice_sectionsMitch Jackson
2018-03-28RT# 79636 Add conf flag invoice_sections_multilocationMitch Jackson
2018-03-27RT# 33362 - fixed Argument 1d is not numeric when trying to discount daily ↵Christopher Burger
recuring packages
2018-03-27RT# 79239 - cleaned up codeChristopher Burger
2018-03-27RT# 78356 - added ability to create and modify rateplans and access point ↵Christopher Burger
when changed on freeside. cleanded up documentation.
2018-03-25RT# 79636 Taxes per section when using invoice_sectionsMitch Jackson
2018-03-22save logging information so we have a historical record of exactly when ↵Ivan Kohler
problems happened, RT#79780
2018-03-21more room for imported package names, RT#79383Ivan Kohler
2018-03-13save logging information so we have a historical record of exactly when ↵Ivan Kohler
problems happened, RT#79780
2018-03-13RT# 78356 - updated documentation and added ability to create access points ↵Christopher Burger
as Saisei thru api
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-12docIvan Kohler
2018-03-09RT# 79239 - updated code to use existing sub routineChristopher Burger
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# 77144 replace bytes_substr with Unicode::TruncateMitch Jackson