mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 05:56:27 +02:00
accounting and statistik adjustments
This commit is contained in:
parent
e6c7010f28
commit
4435999ac2
10 changed files with 122 additions and 87 deletions
|
@ -188,14 +188,20 @@ sub save_account(){
|
|||
my $fkeys = "";
|
||||
my $pw_dummy = "";
|
||||
@keywords = grep {!/txt31/} @keywords;
|
||||
print FILE Dumper($q) if($debug);
|
||||
#print FILE Dumper($q) if($debug);
|
||||
foreach(@keywords){
|
||||
$fkeys .= "$_,";
|
||||
my $val = $q->param("$_");
|
||||
my $valxx = $q->escapeHTML("$val");
|
||||
$valxx =~ s/^\s+//;
|
||||
$valxx =~ s/\s+$//;
|
||||
print FILE "$_:$valxx \n" if($debug);
|
||||
if($debug){
|
||||
if($_ !~ /txt04/){
|
||||
print FILE "$_:$valxx \n";
|
||||
}else{
|
||||
print FILE "$_:is not logged\n";
|
||||
}
|
||||
}
|
||||
if($_ =~ /^int|barcode/){
|
||||
$valxx =~ s/,/./g;
|
||||
if(looks_like_number($valxx)){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue