Contacts

Partenaire (model)

Internal name:contacts.Partner
Implemented by:Partner

A Partner is any physical or moral person for which you want to keep contact data (address, phone numbers, ...).

Every Partenaire can also be a Personne or a Organization (or both).

Lino differentiates the following subclasses of Partner:

digraph foo {
  "Partenaire" -> "Personne"
  "Partenaire" -> "Organization"   
}

Views on Partenaire

  • Partenaires (Partners) (Menu Contacts ‣ Partenaires)
  • Partenaires (PartnersByCity)
  • Partenaires (PartnersByCountry)

Fields in Partenaire

  • Ligne avant le nom de rue (addr1, CharField) – Address line before street
  • Préfixe rue (street_prefix, CharField) – Text to print before name of street, but to ignore for sorting.
  • Rue (street, CharField) – Name of street. Without house number.
  • N° (street_no, CharField) – House number
  • boîte (street_box, CharField) – Text to print after steet_no on the same line
  • Ligne après le nom de rue (addr2, CharField) – Address line to print below street line
  • Langue (language, LanguageField) – Die Sprache, in der Dokumente ausgestellt werden sollen.
  • VAT Regime (vat_regime, ChoiceListField to VatRegimes) – The default VAT regime for sales and purchases of this partner.
  • Payment Term (payment_term, ForeignKey to Payment Term) – The default payment term for sales invoices to this customer.
  • ... and ID (id, AutoField), Pays (country, ForeignKey to Pays), Endroit (city, ForeignKey to Endroit), Region (region, ForeignKey to Endroit), Zip code (zip_code, CharField), Name (name, CharField), E-mail (email, EmailField), URL (url, URLField), Téléphone (phone, CharField), GSM (gsm, CharField), Fax (fax, CharField), Remarques (remarks, TextField), Invoicing address (invoicing_address, ForeignKey to Partenaire)

Actions on Partenaire

  • Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
  • Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document
  • Labels (print_labels, PrintLabelsAction) – Generate mailing labels for these recipients
  • Debts (due, ShowSlaveTable)

Tables referring to Partenaire

  • Invoices (InvoicesByPartner)
  • Unregistered invoices (InvoicesByPartner)
  • Movements (MovementsByPartner)

Personne (model)

Internal name:contacts.Person
Implemented by:Person

A Person is a Partenaire which corresponds to a physical person or human being.

Views on Personne

  • Personnes (Persons) (Menu Contacts ‣ Personnes)

Fields in Personne

  • Ligne avant le nom de rue (addr1, CharField) – Address line before street
  • Préfixe rue (street_prefix, CharField) – Text to print before name of street, but to ignore for sorting.
  • Rue (street, CharField) – Name of street. Without house number.
  • N° (street_no, CharField) – House number
  • boîte (street_box, CharField) – Text to print after steet_no on the same line
  • Ligne après le nom de rue (addr2, CharField) – Address line to print below street line
  • Langue (language, LanguageField) – Die Sprache, in der Dokumente ausgestellt werden sollen.
  • VAT Regime (vat_regime, ChoiceListField to VatRegimes) – The default VAT regime for sales and purchases of this partner.
  • Payment Term (payment_term, ForeignKey to Payment Term) – The default payment term for sales invoices to this customer.
  • Allocution (title, CharField) – Text to print before first_name as part of the first address line.
  • ... and ID (id, AutoField), Pays (country, ForeignKey to Pays), Endroit (city, ForeignKey to Endroit), Region (region, ForeignKey to Endroit), Zip code (zip_code, CharField), Name (name, CharField), E-mail (email, EmailField), URL (url, URLField), Téléphone (phone, CharField), GSM (gsm, CharField), Fax (fax, CharField), Remarques (remarks, TextField), Invoicing address (invoicing_address, ForeignKey to Partenaire), Partenaire (partner_ptr, OneToOneField to Partenaire), First name (first_name, CharField), Last name (last_name, CharField), Sexe (gender, ChoiceListField to Genders)

Actions on Personne

  • Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
  • Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document
  • Labels (print_labels, PrintLabelsAction) – Generate mailing labels for these recipients
  • Merge (merge_row, MergeAction) – Merge this object into another object of same class.
  • Debts (due, ShowSlaveTable)

Tables referring to Personne

  • contact pour (RolesByPerson)

Organization (model)

Internal name:contacts.Company
Implemented by:Company

A Company is a Partenaire which corresponds to a company or any other type of organization.

Views on Organization

  • Organizations (Companies) (Menu Contacts ‣ Organizations)

