Sales
This is work in progress.
Reference
Invoice (model)
Internal name: | sales.Invoice |
Implemented by: | Invoice |
Views on Invoice
- Invoices (Invoices)
- Invoices (DocumentsToSign)
- Invoices (InvoicesByJournal) (Menu )
- Invoices (InvoicesByPartner)
Fields in Invoice
- ID (id, AutoField), Author (user, ForeignKey to User), Date (date, DateField), Journal (journal, ForeignKey to Journal), Fiscal Year (year, ChoiceListField to Fiscal Years), number (number, IntegerField), Narration (narration, CharField), VAT declaration (declared_in, ForeignKey to VAT declaration), Voucher (voucher_ptr, OneToOneField to Voucher), build time (build_time, DateTimeField), Total incl. VAT (total_incl, PriceField), Total excl. VAT (total_base, PriceField), VAT (total_vat, PriceField), Partner (partner, ForeignKey to Partner), VAT Regime (vat_regime, ChoiceListField to VatRegimes), Payment Term (payment_term, ForeignKey to Payment Term), Match (match, MatchField), Language (language, LanguageField), Your reference (your_ref, CharField), Shipping Mode (shipping_mode, ForeignKey to Shipping Mode), Subject line (subject, CharField), Introductive Text (intro, TextField), Discount (discount, PercentageField), Date of payment (due_date, DateField), State (state, ChoiceListField to States)
Actions on Invoice
Tables referring to Invoice
- invoice items (ItemsByInvoicePrint)
- Movements (MovementsByVoucher)
- Items (ItemsByPaymentOrder)
- Vouchers (VouchersByDeclaration)
- Items (ItemsByJournalEntry)
- Items (ItemsByBankStatement)
- invoice items (ItemsByInvoice)
- Voucher items (ItemsByInvoice)
Shipping Mode (model)
Internal name: | sales.ShippingMode |
Implemented by: | ShippingMode |
Views on Shipping Mode
Fields in Shipping Mode
Actions on Shipping Mode
- 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
Payment Term (model)
Internal name: | vat.PaymentTerm |
Implemented by: | PaymentTerm |
Views on Payment Term
- Payment Terms (PaymentTerms) (Menu )
Fields in Payment Term
- ID (id, AutoField), Designation (name, BabelCharField), days (days, IntegerField), months (months, IntegerField), end of month (end_of_month, BooleanField)
Actions on Payment Term
- 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
VatRegimes (view)
Internal name: | vat.VatRegimes (VatRegimes) |
Determines how the VAT is being handled, i.e. whether and how it is to be paid.
TradeTypes (view)
Internal name: | vat.TradeTypes (TradeTypes) |
The type of trade: usually either sales or purchases.
VAT declaration (model)
Internal name: | declarations.Declaration |
Implemented by: | Declaration |
Views on VAT declaration
- VAT declarations (Declarations) (Menu )
- VAT declarations (DeclarationsByJournal) (Menu )
Fields in VAT declaration
- ID (id, AutoField), Author (user, ForeignKey to User), Date (date, DateField), Journal (journal, ForeignKey to Journal), Fiscal Year (year, ChoiceListField to Fiscal Years), number (number, IntegerField), Narration (narration, CharField), VAT declaration (declared_in, ForeignKey to VAT declaration), Voucher (voucher_ptr, OneToOneField to Voucher), VAT Period (period, ChoiceListField to VAT Periods), State (state, ChoiceListField to States), Sales base (sales_base, PriceField), Sales VAT (sales_vat, PriceField), Purchases base (purchases_base, PriceField), Purchases VAT (purchases_vat, PriceField), Investments (purchases_investments, PriceField), Ware (purchases_ware, PriceField), Services (purchases_services, PriceField)
Actions on VAT declaration
- 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
- Register (wf1, ChangeStateAction) – Mark this as Registered
- Deregister (wf2, ChangeStateAction) – Mark this as Draft
- Submit (wf3, ChangeStateAction) – Mark this as Submitted
Tables referring to VAT declaration
- invoice items (ItemsByInvoicePrint)
- Movements (MovementsByVoucher)
- Items (ItemsByPaymentOrder)
- Vouchers (VouchersByDeclaration)
- Items (ItemsByJournalEntry)
- Items (ItemsByBankStatement)
- invoice items (ItemsByInvoice)
- Voucher items (ItemsByInvoice)