From 4939dbbd831342e88529db5b8affbdc8e7420c6a Mon Sep 17 00:00:00 2001 From: Ale Date: Tue, 6 Sep 2022 21:43:56 -0300 Subject: [PATCH] Se pueden exportar las planillas de un barrio a pdf --- .docker-compose.yml.swp | Bin 0 -> 1024 bytes .gitignore | 1 + .idea/pedi2.iml | 5 +++ .idea/php.xml | 7 +++ resources/js/components/SubpedidoRow.vue | 2 +- resources/js/components/SubpedidosGdc.vue | 10 +++++ .../views/pdfgen/subpedido_tabla.blade.php | 41 +++++++++++++++++- routes/web.php | 4 +- 8 files changed, 67 insertions(+), 3 deletions(-) create mode 100644 .docker-compose.yml.swp diff --git a/.docker-compose.yml.swp b/.docker-compose.yml.swp new file mode 100644 index 0000000000000000000000000000000000000000..a18349a4b8c397a249e3e8e70eeba4e9e4696a50 GIT binary patch literal 1024 zcmYc?$V<%2S1{ExVL$=j=QA@T=A@#C;o=k|=9QGDQ(0Ez+^`0(GVC7fq@7C0A7(0Hvj+t literal 0 HcmV?d00001 diff --git a/.gitignore b/.gitignore index 0f7df0f..f5b7047 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ Homestead.json Homestead.yaml npm-debug.log yarn-error.log +.idea diff --git a/.idea/pedi2.iml b/.idea/pedi2.iml index ae09bef..15cd481 100644 --- a/.idea/pedi2.iml +++ b/.idea/pedi2.iml @@ -78,6 +78,11 @@ + + + + + diff --git a/.idea/php.xml b/.idea/php.xml index 0a57aad..e08e4c6 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -75,6 +75,13 @@ + + + + + + + diff --git a/resources/js/components/SubpedidoRow.vue b/resources/js/components/SubpedidoRow.vue index 0a858d7..e5a14c6 100644 --- a/resources/js/components/SubpedidoRow.vue +++ b/resources/js/components/SubpedidoRow.vue @@ -7,7 +7,7 @@