Advertisement
bbauson

Untitled

Oct 1st, 2017
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. Create a new DB table that supports splitting of profits "fees", these table must be filled up upon creation of a course by the publisher. Update computation of invoice total bill based on discussion with Blair.
  2. Show the publisher the breakdown in pubtool, everytime they place a course value for the school, allow them to check and enable an affiliate program where they can select their affiliate
  3. Create a new join table invoice_fees. This must be filled up everytime an invoice is created to track of the computations and prices. Make sure that this is a total price computation based on the prices in the fees table and the student count in the invoice table (for classroom payment). For parent's payment that is per level, breakdown of percentages is the same, based it on the fees table for the course and if there is an affiliate, insert an entry in the invoice_fees table
  4. Add a way in the school site for affiliates to get enrolled in the system. Update pubtool course creation to query list of affiliates only
  5. Affiliate must be able to login to the school site and access the pay system. Fix and Test API
  6. Fixing Git conflicts and merge with Ibrahim API. Fixing upload of all scripts from GIT to dev. Testing API with Pete
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement