ss::AU::Ledger::View::Receipt;
use Business::AU::Ledger::Util::Validate;
use Date::Simple;
use JSON::XS;
use Moose;
extends 'Business::AU::Ledger::View::Base';
has field_width => (is => 'rw', is
@$output, $self -> format_fields;
$self -> log(__PACKAGE__ . '. Leaving initialize');
return JSON::XS -> new -> encode({results => $output});
} # End of initialize.
# --------------------------
;
$self -> log(__PACKAGE__ . ". Leaving submit. Row count now: @{[scalar @$output]}");
return JSON::XS -> new -> encode({results => $output});
} # End of submit.
# ------------------------------
package Business::AU::Ledger::View::Context;
use Business::AU::Ledger::Util::Validate;
use JSON::XS;
use Moose;
extends 'Business::AU::Ledger::View::Base';
use namespace::autoclean;
our $VERSION
me => 'No output produced'}]};
}
}
$self -> log(__PACKAGE__ . '. Leaving process');
return JSON::XS -> new -> encode($output);
} # End of process.
# ------------------------------------------
ss::AU::Ledger::View::Payment;
use Business::AU::Ledger::Util::Validate;
use Date::Simple;
use JSON::XS;
use Moose;
extends 'Business::AU::Ledger::View::Base';
has field_width => (is => 'rw', is
@$output, $self -> format_fields;
$self -> log(__PACKAGE__ . '. Leaving initialize');
return JSON::XS -> new -> encode({results => $output});
} # End of initialize.
# --------------------------
;
$self -> log(__PACKAGE__ . ". Leaving submit. Row count now: @{[scalar @$output]}");
return JSON::XS -> new -> encode({results => $output});
} # End of submit.
# ------------------------------
package Business::AU::Ledger::View::Reconciliation;
use JSON::XS;
use Moose;
extends 'Business::AU::Ledger::View::Base';
use namespace::autoclean;
our $VERSION = '0.88';
# ----------------------
'},
receipts => 0.00,
};
}
$self -> log(__PACKAGE__ . '. Leaving initialize');
return JSON::XS -> new -> encode({results => [@output]});
} # End of initialize.
# ------------------------