The generate report now generates lot details

This commit is contained in:
John Wiegley 2009-02-27 16:17:27 -04:00
parent e6aae5a096
commit aff9052baf

View file

@ -200,26 +200,26 @@ string generate_posts_iterator::generate_amount(std::ostream& out,
generate_commodity(buf); generate_commodity(buf);
} }
#if 0
// Possibly generate an annotized commodity, but make it rarer // Possibly generate an annotized commodity, but make it rarer
if (! no_negative && three_gen() == 1) { if (! no_negative && three_gen() == 1) {
if (truth_gen()) { if (three_gen() == 1) {
out << " {"; buf << " {";
generate_amount(out, value_t(), true); generate_amount(buf, value_t(), true);
out << '}'; buf << '}';
}
if (truth_gen()) {
out << " [";
generate_date(out);
out << ']';
}
if (truth_gen()) {
out << " (";
generate_string(out, strlen_gen());
out << ')';
} }
#if 0
if (six_gen() == 1) {
buf << " [";
generate_date(buf);
buf << ']';
} }
#endif #endif
if (six_gen() == 1) {
buf << " (";
generate_string(buf, six_gen());
buf << ')';
}
}
if (! not_this_amount.is_null() && if (! not_this_amount.is_null() &&
value_t(buf.str()).as_amount().commodity() == value_t(buf.str()).as_amount().commodity() ==