Difference between revisions of "Freeside:2.1:Documentation"
From Freeside
(→Upgrading) |
(→Upgrading) |
||
Line 2: | Line 2: | ||
* aptitude install libmodule-versions-report-perl libtext-wikiformat-perl libhttp-server-simple-mason-perl libxml-rss-perl libnet-server-perl libhtml-rewriteattributes-perl libdata-ical-perl libperlio-perl libgnupg-interface-perl | * aptitude install libmodule-versions-report-perl libtext-wikiformat-perl libhttp-server-simple-mason-perl libxml-rss-perl libnet-server-perl libhtml-rewriteattributes-perl libdata-ical-perl libperlio-perl libgnupg-interface-perl | ||
− | * <code>mv /opt/rt3/etc/RT_SiteConfig.pm /opt/rt3/etc/RT_SiteConfig.pm.3.6</code> | + | * <code>mv /opt/rt3/etc/RT_SiteConfig.pm /opt/rt3/etc/RT_SiteConfig.pm.3.6</code><br>or add:<br><code>Set($WebDefaultStylesheet, 'freeside2.1');</code> |
* make configure-rt; make deploy | * make configure-rt; make deploy | ||
* Add an "Invoice eligible for automatic collection" condition to all "Run card", "Run check" and "Add card or check to a pending batch" events. | * Add an "Invoice eligible for automatic collection" condition to all "Run card", "Run check" and "Add card or check to a pending batch" events. |
Revision as of 19:51, 20 March 2010
Upgrading
- aptitude install libmodule-versions-report-perl libtext-wikiformat-perl libhttp-server-simple-mason-perl libxml-rss-perl libnet-server-perl libhtml-rewriteattributes-perl libdata-ical-perl libperlio-perl libgnupg-interface-perl
-
mv /opt/rt3/etc/RT_SiteConfig.pm /opt/rt3/etc/RT_SiteConfig.pm.3.6
or add:Set($WebDefaultStylesheet, 'freeside2.1');
- make configure-rt; make deploy
- Add an "Invoice eligible for automatic collection" condition to all "Run card", "Run check" and "Add card or check to a pending batch" events.
- Create a new invoice send event, with the default conditions plus:
- customer payment type CARD or CHEK
- "Invoice ineligible for automatic collection"
- 2.1 Changelog