master
Caleb Fontenot 2023-02-28 18:02:49 +07:00
parent e127794e53
commit cf770dcf9e
6 changed files with 36 additions and 0 deletions

@ -0,0 +1 @@
,caleb,caleb-gaming-laptop-archlinux,22.02.2023 09:18,file:///home/caleb/.config/libreoffice/4;

@ -0,0 +1,7 @@
pnumber,pname,city,color
p1,bolt,london,white
p2,bolt,paris,black
p3,screw,paris,yellow
p4,screw,paris,blue
p5,bolt,rome,white
p6,bolt,athens,white
1 pnumber pname city color
2 p1 bolt london white
3 p2 bolt paris black
4 p3 screw paris yellow
5 p4 screw paris blue
6 p5 bolt rome white
7 p6 bolt athens white

@ -0,0 +1,20 @@
snumber,pnumber,qty
s1,p1,100
s1,p2,300
s1,p3,150
s1,p4,200
s1,p5,200
s1,p6,180
s2,p1,400
s2,p2,300
s3,p2,150
s4,p3,100
s5,p5,400
s4,p4,600
,,
,,
,,
,,
,,
,,
,,
1 snumber pnumber qty
2 s1 p1 100
3 s1 p2 300
4 s1 p3 150
5 s1 p4 200
6 s1 p5 200
7 s1 p6 180
8 s2 p1 400
9 s2 p2 300
10 s3 p2 150
11 s4 p3 100
12 s5 p5 400
13 s4 p4 600
14
15
16
17
18
19
20

@ -0,0 +1,7 @@
snumber,sname,city,status
s1,white,london,20
s2,black,paris,25
s3,green,paris,21
s4,black,london,15
s5,papas,athens,18
s6,pireli,rome,32
1 snumber sname city status
2 s1 white london 20
3 s2 black paris 25
4 s3 green paris 21
5 s4 black london 15
6 s5 papas athens 18
7 s6 pireli rome 32

Binary file not shown.

@ -0,0 +1 @@
{"header": ["snumber", "sname", "status", "city"], "content": [["s2", "green", 21, "paris"], ["s6", "papas", 22, "athens"], ["s1", "white", 20, "London"], ["s4", "jones", 11, "paris"], ["s7", "fontenot", 33, "lafayette"], ["s5", "pireli", 42, "rome"], ["s3", "white", 33, "london"]]}