mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 05:56:27 +02:00
Adding prepaid payment methode and prepaid accounting with api interface
This commit is contained in:
parent
da31898968
commit
2dc53f4087
22 changed files with 815 additions and 236 deletions
|
@ -3,9 +3,12 @@ package Shareework;
|
|||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
# Copyright (c) Rainer Gümpelein, TeilRad GmbH
|
||||
#
|
||||
#this module holds sharee app user-account management methods.
|
||||
#some methods are also used by DMS Basedit
|
||||
#
|
||||
#disable for syntax check
|
||||
#use lib qw(/var/www/copri-bike/shareeapp-primary/src);
|
||||
|
||||
#
|
||||
use strict;
|
||||
use warnings;
|
||||
use POSIX;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue