core.tex 938 B

12345678910111213141516171819202122232425
  1. \chapter{\salespoint{} Components}
  2. \label{chap:components}
  3. %This chapter overviews the core functionality of \salespoint and gives a short introduction.
  4. Figure \ref{package_overview} depicts the package structure of \salespoint{}.
  5. \salespoint{} components are grouped into packages according to their respective functionality.
  6. Key concepts of \salespoint{} are illustrated in the following paragraphs, whose structure closely follows the package structure of \salespoint{} \code{core} package.
  7. \begin{figure}
  8. \centering
  9. \includegraphics[width=1.0\textwidth]{images/Package_Overview.eps}
  10. \label{package_overview}
  11. \caption{Package Overview}
  12. \end{figure}
  13. \input{core/overview.tex}
  14. \input{core/shop.tex}
  15. \input{core/user.tex}
  16. \input{core/calendar.tex}
  17. \input{core/money.tex}
  18. \input{core/product.tex}
  19. \input{core/catalog.tex}
  20. \input{core/inventory.tex}
  21. \input{core/accountancy.tex}
  22. \input{core/order.tex}
  23. \input{core/collaboration.tex}