App-GhostWork/lib/App/GhostWork.pm
package App::GhostWork;
######################################################################
#
# App::GhostWork - Barcode Logger(When,Where,Who,What,toWhich,Why,Howmanysec)
#
# https://metacpan.org/dist/App-GhostWork
#
# Copyright (c) 2021 INABA Hitoshi <ina@cpan.org> in a CPAN
######################################################################
$VERSION = '0.06';
$VERSION = $VERSION;
use 5.00503;
use strict;
BEGIN { $INC{'warnings.pm'} = '' if $] < 5.006 }; use warnings; local $^W=1;
1;
__END__
=pod
=head1 NAME
App::GhostWork - Barcode Logger(When,Where,Who,What,toWhich,Why,Howmanysec)
=head1 SYNOPSIS
C:\WINDOWS> GhostWorkEnglish.bat [Enter]
C:\WINDOWS> GhostWorkEnglish.bat constant-WHY [Enter]
C:\WINDOWS> GhostWorkJapanese.bat [Enter]
C:\WINDOWS> GhostWorkJapanese.bat constant-WHY [Enter]
=head1 DESCRIPTION
This software creates log files from barcode data. The log files are in
CSV format, LTSV format, and JSON5 format. Each record has the following
fields.
--------------------------------------------------------------
LTSV-label
CSV-col JSON5-label meanings
--------------------------------------------------------------
csv All columns by CSV format
1 when_ When barcode was read ?
2 where_ Where barcode was read ? (COMPUTERNAME)
3 who Who read the barcode ?
4 what What barcode read ?
5 towhich Which status after barcode was read ?
6 why Why become its status ? (optional)
7 howmanysec How many seconds to make this record
8 looseid Moderately unique random numbers
--------------------------------------------------------------
=head2 Command File Name
English edition is "GhostWorkEnglish.bat".
Japanese edition is "GhostWorkJapanese.bat".
=head2 Command Line Parameter(s)
C:\WINDOWS> GhostWorkEnglish.bat constant-WHY [Enter]
If WHY is same for all records, you can omit entering WHY each record
by specifying constant-WHY on command line.
C:\WINDOWS> GhostWorkEnglish.bat [Enter]
If you don't specify constant-WHY options, you will have to enter WHY
each record.
=head2 Log File Name
The barcode information is recorded in log files with the following
name.
-----------------------------------------------------
LOG/when/towhich/when-towhich-who.csv
LOG/when/towhich/when-towhich-who.ltsv
LOG/when/towhich/when-towhich-who.json5
-----------------------------------------------------
=head1 AUTHOR
INABA Hitoshi E<lt>ina@cpan.orgE<gt> in a CPAN
This project was originated by INABA Hitoshi.
=head1 LICENSE AND COPYRIGHT
This software is free software; you can redistribute it and/or
modify it under the same terms as Perl itself. See L<perlartistic>.
This software is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
=cut