Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5511A200B70 for ; Sat, 27 Aug 2016 11:45:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 53A95160AC5; Sat, 27 Aug 2016 09:45:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C9115160AB2 for ; Sat, 27 Aug 2016 11:45:21 +0200 (CEST) Received: (qmail 80246 invoked by uid 500); 27 Aug 2016 09:45:21 -0000 Mailing-List: contact notifications-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list notifications@ofbiz.apache.org Received: (qmail 80230 invoked by uid 99); 27 Aug 2016 09:45:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Aug 2016 09:45:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id CA1552C0031 for ; Sat, 27 Aug 2016 09:45:20 +0000 (UTC) Date: Sat, 27 Aug 2016 09:45:20 +0000 (UTC) From: "Rishi Solanki (JIRA)" To: notifications@ofbiz.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (OFBIZ-8015) Improvements in BudgetTypeAttr entity definition and services MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 27 Aug 2016 09:45:22 -0000 Rishi Solanki created OFBIZ-8015: ------------------------------------ Summary: Improvements in BudgetTypeAttr entity definition and services Key: OFBIZ-8015 URL: https://issues.apache.org/jira/browse/OFBIZ-8015 Project: OFBiz Issue Type: Sub-task Components: accounting Affects Versions: Trunk Reporter: Rishi Solanki Priority: Minor Required improvements; - All is good with entity definition . - Add crud services using entity-auto. Make sure PK is not optional while create service. - Do related changes if any occurrence found for direct create/update/delete of this entity, and replace them with crud services implemented. - As no status/from date/thru date exists in entity, but it looks like it will contain the revisions of same data so history needs to be maintain. We should not provide service for delete its record. -- This message was sent by Atlassian JIRA (v6.3.4#6332)