summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
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-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-03cleanup for access rightsMark Wells
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
2015-11-03fix self-service signup with payment information in 4.x, RT#38881Ivan Kohler
2015-11-03on invoice summary, include "future" payments to past invoices in balance ↵Mark Wells
adjustments, #38165
2015-10-3136503 Scalability issues with amcom CDRsJeremy Davis
2015-10-30fix missing import, #14092Mark Wells
2015-10-31RT#38597: OQM - svc Circuit use and setupJonathan Prykop
2015-10-30RT#38722: DFH: paymentech upload and download retryJonathan Prykop
2015-10-29RT#38671: Do not include charges and credits from failed signup processing ↵Jonathan Prykop
[added void reason]
2015-10-29RT#38432: OFM - Send refund receipt [added template initial data]Jonathan Prykop
2015-10-27RT#38671: Do not include charges and credits from failed signup processing ↵Jonathan Prykop
[deprecated signup_credit_type]
2015-10-27RT#38671: Do not include charges and credits from failed signup processingJonathan Prykop
2015-10-27fix interaction of percentage discount and quantity, #19354, etc.Mark Wells
2015-10-27separate setup/recur quotation discounts, #14092Mark Wells
2015-10-27Merge branch 'master' of git.freeside.biz:/home/git/freesideIvan Kohler
2015-10-27progressbar fix for elements/ exclusion, RT#38752Ivan Kohler
2015-10-27Merge branch 'master' of git.freeside.biz:/home/git/freesideMark Wells
2015-10-26show "out of taxable region" credits on tax report, #37088Mark Wells
2015-10-27RT#38765: Foreign key error during selfservice signupJonathan Prykop
2015-10-26calculate in_transit_payments correctly for partially complete batches, #37193Mark Wells
2015-10-24Merge branch 'master' of git.freeside.biz:/home/git/freesideIvan Kohler
2015-10-24remove obsolete usage of payby config, western union payments, etc., RT#23741Ivan Kohler
2015-10-23RT#38432: OFM - Send refund receiptJonathan Prykop
2015-10-23fix totals of credited amounts on tax report, #37088Mark Wells
2015-10-23allow a default rate detail for each CDR type, #38633Mark Wells
2015-10-22agent wholesale pricing based on actual invoices, #31234Mark Wells
2015-10-21RT#34295: Error when attempting to create batch paymentsJonathan Prykop
2015-10-20RT#38217: Send email when logging conditions are metJonathan Prykop
2015-10-20Toll free processing for amcom CDRsJeremy Davis
2015-10-19rename WebExternalAutoInfo to WebRemoteUserAutocreateInfo, #37318Mark Wells
2015-10-16separate setup and recur discounts, #14092Mark Wells
2015-10-15RT#34960: QuotationsJonathan Prykop
2015-10-13Merge branch 'master' of git.freeside.biz:/home/git/freesideIvan Kohler
2015-10-13at least warnIvan Kohler