Erik Thuning e953f6c7a5 Made the loan length preset buttons configurable in config.php
Supported length keywords are day, week, month and year. The plural forms
are also valid. There may be minor differences in the semantics of
the time string between the preset list and the default length setting,
due to the default length being computed by php's Date object,
while the preset list is computed in javascript on the client side.
2025-03-13 14:36:37 +01:00
2018-09-06 16:13:41 +02:00
2024-02-14 10:54:33 +01:00
2019-06-05 15:05:10 +02:00
2024-02-14 10:54:48 +01:00

Boka2

Track an inventory of products

Installation

  • Clone the repo
  • copy config.php.example to config.php and set correct values
  • copy email-fragments.txt.example to email-fragments.txt and change as necessary
  • point a webserver to the project root
  • REMOTE_USER authentication should be configured for the entire application (context path /)
  • exempt /cron.php from authentication
  • set up a cron job along these lines:
* * * * 1-5 root curl -sS https://example.com/cron.php
Description
No description provided
Readme 1.9 MiB
Languages
PHP 84.7%
HTML 6.6%
JavaScript 5.6%
CSS 3.1%