metesey
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Add field on button clickThank you very much @codepeople2 . super solution.
Forum: Plugins
In reply to: [Calculated Fields Form] CONCATENATE Hakk?nda Yard?mYard?m?n?z ve h?zl? ??zümleriniz i?in te?ekkür ederim.
Forum: Plugins
In reply to: [Calculated Fields Form] Yazd?rma (Button) Sayfas?Thank you very much… @codepeople
Forum: Plugins
In reply to: [Calculated Fields Form] Bir poz listesinden fiyat de?erini formüle eklemekTamam, ilginiz i?in te?ekkür ederim.
Forum: Plugins
In reply to: [Calculated Fields Form] Bir poz listesinden fiyat de?erini formüle eklemekHello.
Your calculation plugin is very nice and helps me to make flexible calculations. But I still need your help to solve some issues more easily.
Let me try to explain my project in more detail.
I want to create a price list to be used in later forms. The prices in this list will be updated every month. If I write these prices in each form, I will have to update all forms when updating prices. However, when I correct the prices only in a list, I want these prices to be updated in all forms (calculations) if possible;
FORM 1: UNIT PRICES
fieldname1: “HTML Content” or else<script>
values = {‘Cost1': 15, 'Cost2': 20, 'Cost3': 40, 'Cost4': 26, 'Cost5': 15.5};
</script>FORM 2: BATHROOM COST CALCULATION
fieldname1: Bathroom field
fieldname2: Wall height
fieldname3: fieldname1*Cost2
fieldname4: (fieldname1+fieldname2)*Cost3
fieldname5: fieldname3+fieldname4
FORM 3: KITCHEN COST CALCULATION
fieldname1: Cabinet length
fieldname2: Cabinet height
fieldname3: (fieldname1+fieldname2)*Cost3
FORM 4: WC COST CALCULATION
…
FORM 5: ROOF COST CALCULATION
…
Since I make calculations in different forms, how can I write formulas so that when the prices are updated, instead of opening each form and updating the prices in the calculations, I will update the prices on a sheet and with this update, the calculations in all forms will be updated?Forum: Plugins
In reply to: [Calculated Fields Form] Bir poz listesinden fiyat de?erini formüle eklemekclass=”class-a” kodlar?n? nereden ekliyoruz, k?sa kodlardan m??
Benim elimde bir fiyat listesi olacak bunu bir hesaplama sayfas?na “HTML ??eri?i” olarak a?a??daki gibi yazmak istiyorum.;
<script>
values = {'Poz1': 15, 'Poz2': 20, 'Poz3': 40, 'Poz4': 26, 'Poz5': 15.5};
</script>Bundan sonraki hesaplamalarda ise bu fiyatlar? ?ekip kullanmak istiyorum. Fiyatlar sadece bir hesaplama formunda olacak. Ben bunu de?i?ik hesaplamalarda kullanmak istiyorum.
?rne?in:
getField(fieldname1|n, ‘.class-a’).setChoices(values: [‘Poz2’])*7.85*2
ama bu class’? nas?l atayaca??m ve values de?erlerini nas??l ?ekece?im onu beceremedim.
Forum: Plugins
In reply to: [Calculated Fields Form] Bir poz listesinden fiyat de?erini formüle eklemekMerhaba son bir soru daha soracakt?m. Ba?ka hesaplamadaki de?eride alabiliyormuyuz.
?rne?in
(10+20)*values[‘Poz2’]
yerine
(10+20)*[CP_CALCULATED_FIELDS id=”1″ values[‘Poz2’]]
veya
(10+20)*[CP_CALCULATED_FIELDS id=”7″ values[‘Poz2’]]
gibi.
?yi ?al??malar dilerim.
Forum: Plugins
In reply to: [Calculated Fields Form] Bir poz listesinden fiyat de?erini formüle eklemekTe?ekkürler formülü a?a??daki gibi kulland?m. Fiyatlar? tek yerden kontrol etmek i?in.
HTML ??eri?i
<script>
values = {‘Poz1’: 15, ‘Poz2’: 20, ‘Poz3’: 40, ‘Poz4’: 26, ‘Poz5’: 15.5};
</script>Hesaplama
(10+20)*values[‘Poz2’]
?yi ?al??malar dilerim.
Forum: Plugins
In reply to: [Calculated Fields Form] Bir poz listesinden fiyat de?erini formüle eklemek2024 Y?l?nda
Liste (fieldname1) – Hidden
A??klama – De?er
Poz1: 15$
Poz2: 20$
Poz3: 40$
Poz4: 26$
Poz5: 15.5$Tam anlatamad?m galiba. Asl?nda benim istedi?im ücretleri bir listeye girece?im, sonra formülde o a??klamaya kar??l?k gelen de?eri alay?m. Kullan?c?lar bu ücretleri g?rmeyecek ve her y?l güncellenecek.
Hesaplama-1
(10+20)*IN(‘Poz2’,fieldname1)
= (10+20)*20 = 600$Hesaplama-2
(10+10+5)*IN(‘Poz3’,fieldname1)
= 25*40 = 1000$Hesaplama-3
(10+10)*IN(‘Poz1’,fieldname1)
= 20*15 = 300$——————————
2025 Y?l?nda
Liste (fieldname1) – Hidden
A??klama – De?er
Poz1: 20$
Poz2: 25$
Poz3: 45$
Poz4: 31$
Poz5: 20.5$yani y?llar de?i?ti?i zaman listedeki fiyatlar? olu?turaca??m. Hesaplamalar buna g?re güncellenecek.
Hesaplama-1
(10+20)*IN(‘Poz2’,fieldname1)
= (10+20)*25 = 750$Hesaplama-2
(10+10+5)*IN(‘Poz3’,fieldname1)
= 25*45 = 1125$Hesaplama-3
(10+10)*IN(‘Poz1’,fieldname1)
= 20*40 = 400$Forum: Plugins
In reply to: [Calculated Fields Form] Checkboxes helpThanks, problem solved.
Forum: Reviews
In reply to: [Calculated Fields Form] ?ok güzel bir eklenti.Te?ekkürler.
- This reply was modified 3 months, 2 weeks ago by metesey.
Forum: Plugins
In reply to: [bbp style pack] Topic and Reply Rules textthank you…