Fields in Organization

  • Ligne avant le nom de rue (addr1, CharField) – Address line before street
  • Préfixe rue (street_prefix, CharField) – Text to print before name of street, but to ignore for sorting.
  • Rue (street, CharField) – Name of street. Without house number.
  • N° (street_no, CharField) – House number
  • boîte (street_box, CharField) – Text to print after steet_no on the same line
  • Ligne après le nom de rue (addr2, CharField) – Address line to print below street line
  • Langue (language, LanguageField) – Die Sprache, in der Dokumente ausgestellt werden sollen.
  • VAT Regime (vat_regime, ChoiceListField to VatRegimes) – The default VAT regime for sales and purchases of this partner.
  • Payment Term (payment_term, ForeignKey to Payment Term) – The default payment term for sales invoices to this customer.
  • ... and ID (id, AutoField), Pays (country, ForeignKey to Pays), Endroit (city, ForeignKey to Endroit), Region (region, ForeignKey to Endroit), Zip code (zip_code, CharField), Name (name, CharField), E-mail (email, EmailField), URL (url, URLField), Téléphone (phone, CharField), GSM (gsm, CharField), Fax (fax, CharField), Remarques (remarks, TextField), Invoicing address (invoicing_address, ForeignKey to Partenaire), Partenaire (partner_ptr, OneToOneField to Partenaire), prefix (prefix, CharField), Type de société (type, ForeignKey to Organization Type), N° de TVA (vat_id, CharField)

Actions on Organization

  • Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
  • Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document
  • Labels (print_labels, PrintLabelsAction) – Generate mailing labels for these recipients
  • Merge (merge_row, MergeAction) – Merge this object into another object of same class.
  • Debts (due, ShowSlaveTable)

Tables referring to Organization

  • Personnes de contact (RolesByCompany)

Personne de contact (model)

Internal name:contacts.Role
Implemented by:Role

A Role is when a given Personne plays a given Fonction in a given Organization.

Views on Personne de contact

  • Personnes de contact (Roles) (Menu Explorateur ‣ Contacts ‣ Personnes de contact)
  • Personnes de contact (RolesByCompany)
  • contact pour (RolesByPerson)

Fields in Personne de contact

  • ID (id, AutoField), Rôle (type, ForeignKey to Fonction), Personne (person, ForeignKey to Personne), Organization (company, ForeignKey to Organization)

Actions on Personne de contact

  • Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
  • Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document

Fonction (model)

Internal name:contacts.RoleType
Implemented by:RoleType

A Fonction is “what a given Personne can be for a given Organization”.

The default database comes with the following list of Fonctions:

ID Description Description (de) Description (fr)
1 Manager Geschäftsführer Gérant
2 Director Direktor Directeur
3 Secretary Sekretär Secrétaire
4 IT Manager EDV-Manager Gérant informatique
5 President Präsident Président

Views on Fonction

  • Fonctions (RoleTypes) (Menu Configuration ‣ Contacts ‣ Fonctions)

Fields in Fonction

Actions on Fonction

  • Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
  • Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document

Organization Type (model)

Internal name:contacts.CompanyType
Implemented by:CompanyType

The default database comes with the following list of organization types:

Description Description (de) Description (fr)
Public Limited Company Aktiengesellschaft Société Anonyme
Limited Liability Company Private Gesellschaft mit beschränkter Haft Société Privée à Responsabilité Limitée
One-person Private Limited Company   Société d’Une Personne à Responsabilité Limitée
Cooperative Company with Limited Liability   Société Coopérative à Responsabilité Limitée
Cooperative Company with Unlimited Liability   Société Coopérative à Responsabilité Illimitée
General Partnership   Société en Nom Collectif
Limited Partnership   Société en Commandite Simple
Non-stock Corporation Gesellschaft öffentlichen Rechts Société de Droit Commun
Charity/Company established for social purposes Vereinigung ohne Gewinnabsicht Association sans But Lucratif
Cooperative Company Genossenschaft Société Coopérative
Company Firma Société
Public service Öffentlicher Dienst Service Public
Ministry Ministerium Ministère
School Schule école
Freelancer Freier Mitarbeiter Travailleur libre
Sole proprietorship Einzelunternehmen Entreprise individuelle

Views on Organization Type

  • Organization Types (CompanyTypes) (Menu Configuration ‣ Contacts ‣ Organization Types)

Fields in Organization Type

Actions on Organization Type

  • Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
  • Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document

Kontakte verwalten

Im Menü Kontakte haben wir drei Befehle: Kontakte ‣ Personen, Kontakte ‣ Organisationen und Kontakte ‣ Partner.

In Lino Così müssen Empfänger von Verkaufsrechnungen und Absender von Einkaufsrechnungen zumindest als “Partner” erfasst werden. Ein Partner ist normalerweise entweder eine Organisation (Firma, Institution,...) oder eine Person. Theoretisch kann er auch beides zugleich sein: Zum Beispiel kann ein befreundeter selbstständiger Schreiner zugleich Person und Organisation (Einzelunternehmen) sein.

Ein Partner kann (noch theoretischer) auch weder Person noch Organisation sein: zum Beispiel eine Verteilerliste.

Produkte verwalten

Produkte sind alle Dinge, die Sie verkaufen wollen. Also das können auch Dienstleistungen sein. Ein Produkt hat eine Bezeichnung und einen Stückpreis.

Wenn Sie viele Produkte haben, können Sie diese optional in Kategorien ordnen.

EN DE FR

Table des Matières

code pypi
user | technical