Add: some specs
This commit is contained in:
parent
b0ed71a413
commit
1347f07434
11 changed files with 126 additions and 5 deletions
|
@ -44,10 +44,10 @@ readers. It manages:
|
||||||
cases if you pass all legal steps by yourself.
|
cases if you pass all legal steps by yourself.
|
||||||
You can't ask help to the community or to
|
You can't ask help to the community or to
|
||||||
Nerv Project ASBL in these cases, and you must
|
Nerv Project ASBL in these cases, and you must
|
||||||
conform to the EUPL-1.2 licence.
|
conform to the EUPL-1.2 license.
|
||||||
|
|
||||||
All works, the software, all plugins and
|
All works, the software, all plugins and
|
||||||
documentations are under the EUPL-1.2 licence.
|
documentations are under the EUPL-1.2 license.
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:hidden:
|
:hidden:
|
||||||
|
|
|
@ -1,2 +1,22 @@
|
||||||
Accounting
|
Accounting
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
- Implementing IFRS standard for small and middle-sized
|
||||||
|
organization (but no certification)
|
||||||
|
- Double-entry book-keeping
|
||||||
|
- Multi-currency with conversion rates
|
||||||
|
- CO2 equivalent double-entry book-keeping (parallel
|
||||||
|
accounting to manage environmental impacts)
|
||||||
|
- Purchases, loans, subscriptions and selling
|
||||||
|
- Point of sale, with specific screens for catering,
|
||||||
|
libraries, shops, etc.
|
||||||
|
- Self-service point of sale
|
||||||
|
- Payment terminal
|
||||||
|
- Legal reporting
|
||||||
|
- VAT declaration in XML for Belgium
|
||||||
|
- Human resources
|
||||||
|
- Paid and unpaid leaves
|
||||||
|
- Payroll
|
||||||
|
- Taxes calculator (general, specific products,
|
||||||
|
employees, etc.)
|
||||||
|
- Copyright bills, copyright exemption declarations
|
||||||
|
|
|
@ -42,6 +42,8 @@ Documents
|
||||||
- Connector for OCR
|
- Connector for OCR
|
||||||
- Automatic and manual classification by
|
- Automatic and manual classification by
|
||||||
hierarchical tags
|
hierarchical tags
|
||||||
|
- Printing to authorized printers (standard, label,
|
||||||
|
braille)
|
||||||
|
|
||||||
Document creation:
|
Document creation:
|
||||||
|
|
||||||
|
@ -131,5 +133,24 @@ Exemption for adaptation for disabled people:
|
||||||
- Active proof of disability of beneficiary
|
- Active proof of disability of beneficiary
|
||||||
- Active license on adaptation
|
- Active license on adaptation
|
||||||
|
|
||||||
|
Submission for editing:
|
||||||
|
|
||||||
|
- Limit by dates and categories
|
||||||
|
- Check-list for requirements
|
||||||
|
- Form with personal data and selection of committee
|
||||||
|
- Add document, automatically convert to internal
|
||||||
|
structure
|
||||||
|
- Check if new format is correct
|
||||||
|
- Personal account for submitter
|
||||||
|
- Traceability of reading and decision process, with
|
||||||
|
reporting to the submitter
|
||||||
|
- Number of documents to review before in the
|
||||||
|
submitter report
|
||||||
|
- Decisions are anonymous, no private data to review
|
||||||
|
a manuscript
|
||||||
|
- Template for contracts
|
||||||
|
- If used by authors: follow-up to your submissions
|
||||||
|
in your own instance, manage contracts and accounting
|
||||||
|
|
||||||
See also stock and items management for other
|
See also stock and items management for other
|
||||||
properties of physical documents.
|
properties of physical documents.
|
||||||
|
|
|
@ -17,7 +17,7 @@ manuals.
|
||||||
accounting
|
accounting
|
||||||
quality_risk
|
quality_risk
|
||||||
learning
|
learning
|
||||||
online
|
services
|
||||||
help
|
help
|
||||||
security
|
security
|
||||||
synchronization
|
synchronization
|
||||||
|
|
|
@ -1,2 +1,10 @@
|
||||||
Learning
|
Learning
|
||||||
========
|
========
|
||||||
|
|
||||||
|
- Room management
|
||||||
|
- Planning management
|
||||||
|
- Student management, grading
|
||||||
|
- Lessons, exams and exercises
|
||||||
|
- Incorporate other documents
|
||||||
|
- Learner projects
|
||||||
|
- For learning in centre or online
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
Online services
|
|
||||||
===============
|
|
|
@ -1,2 +1,10 @@
|
||||||
Projects
|
Projects
|
||||||
========
|
========
|
||||||
|
|
||||||
|
- Objectives, quality, risk and task management per
|
||||||
|
project
|
||||||
|
- Specific funds for project
|
||||||
|
- Time sheets per project
|
||||||
|
- Services and products of project (purchases and selling)
|
||||||
|
- Grant management and reporting
|
||||||
|
- Event and convention management
|
||||||
|
|
|
@ -21,3 +21,4 @@ Quality and risk management
|
||||||
- Create templates of objectives and risks
|
- Create templates of objectives and risks
|
||||||
- Complete ITIL implementation
|
- Complete ITIL implementation
|
||||||
- Disaster recovery plan
|
- Disaster recovery plan
|
||||||
|
- Online surveys (anonymous and non-anonymous)
|
||||||
|
|
17
docs/source/specifications/services.rst
Normal file
17
docs/source/specifications/services.rst
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
Online services
|
||||||
|
===============
|
||||||
|
|
||||||
|
- e-shop
|
||||||
|
- e-library
|
||||||
|
- e-learning
|
||||||
|
- Accessible queue management in reception
|
||||||
|
- Public mural screens and vocal announcements
|
||||||
|
- Time sheets
|
||||||
|
- On-site services with travel expenses
|
||||||
|
- Custom reporting of actions in beneficiary file
|
||||||
|
- Hotline management
|
||||||
|
- Subscription management
|
||||||
|
- Capacity supervision
|
||||||
|
- Implementation of ITIL and ISO9001 requirements but
|
||||||
|
no certification
|
||||||
|
- Catering
|
|
@ -1,2 +1,30 @@
|
||||||
Stocks and items
|
Stocks and items
|
||||||
================
|
================
|
||||||
|
|
||||||
|
- Items can be books, historical art, historical
|
||||||
|
monuments, digital books, video, CD, DVD, or
|
||||||
|
what you want
|
||||||
|
- List all previous and current owners (if needed)
|
||||||
|
- List all restorations and corresponding reports
|
||||||
|
- Set context of archeological discovery with reports,
|
||||||
|
photo, illustration, links to articles
|
||||||
|
- Linked bibliography and documents
|
||||||
|
- Derivative and composed manufactured products
|
||||||
|
- Number of items in stock with individual sheet if
|
||||||
|
historical item or secondhand
|
||||||
|
- Place in stock, in shop or in shelves
|
||||||
|
- Alerts on minimum and maximum limit in stocks or in
|
||||||
|
shelves
|
||||||
|
- Maps of stocks, route for employees to prepare orders
|
||||||
|
- Print labels for shipping
|
||||||
|
- Manage RMA, serial numbers and guarantee
|
||||||
|
- Special stock units (for packages)
|
||||||
|
- Expiry date and queue management (LIFO, FIFO, etc.)
|
||||||
|
- Automatically update stocks on shipping and
|
||||||
|
reception, projected stocks with current in and out
|
||||||
|
orders
|
||||||
|
- Provisioning contracts with libraries by adding a
|
||||||
|
panel of titles
|
||||||
|
- Interact with other stock solutions (like Kardex)
|
||||||
|
- Display informations on big screens in stocks
|
||||||
|
(configurable)
|
||||||
|
|
|
@ -1,2 +1,22 @@
|
||||||
Synchronization and API
|
Synchronization and API
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
|
- Mail synchronization with SMTP, IMAP, EAS and JMAP
|
||||||
|
- Print automatically
|
||||||
|
- Contact, calendar and file synchronization with
|
||||||
|
JMAP, CalDAV, CardDAV and WebDAV
|
||||||
|
- SmartSync compatibility
|
||||||
|
- REST API (documented)
|
||||||
|
- GraphQL API
|
||||||
|
- DODP - Daisy Online Delivery Protocol
|
||||||
|
- XMPP for instant messages, audio and video chat
|
||||||
|
- OMEMO support
|
||||||
|
- SIP for phone calls
|
||||||
|
- LDAP and ActiveDirectory compatibility
|
||||||
|
- KMIP protocol for key management
|
||||||
|
- Kerberos, OAUTH2, FIDO, X509, PKCS11, CAS, SAML
|
||||||
|
and OpenID authentication
|
||||||
|
- Atom/RSS feeds
|
||||||
|
- FTP, SFTP and FTPS compatibility
|
||||||
|
- Send HTTP/HTTPS requests
|
||||||
|
- ESB features, low-code and automation
|
||||||
|
|
Loading…
Reference in a new issue