summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-19add es_PA locale, RT#39135Ivan Kohler
2015-11-18package import w/locationnum, RT#38764Ivan Kohler
2015-11-18track customer invoice destination emails using contact_email, #25536Mark Wells
2015-11-18Merge branch 'master' of git.freeside.biz:/home/git/freesideMark Wells
2015-11-17fix setting passwords on newly created svc_accts, from #29354Mark Wells
2015-11-17magicmail option to use agent_custid, RT#38840Ivan Kohler
2015-11-17Merge branch 'master' of git.freeside.biz:/home/git/freesideIvan Kohler
2015-11-174.x+ self-service API: list and remove cards on file, RT#38919Ivan Kohler
2015-11-16RT#17480: Freeside Cancel Reason [small fixes]Jonathan Prykop
2015-11-14remove ugly workaround for Params::Classify bug, #32456Mark Wells
2015-11-13RT#17480: Freeside Cancel Reason [missing file]Jonathan Prykop
2015-11-13point all links to browse/reason_type.html instead of reason.html, cleanup ↵Mark Wells
from #38532
2015-11-13rt 4.2.12Ivan Kohler
2015-11-13Merge branch 'master' of git.freeside.biz:/home/git/freesideIvan Kohler
2015-11-13no need for runtime dep on Net::OpenSSHIvan Kohler
2015-11-13spellingIvan Kohler
2015-11-13add torrus build dep to debian/control for correct package buildsMark Wells
2015-11-13RT#17480: Freeside Cancel ReasonJonathan Prykop
2015-11-12limit password reuse, core and svc_acct, #29354Mark Wells
2015-11-12fix selfservice display when there are term discounts defined, looks like ↵Mark Wells
fallout from #15539
2015-11-10RT#38597: OQM - svc Circuit use and setup [fixed sql quoting]Jonathan Prykop
2015-11-10RT#34960: Quotations [removed old code, v4 only]Jonathan Prykop
2015-11-10RT#34960: Quotations [billpkgnum removal--missed a spot]Jonathan Prykop
2015-11-1038682 torrus packaging issuesJeremy Davis
2015-11-10RT#34960: Quotations [added attribution for icon]Jonathan Prykop
2015-11-09RT#24739: Announcment page for customers logged into portalJonathan Prykop
2015-11-09RT#36806: Add message template substitution to show last four digits of ↵Jonathan Prykop
credit card number
2015-11-09RT#18439: Sorting routers alphabetically, routers disappearJonathan Prykop
2015-11-09RT#34960: Quotations [changed billpkgnum to quotationpkgnum]Jonathan Prykop
2015-11-07Merge branch 'master' of git.freeside.biz:/home/git/freesideIvan Kohler
2015-11-07fix 404 cities.cgi / self-service dynamic addressesIvan Kohler
2015-11-05Merge branch 'master' of git.freeside.biz:/home/git/freesideMark Wells
2015-11-05UI cleanup for separate reason classes, #38532Mark Wells
2015-11-05Merge branch 'master' of git.freeside.biz:/home/git/freesideIvan Kohler
2015-11-05pass an invoice_number for void/refund when available, RT#37292Ivan Kohler
2015-11-04rename .cgi back to .html, #38532Mark Wells
2015-11-04separate reason classes for voiding different transaction types, #38532Mark Wells
2015-11-04RT#38314: Declined payment shows card as tokenized after first attempt ↵Jonathan Prykop
[fixed if paymask is not passed, take 2]
2015-11-04RT#38314: Declined payment shows card as tokenized after first attempt ↵Jonathan Prykop
[fixed if paymask is not passed]
2015-11-03RT#38722: DFH: paymentech upload and download retry [fixed misspelled ↵Jonathan Prykop
paymentech]
2015-11-03allow punctuation in tax name on XLS download of report, #33255Mark Wells
2015-11-03cleanup for access rightsMark Wells
2015-11-03Changes for being consistent in the payment history GUI on void credit /Irina Todeva
payment / invoice links renamed httemplate/misc/void-cust_credit.html to .cgi renamed httemplate/misc/void-cust_bill.html to .cgi
2015-11-03Tables added to the list with data upgrade because of reason and void_reasonIrina Todeva
legacy fields: - cust_credit_void - cust_bill_void - cust_bill_pkg_void Made some changes to reason_Mixin to be able to upgrade reason an void_reason fields
2015-11-03Changes in FS::reason_Mixin for converting legacy reasons to FS::reason. ThereIrina Todeva
was a bug where if the $value was passed the reason_Mixin::reason will just ignore it and this was deleting legacy reasons instead of converting them.
2015-11-03When void / unvoid / apply / unapply is called stay on the same pageIrina Todeva
(payment_history) Keep consistent void credits with other void methods (invoices, payments) regarding the method interface cust_credit->void cust_credit->void('reason string') cust_credit->void(FS::reason)
2015-11-03Changes to add classified reasons for invoice voidIrina Todeva
- Added reasonnum and a corresponding foreign key in cust_bill_void and cust_bill_pkg_void tables (Schema.pm) - Used the FS::reason_Mixin::reason as the override of the cust_bill_void->reason to handle legacy and classified reasons - Changes in voided_invoice.html template to handle classified reasons for void invoices
2015-11-03Changed the purpose of 'void credit' reasons type 'X' to voidIrina Todeva
credit/invoice/payment reasons
2015-11-03Changes to add classified reasons for payment voidIrina Todeva
- Added reasonnum in cust_pay_void and a foreign key in Schema.pm - Added an override of the cust_pay_void_reason to handle legacy and classified reasons - Added usage of FS::reason_Mixin::_upgrade_reasonnum in cust_pay->_upgrade_data - Changes in voided_payment.html template to handle classified reasons for void payemnts
2015-11-03Merge branch 'master' of git.freeside.biz:/home/git/freesideIvan Kohler