numerus/revert
jordi fita mas 7f31b10cce Add payment collection
This is the same as a payment, but the user is the payee instead of the
payer.

I used a different relation than payment because i do not know any other
way to encode the constraint that only invoices can have a collection,
while expenses have only payments.

Besides the name and the fact that they are related to invoices, a
collection is pretty much the same as a payment.
2024-08-21 03:36:12 +02:00
..
add_collection.sql Add payment collection 2024-08-21 03:36:12 +02:00
add_contact.sql
add_contact@v0.sql
add_expense.sql Remove the status parameter from add_expense and edit_expense, and forms 2024-08-13 02:34:21 +02:00
add_expense@v1.sql
add_expense@v2.sql Remove the status parameter from add_expense and edit_expense, and forms 2024-08-13 02:34:21 +02:00
add_invoice.sql
add_payment.sql
add_payment_account_bank.sql
add_payment_account_card.sql
add_payment_account_cash.sql
add_payment_account_other.sql
add_product.sql
add_quote.sql
attach_to_collection.sql Add payment collection 2024-08-21 03:36:12 +02:00
attach_to_expense.sql
attach_to_invoice.sql
attach_to_payment.sql Add attachments to payments 2024-08-12 00:08:18 +02:00
available_countries.sql
available_currencies.sql
available_expense_status.sql Change partial expenses to pending when reverting available status 2024-08-13 02:31:15 +02:00
available_expense_status@v2.sql
available_invoice_status.sql Add payment collection 2024-08-21 03:36:12 +02:00
available_invoice_status@v2.sql Add payment collection 2024-08-21 03:36:12 +02:00
available_languages.sql
available_payment_account_types.sql
available_payment_status.sql
available_quote_status.sql
bic.sql
build_cookie.sql
change_password.sql
check_cookie.sql
collection.sql Add payment collection 2024-08-21 03:36:12 +02:00
collection_attachment.sql Add payment collection 2024-08-21 03:36:12 +02:00
company.sql
company_default_payment_method.sql
company_user.sql
compute_new_expense_amount.sql
compute_new_invoice_amount.sql
compute_new_quote_amount.sql
contact.sql
contact_email.sql
contact_iban.sql
contact_phone.sql
contact_swift.sql
contact_tax_details.sql
contact_web.sql
country.sql
country_code.sql
country_i18n.sql
currency.sql
currency_code.sql
current_user_cookie.sql
current_user_email.sql
discount_rate.sql
edit_collection.sql Add payment collection 2024-08-21 03:36:12 +02:00
edit_contact.sql
edit_contact@v0.sql
edit_expense.sql Remove the status parameter from add_expense and edit_expense, and forms 2024-08-13 02:34:21 +02:00
edit_expense@v1.sql
edit_expense@v2.sql Remove the status parameter from add_expense and edit_expense, and forms 2024-08-13 02:34:21 +02:00
edit_invoice.sql
edit_payment.sql
edit_payment_account_bank.sql
edit_payment_account_card.sql
edit_payment_account_cash.sql
edit_payment_account_other.sql
edit_product.sql
edit_quote.sql
edited_invoice_product.sql
edited_quote_product.sql
email.sql
encrypt_password.sql
ensure_role_exists.sql
expense.sql
expense_attachment.sql
expense_expense_status.sql
expense_payment.sql
expense_status.sql
expense_status_i18n.sql
expense_tax.sql
expense_tax_amount.sql
extension_citext.sql
extension_iban.sql
extension_pg_libphonenumber.sql
extension_pgcrypto.sql
extension_uri.sql
extension_vat.sql
import_contact.sql
input_is_valid.sql
input_is_valid_phone.sql
invoice.sql
invoice_amount.sql
invoice_attachment.sql
invoice_collection.sql Add payment collection 2024-08-21 03:36:12 +02:00
invoice_contact_id_fkey.sql
invoice_number_counter.sql
invoice_product.sql
invoice_product_amount.sql
invoice_product_product.sql
invoice_product_tax.sql
invoice_status.sql
invoice_status_i18n.sql
invoice_tax_amount.sql
language.sql
login.sql
login_attempt.sql
logout.sql
new_expense_amount.sql
new_invoice_amount.sql
new_invoice_product.sql
new_quote_amount.sql
new_quote_product.sql
next_invoice_number.sql
next_quote_number.sql
parse_price.sql
parse_price@v1.sql
payment.sql
payment_account.sql
payment_account_bank.sql
payment_account_card.sql
payment_account_type.sql
payment_account_type_i18n.sql
payment_attachment.sql Add attachments to payments 2024-08-12 00:08:18 +02:00
payment_method.sql
payment_status.sql
payment_status_i18n.sql
product.sql
product_tax.sql
quote.sql
quote_amount.sql
quote_contact.sql
quote_number_counter.sql
quote_payment_method.sql
quote_product.sql
quote_product_amount.sql
quote_product_product.sql
quote_product_tax.sql
quote_status.sql
quote_status_i18n.sql
quote_tax_amount.sql
remove_collection.sql Add payment collection 2024-08-21 03:36:12 +02:00
remove_payment.sql
roles.sql
schema_auth.sql
schema_numerus.sql
schema_public.sql
set_cookie.sql
tag_name.sql
tax.sql
tax_class.sql
tax_details.sql
tax_rate.sql
to_price.sql
update_expense_payment_status.sql
update_invoice_collection_status.sql Add payment collection 2024-08-21 03:36:12 +02:00
user.sql
user_profile.sql