Commit Graph

89 Commits

Author SHA1 Message Date
Andreas Zweili
e7ac8d95cc remove BackupTable from inventory app 2020-01-11 17:14:34 +01:00
Andreas Zweili
5828347746 remove backup_view_permission decorator from inventory app 2020-01-11 17:13:43 +01:00
Andreas Zweili
a716438af3 move init imports from inventory to backups app 2020-01-11 17:11:45 +01:00
Andreas Zweili
63354c4d22 move backup fixtures to backups app 2020-01-11 17:07:59 +01:00
Andreas Zweili
8c6529fdbb remove backups from inventory admin 2020-01-11 17:05:35 +01:00
Andreas Zweili
3bdc0b44fb remove backup models from inventory 2020-01-11 17:05:25 +01:00
Andreas Zweili
17a3dfcb2e remove notification models from inventory app 2020-01-11 17:05:11 +01:00
Andreas Zweili
1f4c7d2cc2 remove backups from inventory views 2020-01-11 17:04:54 +01:00
Andreas Zweili
838fba4b2e move backups tests to backups app 2020-01-11 17:04:33 +01:00
Andreas Zweili
7582507753 clean up the templates 2020-01-11 16:58:30 +01:00
Andreas Zweili
e3d1d73db9 split the project into more apps 2020-01-10 00:01:06 +01:00
Andreas Zweili
a45790ee99 correct an import 2020-01-09 22:02:13 +01:00
Andreas Zweili
8e9ca5fafe remove the user and group models from the inventory app 2020-01-09 22:01:32 +01:00
Andreas Zweili
07cec9c0d8 move .dir-locals.el to the actual project root 2020-01-09 22:01:05 +01:00
Andreas Zweili
45476984d9 rename customer app to customers 2020-01-09 21:59:37 +01:00
Andreas Zweili
ff307b7ae3 move category and calendar models into the core app 2020-01-07 22:20:07 +01:00
Andreas Zweili
95bc3207b3 move the customer related parts to the customer app 2020-01-07 21:59:12 +01:00
Andreas Zweili
0d3a88e173 move the customer tests to the customer app 2020-01-07 21:58:43 +01:00
Andreas Zweili
9870893051 correct the imports for the helper module 2020-01-07 21:58:01 +01:00
Andreas Zweili
7aae1cd0fe move the general conftest file out of the inventory app 2020-01-07 21:56:42 +01:00
Andreas Zweili
f4c96579be move the test helper module to the core app 2020-01-07 21:55:43 +01:00
Andreas Zweili
20b163ec27 move Company related models into their own apps 2020-01-07 21:31:44 +01:00
Andreas Zweili
dcc3e39914 restructure the project
Make the file tree a bit flatter in order to make the project less confusing
2020-01-07 18:10:57 +01:00
Andreas Zweili
0067fa3af2 restructure the code 2017-12-27 19:51:58 +01:00
Andreas Zweili
b2794f3ab5 make the table padding smaller
10px waist a bit too much space
2017-12-27 18:49:04 +01:00
Andreas Zweili
24d066a2de remove the shebang from views.py file 2017-12-27 18:48:45 +01:00
Andreas Zweili
5ca9e2011b remove divs and replace with line break 2017-12-27 18:29:40 +01:00
Andreas Zweili
65ed8697fb move the cron job command into a clode block 2017-12-27 18:23:21 +01:00
Andreas Zweili
e5a49b3b2a add a css padding to the tables 2017-12-27 18:22:52 +01:00
Andreas Zweili
cc689065b2 add css settings to the footer 2017-12-27 18:22:06 +01:00
Andreas Zweili
1351588d26 add margins to the body 2017-12-27 18:21:07 +01:00
Andreas Zweili
45810163cf reformat the base.html file 2017-12-27 17:50:25 +01:00
Andreas Zweili
b371cffec1 add a page title and character encoding to templates 2017-12-27 17:49:46 +01:00
Andreas Zweili
d64a55e8be remove style formating from the html code 2017-12-27 17:48:45 +01:00
Andreas Zweili
ce3da4ab03 reformat the index.html 2017-12-27 17:46:57 +01:00
Andreas Zweili
90c628e8f8 add the inventory.css to the docs.org 2017-12-27 17:21:08 +01:00
Andreas Zweili
f554bd5142 sort disks by their type 2017-12-27 17:12:47 +01:00
Andreas Zweili
6ab4959d2d add a bit of space around the content 2017-12-27 17:12:16 +01:00
Andreas Zweili
e726b0213e add a link to the computer details on the cron job page 2017-12-27 16:41:03 +01:00
Andreas Zweili
ac069aa51f remove the time from the cron job list 2017-12-27 16:36:56 +01:00
Andreas Zweili
52c42bc24f rewrite the templates to reflect the current cron job model
since the cron job model got extended with the minutes and hours attribute
2017-12-27 16:33:53 +01:00
Andreas Zweili
91c0a2f495 extend the admin interface for cron jobs 2017-12-27 16:31:32 +01:00
Andreas Zweili
4acba96de5 add fixtures to the project
fixtures provide initial data in a project
2017-12-27 16:08:35 +01:00
Andreas Zweili
cfb2d43fbb fix an indent 2017-12-27 15:52:43 +01:00
Andreas Zweili
9a756e995b remove a unnecessary line 2017-12-27 15:15:54 +01:00
Andreas Zweili
c397a85371 change the cronjobs timefield to separate model relations 2017-12-26 18:13:06 +01:00
Andreas Zweili
4a21cc6ad3 add a table which lists all the cron jobs 2017-12-26 11:36:28 +01:00
Andreas Zweili
afb2d0ed95 correct the CronJob model
The day relation was missing and all the times should be optional
because the can be combined.
2017-12-26 11:35:05 +01:00
Andreas Zweili
58b5f4c8d2 correct the DayOfMonth model
The DayOfMonth model basically just contains a list of numbers from
1-31 which means the name attribute doesn't make much sense.
2017-12-26 11:33:41 +01:00
Andreas Zweili
491de61132 add a padding to the computer list table 2017-12-26 11:14:58 +01:00