Revision a642ab4b
Von Steven Schubiger vor etwa 2 Jahren hinzugefügt
SL/Helper/QrBill.pm | ||
---|---|---|
1 |
# This module consists of helper methods for generating Swiss QR-Code. |
|
1 |
# This module consists of helper methods for generating Swiss |
|
2 |
# billing QR-Code. |
|
2 | 3 |
package SL::Helper::QrBill; |
3 | 4 |
|
4 | 5 |
use strict; |
... | ... | |
289 | 290 |
|
290 | 291 |
=head1 NAME |
291 | 292 |
|
292 |
SL::Helper::QrBill - Helper methods for generating Swiss QR-Code |
|
293 |
SL::Helper::QrBill - Helper methods for generating Swiss billing QR-Code
|
|
293 | 294 |
|
294 | 295 |
=head1 SYNOPSIS |
295 | 296 |
|
... | ... | |
312 | 313 |
|
313 | 314 |
=head1 DESCRIPTION |
314 | 315 |
|
315 |
This module generates the Swiss QR-Code with data provided to the constructor. |
|
316 |
This module generates the Swiss billing QR-Code with data provided to the constructor.
|
|
316 | 317 |
|
317 | 318 |
=head1 METHODS |
318 | 319 |
|
Auch abrufbar als: Unified diff
Swiss QR-Bill: QrBill.pm: Präzisiere Beschreibung des Moduls