You are not logged in. Click here to log in.

Application Lifecycle Management

Search In Project

Search inClear

GRAS-18: Calculate Detailed Roughage Balance and Accumulated Balance (CalcDetailRoughBal)#6541/v31
Tags:  not added yet

GRAS-18: Calculate Detailed Roughage Balance and Accumulated Balance (CalcDetailRoughBal)[SVC-6541]

Tracker: Services Priority: NormalNormal Status: Accepted
Submitted by: wlloydJan 12 2016 11:03 Modified by: odavidFeb 26 2016 00:52 Type:
Model
Path: m/gras/detailroughbalance Context: csip-gras Version: 1.0
Endpoints: http://csip.engr.colostate.edu:8086/csip-gras/m/gras/detailroughbalance/1.0
Maintainers:
Website: -- Apps:
--
Test Status:
Pass
Last Tested: Feb 26 2016 00:52 Test Count: 5
Test Success Rate: 100 Failed Tests: --
Traceability
Loading…
Description
Calculate monthly and yearly roughage balance and accumulated roughage balance. From application inputs, compute yearly beginning roughage balance and yearly harvested, bought, sold and feed roughage amounts.

This service calculates information needed for Detail level roughage report. The only difference between the Basic and Detailed roughage reports is that under the Detailed report the amount of roughage feed is allocated by AoA, whereas in the Basic report the roughage feed is allocated at the operating unit level.

