mock düzenlemesi

This commit is contained in:
Sedat ÖZTÜRK 2025-10-31 17:06:19 +03:00
parent f7deeb414d
commit c7ae1c5c14
2 changed files with 13 additions and 5 deletions

View file

@ -1,6 +1,14 @@
{ {
"commit": "753efd5", "commit": "f7deeb4",
"releases": [ "releases": [
{
"version": "1.0.33",
"buildDate": "2025-10-26",
"commit": "78cce3d4fb126ccfaedff0f53da8661261e1ce44",
"changeLog": [
"Dosya Yönetimi ve Intranet menüsün hazılanması"
]
},
{ {
"version": "1.0.32", "version": "1.0.32",
"buildDate": "2025-10-15", "buildDate": "2025-10-15",
@ -155,7 +163,7 @@
{ {
"version": "1.0.14", "version": "1.0.14",
"buildDate": "2025-09-22", "buildDate": "2025-09-22",
"commit": "51208b86937484d68b699120d74872067b1c7ef6", "commit": "1c4ab4f8232b4cd2a39fa66f8101664840113ce5",
"changeLog": [ "changeLog": [
"Yeni versiyon çıktı uyarı gelecek şekilde düzenlendi.", "Yeni versiyon çıktı uyarı gelecek şekilde düzenlendi.",
"Sağ alt kısımda mesaj çıkacak ve yenile butonu ile uygulama yeni versiyona geçecektir." "Sağ alt kısımda mesaj çıkacak ve yenile butonu ile uygulama yeni versiyona geçecektir."

View file

@ -1,5 +1,5 @@
import { BankAccountTypeEnum } from '../types/fi' import { BankAccountTypeEnum } from '../types/fi'
import { BusinessParty, BusinessPartyStatusEnum, PartyType, PaymentTerms } from '../types/common' import { BusinessParty, BusinessPartyIndustryEnum, BusinessPartyStatusEnum, PartyType, PaymentTerms } from '../types/common'
import { CustomerSegmentEnum, CustomerTypeEnum } from '../types/crm' import { CustomerSegmentEnum, CustomerTypeEnum } from '../types/crm'
import { SupplierTypeEnum, SupplierCardTypeEnum } from '../types/mm' import { SupplierTypeEnum, SupplierCardTypeEnum } from '../types/mm'
@ -377,7 +377,7 @@ export const mockBusinessParties: BusinessParty[] = [
code: 'CUST-002', code: 'CUST-002',
name: 'Üretim Ltd.', name: 'Üretim Ltd.',
customerType: CustomerTypeEnum.Company, customerType: CustomerTypeEnum.Company,
industry: 'İmalat', industry: BusinessPartyIndustryEnum.Finance,
website: 'www.uretim.com', website: 'www.uretim.com',
primaryContact: { primaryContact: {
id: '2', id: '2',
@ -428,7 +428,7 @@ export const mockBusinessParties: BusinessParty[] = [
code: 'CUST-001', code: 'CUST-001',
name: 'Teknoloji A.Ş.', name: 'Teknoloji A.Ş.',
customerType: CustomerTypeEnum.Company, customerType: CustomerTypeEnum.Company,
industry: 'Teknoloji', industry: BusinessPartyIndustryEnum.Technology,
website: 'www.teknoloji.com', website: 'www.teknoloji.com',
primaryContact: { primaryContact: {
id: '1', id: '1',