numerus/pkg
jordi fita mas f5a9e819eb Allow to delete expenses
I remove the related taxes and attachments, but keep related payments
because i believe it is not likely that deleting a paid expense is what
the user wants.  If the user wants to do so, she can delete the payments
first.

Part of #84
2024-09-09 00:08:02 +02:00
..
accounts.go Instruct htmx that HTTP 422 is not a “fatal error” 2024-08-27 11:07:39 +02:00
attachment.go Refactor common code to download invoice and expenses attachments 2024-08-12 00:07:30 +02:00
build.go
company.go Rename “Payment method” to “Invoicing method” 2024-09-06 12:13:27 +02:00
contacts.go Instruct htmx that HTTP 422 is not a “fatal error” 2024-08-27 11:07:39 +02:00
dashboard.go
db.go
expenses.go Allow to delete expenses 2024-09-09 00:08:02 +02:00
form.go Add the payments section 2024-08-10 04:34:07 +02:00
htmx.go
invoices.go Rename “Payment method” to “Invoicing method” 2024-09-06 12:13:27 +02:00
locale.go
logger.go
login.go Allow removal of payments 2024-08-11 03:22:37 +02:00
ods.go Include customer’s VAT number to the expense list in ODS too 2024-07-20 22:52:23 +02:00
payments.go Instruct htmx that HTTP 422 is not a “fatal error” 2024-08-27 11:07:39 +02:00
pgtypes.go
products.go Instruct htmx that HTTP 422 is not a “fatal error” 2024-08-27 11:07:39 +02:00
profile.go Instruct htmx that HTTP 422 is not a “fatal error” 2024-08-27 11:07:39 +02:00
quote.go Rename “Payment method” to “Invoicing method” 2024-09-06 12:13:27 +02:00
recover.go
router.go Allow to delete expenses 2024-09-09 00:08:02 +02:00
slug.go
tags.go Refactor inline tag edit form into its own file 2024-08-15 04:18:18 +02:00
template.go Add an edit form for payment methods 2024-08-30 02:45:40 +02:00
uuid.go
uuid_test.go