Commit Graph

38 Commits

Author SHA1 Message Date
d8afe4960e Extend invoices and invoice items to keep more information. 2025-01-31 13:04:59 +01:00
69c0222cc6 Create Enum for Invoice type codes and build a translatable Trait. 2025-01-31 13:02:14 +01:00
83cea92630 Create the projects part. 2025-01-22 16:37:24 +01:00
0e712a3412 Build the stuff for incoming invoices. 2025-01-21 11:49:56 +01:00
ea4dcb1842 Extend incoming invoices by payment data. 2025-01-18 16:46:26 +01:00
372a417aaf Fix return types for Taxrate controllers and remove unused classes for Payment controller. 2025-01-18 11:19:11 +01:00
d25a67a109 Generate the models and migrations for incoming invoices. 2025-01-18 11:05:58 +01:00
f246f80b6b Generate Excel reports for outgoing invoices and incoming payments. 2025-01-18 08:53:48 +01:00
fda3e13ca9 Prepare Excel reports. 2025-01-17 13:43:19 +01:00
6427dfdc5d Change index sites for invoices and payments. 2025-01-17 12:10:43 +01:00
dcedbc71c4 Build the stuff for payments. 2025-01-16 15:34:10 +01:00
bfb5b8f56e Make invoices editable and build possibility to send them manually. 2025-01-14 17:47:50 +01:00
3da6ed1b85 Minor fixes for tax rates and options. 2025-01-12 08:42:05 +01:00
72cea4c4b8 Force laravel to use https in testing and production environment. 2025-01-11 13:19:11 +01:00
a05d23be7b Finalize invoice creation and handling addresses. 2025-01-11 10:42:53 +01:00
2b3c93a8b6 Make customer addresses editable. 2025-01-10 16:24:01 +01:00
82bacb7368 Introduction of tooltips. 2025-01-09 15:28:26 +01:00
6235112f74 Send invoices by email. 2025-01-09 11:18:12 +01:00
c20a3bcdcf Create invoices in XML Format. 2025-01-07 12:52:25 +01:00
8e0696d438 Use Laravel-Dompdf and create pdf invoices. 2025-01-06 16:04:51 +01:00
fa085b7384 Introduce option model for storing necessary configuration data. 2025-01-04 18:37:29 +01:00
3b51ab109d First invoice implementation. 2025-01-04 14:25:13 +01:00
5b00aa8bb2 Use locales for numbers and currency. 2025-01-04 12:09:37 +01:00
644adad9c3 Build a tax dropdown for further usage. 2024-12-11 12:51:10 +01:00
13c23a076a Build everything to deal with tax rates. 2024-12-11 11:52:14 +01:00
4098fb151a Add comments to address model. 2024-12-10 21:17:20 +01:00
679a067506 Create routes and views for customers and their addresses. 2024-12-10 21:09:12 +01:00
1ba2ae6fd2 Prevent translation logs for validation rules. 2024-11-27 11:42:48 +01:00
84951052f0 Extend translations to generate log entries for missing translations. 2024-11-27 08:53:24 +01:00
fb5836e7bc Install Breeze for login and first views based on blade and alpinejs. 2024-11-26 11:01:51 +01:00
2513729840 Example route for web login. 2024-11-26 08:07:44 +01:00
2daea2c10a Create migration and model for taxrates. 2024-11-26 08:03:05 +01:00
1cb12659a2 Use Api prefixed controllers. 2024-11-26 08:01:34 +01:00
41e88ac828 Create the first models with migrations for handling invoices. 2024-11-25 17:45:24 +01:00
0a5887d5a8 Create a basic authentication controller with api routes and extend User model with api tokens. 2024-11-25 17:10:40 +01:00
5ad45c6260 Register telescope for correct local environment. 2024-11-25 16:34:43 +01:00
0f691afc7f Installation of telescope for local debugging. 2024-11-25 15:29:15 +01:00
6e7ddf764e Initial commit after installing newest version of laravel. 2024-11-25 14:59:27 +01:00