Specs¶
This section contains technical specifications for the components of the Lino framework that are covered by the book.
Core plugins¶
The following plugins are part of the lino.modlib
:
about
: Information about a sitecheckdata
: High-level integrity testscomments
: The comments frameworkdashboard
: customizable dashboardgfks
: Utilites for Generic Foreign Keysjinja
: Jinja printingmemo
: The memo parsernotify
: Notification frameworkprinting
: Basic printing functionalityusers
: user managementabout
: Site-wide searchsummaries
: Summary tablessystem
: some system featureslino
: Lino core functionality
The following plugins are currently still part of the lino.modlib
but
might be moved to lino_xl
some day:
Plugins of the Extensions Library¶
addresses
: Multiple addresses per partnerana
: Analytical accountingappypod
: Generate printable documents from odt templatesb2c
: BankToCustomer SEPAbevat
: Belgian VAT declarationsbevats
: Simplified Belgian VAT declarationsc2b
: Export SEPA CustomerToBank statementscal
: Calendar functionalitycalview
: Calendar viewclients
: Manage clients and client contactscoachings
: Managing coachingscontacts
: Managing contactscountries
: Countries and citiescourses
: Managing coursescv
: Managing career-related data of clientseevat
: Estonian VAT declarationsevents
: Generating a static calendar of eventsexcerpts
: Database excerptsgroups
: user groupshealthcare
: Manage healthcare providersfiles
: Manage external filesfinan
: Financial vouchershouseholds
: handling households and their membershumanlinks
: managing family relationshipsinvoicing
: Generating invoicesledger
: General accountinglists
: Partner listsnotes
: Notesoffice
: Adding an "Office" menuorders
: Managing ordersphones
: Multiple phone numbers per partner (Contact details)polls
: managing questionnaires and responsesproducts
: defining the things you sell and buyproperties
: configurable propertiessales
: Product invoicessepa
: Communicating with the bank using SEPAsheets
: Balance sheet and Income statementtickets
(Ticket management)tim2lino
: importing legacy data from TIMtopics
: topics and partner intereststrends
: Managing trendsuploads
: Managing uploaded filesuserstats
: User statisticsvat
: Adding VAT (Value-added tax) functionalityweasyprint
: Printing documents using WeasyPrintxl
: General utilities for XL plugins
Application specs¶
Some applications have the privilege of being part of the Lino book, so their technical documentation is provided and maintained by the Lino core team.
Technical stuff¶
- Answering to invalid requests
- UI tests
- Internationalization
- Using mldbc with different variants of a same language
- A tested example of GFK fields
- The
dumps
demo project - Django migrations on a Lino site
- Refusing permission to an anonymous request
- The Python serializer
- Utilities for generating Javascript code
- Generating HTML
getlino
: the Lino installerreact
: a Lino front end based on React