System

Inhaltstyp (Modell)

Internal name:contenttypes.ContentType
Implemented by:ContentType

Auf Inhaltstyp basierende Ansichten

  • Inhaltstypen (ContentTypes) (Menu Konfigurierung ‣ System ‣ Inhaltstypen)

Datenfelder in Inhaltstyp

  • ID (id, AutoField), name (name, CharField), app label (app_label, CharField), Python Modell-Klassenname (model, CharField)

Aktionen auf Inhaltstyp

  • Tabelle (Querformat) (as_pdf, PrintTableAction) – Diese Tabelle in eine .pdf-Datei exportieren
  • Tabelle (Hochformat) (as_pdf_p, PortraitPrintTableAction) – Diese Tabelle in eine .pdf-Datei exportieren

Site-Konfiguration (Modell)

Internal name:system.SiteConfig
Implemented by:SiteConfig

Auf Site-Konfiguration basierende Ansichten

Datenfelder in Site-Konfiguration

  • Nächste Partnernummer (next_partner_id, IntegerField) – Nächste Partnernummer

  • Site-Besitzer (site_company, ForeignKey nach Organisation) – The organisation who runs this site.

    This is used e.g. as sender in documents. Or, newly created partners inherit the country of the site owner.

  • ... and ID (id, AutoField), Standard-Konstruktionsmethode (default_build_method, CharField), Konto für Kunden (clients_account, ForeignKey nach Konto), Sales VAT account (sales_vat_account, ForeignKey nach Konto), Sales Base account (sales_account, ForeignKey nach Konto), Konto für Lieferanten (suppliers_account, ForeignKey nach Konto), MWSt. Einkauf (purchases_vat_account, ForeignKey nach Konto), Basis Einkauf (purchases_account, ForeignKey nach Konto)

Aktionen auf Site-Konfiguration

  • Tabelle (Querformat) (as_pdf, PrintTableAction) – Diese Tabelle in eine .pdf-Datei exportieren
  • Tabelle (Hochformat) (as_pdf_p, PortraitPrintTableAction) – Diese Tabelle in eine .pdf-Datei exportieren
  • Site-Cache rekonstruieren (do_build, BuildSiteCache)

EN DE FR

Inhalt

code pypi
user | technical