mock düzenlemesi
This commit is contained in:
parent
f7deeb414d
commit
c7ae1c5c14
2 changed files with 13 additions and 5 deletions
|
|
@ -1,6 +1,14 @@
|
|||
{
|
||||
"commit": "753efd5",
|
||||
"commit": "f7deeb4",
|
||||
"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",
|
||||
"buildDate": "2025-10-15",
|
||||
|
|
@ -155,7 +163,7 @@
|
|||
{
|
||||
"version": "1.0.14",
|
||||
"buildDate": "2025-09-22",
|
||||
"commit": "51208b86937484d68b699120d74872067b1c7ef6",
|
||||
"commit": "1c4ab4f8232b4cd2a39fa66f8101664840113ce5",
|
||||
"changeLog": [
|
||||
"Yeni versiyon çıktı uyarı gelecek şekilde düzenlendi.",
|
||||
"Sağ alt kısımda mesaj çıkacak ve yenile butonu ile uygulama yeni versiyona geçecektir."
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
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 { SupplierTypeEnum, SupplierCardTypeEnum } from '../types/mm'
|
||||
|
||||
|
|
@ -377,7 +377,7 @@ export const mockBusinessParties: BusinessParty[] = [
|
|||
code: 'CUST-002',
|
||||
name: 'Üretim Ltd.',
|
||||
customerType: CustomerTypeEnum.Company,
|
||||
industry: 'İmalat',
|
||||
industry: BusinessPartyIndustryEnum.Finance,
|
||||
website: 'www.uretim.com',
|
||||
primaryContact: {
|
||||
id: '2',
|
||||
|
|
@ -428,7 +428,7 @@ export const mockBusinessParties: BusinessParty[] = [
|
|||
code: 'CUST-001',
|
||||
name: 'Teknoloji A.Ş.',
|
||||
customerType: CustomerTypeEnum.Company,
|
||||
industry: 'Teknoloji',
|
||||
industry: BusinessPartyIndustryEnum.Technology,
|
||||
website: 'www.teknoloji.com',
|
||||
primaryContact: {
|
||||
id: '1',
|
||||
|
|
|
|||
Loading…
Reference in a new issue