Skip to content

Commit

Permalink
bir stoga ait son fiyati bulmak icin FindLastStockPriceModel eklendi.
Browse files Browse the repository at this point in the history
version.txt duzenlendi.
  • Loading branch information
mdpinar committed Jul 29, 2016
1 parent 828ef49 commit 5a87958
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
34 changes: 34 additions & 0 deletions app/models/temporal/FindLastStockPriceModel.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
/**
* Copyright (c) 2015 Mustafa DUMLUPINAR, [email protected]
*
* This file is part of seyhan project.
*
* seyhan is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package models.temporal;

import javax.persistence.Entity;

import com.avaje.ebean.annotation.Sql;

@Entity
@Sql
/**
* @author mdpinar
*/
public class FindLastStockPriceModel {

public Double basePrice;

}
11 changes: 11 additions & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
sürüm 1.0.14 - 29/07/2016
- satış işlemlerinde stok fiyatının ilgili cari hesaba yapılan son satıştan gelmesi için Profil Tanıtımı kısmı Stok bölümüne "Son Satış Fiyatı Kullanılsın" seçeneği eklendi
bu parametre ile kullanıcılar, stoğun cari hesaba kesilmiş son Satış Faturası (bulamazsa Stok Çıkış Fişi) üzerindeki satış fiyatını bulabilecekler.
- döviz bilgilerini getiren kısımda hata oluştuğunda, seyhan sonsuz bekleme durumunda kalıyordu bunu düzeltmek için timeout değeri verildi
- peşin fatura girişlerinde kasa ve cari hesaba yansıma olduğu için cari hesap açık kalıyordu, ters kapama kaydı yapısı eklendi
- cari durum raporu adından sıralı gelecek şekilde düzenlendi
- otomatik belge numarası artışları sadece çıkış yönlü (Stok Çıkış Fişi, Satış Faturası.. gibi) belgelerde çalışacak hale getirildi
- kapatılmış durumda kopyalanan stok, sipariş, irsaliye ve fatura belgelerinde is_completed alani true kalıyordu düzeltildi
- sipariş ve irsaliye onaylama adımları kısmında, onaylanan belge için işlem kaynağı hatalı kısımdan elde ediliyordu (bu da hataya neden oluyordu) düzeltildi
- sipariş ve irsaliyelerden onaylanan belgeler için sevk tarihi hatalı geliyordu düzeltildi

sürüm 1.0.13 - 09/03/2016
- nokta vuruşlu yazıcılara çıkacak raporlar için genel ayarlar kısmına yazıcı yolu seçeneği eklendi
- çek hareket bordrosundaki çekler işlenirken, (başka sıradaki çekler seçili olmasına rağmen), her zaman ilk sıradaki çekleri işliyordu, düzeltildi.
Expand Down

0 comments on commit 5a87958

Please sign in to comment.