Allow to control Prefix and Purchase Order sequence.
----------------------------------------------------
Key: OFBIZ-2456
URL: https://issues.apache.org/jira/browse/OFBIZ-2456
Project: OFBiz
Issue Type: New Feature
Components: accounting
Affects Versions: SVN trunk
Reporter: Jacques Le Roux
Fix For: SVN trunk
For the moment the Data Model does not take into account the possibility to
control Prefix and Purchase Order sequence.
In PartyAcctgPreference, there are the couples of fields
(invoiceSequenceEnumId, invoiceIdPrefix), (quoteSequenceEnumId, quoteIdPrefix)
and (orderSequenceEnumId, orderIdPrefix). So we should either add a couple
(purchInvoiceSequenceEnumId, purchinvoiceIdPrefix), which IMO is simpler and
enough, or deprecate the couple (invoiceSequenceEnumId, invoiceIdPrefix) to
(salesInvoiceSequenceEnumId, salesInvoiceIdPrefix) and add the couple above.
Then the same User Interface than for Sales Order (configuration settings in
Organization GL Settings) could be used but it would have to differentiate the
2 kinds of invoices.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.