Difference between revisions of "Wordpress Hacking"
Jump to navigation
Jump to search
Line 42: | Line 42: | ||
**** Add Transaction | **** Add Transaction | ||
**** View All Transactions | **** View All Transactions | ||
− | **** Automatic Processing Fee Transaction adding. (Able to add | + | **** Automatic Processing Fee Transaction adding. (Able to add Paypal/square up fees at the same time as the associated transaction) |
− | + | **** Automatic Fee Calculation when selecting Processing Fees Paypal/Square up the fee will be calculated based on the amount field. | |
− | |||
== Bill of Materials == | == Bill of Materials == | ||
* 1s and 0s. | * 1s and 0s. |
Revision as of 14:31, 3 May 2011
WordPress Hacking (pre HMS) | |
---|---|
Information | |
Owner | Jferguson |
Version | 0.1 |
Status | In Progress |
Started On | March 2011 |
Cost | Beer |
Overview
Hacking on WordPress to expand and build Hackerspace Management System functions directly into WordPress Pages
Features
- Membership Application
- http://www.midsouthmakers.org/membership-application/
- File: membership-application-inc.php
- Application for new members. Creates custom database entries + WordPress and MediaWiki Accounts for the given variables
- Status: Operational
- Member Services
- http://www.midsouthmakers.org/member-services/
- File: member-services-inc.php
- File: member-services-inc-inc.php
- Function to allow member interaction such as viewing transaction history, changing information
- Default case is to displaytransactions();
- http://www.midsouthmakers.org/member-services/?action=DisplayInfo
- Displays OUR information from member_info
- TBD:
- Probably could use some cleanup in member queries IE not querying for each function.
- Status: In Development
- View Transactions: Operational Everything else: Not Yet Implemented
- Finances
- http://www.midsouthmakers.org/finances/
- File: finances-inc.php (Operational / Layout)
- File: finances-inc-inc.php (Functions)
- Purpose to serve the needs of Treasurer. Provide Methods to settle bookkeeping and maintain contact records of Members.
- Satus: In Development
- Operational Elements :
- Create New Account
- Create New Payee (Vender, Services, etc)
- Add Transaction
- View All Transactions
- Automatic Processing Fee Transaction adding. (Able to add Paypal/square up fees at the same time as the associated transaction)
- Automatic Fee Calculation when selecting Processing Fees Paypal/Square up the fee will be calculated based on the amount field.
Bill of Materials
- 1s and 0s.