Skip to content

First check out and minimal consortia implementation

Compare
Choose a tag to compare
@iGormilhit iGormilhit released this 12 Apr 11:29
· 1959 commits to staging since this release
  • Users management:
    • Now we have patron's accounts, with some fixtures.
    • There's a view for patrons.
    • Patrons can be searched.
    • The librarian@rero.ch account is able to create a patron's account.
    • The patron's account is linked to a user's account through the email.
  • Data:
    • The reroils-data module has been rewrited to get separated submodules for each type of record (documents, items, organisations, members, locations, patrons).
    • Institutions, libraries and locations are now organisations, members and locations.
    • Links now exists between:
      • organisations, members and locations,
      • patrons and users,
      • patrons and items when a patron borrowed an item,
      • items and locations.
        Links between documents and items were already implemented.
    • The librarian@rero.ch account can, from the document detailed view, add items and link them to:
      • documents,
      • locations.
    • When an item is created or edited, the barcode is checked in order to assure uniqueness.
    • All record types (document, item, organisation, member, location, patron) can be created, edited and deleted.
  • Circulation:
    • Now there a specific view for circulation (an angular application).
    • The librarian@rero.ch account can use it to lend items to a patron.
    • The same view should be used to realize check-ins and manual renewals in the future (to be tested).

The public demo is still on ils.test.rero.ch.