Group
Extension

Matches 4

Business-AU-Ledger ( R/RS/RSAVAGE/Business-AU-Ledger-0.88.tgz, RSAVAGE, 2010; MetaCPAN )
Business-AU-Ledger/lib/Business/AU/Ledger/View/Receipt.pm ( view source; MetaCPAN )
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.

# ------------------------------
Business-AU-Ledger ( R/RS/RSAVAGE/Business-AU-Ledger-0.88.tgz, RSAVAGE, 2010; MetaCPAN )
Business-AU-Ledger/lib/Business/AU/Ledger/View/Context.pm ( view source; MetaCPAN )
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.

# ------------------------------------------
Business-AU-Ledger ( R/RS/RSAVAGE/Business-AU-Ledger-0.88.tgz, RSAVAGE, 2010; MetaCPAN )
Business-AU-Ledger/lib/Business/AU/Ledger/View/Payment.pm ( view source; MetaCPAN )
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.

# ------------------------------
Business-AU-Ledger ( R/RS/RSAVAGE/Business-AU-Ledger-0.88.tgz, RSAVAGE, 2010; MetaCPAN )
Business-AU-Ledger/lib/Business/AU/Ledger/View/Reconciliation.pm ( view source; MetaCPAN )
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.

# ------------------------

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.