noi1r
-- noi1e with React front end¶
>>> from lino import startup
>>> startup('lino_book.projects.noi1r.settings')
>>> from lino.api.doctest import *
>>> ses = rt.login('robin')
>>> dd.plugins.ledger.sales_method
'direct'
>>> vt = dd.plugins.invoicing.get_voucher_type()
>>> print(vt)
Sales invoice (sales.InvoicesByJournal)
>>> print(vt.get_journals())
<QuerySet [Journal #1 ('Sales invoices (SLS)')]>
Overview¶
The lino_book.projects.noi1r
demo project (TODO)
Dependencies¶
This project needs a bit more Python packages installed than usual. They should
have been installed automatically into your contributor environment. You
can also run install
command manually:
>>> from django.core.management import call_command
>>> call_command('install', list=True)
...
appy
bleach
channels
channels_redis
daphne
djangorestframework
google-api-python-client
google-auth
google-auth-httplib2
google-auth-oauthlib
imagesize
lino_react
num2words
odfpy
pywebpush
schedule
social-auth-app-django