Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hi.
In a previous Topic of mine I asked for automatic creation of Tender ( mistake !! I meant Quotation) and Bill. Now I can show you a raw code that I wrote for Quotation
In attachment a QuotationMain with some new methods.
Other minor changes in ObjectButtons.php to handle button
<button id="createQuotationButton" dojoType="dijit.form.Button" showlabel="false"
title="Crete Quotation"
iconClass="dijitButtonIcon dijitButtonIconCreateQuotation" class="detailButton">
createQuotationFromProject() ;
?>
and in projeqtor.js
It's not internationalized, many checks must be added and some fields in quotation could better set in a dynamic dialog, but it should be enough to explain my idea.
Next step form me is to create Bill from real amounts.
Best regards
Idea could be interesting but seems very specific to your own needs.
It seems you have one quotation / one bill per project. It is not often the case.
Also, there are many ways existing to generate Bills from projects elements, it would possibly interfere with your proposal.
I recorded the request to keep the ideas and code you propose, but not sure it will be included in community version.
Hi.
I have to point out that I limited Quotation to one as I can't imagine to send more Quotations to client.
I'm not applying the same restriction to Bill, that will be created on Billing Type bases, using Terms and Activity Prices when applicable.Anyway, I will submit the code when it will be ready, possibly submitting Ask Topics on some points that are not evident to me.
Meanwhile,
have great holidays,
I have to point out that I limited Quotation to one as I can't imagine to send more Quotations to client.
So you never had a framework contract on a public contract...
And never had an addendum ?
I will submit the code when it will be ready, possibly submitting Ask Topics on some points that are not evident to me.
OK
You are right,but none will complain if he will have to create manually some more quotations in unusual conditions.