infrastructure for easier schema changes, and: add payment_gateway, payment_gateway_o...
authorivan <ivan>
Wed, 17 Aug 2005 22:23:46 +0000 (22:23 +0000)
committerivan <ivan>
Wed, 17 Aug 2005 22:23:46 +0000 (22:23 +0000)
commitfeef0e4c2b4bd6b776b25f5a1bd6fdbf63fd08b2
treeba578a825368c92a499f09c2278accf6da1509f8
parent7af914081daa5896f1b0d69de0f48af6978f1fe4
infrastructure for easier schema changes, and: add payment_gateway, payment_gateway_option and agent_payment_gateway tables, add paystart_month, paystart_year, payissue and payip fields to cust_main, add preliminary gateway and gateway override editing to web UI, use payment gateway override when processing payments (card type, not taxclass yet)
27 files changed:
FS/FS.pm
FS/FS/Record.pm
FS/FS/Schema.pm [new file with mode: 0644]
FS/FS/cust_main.pm
FS/FS/option_Common.pm [new file with mode: 0644]
FS/FS/part_export.pm
FS/FS/part_export_option.pm
FS/FS/part_pkg.pm
FS/FS/payment_gateway.pm [new file with mode: 0644]
FS/FS/payment_gateway_option.pm [new file with mode: 0644]
FS/MANIFEST
FS/bin/freeside-setup
FS/bin/freeside-upgrade [new file with mode: 0755]
FS/t/option_Common.t [new file with mode: 0644]
FS/t/payment_gateway.t [new file with mode: 0644]
FS/t/payment_gateway_option.t [new file with mode: 0644]
README.1.5.8 [new file with mode: 0644]
SCHEMA_CHANGE
bin/generate-table-module [new file with mode: 0755]
htetc/global.asa
htetc/handler.pl
httemplate/browse/agent.cgi
httemplate/browse/payment_gateway.html [new file with mode: 0644]
httemplate/docs/upgrade10.html
httemplate/edit/agent_payment_gateway.html [new file with mode: 0644]
httemplate/edit/payment_gateway.html [new file with mode: 0644]
httemplate/index.html