summaryrefslogtreecommitdiff
path: root/FS/FS/cust_credit.pm
AgeCommit message (Collapse)Author
2014-03-11fix tax calculation on bundled packages, fallout from #25899Mark Wells
2014-03-06Merge branch 'master' of https://github.com/jgoodman/FreesideIvan Kohler
(github pull request #24 -- change refunds to proper refunds)
2014-03-06refactored reason and _upgrade method to inherit methods from reason_Mixin.pmJoshua Goodman
2014-02-24non-package fees, fixes for tax calculation and sales reports, #25899Mark Wells
2014-01-24select a date when importing credits, RT#27087Ivan Kohler
2014-01-15bulk credit import, RT#26319Ivan Kohler
2014-01-07fix method name conflicts, related to #13971Mark Wells
2013-12-28autoload methods returning foreign records, RT#13971Ivan Kohler
2013-10-24correctly link line item credits to sales taxes, #25458Mark Wells
2013-10-12allow changing package class of one-time charges post-billing, #25342Mark Wells
2013-08-26continue sales person work: customer and package selection, commissions, ↵Ivan Kohler
reporting. RT#23402
2013-05-06NG auth: fix new customer, remove mapsecrets support, RT#21563Ivan Kohler
2013-03-02pedantIvan Kohler
2013-01-07debugMark Wells
2013-01-07application of line item credits, #20629Mark Wells
2012-12-21correctly unapply payments when applying a lineitem credit with tax, #18676Mark Wells
2012-12-21better internal tax links and various credit_lineitems fixes, #20629Mark Wells
2012-12-21add option _not_ to apply a lineitem credit, RT#18676Ivan Kohler
2012-12-20credit line items interface: set credit amounts, RT#18676Ivan Kohler
2012-12-20credit line items interface: set credit amounts, RT#18676Ivan Kohler
2012-12-09create credits by selecting line items, RT#18676Ivan Kohler
2012-12-09create credits by selecting line items, RT#18676Ivan Kohler
2012-12-09create credits by selecting line items, RT#18676Ivan Kohler
2010-10-20customer merging, RT#10247ivan
2010-09-18YA otaker upgrade kludge for old datasets: empty cust_credit.creasonnumivan
2010-08-24fix otaker still getting assigned and usernum missing after otaker->usernum ↵ivan
upgrade, causes credit report to barf, RT#9712
2010-06-05ignore misapplied credits when just trying upgrade the otaker, RT#8580ivan
2010-05-20RT#7266: aging report "as of" date now limits applied paymentsmark
2010-03-30employee commission reporting, RT#6991ivan
2010-03-29move from otaker to proper usernum FKivan
2009-10-28UI changes for credit applications include on the fly tax calculations #4729jeff
2009-07-30experimental package balances, RT#4339ivan
2009-02-09rest of per-agent config for company_name, company_address, logo, etc.. RT#3989ivan
2008-11-22referral credits overhaul, use billing events, agents can self-configure, ↵ivan
limit to once-per-customer, depend on any time from referred package, referred customer payment, specific packages, partial staged credits, RT#3983
2008-02-19clean up POD docs for better wiki exportabilityivan
2008-01-08show negative balances on A/R report, closes: RT#2983ivan
2007-12-19underscoring the importantjeff
2007-12-17stricter otaker rulesjeff
2007-12-141.9 Conf::set returns false on successjeff
2007-12-12cust_credit reason improvement, bugfix, and tooljeff
2007-12-07doh! is not an object. let's call it , mmkayivan
2007-12-07some old databases may have 'hanging' cust_credit records; we don't want to ↵ivan
abort the upgrade because of that, just warn
2007-12-04change credit reasons from freetext to new reason/reason type system (#2777)jeff
2007-08-01event refactor, landing on HEAD!ivan
2007-03-01dangling cust_credit_refund not allowedjeff
2006-09-13some cleanup while i'm hereivan
2005-07-14move account search (httemplate/search/svc_acct.cgi) to new template, ↵ivan
cust-fields configuration value to control which customer fields are shown on reports
2004-12-27prevent unsuspension errors from causing payment or credit transactions from ↵ivan
finishing
2004-04-23credit report, add some links to sales/credits/receipts summary, move ↵ivan
payment search to template
2004-01-09credit deletions: need to use Date::Format and FS::Misc qw(send_email) in ↵ivan
cust_credit.pm, need a link to delete unapplied credits too