add contract pdf generation

This commit is contained in:
2026-02-14 23:59:44 +01:00
parent 7e42fbe106
commit f440cef59e
42 changed files with 1299 additions and 123 deletions

View File

@@ -39,7 +39,9 @@
"filter by name": "filter by name",
"filter by type": "filter by type",
"address": "address",
"payment": "payment",
"payment methods": "payment methods",
"cheque": "cheque",
"transfer": "transfer",
"type": "type",
"create productor": "create productor",
"productor name": "productor name",
@@ -61,6 +63,13 @@
"there is": "there is",
"for this contract": "for this contact.",
"shipment date": "shipment date",
"shipment products": "shipment products",
"minimum shipment value": "minimum shipment value",
"shipment form": "shipment form",
"shipment products is necessary only for planned products (if all products are recurrent leave empty)": "shipment products is necessary only for planned products (if all products are recurrent leave empty)",
"recurrent product is for all shipments, planned product is for a specific shipment (see shipment form)": "recurrent product is for all shipments, planned product is for a specific shipment (see shipment form).",
"some contracts require a minimum value per shipment, ignore this field if it's not the case": "some contracts require a minimum value per shipment, ignore this field if it's not the case.",
"minimum price for this shipment should be at least": "minimum price for this shipment should be at least",
"remove shipment": "remove shipment",
"productors": "productors",
"products": "products",
@@ -83,5 +92,34 @@
"a lastname": "a lastname",
"a email": "a email",
"submit contract": "submit contract",
"success": "success",
"successfully edited user": "successfully edited user",
"successfully edited form": "successfully edited form",
"successfully edited product": "successfully edited product",
"successfully edited productor": "successfully edited productor",
"successfully edited shipment": "successfully edited shipment",
"successfully created user": "successfully created user",
"successfully created form": "successfully created form",
"successfully created product": "successfully created product",
"successfully created productor": "successfully created productor",
"successfully created shipment": "successfully created shipment",
"error": "error",
"error editing user": "error editing user",
"error editing form": "error editing form",
"error editing product": "error editing product",
"error editing productor": "error editing productor",
"error editing shipment": "error editing shipment",
"error creating user": "error creating user",
"error creating form": "error creating form",
"error creating product": "error creating product",
"error creating productor": "error creating productor",
"error creating shipment": "error creating shipment",
"error deleting user": "error deleting user",
"error deleting form": "error deleting form",
"error deleting product": "error deleting product",
"error deleting productor": "error deleting productor",
"error deleting shipment": "error deleting shipment",
"there is no contract for now": "there is no contract for now.",
"the product unit will be assigned to the quantity requested in the form": "the product unit will be assigned to the quantity requested in the form",
"all theses informations are for contract generation, no informations is stored outside of contracts": "all theses informations are for contract generation, no informations is stored outside of contracts."
}