Request Response
{
"metainfo": {
},
"parameter": [
    {
        "name" : "years",
        "value" : [
            [
                {
                    "name" : "starting_hay_amt",
                    "value" : 20000,
                    "description" : "Amount of hay at start of this year",
                    "unit" : "lb"
                },
                {
                    "name" : "feeding_waste",
                    "value" : 0.05,
                    "description" : "Percentage of hay expected to be lost to waste",
                    "unit" : "%",
                    "max" : 1.0,
                    "min" : 0
                },
                {
                    "name" : "months",
                    "value" : [
                        [
                            {
                                "name" : "harvested_amt",
                                "value" : 1000,
                                "description" : "Amount of hay harvested this month",
                                "unit" : "lb"
                            },
                            {
                                "name" : "buy_amt",
                                "value" : 1000,
                                "description" : "Amount of hay bought at market this month",
                                "unit" : "lb"
                            },
                            {
                                "name" : "sell_amt",
                                "value" : 0,
                                "description" : "Amount of hay sold at market this month",
                                "unit" : "lb"
                            }
                        ],
                        [
                            {
                                "name" : "harvested_amt",
                                "value" : 1500,
                                "description" : "Amount of hay harvested this month",
                                "unit" : "lb"
                            },
                            {
                                "name" : "buy_amt",
                                "value" : 1000,
                                "description" : "Amount of hay bought at market this month",
                                "unit" : "lb"
                            },
                            {
                                "name" : "sell_amt",
                                "value" : 0,
                                "description" : "Amount of hay sold at market this month",
                                "unit" : "lb"
                            }
                        ],
                        [
                            {
                                "name" : "harvested_amt",
                                "value" : 1000,
                                "description" : "Amount of hay harvested this month",
                                "unit" : "lb"
                            },
                            {
                                "name" : "buy_amt",
                                "value" : 1500,
                                "description" : "Amount of hay bought at market this month",
                                "unit" : "lb"
                            },
                            {
                                "name" : "sell_amt",
                                "value" : 0,
                                "description" : "Amount of hay sold at market this month",
                                "unit" : "lb"
                            }
                        ],
                        [
                            {
                                "name" : "harvested_amt",
                                "value" : 1000,
                                "description" : "Amount of hay harvested this month",
                                "unit" : "lb"
                            },
                            {
                                "name" : "buy_amt",
                                "value" : 1000,
                                "description" : "Amount of hay bought at market this month",
                                "unit" : "lb"
                            },
                            {
                                "name" : "sell_amt",
                                "value" : 0,
                                "description" : "Amount of hay sold at market this month",
                                "unit" : "lb"
                            }
                        ],
                        [
                            {
                                "name" : "harvested_amt",
                                "value" : 1000,
                                "description" : "Amount of hay harvested this month",
                                "unit" : "lb"
                            },
                            {
                                "name" : "buy_amt",
                                "value" : 1000,
                                "description" : "Amount of hay bought at market this month",
                                "unit" : "lb"
                            },
                            {
                                "name" : "sell_amt",
                                "value" : 0,
                                "description" : "Amount of hay sold at market this month",
                                "unit" : "lb"
                            }
                        ],
                        [
                            {
                                "name" : "harvested_amt",
                                "value" : 1000,
                                "description" : "Amount of hay harvested this month",
                                "unit" : "lb"
                            },
                            {
                                "name" : "buy_amt",
                                "value" : 1000,
                                "description" : "Amount of hay bought at market this month",
                                "unit" : "lb"
                            },
                            {
                                "name" : "sell_amt",
                                "value" : 0,
                                "description" : "Amount of hay sold at market this month",
                                "unit" : "lb"
                            }
                        ],
                        [
                            {
                                "name" : "harvested_amt",
                                "value" : 1000,
                                "description" : "Amount of hay harvested this month",
                                "unit" : "lb"
                            },
                            {
                                "name" : "buy_amt",
                                "value" : 1000,
                                "description" : "Amount of hay bought at market this month",
                                "unit" : "lb"
                            },
                            {
                                "name" : "sell_amt",
                                "value" : 0,
                                "description" : "Amount of hay sold at market this month",
                                "unit" : "lb"
                            }
                        ],
                        [
                            {
                                "name" : "harvested_amt",
                                "value" : 1000,
                                "description" : "Amount of hay harvested this month",
                                "unit" : "lb"
                            },
                            {
                                "name" : "buy_amt",
                                "value" : 1000,
                                "description" : "Amount of hay bought at market this month",
                                "unit" : "lb"
                            },
                            {
                                "name" : "sell_amt",
                                "value" : 0,
                                "description" : "Amount of hay sold at market this month",
                                "unit" : "lb"
                            }
                        ],
                        [
                            {
                                "name" : "harvested_amt",
                                "value" : 1000,
                                "description" : "Amount of hay harvested this month",
                                "unit" : "lb"
                            },
                            {
                                "name" : "buy_amt",
                                "value" : 1000,
                                "description" : "Amount of hay bought at market this month",
                                "unit" : "lb"
                            },
                            {
                                "name" : "sell_amt",
                                "value" : 0,
                                "description" : "Amount of hay sold at market this month",
                                "unit" : "lb"
                            }
                        ],
                        [
                            {
                                "name" : "harvested_amt",
                                "value" : 1000,
                                "description" : "Amount of hay harvested this month",
                                "unit" : "lb"
                            },
                            {
                                "name" : "buy_amt",
                                "value" : 1000,
                                "description" : "Amount of hay bought at market this month",
                                "unit" : "lb"
                            },
                            {
                                "name" : "sell_amt",
                                "value" : 0,
                                "description" : "Amount of hay sold at market this month",
                                "unit" : "lb"
                            }
                        ],
                        [
                            {
                                "name" : "harvested_amt",
                                "value" : 3000,
                                "description" : "Amount of hay harvested this month",
                                "unit" : "lb"
                            },
                            {
                                "name" : "buy_amt",
                                "value" : 0,
                                "description" : "Amount of hay bought at market this month",
                                "unit" : "lb"
                            },
                            {
                                "name" : "sell_amt",
                                "value" : 1000,
                                "description" : "Amount of hay sold at market this month",
                                "unit" : "lb"
                            }
                        ],
                        [
                            {
                                "name" : "harvested_amt",
                                "value" : 1000,
                                "description" : "Amount of hay harvested this month",
                                "unit" : "lb"
                            },
                            {
                                "name" : "buy_amt",
                                "value" : 0,
                                "description" : "Amount of hay bought at market this month",
                                "unit" : "lb"
                            },
                            {
                                "name" : "sell_amt",
                                "value" : 1000,
                                "description" : "Amount of hay sold at market this month",
                                "unit" : "lb"
                            }
                        ]
                    ],
                    "description" : "List of forage amounts by month for this year"
                }
            ]
        ],
        "description" : "List of years"
    },
    {
        "name" : "aoas",
        "value" : [
            [
                {
                    "name" : "aoa_id",
                    "value" : 1,
                    "description" : "AoA identifier"
                },
                {
                    "name" : "years",
                    "value" : [
                        [
                            {
                                "name" : "year",
                                "value" : 1,
                                "description" : "Year number"
                            },
                            {
                                "name" : "months",
                                "value" : [
                                    [
                                        {
                                            "name" : "feed_amt",
                                            "value" : 2000,
                                            "description" : "Amount of AoA roughage consumed by animals for this month",
                                            "unit" : "lb"
                                        }
                                    ],
                                    [
                                        {
                                            "name" : "feed_amt",
                                            "value" : 2000,
                                            "description" : "Amount of AoA roughage consumed by animals for this month",
                                            "unit" : "lb"
                                        }
                                    ],
                                    [
                                        {
                                            "name" : "feed_amt",
                                            "value" : 2000,
                                            "description" : "Amount of AoA roughage consumed by animals for this month",
                                            "unit" : "lb"
                                        }
                                    ],
                                    [
                                        {
                                            "name" : "feed_amt",
                                            "value" : 2000,
                                            "description" : "Amount of AoA roughage consumed by animals for this month",
                                            "unit" : "lb"
                                        }
                                    ],
                                    [
                                        {
                                            "name" : "feed_amt",
                                            "value" : 2000,
                                            "description" : "Amount of AoA roughage consumed by animals for this month",
                                            "unit" : "lb"
                                        }
                                    ],
                                    [
                                        {
                                            "name" : "feed_amt",
                                            "value" : 2000,
                                            "description" : "Amount of AoA roughage consumed by animals for this month",
                                            "unit" : "lb"
                                        }
                                    ],
                                    [
                                        {
                                            "name" : "feed_amt",
                                            "value" : 2000,
                                            "description" : "Amount of AoA roughage consumed by animals for this month",
                                            "unit" : "lb"
                                        }
                                    ],
                                    [
                                        {
                                            "name" : "feed_amt",
                                            "value" : 2000,
                                            "description" : "Amount of AoA roughage consumed by animals for this month",
                                            "unit" : "lb"
                                        }
                                    ],
                                    [
                                        {
                                            "name" : "feed_amt",
                                            "value" : 2000,
                                            "description" : "Amount of AoA roughage consumed by animals for this month",
                                            "unit" : "lb"
                                        }
                                    ],
                                    [
                                        {
                                            "name" : "feed_amt",
                                            "value" : 2000,
                                            "description" : "Amount of AoA roughage consumed by animals for this month",
                                            "unit" : "lb"
                                        }
                                    ],
                                    [
                                        {
                                            "name" : "feed_amt",
                                            "value" : 2000,
                                            "description" : "Amount of AoA roughage consumed by animals for this month",
                                            "unit" : "lb"
                                        }
                                    ],
                                    [
                                        {
                                            "name" : "feed_amt",
                                            "value" : 2000,
                                            "description" : "Amount of AoA roughage consumed by animals for this month",
                                            "unit" : "lb"
                                        }
                                    ]
                                ],
                                "description" : "Monthly parameters for this year"
                            }
                        ]
                    ],
                    "description" : "List of years for this AoA"
                }
            ]
        ],
        "description" : "List of AoAs"
    }
]
}
{
    "metainfo": {
        "status": "Finished",
        "suid": "fa0a9be6-055b-11e5-872e-0d3a8651d221",
        "cloud_node": "129.82.226.52",
        "tstamp": "2015-05-28 11:07:09",
        "service_url": "http://localhost:8080/csip-gras/m/gras/detailroughbalance/1.0",
        "request_ip": "127.0.0.1",
        "cpu_time": 19,
        "expiration_date": "2015-05-28 11:12:10"
    },
    "parameter": [
        {
            "name": "years",
            "value": [
                [
                    {
                        "name": "starting_hay_amt",
                        "value": 20000,
                        "description": "Amount of hay at start of this year",
                        "unit": "lb"
                    },
                    {
                        "name": "feeding_waste",
                        "value": 0.05,
                        "description": "Percentage of hay expected to be lost to waste",
                        "unit": "%",
                        "max": 1,
                        "min": 0
                    },
                    {
                        "name": "months",
                        "value": [
                            [
                                {
                                    "name": "harvested_amt",
                                    "value": 1000,
                                    "description": "Amount of hay harvested this month",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 1000,
                                    "description": "Amount of hay bought at market this month",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Amount of hay sold at market this month",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "harvested_amt",
                                    "value": 1500,
                                    "description": "Amount of hay harvested this month",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 1000,
                                    "description": "Amount of hay bought at market this month",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Amount of hay sold at market this month",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "harvested_amt",
                                    "value": 1000,
                                    "description": "Amount of hay harvested this month",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 1500,
                                    "description": "Amount of hay bought at market this month",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Amount of hay sold at market this month",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "harvested_amt",
                                    "value": 1000,
                                    "description": "Amount of hay harvested this month",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 1000,
                                    "description": "Amount of hay bought at market this month",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Amount of hay sold at market this month",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "harvested_amt",
                                    "value": 1000,
                                    "description": "Amount of hay harvested this month",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 1000,
                                    "description": "Amount of hay bought at market this month",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Amount of hay sold at market this month",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "harvested_amt",
                                    "value": 1000,
                                    "description": "Amount of hay harvested this month",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 1000,
                                    "description": "Amount of hay bought at market this month",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Amount of hay sold at market this month",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "harvested_amt",
                                    "value": 1000,
                                    "description": "Amount of hay harvested this month",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 1000,
                                    "description": "Amount of hay bought at market this month",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Amount of hay sold at market this month",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "harvested_amt",
                                    "value": 1000,
                                    "description": "Amount of hay harvested this month",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 1000,
                                    "description": "Amount of hay bought at market this month",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Amount of hay sold at market this month",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "harvested_amt",
                                    "value": 1000,
                                    "description": "Amount of hay harvested this month",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 1000,
                                    "description": "Amount of hay bought at market this month",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Amount of hay sold at market this month",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "harvested_amt",
                                    "value": 1000,
                                    "description": "Amount of hay harvested this month",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 1000,
                                    "description": "Amount of hay bought at market this month",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 0,
                                    "description": "Amount of hay sold at market this month",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "harvested_amt",
                                    "value": 3000,
                                    "description": "Amount of hay harvested this month",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "description": "Amount of hay bought at market this month",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 1000,
                                    "description": "Amount of hay sold at market this month",
                                    "unit": "lb"
                                }
                            ],
                            [
                                {
                                    "name": "harvested_amt",
                                    "value": 1000,
                                    "description": "Amount of hay harvested this month",
                                    "unit": "lb"
                                },
                                {
                                    "name": "buy_amt",
                                    "value": 0,
                                    "description": "Amount of hay bought at market this month",
                                    "unit": "lb"
                                },
                                {
                                    "name": "sell_amt",
                                    "value": 1000,
                                    "description": "Amount of hay sold at market this month",
                                    "unit": "lb"
                                }
                            ]
                        ],
                        "description": "List of forage amounts by month for this year"
                    }
                ]
            ],
            "description": "List of years"
        },
        {
            "name": "aoas",
            "value": [
                [
                    {
                        "name": "aoa_id",
                        "value": 1,
                        "description": "AoA identifier"
                    },
                    {
                        "name": "years",
                        "value": [
                            [
                                {
                                    "name": "year",
                                    "value": 1,
                                    "description": "Year number"
                                },
                                {
                                    "name": "months",
                                    "value": [
                                        [
                                            {
                                                "name": "feed_amt",
                                                "value": 2000,
                                                "description": "Amount of AoA roughage consumed by animals for this month",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "feed_amt",
                                                "value": 2000,
                                                "description": "Amount of AoA roughage consumed by animals for this month",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "feed_amt",
                                                "value": 2000,
                                                "description": "Amount of AoA roughage consumed by animals for this month",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "feed_amt",
                                                "value": 2000,
                                                "description": "Amount of AoA roughage consumed by animals for this month",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "feed_amt",
                                                "value": 2000,
                                                "description": "Amount of AoA roughage consumed by animals for this month",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "feed_amt",
                                                "value": 2000,
                                                "description": "Amount of AoA roughage consumed by animals for this month",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "feed_amt",
                                                "value": 2000,
                                                "description": "Amount of AoA roughage consumed by animals for this month",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "feed_amt",
                                                "value": 2000,
                                                "description": "Amount of AoA roughage consumed by animals for this month",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "feed_amt",
                                                "value": 2000,
                                                "description": "Amount of AoA roughage consumed by animals for this month",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "feed_amt",
                                                "value": 2000,
                                                "description": "Amount of AoA roughage consumed by animals for this month",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "feed_amt",
                                                "value": 2000,
                                                "description": "Amount of AoA roughage consumed by animals for this month",
                                                "unit": "lb"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "feed_amt",
                                                "value": 2000,
                                                "description": "Amount of AoA roughage consumed by animals for this month",
                                                "unit": "lb"
                                            }
                                        ]
                                    ],
                                    "description": "Monthly parameters for this year"
                                }
                            ]
                        ],
                        "description": "List of years for this AoA"
                    }
                ]
            ],
            "description": "List of AoAs"
        }
    ],
    "result": [
        {
            "name": "summary",
            "value": [
                {
                    "name": "years",
                    "value": [
                        {
                            "name": "year",
                            "value": [
                                {
                                    "name": "feeding_waste",
                                    "value": 0.05,
                                    "unit": "%",
                                    "description": "Percentage of hay expected to be lost to waste"
                                },
                                {
                                    "name": "total_harvested_amt",
                                    "value": 14500,
                                    "unit": "lb",
                                    "description": "Total roughage harvested this year"
                                },
                                {
                                    "name": "total_buy_amt",
                                    "value": 10500,
                                    "unit": "lb",
                                    "description": "Total roughage bought at market this year"
                                },
                                {
                                    "name": "total_sell_amt",
                                    "value": 2000,
                                    "unit": "lb",
                                    "description": "Total roughage sold at market this year"
                                },
                                {
                                    "name": "months",
                                    "value": [
                                        [
                                            {
                                                "name": "buy_amt",
                                                "value": 1000,
                                                "unit": "lb",
                                                "description": "Amount of hay bought at market this month"
                                            },
                                            {
                                                "name": "sell_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Amount of hay sold at market this month"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 2000,
                                                "unit": "lb",
                                                "description": "Amount of hay consumbed by animals this month"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "buy_amt",
                                                "value": 1000,
                                                "unit": "lb",
                                                "description": "Amount of hay bought at market this month"
                                            },
                                            {
                                                "name": "sell_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Amount of hay sold at market this month"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 2000,
                                                "unit": "lb",
                                                "description": "Amount of hay consumbed by animals this month"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "buy_amt",
                                                "value": 1500,
                                                "unit": "lb",
                                                "description": "Amount of hay bought at market this month"
                                            },
                                            {
                                                "name": "sell_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Amount of hay sold at market this month"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 2000,
                                                "unit": "lb",
                                                "description": "Amount of hay consumbed by animals this month"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "buy_amt",
                                                "value": 1000,
                                                "unit": "lb",
                                                "description": "Amount of hay bought at market this month"
                                            },
                                            {
                                                "name": "sell_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Amount of hay sold at market this month"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 2000,
                                                "unit": "lb",
                                                "description": "Amount of hay consumbed by animals this month"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "buy_amt",
                                                "value": 1000,
                                                "unit": "lb",
                                                "description": "Amount of hay bought at market this month"
                                            },
                                            {
                                                "name": "sell_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Amount of hay sold at market this month"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 2000,
                                                "unit": "lb",
                                                "description": "Amount of hay consumbed by animals this month"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "buy_amt",
                                                "value": 1000,
                                                "unit": "lb",
                                                "description": "Amount of hay bought at market this month"
                                            },
                                            {
                                                "name": "sell_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Amount of hay sold at market this month"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 2000,
                                                "unit": "lb",
                                                "description": "Amount of hay consumbed by animals this month"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "buy_amt",
                                                "value": 1000,
                                                "unit": "lb",
                                                "description": "Amount of hay bought at market this month"
                                            },
                                            {
                                                "name": "sell_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Amount of hay sold at market this month"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 2000,
                                                "unit": "lb",
                                                "description": "Amount of hay consumbed by animals this month"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "buy_amt",
                                                "value": 1000,
                                                "unit": "lb",
                                                "description": "Amount of hay bought at market this month"
                                            },
                                            {
                                                "name": "sell_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Amount of hay sold at market this month"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 2000,
                                                "unit": "lb",
                                                "description": "Amount of hay consumbed by animals this month"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "buy_amt",
                                                "value": 1000,
                                                "unit": "lb",
                                                "description": "Amount of hay bought at market this month"
                                            },
                                            {
                                                "name": "sell_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Amount of hay sold at market this month"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 2000,
                                                "unit": "lb",
                                                "description": "Amount of hay consumbed by animals this month"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "buy_amt",
                                                "value": 1000,
                                                "unit": "lb",
                                                "description": "Amount of hay bought at market this month"
                                            },
                                            {
                                                "name": "sell_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Amount of hay sold at market this month"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 2000,
                                                "unit": "lb",
                                                "description": "Amount of hay consumbed by animals this month"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "buy_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Amount of hay bought at market this month"
                                            },
                                            {
                                                "name": "sell_amt",
                                                "value": 1000,
                                                "unit": "lb",
                                                "description": "Amount of hay sold at market this month"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 2000,
                                                "unit": "lb",
                                                "description": "Amount of hay consumbed by animals this month"
                                            }
                                        ],
                                        [
                                            {
                                                "name": "buy_amt",
                                                "value": 0,
                                                "unit": "lb",
                                                "description": "Amount of hay bought at market this month"
                                            },
                                            {
                                                "name": "sell_amt",
                                                "value": 1000,
                                                "unit": "lb",
                                                "description": "Amount of hay sold at market this month"
                                            },
                                            {
                                                "name": "feed_amt",
                                                "value": 2000,
                                                "unit": "lb",
                                                "description": "Amount of hay consumbed by animals this month"
                                            }
                                        ]
                                    ],
                                    "description": "Monthly summaries for this year"
                                },
                                {
                                    "name": "aoas",
                                    "value": [
                                        {
                                            "name": "aoa_id",
                                            "value": 1,
                                            "description": "AoA identifier"
                                        },
                                        {
                                            "name": "months",
                                            "value": [
                                                {
                                                    "name": "feed_amt",
                                                    "value": 2000,
                                                    "unit": "lb",
                                                    "description": "AoA feed amount for this month"
                                                },
                                                {
                                                    "name": "feed_amt",
                                                    "value": 2000,
                                                    "unit": "lb",
                                                    "description": "AoA feed amount for this month"
                                                },
                                                {
                                                    "name": "feed_amt",
                                                    "value": 2000,
                                                    "unit": "lb",
                                                    "description": "AoA feed amount for this month"
                                                },
                                                {
                                                    "name": "feed_amt",
                                                    "value": 2000,
                                                    "unit": "lb",
                                                    "description": "AoA feed amount for this month"
                                                },
                                                {
                                                    "name": "feed_amt",
                                                    "value": 2000,
                                                    "unit": "lb",
                                                    "description": "AoA feed amount for this month"
                                                },
                                                {
                                                    "name": "feed_amt",
                                                    "value": 2000,
                                                    "unit": "lb",
                                                    "description": "AoA feed amount for this month"
                                                },
                                                {
                                                    "name": "feed_amt",
                                                    "value": 2000,
                                                    "unit": "lb",
                                                    "description": "AoA feed amount for this month"
                                                },
                                                {
                                                    "name": "feed_amt",
                                                    "value": 2000,
                                                    "unit": "lb",
                                                    "description": "AoA feed amount for this month"
                                                },
                                                {
                                                    "name": "feed_amt",
                                                    "value": 2000,
                                                    "unit": "lb",
                                                    "description": "AoA feed amount for this month"
                                                },
                                                {
                                                    "name": "feed_amt",
                                                    "value": 2000,
                                                    "unit": "lb",
                                                    "description": "AoA feed amount for this month"
                                                },
                                                {
                                                    "name": "feed_amt",
                                                    "value": 2000,
                                                    "unit": "lb",
                                                    "description": "AoA feed amount for this month"
                                                },
                                                {
                                                    "name": "feed_amt",
                                                    "value": 2000,
                                                    "unit": "lb",
                                                    "description": "AoA feed amount for this month"
                                                }
                                            ],
                                            "description": "AoA monthly feed amounts this year"
                                        },
                                        {
                                            "name": "total_feed_amt",
                                            "value": 24000,
                                            "unit": "lb",
                                            "description": "Total feed amount for this AoA this year"
                                        }
                                    ],
                                    "description": "AoA summaries for this year"
                                },
                                {
                                    "name": "jan_total_feed_amt",
                                    "value": 2000,
                                    "unit": "lb",
                                    "description": "Feed amount this January"
                                },
                                {
                                    "name": "feb_total_feed_amt",
                                    "value": 2000,
                                    "unit": "lb",
                                    "description": "Feed amount this February"
                                },
                                {
                                    "name": "mar_total_feed_amt",
                                    "value": 2000,
                                    "unit": "lb",
                                    "description": "Feed amount this March"
                                },
                                {
                                    "name": "apr_total_feed_amt",
                                    "value": 2000,
                                    "unit": "lb",
                                    "description": "Feed amount this April"
                                },
                                {
                                    "name": "may_total_feed_amt",
                                    "value": 2000,
                                    "unit": "lb",
                                    "description": "Feed amount this May"
                                },
                                {
                                    "name": "jun_total_feed_amt",
                                    "value": 2000,
                                    "unit": "lb",
                                    "description": "Feed amount this June"
                                },
                                {
                                    "name": "jul_total_feed_amt",
                                    "value": 2000,
                                    "unit": "lb",
                                    "description": "Feed amount this July"
                                },
                                {
                                    "name": "aug_total_feed_amt",
                                    "value": 2000,
                                    "unit": "lb",
                                    "description": "Feed amount this August"
                                },
                                {
                                    "name": "sep_total_feed_amt",
                                    "value": 2000,
                                    "unit": "lb",
                                    "description": "Feed amount this September"
                                },
                                {
                                    "name": "oct_total_feed_amt",
                                    "value": 2000,
                                    "unit": "lb",
                                    "description": "Feed amount this October"
                                },
                                {
                                    "name": "nov_total_feed_amt",
                                    "value": 2000,
                                    "unit": "lb",
                                    "description": "Feed amount this November"
                                },
                                {
                                    "name": "dec_total_feed_amt",
                                    "value": 2000,
                                    "unit": "lb",
                                    "description": "Feed amount this December"
                                },
                                {
                                    "name": "this_year_total_feed_amt",
                                    "value": 24000,
                                    "unit": "lb",
                                    "description": "Total feed amount this year"
                                },
                                {
                                    "name": "beginning_balance",
                                    "value": 20000,
                                    "unit": "lb",
                                    "description": "Roughage amount at the beginning of the year"
                                },
                                {
                                    "name": "jan_hay_balance",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Hay balance this January"
                                },
                                {
                                    "name": "feb_hay_balance",
                                    "value": 500,
                                    "unit": "lb",
                                    "description": "Hay balance this February"
                                },
                                {
                                    "name": "mar_hay_balance",
                                    "value": 500,
                                    "unit": "lb",
                                    "description": "Hay balance this March"
                                },
                                {
                                    "name": "apr_hay_balance",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Hay balance this April"
                                },
                                {
                                    "name": "may_hay_balance",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Hay balance this May"
                                },
                                {
                                    "name": "jun_hay_balance",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Hay balance this June"
                                },
                                {
                                    "name": "jul_hay_balance",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Hay balance this July"
                                },
                                {
                                    "name": "aug_hay_balance",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Hay balance this August"
                                },
                                {
                                    "name": "sep_hay_balance",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Hay balance this September"
                                },
                                {
                                    "name": "oct_hay_balance",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Hay balance this October"
                                },
                                {
                                    "name": "nov_hay_balance",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Hay balance this November"
                                },
                                {
                                    "name": "dec_hay_balance",
                                    "value": -2000,
                                    "unit": "lb",
                                    "description": "Hay balance this December"
                                },
                                {
                                    "name": "total_hay_balance",
                                    "value": -1000,
                                    "unit": "lb",
                                    "description": "Total hay balance this year"
                                },
                                {
                                    "name": "jan_accumulated_balance",
                                    "value": 0,
                                    "unit": "lb",
                                    "description": "Roughage accumulated this January"
                                },
                                {
                                    "name": "feb_accumulated_balance",
                                    "value": 500,
                                    "unit": "lb",
                                    "description": "Roughage accumulated this February"
                                },
                                {
                                    "name": "mar_accumulated_balance",
                                    "value": 1000,
                                    "unit": "lb",
                                    "description": "Roughage accumulated this March"
                                },
                                {
                                    "name": "apr_accumulated_balance",
                                    "value": 1000,
                                    "unit": "lb",
                                    "description": "Roughage accumulated this April"
                                },
                                {
                                    "name": "may_accumulated_balance",
                                    "value": 1000,
                                    "unit": "lb",
                                    "description": "Roughage accumulated this May"
                                },
                                {
                                    "name": "jun_accumulated_balance",
                                    "value": 1000,
                                    "unit": "lb",
                                    "description": "Roughage accumulated this June"
                                },
                                {
                                    "name": "jul_accumulated_balance",
                                    "value": 1000,
                                    "unit": "lb",
                                    "description": "Roughage accumulated this July"
                                },
                                {
                                    "name": "aug_accumulated_balance",
                                    "value": 1000,
                                    "unit": "lb",
                                    "description": "Roughage accumulated this August"
                                },
                                {
                                    "name": "sep_accumulated_balance",
                                    "value": 1000,
                                    "unit": "lb",
                                    "description": "Roughage accumulated this September"
                                },
                                {
                                    "name": "oct_accumulated_balance",
                                    "value": 1000,
                                    "unit": "lb",
                                    "description": "Roughage accumulated this October"
                                },
                                {
                                    "name": "nov_accumulated_balance",
                                    "value": 1000,
                                    "unit": "lb",
                                    "description": "Roughage accumulated this November"
                                },
                                {
                                    "name": "dec_accumulated_balance",
                                    "value": -1000,
                                    "unit": "lb",
                                    "description": "Roughage accumulated this December"
                                },
                                {
                                    "name": "total_accumulated_balance",
                                    "value": -1000,
                                    "unit": "lb",
                                    "description": "Total roughage accumulated this year"
                                }
                            ],
                            "description": "Summary for year 1"
                        }
                    ],
                    "description": "Yearly summaries"
                }
            ],
            "description": "Basic roughage balance by year"
        }
    ]
}
Files to attach:
(the file to convert)
Files to fetch:
(the converted file)

