ethem
e74d4dc1b4
Send warning email to admins X days ago
...
how many status of 'authorized/pending capture' transaction is there,
before transactions have expired.
2006-01-04 18:16:39 +00:00
ethem
8a92768d71
Sql fix.
2006-01-04 08:25:16 +00:00
ethem
ea370453c2
Expire transaction after 30 days.
2006-01-03 11:21:18 +00:00
ethem
241fbcf510
Config an_review_day renamed to an_capture_day.
...
Inform admin will be expired transactions 2 days ago.
Help for an_review and an_capture_day to admins.
2006-01-03 10:23:28 +00:00
ethem
6aa31974bd
Inform students in cron function.
2006-01-02 09:45:07 +00:00
ethem
4014910e29
enrol_authorize_refunds must be updated, not enrol_authorize.
2006-01-02 09:34:10 +00:00
ethem
dfb9c29043
Settlement date.
2006-01-02 09:30:35 +00:00
ethem
9e1c2ba45c
No need anymore some database fields.
2005-12-28 16:53:23 +00:00
ethem
62d98252ac
New authorize.net module is more powerful. :)
...
- Review order:
Review order before processing the credit card.
- Auto-Capture:
If auto-capture enabled the credit card will be captured
after an_review_day later, then student will be enrolled
to course, otherwise it will be expired or
admin must accept/deny payment.
NOTE: Set-up Transaction Cut-Off Time correctly.
When the last transaction is picked up for settlement?
- Payment Management:
Accept/Deny/Refund payments: cvs:/moodle/enrol/authorize/index.php
- TO DO: Batch upload: It will sync authorize.net and moodle from csv file.
2005-12-26 19:21:37 +00:00
ethem
095affdedc
AN_STATUS_EXPIRE fix.
2005-12-22 19:15:34 +00:00
ethem
378082c25f
them fix. :)
2005-12-22 16:32:12 +00:00
ethem
0ccf08fe1d
Settlement date.
2005-12-22 15:24:05 +00:00
ethem
1eabaf73fa
& fix.
2005-12-16 08:13:10 +00:00
ethem
1f71e2b91d
More description, more documentation.
2005-12-14 15:47:37 +00:00
ethem
a108dc4af5
added amount & currency fields for new transaction.
2005-12-12 17:42:05 +00:00
ethem
d6ed7dae6a
CREDIT & VOID implementation.
...
TO DO:
- admin.php for course payment management.
- Transaction cut-off time
2005-12-12 17:32:00 +00:00
ethem
9e80f003fc
REVIEW ORDER FEATURE:
...
- AUTH_ONLY transaction is used if review enabled.
- CRON captures credit card $an_review_day later.
- VOID and CREDIT weren't implemented yet.
- TO DO: admin.php for course payment management.
- TO DO: batch upload...
2005-12-09 12:00:28 +00:00
ethem
4bc2251693
Default values.
2005-12-07 13:03:47 +00:00
moodler
8a2e09584f
Removed optional_variable
2005-12-06 05:47:58 +00:00
moodler
5a0345c2e1
Merged parameter fixes from stable
2005-12-05 04:53:57 +00:00
ethem
a56d86dd3d
Default values must be default values. :)
2005-12-03 11:43:04 +00:00
ethem
07af257354
Credit card types moved to enrol.html.
2005-12-03 11:19:17 +00:00
ethem
df12ac18e2
Authorize.net Setting sections...
2005-12-03 11:17:03 +00:00
ethem
c5cc140090
an_review_day can not be negative.
2005-11-24 13:07:35 +00:00
ethem
ce32fe3aa7
x_invoice_num implementation...
2005-11-21 14:09:52 +00:00
ethem
add17a1248
Documentation
2005-11-21 07:33:04 +00:00
patrickslee
20fdb1b755
Fixed a wrong call to add_teacher in LDAP plugin (Merged from MOODLE_15_STABLE)
2005-11-02 20:35:32 +00:00
patrickslee
c0ee465b4c
Fixed a mis-usage (typo?) of get_admin() in paypal module. (Merged from MOODLE_15_STABLE)
2005-10-27 02:20:59 +00:00
patrickslee
9c03df05af
Used a proper function to update configuration setting
2005-10-04 21:38:40 +00:00
patrickslee
7246c2d142
New feature: Notify teachers/students of expirying enrolments
2005-10-02 21:37:54 +00:00
martinlanghoff
8456874ab3
Merged from MOODLE_15_STABLE - Fix for bug 4031 -- fix typo
2005-09-07 23:24:29 +00:00
martinlanghoff
a96354b582
Merged from MOODLE_15_STABLE - Fix for bug 4031 -- stupid mistake of using get_record_select() when I mean get_record() - see the bug entry for more details
2005-09-07 22:49:32 +00:00
martinlanghoff
e91902556f
Merged from MOODLE_15_STABLE - enrol/db - bug 3912 - Re-add the enrolment to $user->student[] - should fix things for good.
2005-09-07 06:39:30 +00:00
martinlanghoff
fd734f6165
Merged from MOODLE_15_STABLE - Fix for bug 4011 -- a MySQL specific workaround did not work with database names with hyphens, and broke the whole plugin for other databases. This patch fixes both issues.
2005-09-07 06:12:40 +00:00
martinlanghoff
50f1b47543
Merged from MOODLE_15_STABLE - enrol/ldap - fix course auto-creation to work with the new blocks infrastructure. doh! (thanks penny!)
2005-09-02 06:52:36 +00:00
martinlanghoff
a6d114e600
Merged from MOODLE_15_STABLE - enrolment fixes: We now have better handling of the enrol field when dealing with student enrolments. This fixes bugs 3912 and 3974. NOTE that enrol_student() now defaults to manual - this is to support the different pages that call enrol_student() to still work correctly when external enrolments are in use, by recording the enrolments as manual. Enrolment plugins are expected to know better and pass the correct parameter.
2005-08-26 06:11:38 +00:00
martinlanghoff
33a30ca9e6
Merged from MOODLE_15_STABLE - enrol/ldap - fixed default objectclass, and we can now bind non-anonymously
2005-08-26 04:11:22 +00:00
ethem
682811e048
*** empty log message ***
2005-08-24 14:59:42 +00:00
martinlanghoff
4f03006577
Merged from MOODLE_15_STABLE - LDAP servers being down or unavailable should not prevent login - we now fail with a notice() rather than with an error()
2005-08-17 22:38:24 +00:00
martinlanghoff
0cce156053
Merged from MOODLE_15_STABLE - Fix calls to enrol_student() and add_teacher() where nulls were being passed erroneously - credits to jeff graham
2005-08-12 01:51:14 +00:00
ethem
b94448d497
Nice coding.
2005-08-05 15:05:05 +00:00
ethem
1f492294af
some cleanup.
2005-08-03 10:11:16 +00:00
ethem
5e53ffba34
" " fix
2005-08-02 08:27:14 +00:00
ethem
e2946fc1bb
"," & " " fix
2005-08-02 08:23:52 +00:00
ethem
c0733012cf
PostgreSQL support for enrol::authorize.
2005-08-02 07:45:45 +00:00
ethem
02457e58f4
nice icons in function get_access_icons()
2005-08-01 14:34:30 +00:00
ethem
87e1cd3d2a
process_config changes.
2005-07-25 15:03:38 +00:00
ethem
3b405a5f3d
authorize module requires get_list_of_currencies() function in moodlelib.
...
This function added in version 2005072200.
2005-07-25 13:17:25 +00:00
ethem
cb263abd73
Uses currencies.php for currency list.
2005-07-22 19:40:11 +00:00
moodler
66473eab0e
Fixed database upgrade but PHP code still needs work for this module
2005-07-22 17:25:38 +00:00