Skip to content

Commit

Permalink
info van aanwezig weg gedaan , datum en gebruikersnaam worden gebruikt
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerChaos committed Sep 29, 2016
1 parent 8bf15a3 commit 5495fc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ wachtwoord : 123456
| 3 | 2 | Project A |

## Aanwezig
| id | uid | van | tot | Datum | uren | info |gefactureerd|
|----|------|------|------|-----------|------|------|------------|
| 4 | 15 | 08:30| 16:30|01/01/2016 | 8 | info | n |
| id | uid | van | tot | Datum | uren |gefactureerd|
|----|------|------|------|-----------|------|------------|
| 4 | 15 | 08:30| 16:30|01/01/2016 | 8 | n |

### Factuur
+ y = bevestigd
Expand Down
1 change: 0 additions & 1 deletion uren.sql
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ CREATE TABLE IF NOT EXISTS `aanwezig` (
`tot` tinytext COLLATE utf8_bin NOT NULL COMMENT 'Aanwezig Tot',
`datum` tinytext COLLATE utf8_bin NOT NULL COMMENT 'Aanwezig Datum',
`uren` tinytext COLLATE utf8_bin NOT NULL COMMENT 'Totaal Uren',
`info` tinytext COLLATE utf8_bin NOT NULL COMMENT 'Aanwezig info',
`gefactureerd` varchar(1) DEFAULT 'n' COLLATE utf8_bin NOT NULL COMMENT 'Factuur Aangemaakt',
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`)
Expand Down

0 comments on commit 5495fc5

Please sign in to comment.