Sure I guess, it will be stable at least until the next bug gets reportedForumAdmin wrote:Is this something that is solid enough to be added to the User facilities for anyone to download?

Sure I guess, it will be stable at least until the next bug gets reportedForumAdmin wrote:Is this something that is solid enough to be added to the User facilities for anyone to download?
Code: Select all
<PlanDetails>
<PlanName>OCV10</PlanName>
<LineSpeed>10000</LineSpeed>
<PeakTimeDownloadInMB>10000</PeakTimeDownloadInMB>
<OffpeakTimeDownloadInMB>0</OffpeakTimeDownloadInMB>
<PeakShaping>NO</PeakShaping>
<OffpeakShaping>NO</OffpeakShaping>
<PlanPrice>$50.00</PlanPrice>
<ExtraDownloadPerGB>$1.00</ExtraDownloadPerGB>
</PlanDetails>
Code: Select all
<CurrentMonthUsage>
<PeakDownload>1534.34</PeakDownload>
<PeakUpload>97.04</PeakUpload>
<OffpeakDownload>52.31</OffpeakDownload>
<OffpeakUpload>4.86</OffpeakUpload>
<UpdateDatetime>2011-03-28 11:21:20 AEDST</UpdateDatetime>
</CurrentMonthUsage>
Code: Select all
<PlanDetails>
<PlanName>OCV200</PlanName>
<LineSpeed>200000</LineSpeed>
<PeakTimeDownloadInMB>200000</PeakTimeDownloadInMB>
<OffpeakTimeDownloadInMB>0</OffpeakTimeDownloadInMB>
<PeakShaping>NO</PeakShaping>
<OffpeakShaping>NO</OffpeakShaping>
<PlanPrice>$60.00</PlanPrice>
<ExtraDownloadPerGB>$1.00</ExtraDownloadPerGB>
</PlanDetails>
Code: Select all
<CurrentMonthUsage>
<PeakDownload>70007.31</PeakDownload>
<PeakUpload>58745.61</PeakUpload>
<OffpeakDownload>122122.41</OffpeakDownload>
<OffpeakUpload>55740.87</OffpeakUpload>
<UpdateDatetime>2011-03-30 07:05:51 AEDST</UpdateDatetime>
</CurrentMonthUsage>
New test version, now using the first day reported under daily usage as the billing month start date. This is not strictly the same as the true billing date, but is hopefully reasonably accurate.Tamar wrote:Can't do much about billing month start dates, as the day of month doesn't seem to be provided in the usage xml (yes this could be input by the user, but this seems inelegant when Exetel just needs to add it to the xml).