Dolibarr ERP & CRM » Bugs » bug #1605 Azur commercial proposal model header is overlaped since develop versionDernières modifications
Répondre
État Détails |
Submitted by: | Marcos García (marcosgdf) | | Submitted on: | 21/09/2014 18:35 |
Last Modified On: | 21/09/2014 18:35 | |
Summary: | Azur commercial proposal model header is overlaped since develop version |
Description: | Check screenshots |
Step to reproduce bug: | |
Detected in version: | develop | | Category: | Module: Proposals |
Severity: | 3 | | OS Type/Version: | |
PHP version: | | | Database type and version: | |
Etat |
Status: | Open | | Assigned to: | Aucun |
Resolution: | Aucun | |
Commentaires- Maxime Kohlhaas 26/12/2014 11:17
- Hi.
I just fixed in develop the line jump that was added.
Regarding the linked object refs and date, my guess is that we should restrain which linked object must be printed on which document. Only "previous" linked object should appear on current doc. Something like :
On proposal : no linked object
On order : linked proposal
On shipment : linked order
On invoice : linked proposal, or linked order, or linked shipment and order, or linked contract, or linked intervention
On contract : linked proposal
On intervention : ?
I don't see the use of having the order ref and date on the proposal it comes from, nor the invoice ref and date on the order... "Origin" document can issue several docs (N orders from the same proposal, N invoices from the same order, ...).
What do you think ? |
|
I just fixed in develop the line jump that was added.
Regarding the linked object refs and date, my guess is that we should restrain which linked object must be printed on which document. Only "previous" linked object should appear on current doc. Something like :
On proposal : no linked object
On order : linked proposal
On shipment : linked order
On invoice : linked proposal, or linked order, or linked shipment and order, or linked contract, or linked intervention
On contract : linked proposal
On intervention : ?
I don't see the use of having the order ref and date on the proposal it comes from, nor the invoice ref and date on the order... "Origin" document can issue several docs (N orders from the same proposal, N invoices from the same order, ...).
What do you think ?