This is a technical scrapbook when studying Mfg's Standard Costing accounting consequence based on the previous test:
1. Cost Details need to be created and populated for Doc_PPCostCollector to createLines() in FactAccts.
2. They are best created through Purchase Order of the needed items. However PPCostCollector CompleteIt() that activates the about FactAccts process still does not get any extra amt value for other Mfg elements such as Burden, Labor.
3. So we need to investigate CompleteIt() in CostCollector to see what it is really doing. I suspect the other elements are to be organised via separate invoicing of such costs.
4. Meanwhile below is the dump of the Fitnesse Test on the Std Costing accounting for the purchase portion. The output is displayed full to date and will be added when the Cost Collector accounting elements are resolved.
5. And they are! Further down is a break-thru in the output. Explanation given there why it is so.