dbTalk Databases Forums  

HOW to synchronize the status!!

comp.databases.filemaker comp.databases.filemaker


Discuss HOW to synchronize the status!! in the comp.databases.filemaker forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
vaggelis
 
Posts: n/a

Default HOW to synchronize the status!! - 10-18-2009 , 06:30 PM






In the navigation tab, i have the ESTIMATE, INVOICE and PROJECT tab.
For each project there can be many estimates and for every estimate i
can make an invoice . What i want to do, is make the status of every
project change to "active" when i create the FIRST estimate and when i
create the invoice the status of the project to change to
"completed"!

Can anybody help me with that!??
thanks in advance guys!!

Reply With Quote
  #2  
Old   
Your Name
 
Posts: n/a

Default Re: HOW to synchronize the status!! - 10-20-2009 , 12:11 AM






"vaggelis" <pantidos (AT) gmail (DOT) com> wrote

Quote:
In the navigation tab, i have the ESTIMATE, INVOICE and PROJECT tab.
For each project there can be many estimates and for every estimate i
can make an invoice . What i want to do, is make the status of every
project change to "active" when i create the FIRST estimate and when i
create the invoice the status of the project to change to
"completed"!

Can anybody help me with that!??
thanks in advance guys!!
That would depend on how all these things are linked together and how
invoices and estimates are created.

The simplest option would probably be two buttons on the Project Layout -
one to create an Estimate and another to create an Invoice. These buttons
could run Scripts which set the status appropriately and then create the
appropriate Invoice or Estimate record.

Helpfull Harry )

Reply With Quote
  #3  
Old   
105
 
Posts: n/a

Default Re: HOW to synchronize the status!! - 10-21-2009 , 06:33 PM



vaggelis wrote:
Quote:
In the navigation tab, i have the ESTIMATE, INVOICE and PROJECT tab.
For each project there can be many estimates and for every estimate i
can make an invoice . What i want to do, is make the status of every
project change to "active" when i create the FIRST estimate and when i
create the invoice the status of the project to change to
"completed"!

Can anybody help me with that!??
thanks in advance guys!!

If you create an estimate from the project layout, script the project
status as part of the create new estimate

If from the estimate layout, depending on how you assign the project to
the estimate:
- if from apop window select project portal, integrate the set related
project status into the select/add project_id scripting

- if using a pop menu/value list on the project field on the estimate
layout, use a script trigger onexit to run a script to set the related
project status (assuming you are using FM10)



When you create an invoice from the estimate, add a sequence into the
create new invoice script.




I would think the project status changes when the invoice is paid,
rather than when the invoice is created.

If multiple concurrent unpaid invoices are possible, then the project
status should change when the count of unpaid invoices = 0

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.