Details
Comments & Attachments
Associations
Children
SCM Commits
History (31)
Baselines
All (31)

Accepted Jan 12 2016 11:03
Submit by wlloyd
Compare tracker item versions
Submitted Action Version
odavid
Feb 26 2016 00:52
Edit 31
Last Tested Feb 26 2016 00:52 Feb 25 2016 00:52
odavid
Feb 25 2016 00:52
Edit 30
Last Tested Feb 25 2016 00:52 Feb 24 2016 00:52
odavid
Feb 24 2016 00:52
Edit 29
Last Tested Feb 24 2016 00:52 Feb 23 2016 00:52
odavid
Feb 23 2016 00:52
Edit 28
Last Tested Feb 23 2016 00:52 Feb 22 2016 00:52
odavid
Feb 22 2016 00:52
Edit 27
Last Tested Feb 22 2016 00:52 Feb 21 2016 00:52
odavid
Feb 21 2016 00:52
Edit 26
Last Tested Feb 21 2016 00:52 Feb 20 2016 00:52
odavid
Feb 20 2016 00:52
Edit 25
Last Tested Feb 20 2016 00:52 Feb 19 2016 00:52
odavid
Feb 19 2016 00:52
Edit 24
Last Tested Feb 19 2016 00:52 Feb 18 2016 00:52
odavid
Feb 18 2016 00:52
Edit 23
Last Tested Feb 18 2016 00:52 Feb 17 2016 00:52
odavid
Feb 17 2016 00:52
Edit 22
Last Tested Feb 17 2016 00:52 Feb 16 2016 00:52
odavid
Feb 16 2016 00:52
Edit 21
Last Tested Feb 16 2016 00:52 Feb 15 2016 00:52
odavid
Feb 15 2016 00:52
Edit 20
Last Tested Feb 15 2016 00:52 Feb 14 2016 00:52
odavid
Feb 14 2016 00:52
Edit 19
Last Tested Feb 14 2016 00:52 Feb 13 2016 00:52
odavid
Feb 13 2016 00:52
Edit 18
Last Tested Feb 13 2016 00:52 Feb 12 2016 00:52
odavid
Feb 12 2016 00:52
Edit 17
Last Tested Feb 12 2016 00:52 Feb 11 2016 00:52
odavid
Feb 11 2016 00:52
Edit 16
Last Tested Feb 11 2016 00:52 Feb 10 2016 00:52
odavid
Feb 10 2016 00:52
Edit 15
Last Tested Feb 10 2016 00:52 Feb 09 2016 00:52
odavid
Feb 09 2016 00:52
Edit 14
Last Tested Feb 09 2016 00:52 Feb 08 2016 00:52
odavid
Feb 08 2016 00:52
Edit 13
Last Tested Feb 08 2016 00:52 Feb 07 2016 00:52
odavid
Feb 07 2016 00:52
Edit 12
Last Tested Feb 07 2016 00:52 Feb 06 2016 00:52
Only the last 20 history item loaded. Show All (31)