Payment Receipt : with document model

Hello,

I announce the release of the “Payment Receipt” module that adds a tab to payments editing pages.

This tab is similar to the main payment page but integrates an extra section for generating the PDF of payment receipt.

This document includes fields to be signed by the recipient of the payment to be used as proof of payment.

Like all modules of Dolipar, this module includes a parameterizing section that includes so far only one parameter to display the document in the browser without the need to download it.

1 Like

Hi,

Where can I find it?

Thanks

Payment Receipt module

Hi. When i’m tryong to install your module i receive that there in no paymentreceipt.lib.php in lib directory.
Any help?

Thank you

Try to message the developer for a quicker response. Mail to dolipar@dolipar.org

Dear Sirs

I have purchased Payment Receipt 3 days ago, but til now i can use.
Can you please help me,

Access: app.easyhost.co.mz

I freezes when i click on Payment Receipt

I would be gratefull if you could help me.

Hi,

Unfortunately, till now my account in this forum was badly configured in matter of notifications.
Many more questions have been answered for this module in the French Forum : https://www.dolibarr.fr/forum/t/recu-de-paiment-modele-de-document/23188/2

@dolipar Hello there, i have bought already today your module and installed working fine.
there is 2 things i need to adjust ( the numberwords is not showing decimals it is just showing the main number like the attached picture, and how can i expand the border-box of Client details.
also how can i remove Draft copy on paper ?
Picture

please help. thank you so much.
Abu Samra

Hi and thank you for your purchase.
Thank you again for reporting two bugs (decimals not showing in letters and Draft copy) which have been fixed and the new version uploaded to Dolistore. You only need to download the new version.
In what concerns the border box of the client details, you can configure it in the file paymentreceipt/core/modules/paymentreceipt/doc/pdf_orge.modules.php, line 334 :
$pdf->Rect($blDestX, $Yoff - 1, $blW, 20);
You can experiment by changing each of the four parameters.
Regards

Hello again.
Thank you for your feedback yes draft copy is gone and also Decimals are showing!
for BOX i did adjust and its fine but there is 1 last issue.
attached in the picture link, the CUrrency is showing twice before the Decimals and after even i did change the numberwords module to show symbol and not to show symbol still shows twice the Currency before and after the decimals.
image

Waiting for your feedback and Best Regards

Man any update ? please let me know.

Regards
Rami

@dolipar IS there any update on my question please it is showing Currency twice. please give me a feedback on it.

Hi, can you send a screen copy ?

Hello Again, i have sent already picture image it is showing AED and United Arab Emirates Dirham so it has Currency mentioned Twice as Symbol and in words. AED(Symbol) United Arab Emirates Dirham(in Words)

waiting for your feedback.
kind Regards

Hello
is there any update ?
please respond asap…
it has been months since i requested this…

Hi AbuSamra,

Thank you for your message. I am sorry to take so long to answer.
I have corrected the bug. You can download the new version from Dolistore.

Regards.

The basic components of a receipt include:
The name and address of the business or individual receiving the payment.
The name and address of the person making the payment.
The date the payment was made.
A receipt number.
The amount paid.
The reason for the payment.
How the payment was made (credit card, cash, etc)

Hello!
I bought the Payment receipt module on the 28th of April. I have some problems and since I didn’t receive any answer from the author, I post my problems here also, hoping for some answer.

  1. since I installed the module I can not activate/ deactivate (start/stop) any module, not even Payment receipt module. The error message is “Security token has expired…” Print screen attached;
  2. On the receipt there is no text on the paid amount in letter row. I tried in EN, FR, RO, the same situation.
  3. I must have our company’s VAT number on the receipt, I asked for it before I bought the module, sadly nothing. Is there a way I can add on the receipt?
  4. In Dolibarr - Setup - Modules - Invoices - Payments - Payments numbering model is blocked. I can not activate “ant” for custom numbering or deactivate “cicada” for the standard Dolibarr numbering.
  5. Can anybody tell me where to modify a little on the aspect of the receipt, like .odt file?


Hello! Hello! Hello!
I am wondering if it’s ok not to have any kind of answer from the author of the software for so long time? And as I see it’s not just my problem. Interestingly we exchanged several mails in a few hours, just before I made the payment. Nothing afterwards, not on mail, nor here. :frowning_face:
I think it’s sad and also annoying. Don’t get me wrong, it’s not for the money, it’s because of the nerves being unable to use something I need.

Hi electroserv,

By checking my mailbox, I could see that I sent you a reply on the 29/04 where I answered some of this same questions. Did you receive it ?
I am sorry for not having checked this forum entry since then.
I send you a complete response for this questions :

  1. The “Security token has expired” message is due to a bug on the version 13 of Dolibarr, it appears when you try to search or activate any module. To fix it, you should put the $dolibarr_nocsrfcheck=‘1’ in conf.php and set the constant MAIN_FEATURES_LEVEL to a value< 2 in home>setup>Other setup

  2. I only provided translations for French, Spanish and English. You should create your romanian translation file for yourself if English is not useful.

  3. You can add,modify or delete all the information you need directly on the source file : paymentreceipt/core/modules/paymentreceipt/doc/pdf_orge.modules.php

4-You should hover the interrogation mark with you mouse to get complete information on how to build numbering masks that is also valid for any other Dolibarr object. You should try the examples given such as ABC{yy}{mm}-{00000}.

5- For the odt file, it’s all another document model. I advise you to modifiy the pdf source code to fulfill your needs instead.

I hope that you should be able to resolve your problems with this indications.
I will be happy to answer any other question you have.

Regards.