Commit Graph

551 Commits

Author SHA1 Message Date
Andreas Zweili b87927de33 Extend the text about the Person Model. 2018-02-28 20:20:50 +01:00
Andreas Zweili 54a422f3b4 remove another todo tag 2018-02-28 19:58:49 +01:00
Andreas Zweili 010e66e046 Remove some todo tags 2018-02-28 19:57:26 +01:00
Andreas Zweili 995d6eec50 correct some times 2018-02-28 19:56:27 +01:00
Andreas Zweili 5334892cb4 add test cases for the checkout 2018-02-28 19:56:15 +01:00
Ivan Hörler db1fb337ba cleanup code and refacture visual usability 2018-02-28 08:13:13 +01:00
Ivan Hörler 1e577f4520 improve dropdown 2018-02-28 01:23:20 +01:00
Ivan Hörler ab30417a80 cleanup 2018-02-28 01:22:27 +01:00
Ivan Hörler f8a6932bde delete unneaded line 2018-02-28 00:30:02 +01:00
Ivan Hörler a18765b0a6 add orders RESTfull 2018-02-27 23:56:41 +01:00
Ivan Hörler f170f5b0da add checkout cancel button 2018-02-27 22:16:24 +01:00
Ivan Hörler 9354817dd7 fix excepton if user has no orders. 2018-02-27 22:11:02 +01:00
Ivan Hörler f6ae6cf872 add profile oders in tableform with 2018-02-27 22:01:39 +01:00
Andreas Zweili 305b031b14 remove the subparagraphe titles from the use cases
The tables get place very wierdly if the tables have subparagraph
headings.
It works without a problem if we change it to bold text.
A heading which is five levels deep looks anyway a bit stupid.
2018-02-27 21:54:18 +01:00
Andreas Zweili dd9845795e correct a bibliography 2018-02-27 21:53:44 +01:00
Andreas Zweili 5654cfa01f start a new page before the "Testing" 2018-02-27 21:40:58 +01:00
Andreas Zweili 12891292c7 fix a citation 2018-02-27 21:40:30 +01:00
Andreas Zweili ce805ca71d add the placement option to the "Variantenbewertung" 2018-02-27 21:40:13 +01:00
Andreas Zweili 9599ee54df add a line to all the variant tables 2018-02-27 21:39:59 +01:00
Andreas Zweili 31e1985ce1 start a new page before "Varianten" 2018-02-27 21:39:27 +01:00
Andreas Zweili 2a9538938b add the placement option to the "Risikobeschreibung" table 2018-02-27 21:38:49 +01:00
Andreas Zweili ce91dddebb add missing curly brackets 2018-02-27 21:38:01 +01:00
Ivan Hörler c74438904c Merge branch 'cart' of git.2li.ch:ibz/web_AI-5 into cart
* 'cart' of git.2li.ch:ibz/web_AI-5:
  change some code
  correct the html templates
  remove todo tags
  resize the mockup picture so it doesn't use a whole page
  add a page break to move the interface section to it's own page
  add captions and centering to the tikz figures
  make the swot table a bit smaller
  update readme
2018-02-27 20:46:18 +01:00
Ivan Hörler a8a27c6b75 add profile view of orders 2018-02-27 20:46:05 +01:00
Andreas Zweili a358a355e4 remove an unneeded file 2018-02-27 20:28:38 +01:00
Andreas Zweili 9bfac58102 remove white space 2018-02-27 20:28:20 +01:00
Andreas Zweili c3ff7ab9db correct a link 2018-02-27 20:28:10 +01:00
Andreas Zweili 6bfe1c7ff9 Merge branch 'cart' into andreas 2018-02-27 18:42:53 +01:00
Andreas Zweili 45d15919cf change some code 2018-02-27 18:40:05 +01:00
Andreas Zweili 208d7d51df correct the html templates 2018-02-27 18:21:34 +01:00
Ivan Hörler d38a37536a fix delete cartitems after purchase 2018-02-27 07:22:57 +01:00
Ivan Hörler d0c5cd6893 correct the doc.org and main.tex 2018-02-26 23:12:44 +01:00
Andreas Zweili a1e74a32c2 readd the order url
somehow this got lost
2018-02-26 22:51:43 +01:00
Andreas Zweili 91d6b2b4d4 fix the cart deletion 2018-02-26 22:44:47 +01:00
Andreas Zweili ee4d332a3b fix the OrderPosition creation 2018-02-26 22:44:36 +01:00
Andreas Zweili ba61ed12a6 move the post block below the cart operation 2018-02-26 22:33:29 +01:00
Andreas Zweili 29689fd16a set the exchange_rate variable to False initially
Since we start with CHF by default the exchange_rate variable should
be False
2018-02-26 22:32:46 +01:00
Andreas Zweili 3073baf43f remove the person variable 2018-02-26 22:32:21 +01:00
Andreas Zweili 9b0fc0ba06 allow the ExchangeRate to be null
If we buy the article in CHF there is no ExchangeRate object
2018-02-26 22:31:37 +01:00
Andreas Zweili b9d2d9f6ae only query the exchange_rate if the currency was set 2018-02-26 22:24:01 +01:00
Andreas Zweili 865ff557bd add some empty lines for readability 2018-02-26 22:23:29 +01:00
Andreas Zweili a232ca414c move the person up 2018-02-26 22:23:15 +01:00
Andreas Zweili 6c172405ca add the orderposition modell 2018-02-26 22:22:45 +01:00
Andreas Zweili 45571b8ea9 use CHF as the default currency_name 2018-02-26 22:22:22 +01:00
Andreas Zweili d51e9dfa08 shorten the order view 2018-02-26 21:56:07 +01:00
Andreas Zweili db737eca02 only get the cart
the cart was created in the cart view. In the checkout we only want to
display it.
2018-02-26 21:55:38 +01:00
Andreas Zweili 494ce66631 only execute the currency part if it exists in the session 2018-02-26 21:55:15 +01:00
Andreas Zweili f62a6a91d9 only create the order 2018-02-26 21:54:40 +01:00
Andreas Zweili 3970555cf1 shorten the line a bit 2018-02-26 21:54:11 +01:00
Andreas Zweili 691fdc12f5 display the position amount correctly 2018-02-26 21:53:21 +01:00