Changeset 42132d7 for remit


Ignore:
Timestamp:
Jul 9, 2014, 4:30:43 AM (12 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master
Children:
db5be5d
Parents:
4f2c77a
git-author:
Alex Dehnert <adehnert@…> (07/09/14 04:30:43)
git-committer:
Alex Dehnert <adehnert@…> (07/09/14 04:30:43)
Message:

Working RFP downloader and creator

Location:
remit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • remit/remit_templates/vouchers/emails/rfps_updated.txt

    rfeed77c r42132d7  
    1010RFP {{f.pk}} (created {{f.create_time}})
    1111Status:      {{status}}
     12RFP Number:  {{f.rfp_number}}
    1213Payee:       {{f.payee_name}} (type: {{f.payee_type}})
    1314Account:     {{f.item_co}}
  • remit/vouchers/views.py

    rfeed77c r42132d7  
    360360        'payee.mit', 'payee.name',
    361361        'addr.street', 'addr.city', 'addr.state', 'addr.postal',
    362         'item.date', 'item.gl', 'item.co', 'item.amoumnt', 'item.desc',
     362        'item.date', 'item.gl', 'item.co', 'item.amount', 'item.desc',
    363363        'documentation',
    364364    ]
     
    445445    )
    446446    # For lack of something better to return, just print the email
    447     response = HttpResponse(body)
     447    response = HttpResponse(body, mimetype='text/plain')
    448448    return response
    449449
Note: See TracChangeset for help on using the changeset viewer.