summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
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-02-27RT# 81961 Pod2Html remove hard-coded perl src dirsMitch Jackson
2019-02-26RT# 82092 - updated escaping html to use encode-entitiesChristopher Burger
2019-02-24RT# 81961 Fix POD errorMitch Jackson
2019-02-22RT# 82092 - custom fields now save and fixed so name label is displayed ↵Christopher Burger
insted of actual field name
2019-02-19RT# 81961 Pod2Html can use installed libs, or Freeside sourceMitch Jackson
2019-02-19RT# 81961 Repair broken links in POD documentationMitch Jackson
- Update many links - chmod a+x scripts in FS/bin, so Pod::Simple::HTMLBatch will parse them for POD documentation
2019-02-15RT# 82854 - fixed pagination errorChristopher Burger
2019-02-14restore fallback to customer billing address for CC transactions, RT#77641, ↵Ivan Kohler
RT#71513
2019-02-13RT# 82087 - updated saisei documentationChristopher Burger
2019-02-13clarify CDR skipping options only work with prefix rating, RT#81480Ivan Kohler
2019-02-13fix skip_old when date has leading 0, RT#81480Ivan Kohler
2019-02-13Merge branch 'FREESIDE_4_BRANCH' of ssh://git.freeside.biz/home/git/freeside ↵Christopher Burger
into FREESIDE_4_BRANCH
2019-02-13restore fallback to customer billing address for CC transactions, RT#77641, ↵Ivan Kohler
RT#71513
2019-02-13RT# 82087 - added logging for decode json errorChristopher Burger
2019-02-12save skip reason for CDR, RT#81480Ivan Kohler
2019-02-12remove out-of-date repeat author infoIvan Kohler
2019-02-06RT# 81961 Move POD to HTML code into FS::Misc::Pod2Html moduleMitch Jackson
2019-01-31RT# 81941 Broadsoft R22.0 cdr moduleMitch Jackson
2019-01-30fix API new_customer call, RT#82062, RT#28181Ivan Kohler
2019-01-30RT# 76181 Invoice date format can set locale from Freeside confMitch Jackson
Invoice date formatting chooses localization from * invoice customer record $cust_main->locale * or FS::Conf 'locale' * or fallback en_US
2019-01-30RT# 82010 Fix bug where selfservice payment form may not appearMitch Jackson
2019-01-29RT# 78356 - cleaned up error message displayChristopher Burger
2019-01-29RT# 78356 - fix sector issueChristopher Burger
2019-01-29RT 78356 - fixed display of error on tower and sector exportsChristopher Burger
2019-01-29RT# 78356 - fixed root path error, and the display of 404 status returnsChristopher Burger
2019-01-28RT# 82010 Disable a debug flag, improve speed of selfserviceMitch Jackson
2019-01-23RT# 79352 - fixed insert error where new contacts not tied to customer on ↵Christopher Burger
insert.
2019-01-22RT# 81701 Add system log lines for EFT Canada upload/downloadMitch Jackson
2019-01-22RT# 81701 Add system log lines for EFT Canada upload/downloadMitch Jackson
2019-01-22RT# 79352 - keep original email if all new emails are attached to other ↵Christopher Burger
contacts on contact replace.
2019-01-22RT# 79352 - fixed so contact replace would not add duplicate cust_contacts.Christopher Burger
2019-01-22RT# 79352 - update contact insert to search email list for existing contacts ↵Christopher Burger
and attach those contacts to current customer on insert
2019-01-22RT# 79352 - updated contact replace to attach existing contact to customerChristopher Burger
2019-01-20RT# 80488 Block billing for customer missing tax districtMitch Jackson
2019-01-20RT# 80488 Validation on cust_location.district valuesMitch Jackson
2019-01-20RT# 80488 Live look up of WA state tax districtMitch Jackson
When conf flag 'tax_district_method' is set, tax district is queried for address before form is submitted Affected Pages: * New Customer * Edit Customer * Order Package * Change Package * Edit Package Location
2019-01-15RT# 37817 - added a declaration to cust bill event actions that send out ↵Christopher Burger
invoices
2019-01-10RT# 81249 - Fixed error where empty field becomes 0.Christopher Burger
2019-01-10RT# 81249 - added ability to validate price plan option fieldsChristopher Burger
2019-01-08RT# 38217 Log context list includes all contexts, not just predefinedMitch Jackson
2019-01-08RT# 81853 - updated contact replace to only add or delete email if it is ↵Christopher Burger
changed.
2019-01-08RT# 80175 - updated payment gateway override to not drop ACH overrides on ↵Christopher Burger
upgrade
2019-01-08RT# 80175 - changed gateway selection to select either ACH or NULL for ↵Christopher Burger
echeck payments
2019-01-08RT# 80175 - fixed error with ACH gateway not being selected.Christopher Burger
2019-01-08RT# 80175 - fixed error in payment gateway where ACH cardtype was always ↵Christopher Burger
selected.
2019-01-08RT# 80175 - readded the ability for payment gateway overrides to have an ↵Christopher Burger
option to be for just ACH Conflicts: FS/FS/agent.pm
2019-01-08Revert "RT# - updated payment gateway override to not drop ACH overrides on ↵Christopher Burger
upgrade" This reverts commit 8ea0bfff9308f4c13d170c45cbac6ba7a8a9e488.
2019-01-08RT# - updated payment gateway override to not drop ACH overrides on upgradeChristopher Burger