summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2018-07-16RT# 74435 - added check, to make sure batch format can handle refundsChristopher Burger
Conflicts: httemplate/misc/download-batch.cgi
2018-07-16RT# 74435 - Fixed error with refund link on payment history page not ↵Christopher Burger
allowing batch refund when batch payment was made. Conflicts: FS/FS/cust_main/Billing_Realtime.pm httemplate/view/cust_main/menu.html
2018-07-16RT# 74435 - fixed errors in posting a echeck refund when no account is listed.Christopher Burger
Conflicts: FS/FS/cust_main/Billing_Batch.pm httemplate/elements/tr-select-cust_payby.html httemplate/misc/payment.cgi httemplate/misc/process/payment.cgi
2018-07-16RT# 74435 - Adding option to allow refunds using electronic check batch with ↵Christopher Burger
RBC format. Conflicts: FS/FS/Schema.pm FS/FS/cust_main/Billing_Batch.pm httemplate/view/cust_main/menu.html
2018-06-29RT# 31208,80543 Issue converting quotationMitch Jackson
2018-06-22RT# 73964 - V3 fixes for backportChristopher Burger
2018-06-20RT# 73964 - updated config description again to an even better description ↵Christopher Burger
of the email-to-voice_domain configuration option
2018-06-20RT# 73964 - updated config description to better explain the ↵Christopher Burger
email-to-voice_domain configuration option
2018-06-20RT# 73964 - Changed global config send-to-domain to email-to-voice_domainChristopher Burger
2018-06-20RT# 73964 - Added biling event action to send an email to phone nunber, and ↵Christopher Burger
updated email a notice to customer to allow emailing to phone number for email_to_voice service. Conflicts: FS/FS/cust_main_Mixin.pm httemplate/config/config-view.cgi httemplate/misc/email-customers.html
2018-06-19RT# 77498 - fixed getting filename in V3Christopher Burger
2018-06-19RT# 77498 - Customer Import now uses contact/Import.pm rather than ↵Christopher Burger
contact_import.pm Conflicts: FS/FS/contact_import.pm
2018-06-19RT# 29974 - Added ability to show invoice_pay_by_message on total new ↵Christopher Burger
charges line rather than balance due line Conflicts: FS/FS/cust_bill.pm
2018-06-19RT# 77470 - added reason option to advanced package report with suspended ↵Christopher Burger
status is selected. Also added links to suspend and unsuspend when status active or suspended is used. Conflicts: FS/FS/cust_pkg/Search.pm httemplate/elements/tr-select-reason.html httemplate/elements/tr-td-label.html
2018-06-18further optimize condition_sql for "Invoice eligible for automatic ↵Ivan Kohler
collection" condition, RT#74451
2018-06-14RT# 80543 Crash creating new quotationMitch Jackson
2018-06-13RT# 32233 Mask ssn and stateid in selfserviceMitch Jackson
2018-06-05fix/finish having history records show correct users for UI-triggered queue ↵Ivan Kohler
jobs on v3, RT#14829
2018-06-05RT# 77917 - fixed upgrade to work when all agents were selected.Christopher Burger
2018-06-05RT# 77917 - Updated event option Agent to allow for selection of multiple ↵Christopher Burger
agents. Conflicts: FS/FS/Upgrade.pm
2018-05-31add warning to flat fee description too, RT#79737Ivan Kohler
2018-05-31add to a section that exists in v3, RT#79737Ivan Kohler
2018-05-30Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into ↵Ivan Kohler
FREESIDE_3_BRANCH
2018-05-30better filename with quotation # for PDF quotation attachments, RT#76003Ivan Kohler
2018-05-26RT# 80268 Fix RADIUS usergroup UI bugMitch Jackson
2018-05-26RT# 79549 Requre a Rate Plan to use voip_cdr Price PlanMitch Jackson
2018-05-26RT# 79549 Requre a Rate Plan to use voip_cdr Price PlanMitch Jackson
2018-05-26RT# 78665 Replace JSON::XS with Cpanel::JSON::XSMitch Jackson
2018-05-24RT# 79737 - Added ability to us a cc surcharge of a flat fee.Christopher Burger
Conflicts: FS/FS/cust_main/Billing_Realtime.pm httemplate/elements/tr-select-payment_options.html
2018-05-21RT# 77964 - refined code to defer dates when waiving setup fee for prorated ↵Christopher Burger
packages.
2018-05-21RT# 77964 - Fixed error where deferring date did not work when waive setup ↵Christopher Burger
fee was set. Conflicts: FS/FS/cust_main/Billing.pm
2018-05-17RT# 77792 - V3 backport fix to access paytypeChristopher Burger
2018-05-17RT# 77792 - fixed RBC format to display company name with business checking ↵Christopher Burger
or savings is used
2018-05-16include batch payment and statement events in reports, RT#80156Ivan Kohler
2018-05-16RT# 78131 - added documentation for new method.Christopher Burger
Conflicts: FS/FS/cust_pay.pm
2018-05-16RT78131 - Created new method to send message receipts so code does not have ↵Christopher Burger
to be duplicated. Updated for V3 backport Conflicts: FS/FS/cust_pay.pm
2018-05-15Revert "RT# 77964 - Added check for prorate package in billing.pm fix for V3 ↵Christopher Burger
backport" This reverts commit fad6e3456699062c05301bff45243a88df93e312.
2018-05-08show account services in address block list too, RT#79825Ivan Kohler
2018-05-08show account services in address block list too, RT#79825Ivan Kohler
2018-05-07RT# 77964 - Added check for prorate package in billing.pm fix for V3 backportChristopher Burger
2018-05-07RT# 78131 - update just for V3 backportChristopher Burger
2018-05-07RT# 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-04-25RT# 78356 - Updated documentationChristopher Burger
2018-04-23bulk customer package edit from multiple source package definitions, RT#79885Ivan Kohler
2018-04-20RT# 79636 Location Summary Invoice FooterMitch Jackson
2018-04-18ip allocation mutex for high-traffic implementations, RT#79825Ivan Kohler
2018-04-16RT# 79636,42357 invoice_sections_with_taxes bugfixMitch Jackson
2018-04-16RT# 79636,42357 Suppress $0.00 summary line itemsMitch Jackson
2018-04-16RT# 79353 Update discount graph - include waived setup feesMitch Jackson
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