c8e3ff0212

Loans are no longer displayed as a unified table, but instead each loan gets a "card" that contains the relevant data for the loan. This has had a fairly major html/css re-work as a side effect. Most views are now structured with two div-based columns so as to avoid the large blank areas that pure grid can lead to when elements are very different in height.
Boka2
Track an inventory of products
Installation
- Clone the repo
- copy
config.php.example
toconfig.php
and set correct values - copy
email-fragments.txt.example
toemail-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
Languages
PHP
84.7%
HTML
6.6%
JavaScript
5.6%
CSS
3.1%