Statistics
| Branch: | Tag: | Revision:

root / db / BillAllocator.py @ 7bd50624

History | View | Annotate | Download (218 Bytes)

1
#
2
# Bill Allocator - Administration script
3
#
4
# Executed monthly to issue a detailed bill for each user
5
#
6
# Copyright © 2010 Greek Research and Technology Network
7
#
8

    
9
def billAllocator():
10
    return
11
    
12
billAllocator()