Skip to content

Commit

Permalink
Changed dummy receipt template and status of one of the demo users.
Browse files Browse the repository at this point in the history
  • Loading branch information
alfigueiras committed Feb 12, 2024
1 parent ff24cc7 commit 5e81ca8
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/init-demo.sql
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ INSERT INTO users
VALUES
('ist11xxxxx', TRUE, 'Demo User', '', '[email protected]'),
('ist12xxxxx', TRUE, 'Jane Smith', '', '[email protected]'),
('ist13xxxxx', TRUE, 'John Doe', '', '[email protected]'),
('ist13xxxxx', FALSE, 'John Doe', '', ''),
('ist14xxxxx', TRUE, 'Tom Bloggs', '', '[email protected]');

INSERT INTO reminders(title, "description", "date")
Expand Down
Binary file modified backend/storage/receipts/demo-transaction0001.pdf
Binary file not shown.
Binary file modified backend/storage/receipts/demo-transaction0008.pdf
Binary file not shown.
Binary file modified backend/storage/receipts/demo-transaction0009.pdf
Binary file not shown.
Binary file modified backend/storage/receipts/demo-transaction0010.pdf
Binary file not shown.
Binary file modified backend/storage/receipts/demo-transaction0019.pdf
Binary file not shown.
Binary file modified backend/storage/receipts/demo-transaction0022.pdf
Binary file not shown.

0 comments on commit 5e81ca8

Please sign in to comment.