Commit Graph

78 Commits

Author SHA1 Message Date
33c0a421c9 Eliminate popup when downloading xml invoices. 2025-02-03 12:44:59 +01:00
588b56d71e Better information in dashboard tiles and prevent division by zero in Excel calculations. 2025-02-03 11:55:52 +01:00
ba92198750 Some adjustments to show customer's logo. 2025-02-01 13:05:29 +01:00
922f3ae175 Update dependencies of composer and npm. 2025-01-31 15:03:30 +01:00
11299014bb Do not show needless information when showing invoices. 2025-01-31 14:32:18 +01:00
d8afe4960e Extend invoices and invoice items to keep more information. 2025-01-31 13:04:59 +01:00
e2240c017d Show invoices for a given project. 2025-01-31 13:03:23 +01:00
69c0222cc6 Create Enum for Invoice type codes and build a translatable Trait. 2025-01-31 13:02:14 +01:00
b887899dfc Formatting some dashboard tiles. 2025-01-23 15:05:46 +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
e16324249a Remove unnecessary console.logs when editing invoices. 2025-01-20 08:18:56 +01:00
ea4dcb1842 Extend incoming invoices by payment data. 2025-01-18 16:46:26 +01:00
7940a5398a Cleanup index views for payment and invoice. 2025-01-18 16:45:05 +01:00
2f37ac5711 Cleanup option view. 2025-01-18 14:17:13 +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
5d4766a103 Include PHP Spreadsheet for generating Excel reports. 2025-01-17 13:47:21 +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
f120559e3b First dashboard tiles. 2025-01-15 10:31:30 +01:00
575d9d4c04 Update translations for invoices. 2025-01-14 17:56:51 +01:00
bfb5b8f56e Make invoices editable and build possibility to send them manually. 2025-01-14 17:47:50 +01:00
671981000f Small adjustments to invoices. 2025-01-14 11:05:05 +01:00
3bd914a276 Adjust pdf invoices. 2025-01-13 14:58:04 +01:00
3da6ed1b85 Minor fixes for tax rates and options. 2025-01-12 08:42:05 +01:00
899de7b10a Change api url for axios. 2025-01-11 14:15:00 +01:00
7bb771383f Extend env.example with VITE Url. 2025-01-11 14:01:57 +01:00
72cea4c4b8 Force laravel to use https in testing and production environment. 2025-01-11 13:19:11 +01:00
dbb79c7bfd Write build pipeline. 2025-01-11 12:14:43 +01:00
f6b7a77dcb Fix select text for choosing addresses when creating invoices. 2025-01-11 11:52:28 +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
39f4acc1fc Prevent sending emails for already sent invoices. 2025-01-09 15:33:41 +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
8da6da471d Extend environment with mailhog for creating mails. 2025-01-07 15:02:46 +01:00
15ab180726 Extend environment with mailhog for creating mails. 2025-01-07 15:02:08 +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
96c7fc272a Introduce sort icon for usage as sort handler. 2025-01-04 12:14:47 +01:00
a84359990b Refactor customer's index file. 2025-01-04 12:13:30 +01:00
e371083b29 Include alpine's sort plugin to js. 2025-01-04 12:12:35 +01:00
3149eff39b Update translation files. 2025-01-04 12:12:03 +01:00
d4d6f21bfb Use alpine's sort plugin. 2025-01-04 12:11:12 +01:00
ede2939594 Extend invoices and invoice items. 2025-01-04 12:10:15 +01:00