From: Chris B. <cb...@en...> - 2004-07-28 15:28:45
|
I know we have a location for inventory but do we have "BIN" locations. Like a BIN in the warehouse??? If not, I will plan on adding the functionality for that. Thanks Chris |
From: Phil D. <p.d...@pa...> - 2004-07-29 07:18:53
|
Nope we don't have warehousing management at all. Really in most situations it is possible to have the same item in several different bins. So a single bin location for each item in the stocks master record doesnt really cut it. To do the job properly we are talking about another table for bins - a record for each available bin perhaps that gets updated with the quantity of a part. This then gives us the option to suggest a picking run for the dispatch team - but a whole heap more input .... ideally by barcode at the time of picking - scanning serial numbers/batch references as necessary too. This barcode data could then form the basis of an automated order confirmation/invoicing run. This would be an interesting project BUT I must now focus on manufacturing once I get re-energised for another development phase! Phil On Wed, 2004-07-28 at 16:32, Chris Bice wrote: > I know we have a location for inventory but do we have "BIN" > locations. Like a BIN in the warehouse??? If not, I will plan on > adding the functionality for that. > > Thanks > > Chris |
From: Danie B. <br...@na...> - 2004-07-30 07:42:52
|
Hi Phil Danie Here, We have managed to get a small contract for web-erp and we have to build in proper manufacturing and job control as well as job costing. We are three people whom have worked on this type of thing in the past, and we must implement it. What I am realy asking is not to energize yourself to fast we have to do this in the next few months, maybe you can once we are done have a look at it. Also I have to change the Tax system to accomodate the client which I will also contribute back. It basicaly involve the seperation of Tax Authority and Tax Types( where Gl Accounts and rates are specified) and then the creation of a Stock Tax Category Table which replace the levels and will be foreign key linked to Stock master Tax Level ( Replacing Tax Level ) and all other places Tax Level And Tax Authotity are refferenced. The Tax Rates which usualy is an loose assosiation will now be a fixed assosiation between Tax authority, Dispatch Tax Auth, Tax Type and Tax Category. This also allow us to customize the reports to use the TaxType Report Field for the lookup of the actual display name on invoice and also the totaling of different taxes of items on invoice and display thereof. Also we will be trying to fit the postgres conversion into the time alotted as well. Also one we have finished with this client I am trying to put together some stuff for an exibition booth. I have a Stock Exchange software and SMS software (windows only, old, but good) which we will be giving away free to garner some interest, It will probably be an indisutrial technology exibition. Kind Regards Danie Brink Quoting Phil Daintree <p.d...@pa...>: > Nope we don't have warehousing management at all. > > Really in most situations it is possible to have the same item in > several different bins. So a single bin location for each item in the > stocks master record doesnt really cut it. > > To do the job properly we are talking about another table for bins - a > record for each available bin perhaps that gets updated with the > quantity of a part. This then gives us the option to suggest a picking > run for the dispatch team - but a whole heap more input .... ideally by > barcode at the time of picking - scanning serial numbers/batch > references as necessary too. This barcode data could then form the basis > of an automated order confirmation/invoicing run. This would be an > interesting project BUT I must now focus on manufacturing once I get > re-energised for another development phase! > > Phil > > > On Wed, 2004-07-28 at 16:32, Chris Bice wrote: > > I know we have a location for inventory but do we have "BIN" > > locations. Like a BIN in the warehouse??? If not, I will plan on > > adding the functionality for that. > > > > Thanks > > > > Chris > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > |
From: skaill <sk...@ro...> - 2004-07-30 12:07:34
|
Hi Danie, I may be able to help in some ways with the tax changes. I spec'd and rewrote the entire tax functionality for one of the leading world-wide mid-range erp softwares. It's one of my specialties ;) Steve ----- Original Message ----- From: "Danie Brink" <br...@na...> To: <web...@li...> Sent: Friday, July 30, 2004 3:42 AM Subject: Re: [Web-erp-developers] Warehouse Bin Locations > Hi Phil > > Danie Here, > > We have managed to get a small contract for web-erp and we have to build in > proper manufacturing and job control as well as job costing. We are three > people whom have worked on this type of thing in the past, and we must > implement it. What I am realy asking is not to energize yourself to fast we > have to do this in the next few months, maybe you can once we are done have a > look at it. Also I have to change the Tax system to accomodate the client which > I will also contribute back. It basicaly involve the seperation of Tax > Authority and Tax Types( where Gl Accounts and rates are specified) and then > the creation of a Stock Tax Category Table which replace the levels and will be > foreign key linked to Stock master Tax Level ( Replacing Tax Level ) and all > other places Tax Level And Tax Authotity are refferenced. The Tax Rates which > usualy is an loose assosiation will now be a fixed assosiation between Tax > authority, Dispatch Tax Auth, Tax Type and Tax Category. This also allow us to > customize the reports to use the TaxType Report Field for the lookup of the > actual display name on invoice and also the totaling of different taxes of > items on invoice and display thereof. Also we will be trying to fit the > postgres conversion into the time alotted as well. > > Also one we have finished with this client I am trying to put together some > stuff for an exibition booth. I have a Stock Exchange software and SMS software > (windows only, old, but good) which we will be giving away free to garner some > interest, It will probably be an indisutrial technology exibition. > > Kind Regards > Danie Brink > > Quoting Phil Daintree <p.d...@pa...>: > > > Nope we don't have warehousing management at all. > > > > Really in most situations it is possible to have the same item in > > several different bins. So a single bin location for each item in the > > stocks master record doesnt really cut it. > > > > To do the job properly we are talking about another table for bins - a > > record for each available bin perhaps that gets updated with the > > quantity of a part. This then gives us the option to suggest a picking > > run for the dispatch team - but a whole heap more input .... ideally by > > barcode at the time of picking - scanning serial numbers/batch > > references as necessary too. This barcode data could then form the basis > > of an automated order confirmation/invoicing run. This would be an > > interesting project BUT I must now focus on manufacturing once I get > > re-energised for another development phase! > > > > Phil > > > > > > On Wed, 2004-07-28 at 16:32, Chris Bice wrote: > > > I know we have a location for inventory but do we have "BIN" > > > locations. Like a BIN in the warehouse??? If not, I will plan on > > > adding the functionality for that. > > > > > > Thanks > > > > > > Chris > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by BEA Weblogic Workshop > > FREE Java Enterprise J2EE developer tools! > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > > _______________________________________________ > > Web-erp-developers mailing list > > Web...@li... > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > one more big change to announce. We are now OSTG- Open Source Technology > Group. Come see the changes on the new OSTG site. www.ostg.com > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers |
From: Danie B. <br...@na...> - 2004-07-31 08:48:36
|
Quoting skaill <sk...@ro...>: Hi Steve, Please go ahaid and send some specs to me so I can have a look. At the very least I want to make it possible to incorporate multiple taxes on an Invoice. Well, actualy I still need to do two more screens and convert the Stock master table and a couple of others to reference the new structure. Kind Regards. Danie > Hi Danie, > > I may be able to help in some ways with the tax changes. I spec'd and > rewrote the entire tax functionality for one of the leading world-wide > mid-range erp softwares. It's one of my specialties ;) > > Steve > > ----- Original Message ----- > From: "Danie Brink" <br...@na...> > To: <web...@li...> > Sent: Friday, July 30, 2004 3:42 AM > Subject: Re: [Web-erp-developers] Warehouse Bin Locations > > > > Hi Phil > > > > Danie Here, > > > > We have managed to get a small contract for web-erp and we have to build > in > > proper manufacturing and job control as well as job costing. We are three > > people whom have worked on this type of thing in the past, and we must > > implement it. What I am realy asking is not to energize yourself to fast > we > > have to do this in the next few months, maybe you can once we are done > have a > > look at it. Also I have to change the Tax system to accomodate the client > which > > I will also contribute back. It basicaly involve the seperation of Tax > > Authority and Tax Types( where Gl Accounts and rates are specified) and > then > > the creation of a Stock Tax Category Table which replace the levels and > will be > > foreign key linked to Stock master Tax Level ( Replacing Tax Level ) and > all > > other places Tax Level And Tax Authotity are refferenced. The Tax Rates > which > > usualy is an loose assosiation will now be a fixed assosiation between Tax > > authority, Dispatch Tax Auth, Tax Type and Tax Category. This also allow > us to > > customize the reports to use the TaxType Report Field for the lookup of > the > > actual display name on invoice and also the totaling of different taxes of > > items on invoice and display thereof. Also we will be trying to fit the > > postgres conversion into the time alotted as well. > > > > Also one we have finished with this client I am trying to put together > some > > stuff for an exibition booth. I have a Stock Exchange software and SMS > software > > (windows only, old, but good) which we will be giving away free to garner > some > > interest, It will probably be an indisutrial technology exibition. > > > > Kind Regards > > Danie Brink > > > > Quoting Phil Daintree <p.d...@pa...>: > > > > > Nope we don't have warehousing management at all. > > > > > > Really in most situations it is possible to have the same item in > > > several different bins. So a single bin location for each item in the > > > stocks master record doesnt really cut it. > > > > > > To do the job properly we are talking about another table for bins - a > > > record for each available bin perhaps that gets updated with the > > > quantity of a part. This then gives us the option to suggest a picking > > > run for the dispatch team - but a whole heap more input .... ideally by > > > barcode at the time of picking - scanning serial numbers/batch > > > references as necessary too. This barcode data could then form the basis > > > of an automated order confirmation/invoicing run. This would be an > > > interesting project BUT I must now focus on manufacturing once I get > > > re-energised for another development phase! > > > > > > Phil > > > > > > > > > On Wed, 2004-07-28 at 16:32, Chris Bice wrote: > > > > I know we have a location for inventory but do we have "BIN" > > > > locations. Like a BIN in the warehouse??? If not, I will plan on > > > > adding the functionality for that. > > > > > > > > Thanks > > > > > > > > Chris > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by BEA Weblogic Workshop > > > FREE Java Enterprise J2EE developer tools! > > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > > > _______________________________________________ > > > Web-erp-developers mailing list > > > Web...@li... > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > > one more big change to announce. We are now OSTG- Open Source Technology > > Group. Come see the changes on the new OSTG site. www.ostg.com > > _______________________________________________ > > Web-erp-developers mailing list > > Web...@li... > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > one more big change to announce. We are now OSTG- Open Source Technology > Group. Come see the changes on the new OSTG site. www.ostg.com > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > |
From: skaill <sk...@ro...> - 2004-07-31 11:41:32
Attachments:
Sales Tax20040731.doc
|
Hi Danie, Here is a summary specification that comes from the various documents and knowledge I've collected over the years. It's far from ideal as I just created it since I can't give you any proprietary documents I have from other companies! Down the road we will be looking thoroughly into the tax functionality of webERP. If everything in this specification is not covered we will probably be enhancing webERP to cover it. Keep in mind that as long as the user can manually enter/modify various taxes for different jurisdictions on the invoice then at least they can get by even if somewhat painfully. Feel free to discuss more about tax with me anytime. Steve ----- Original Message ----- From: "Danie Brink" <br...@na...> To: <web...@li...> Sent: Saturday, July 31, 2004 4:48 AM Subject: Re: [Web-erp-developers] Warehouse Bin Locations > Quoting skaill <sk...@ro...>: > > Hi Steve, > > Please go ahaid and send some specs to me so I can have a look. At the very > least I want to make it possible to incorporate multiple taxes on an Invoice. > Well, actualy I still need to do two more screens and convert the Stock master > table and a couple of others to reference the new structure. > > Kind Regards. > Danie > > > Hi Danie, > > > > I may be able to help in some ways with the tax changes. I spec'd and > > rewrote the entire tax functionality for one of the leading world-wide > > mid-range erp softwares. It's one of my specialties ;) > > > > Steve > > > > ----- Original Message ----- > > From: "Danie Brink" <br...@na...> > > To: <web...@li...> > > Sent: Friday, July 30, 2004 3:42 AM > > Subject: Re: [Web-erp-developers] Warehouse Bin Locations > > > > > > > Hi Phil > > > > > > Danie Here, > > > > > > We have managed to get a small contract for web-erp and we have to build > > in > > > proper manufacturing and job control as well as job costing. We are three > > > people whom have worked on this type of thing in the past, and we must > > > implement it. What I am realy asking is not to energize yourself to fast > > we > > > have to do this in the next few months, maybe you can once we are done > > have a > > > look at it. Also I have to change the Tax system to accomodate the client > > which > > > I will also contribute back. It basicaly involve the seperation of Tax > > > Authority and Tax Types( where Gl Accounts and rates are specified) and > > then > > > the creation of a Stock Tax Category Table which replace the levels and > > will be > > > foreign key linked to Stock master Tax Level ( Replacing Tax Level ) and > > all > > > other places Tax Level And Tax Authotity are refferenced. The Tax Rates > > which > > > usualy is an loose assosiation will now be a fixed assosiation between Tax > > > authority, Dispatch Tax Auth, Tax Type and Tax Category. This also allow > > us to > > > customize the reports to use the TaxType Report Field for the lookup of > > the > > > actual display name on invoice and also the totaling of different taxes of > > > items on invoice and display thereof. Also we will be trying to fit the > > > postgres conversion into the time alotted as well. > > > > > > Also one we have finished with this client I am trying to put together > > some > > > stuff for an exibition booth. I have a Stock Exchange software and SMS > > software > > > (windows only, old, but good) which we will be giving away free to garner > > some > > > interest, It will probably be an indisutrial technology exibition. > > > > > > Kind Regards > > > Danie Brink > > > > > > Quoting Phil Daintree <p.d...@pa...>: > > > > > > > Nope we don't have warehousing management at all. > > > > > > > > Really in most situations it is possible to have the same item in > > > > several different bins. So a single bin location for each item in the > > > > stocks master record doesnt really cut it. > > > > > > > > To do the job properly we are talking about another table for bins - a > > > > record for each available bin perhaps that gets updated with the > > > > quantity of a part. This then gives us the option to suggest a picking > > > > run for the dispatch team - but a whole heap more input .... ideally by > > > > barcode at the time of picking - scanning serial numbers/batch > > > > references as necessary too. This barcode data could then form the basis > > > > of an automated order confirmation/invoicing run. This would be an > > > > interesting project BUT I must now focus on manufacturing once I get > > > > re-energised for another development phase! > > > > > > > > Phil > > > > > > > > > > > > On Wed, 2004-07-28 at 16:32, Chris Bice wrote: > > > > > I know we have a location for inventory but do we have "BIN" > > > > > locations. Like a BIN in the warehouse??? If not, I will plan on > > > > > adding the functionality for that. > > > > > > > > > > Thanks > > > > > > > > > > Chris > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.Net email is sponsored by BEA Weblogic Workshop > > > > FREE Java Enterprise J2EE developer tools! > > > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > > > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > > > > _______________________________________________ > > > > Web-erp-developers mailing list > > > > Web...@li... > > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > > > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > > > one more big change to announce. We are now OSTG- Open Source Technology > > > Group. Come see the changes on the new OSTG site. www.ostg.com > > > _______________________________________________ > > > Web-erp-developers mailing list > > > Web...@li... > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > > one more big change to announce. We are now OSTG- Open Source Technology > > Group. Come see the changes on the new OSTG site. www.ostg.com > > _______________________________________________ > > Web-erp-developers mailing list > > Web...@li... > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > one more big change to announce. We are now OSTG- Open Source Technology > Group. Come see the changes on the new OSTG site. www.ostg.com > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers |
From: Stins, D. <DR...@Zi...> - 2004-07-31 22:12:50
|
Hoi, That's right. In The Netherlands (part of Europe), we got VAT (value added tax) xor insurance tax. VAT: You only pay for your added value (VAT of your turnover - VAT of items/services you bought of your suppliers). So you have to pay every month only VAT for you added value to the taxauthority. When you buy more then you sell, you get VAT payed by the taxauthority ;) Insurance tax: you pay tax for all kind of insurances. There are also several other taxes like for cigarettes, alcoholic drinks, gasoline, import tax, ... VAT is the most important to be well implemented. VAT has several rates (19% luxory goods, 6% food, hairdresser, .. and 0% export). With best regards, Dick Stins ----- Original Message ----- From: "skaill" <sk...@ro...> To: <web...@li...> Sent: Saturday, July 31, 2004 1:41 PM Subject: Re: [Web-erp-developers] Warehouse Bin Locations > Hi Danie, > > Here is a summary specification that comes from the various documents and > knowledge I've collected over the years. It's far from ideal as I just > created it since I can't give you any proprietary documents I have from > other companies! > > Down the road we will be looking thoroughly into the tax functionality of > webERP. If everything in this specification is not covered we will probably > be enhancing webERP to cover it. > > Keep in mind that as long as the user can manually enter/modify various > taxes for different jurisdictions on the invoice then at least they can get > by even if somewhat painfully. > > Feel free to discuss more about tax with me anytime. > > Steve > > ----- Original Message ----- > From: "Danie Brink" <br...@na...> > To: <web...@li...> > Sent: Saturday, July 31, 2004 4:48 AM > Subject: Re: [Web-erp-developers] Warehouse Bin Locations > > > > Quoting skaill <sk...@ro...>: > > > > Hi Steve, > > > > Please go ahaid and send some specs to me so I can have a look. At the > very > > least I want to make it possible to incorporate multiple taxes on an > Invoice. > > Well, actualy I still need to do two more screens and convert the Stock > master > > table and a couple of others to reference the new structure. > > > > Kind Regards. > > Danie > > > > > Hi Danie, > > > > > > I may be able to help in some ways with the tax changes. I spec'd and > > > rewrote the entire tax functionality for one of the leading world-wide > > > mid-range erp softwares. It's one of my specialties ;) > > > > > > Steve > > > > > > ----- Original Message ----- > > > From: "Danie Brink" <br...@na...> > > > To: <web...@li...> > > > Sent: Friday, July 30, 2004 3:42 AM > > > Subject: Re: [Web-erp-developers] Warehouse Bin Locations > > > > > > > > > > Hi Phil > > > > > > > > Danie Here, > > > > > > > > We have managed to get a small contract for web-erp and we have to > build > > > in > > > > proper manufacturing and job control as well as job costing. We are > three > > > > people whom have worked on this type of thing in the past, and we must > > > > implement it. What I am realy asking is not to energize yourself to > fast > > > we > > > > have to do this in the next few months, maybe you can once we are done > > > have a > > > > look at it. Also I have to change the Tax system to accomodate the > client > > > which > > > > I will also contribute back. It basicaly involve the seperation of Tax > > > > Authority and Tax Types( where Gl Accounts and rates are specified) > and > > > then > > > > the creation of a Stock Tax Category Table which replace the levels > and > > > will be > > > > foreign key linked to Stock master Tax Level ( Replacing Tax Level ) > and > > > all > > > > other places Tax Level And Tax Authotity are refferenced. The Tax > Rates > > > which > > > > usualy is an loose assosiation will now be a fixed assosiation between > Tax > > > > authority, Dispatch Tax Auth, Tax Type and Tax Category. This also > allow > > > us to > > > > customize the reports to use the TaxType Report Field for the lookup > of > > > the > > > > actual display name on invoice and also the totaling of different > taxes of > > > > items on invoice and display thereof. Also we will be trying to fit > the > > > > postgres conversion into the time alotted as well. > > > > > > > > Also one we have finished with this client I am trying to put together > > > some > > > > stuff for an exibition booth. I have a Stock Exchange software and SMS > > > software > > > > (windows only, old, but good) which we will be giving away free to > garner > > > some > > > > interest, It will probably be an indisutrial technology exibition. > > > > > > > > Kind Regards > > > > Danie Brink > > > > > > > > Quoting Phil Daintree <p.d...@pa...>: > > > > > > > > > Nope we don't have warehousing management at all. > > > > > > > > > > Really in most situations it is possible to have the same item in > > > > > several different bins. So a single bin location for each item in > the > > > > > stocks master record doesnt really cut it. > > > > > > > > > > To do the job properly we are talking about another table for bins - > a > > > > > record for each available bin perhaps that gets updated with the > > > > > quantity of a part. This then gives us the option to suggest a > picking > > > > > run for the dispatch team - but a whole heap more input .... ideally > by > > > > > barcode at the time of picking - scanning serial numbers/batch > > > > > references as necessary too. This barcode data could then form the > basis > > > > > of an automated order confirmation/invoicing run. This would be an > > > > > interesting project BUT I must now focus on manufacturing once I get > > > > > re-energised for another development phase! > > > > > > > > > > Phil > > > > > > > > > > > > > > > On Wed, 2004-07-28 at 16:32, Chris Bice wrote: > > > > > > I know we have a location for inventory but do we have "BIN" > > > > > > locations. Like a BIN in the warehouse??? If not, I will plan on > > > > > > adding the functionality for that. > > > > > > > > > > > > Thanks > > > > > > > > > > > > Chris > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > This SF.Net email is sponsored by BEA Weblogic Workshop > > > > > FREE Java Enterprise J2EE developer tools! > > > > > Get your free copy of BEA WebLogic Workshop 8.1 today. > > > > > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > > > > > _______________________________________________ > > > > > Web-erp-developers mailing list > > > > > Web...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.Net email is sponsored by OSTG. Have you noticed the changes > on > > > > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > > > > one more big change to announce. We are now OSTG- Open Source > Technology > > > > Group. Come see the changes on the new OSTG site. www.ostg.com > > > > _______________________________________________ > > > > Web-erp-developers mailing list > > > > Web...@li... > > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > > > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > > > one more big change to announce. We are now OSTG- Open Source Technology > > > Group. Come see the changes on the new OSTG site. www.ostg.com > > > _______________________________________________ > > > Web-erp-developers mailing list > > > Web...@li... > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > > one more big change to announce. We are now OSTG- Open Source Technology > > Group. Come see the changes on the new OSTG site. www.ostg.com > > _______________________________________________ > > Web-erp-developers mailing list > > Web...@li... > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > |
From: Daintrees <p.d...@pa...> - 2004-07-31 22:22:38
|
The function number_format is used extensively throughout webERP. To have the option of displaying numbers with different decimal separators and thousands separators then all that is required is some variables in config.php $ThousandsSeparator = ","; $DecimalSeparator = "."; or in your case: $ThousandsSeparator = "."; $DecimalSeparator = ","; then amending the function calls to number_format to pass these extra parameters. If you are happy to do a little dirty work editing each script - from the CVS I am certainly happy to include this Dirk. The PHP manual extract for number_format follows for your reference... Phil string number_format ( float number, int decimals, string dec_point, string thousands_sep) number_format() returns a formatted version of number. This function accepts either one, two or four parameters (not three): If only one parameter is given, number will be formatted without decimals, but with a comma (",") between every group of thousands. If two parameters are given, number will be formatted with decimals decimals with a dot (".") in front, and a comma (",") between every group of thousands. If all four parameters are given, number will be formatted with decimals decimals, dec_point instead of a dot (".") before the decimals and thousands_sep instead of a comma (",") between every group of thousands. Only the first character of thousands_sep is used. For example, if you use foo as thousands_sep on the number 1000, number_format() will return 1f000. |