3.5.1 Starting Point

 
class dev1(Resource): pass

def Acso():
    resource = dev1
    start = "2005-1-16"

    def Database():
        effort = "1d"

    def Gui():
        effort = "2d"

    def Backend():
        effort = "1.5d"

acso = BalancedProject(Acso)
 \includegraphics[width=\pwidth]{trfirst}
Name Effort Complete Demand Complete Todo Done Todo + Done
Database 1d 0 0 1d 0d 1d
Gui 2d 0 0 2d 0d 2d
Backend 1d 4H 0 0 1d 4H 0d 1d 4H
Be aware that, if you dont't specify any balancing attribute, SMART is the default.