From f9b93c4bbb23b452551bd46ce86cc6e3602fd594 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Fri, 26 Apr 2024 10:06:03 +0200 Subject: Begin web app frontend in PHP. While I'd like a command line client for retreiving information and scripting stuff based on the db contents, a web app is convenient for the less common stuff like adding and editing data. The web app could also have been done in rust, however, I feel php is so convenient for simple web stuff that I think it makes more sense this way. --- web/clients/index.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 web/clients/index.php (limited to 'web/clients') diff --git a/web/clients/index.php b/web/clients/index.php new file mode 100644 index 0000000..4725b17 --- /dev/null +++ b/web/clients/index.php @@ -0,0 +1,45 @@ + + + + faktura: clients + + +

Clients

+ + + + + + + + + + + + + + + + + + + +
#NameContactEmailPhoneVAT
id); ?> + + name); ?> + + contact); ?>email); ?>phone); ?>vat ? 'X' : ''); ?>
+ -- cgit v1.2.3