Difference between revisions of "Event Refactor"

From Freeside
Jump to: navigation, search
m (Reverted edits by Erroc4tcad (Talk); changed back to last version by Ivan)
Line 1: Line 1:
 +
http://www.textchitrelc.com
 
= Introduction =
 
= Introduction =
  

Revision as of 21:09, 3 May 2009

http://www.textchitrelc.com

Introduction

The event refactor is new in 1.9. Previously, collection events were simple code fragments triggered after a small number of static conditions on invoices. Now, events are a flexible series of one or more conditions that trigger an action against invoices, customers or packages.

Developers

Conditions and actions are defined as Perl classes. See FS::part_event::Condition for information on creating new conditions, and FS::part_event::Action for information on creating new actions.