[galette-commits] [GIT] galette/galette.git branch, develop, updated. 0.7.4.1-27-gb7802ca |
[ Thread Index |
Date Index
| More lists.galette.eu/commits Archives
]
This is an automated email from git. It was enerated because a ref
change was pushed to the repository "galette/galette.git".
The branch, develop has been updated
via b7802ca35c7860d73deca44e8fda42eae19b7ce8 (commit)
from f99bbadd84ea983f6311bd84189f968167be86cc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b7802ca35c7860d73deca44e8fda42eae19b7ce8
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Tue Feb 19 23:13:56 2013 +0100
Edit invoices and receipts from currentlystomizable models; fixes #394
-----------------------------------------------------------------------
Summary of changes:
galette/carte_adherent.php | 2 +-
galette/etiquettes_adherents.php | 2 +-
galette/gestion_pdf.php | 136 +++++
galette/includes/fields_defs/pdfmodels_fields.php | 110 ++++
galette/includes/galette.inc.php | 3 +-
galette/install/index.php | 13 +
galette/install/sql/mysql.sql | 16 +
galette/install/sql/pgsql.sql | 24 +
galette/install/sql/sqlite.sql | 16 +
galette/install/sql/upgrade-to-0.75-mysql.sql | 15 +
galette/install/sql/upgrade-to-0.75-pgsql.sql | 24 +
galette/install/sql/upgrade-to-0.75-sqlite.sql | 16 +
galette/lib/Galette/Entity/Contribution.php | 25 +-
.../Separator.php => Entity/PdfInvoice.php} | 44 +-
.../Separator.php => Entity/PdfMain.php} | 44 +-
galette/lib/Galette/Entity/PdfModel.php | 526 ++++++++++++++++++++
.../Separator.php => Entity/PdfReceipt.php} | 45 +-
galette/lib/Galette/IO/Pdf.php | 226 ++++++---
galette/lib/Galette/Repository/PdfModels.php | 130 +++++
galette/lib/Galette/Repository/Repository.php | 118 +++++
galette/pdf_contribution.php | 122 +++++
galette/templates/default/galette.css | 6 +
.../templates/default/gestion_contributions.tpl | 3 +
galette/templates/default/gestion_pdf.tpl | 45 ++
galette/templates/default/gestion_pdf_content.tpl | 51 ++
galette/templates/default/images/icon-pdf.png | Bin 0 -> 828 bytes
galette/templates/default/page.tpl | 1 +
27 files changed, 1604 insertions(+), 159 deletions(-)
create mode 100644 galette/gestion_pdf.php
create mode 100644 galette/includes/fields_defs/pdfmodels_fields.php
copy galette/lib/Galette/{DynamicFieldsTypes/Separator.php => Entity/PdfInvoice.php} (65%)
copy galette/lib/Galette/{DynamicFieldsTypes/Separator.php => Entity/PdfMain.php} (65%)
create mode 100644 galette/lib/Galette/Entity/PdfModel.php
copy galette/lib/Galette/{DynamicFieldsTypes/Separator.php => Entity/PdfReceipt.php} (65%)
create mode 100644 galette/lib/Galette/Repository/PdfModels.php
create mode 100644 galette/lib/Galette/Repository/Repository.php
create mode 100644 galette/pdf_contribution.php
create mode 100644 galette/templates/default/gestion_pdf.tpl
create mode 100644 galette/templates/default/gestion_pdf_content.tpl
create mode 100644 galette/templates/default/images/icon-pdf.png
hooks/post-receive
--
galette/galette.git
--
--
Galette repositories commits - http://galette.tuxfamily.org