From: Dirk E. <dir...@gr...> - 2004-07-30 10:06:43
|
Dear Developers, unfortunately I am not verry good developing this great program much further (lack of knowledge in PHP). So I will post my oppinion to your latest discussions: I would be happy about a more modular structure. I think, some users could add eg. different languages. What about templets? I am not sure, if it is still popular to splitt php-code and html? If someone tells me what to do, I would be glad to spend some time doing the 'dirty work'. Still my biggest problem with webERP: The Tax-thing. The german needs to splitt sales and costs to different GL-accounts -depending on tax-rate and situation- as well as to different tax GL-accounts. To make this more clear: The rates are: 0%, 7% and 16% The situations are: Purchasing and selling in Germany (0%, 7% and 16%), in European Union to private (0%, 7% and 16%), in EU to business (0%), world (0%). Having different sales accounts (according to tax-level) also makes some sence: One can easily check, if everything is ok: running total GLsales16% = 100 > running total GLtax16%=16 I have to report (and pay :-( ) my VAT every month and by now, I correct the GL-bookings by hand.... Just a tiny wish: comma and decimal point is used here just the other way around. Would be greate, one could change this in the config.php Have a nice day, Dirk |
From: Stins, D. <DR...@Zi...> - 2004-07-30 11:05:19
|
Hoi Dirk, In the taxlevel you can enter the GL accountnumber per level. For your turnover, you can enter per item an accountnumer. So you can setup turnover 0%, turnover 7%, turnover ... GL accounts. With best regards, Dick Stins ----- Original Message ----- From: "Dirk Eversmann" <dir...@gr...> To: <web...@li...> Sent: Friday, July 30, 2004 12:04 PM Subject: [Web-erp-developers] little wishlist > Dear Developers, > > unfortunately I am not verry good developing this great program much > further (lack of knowledge in PHP). > So I will post my oppinion to your latest discussions: > > I would be happy about a more modular structure. I think, some users could > add eg. different languages. What about templets? I am not sure, if it is > still popular to splitt php-code and html? If someone tells me what to do, > I would be glad to spend some time doing the 'dirty work'. > > Still my biggest problem with webERP: The Tax-thing. The german needs to > splitt sales and costs to different GL-accounts -depending on tax-rate and > situation- as well as to different tax GL-accounts. To make this more clear: > The rates are: 0%, 7% and 16% > The situations are: Purchasing and selling in Germany (0%, 7% and 16%), in > European Union to private (0%, 7% and 16%), in EU to business (0%), world (0%). > Having different sales accounts (according to tax-level) also makes some > sence: One can easily check, if everything is ok: running total GLsales16% > = 100 > running total GLtax16%=16 > I have to report (and pay :-( ) my VAT every month and by now, I correct > the GL-bookings by hand.... > > Just a tiny wish: comma and decimal point is used here just the other way > around. Would be greate, one could change this in the config.php > > Have a nice day, Dirk > > > > ------------------------------------------------------- > 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:44:35
|
Hi Dirk Danie Here Could you send me a more thorough description as I am in the process of customizing the Taxes to work more modular so I might as well look at your requirement and try to incorporate it. Kind Regards Danie Brink Quoting Dirk Eversmann <dir...@gr...>: > Dear Developers, > > unfortunately I am not verry good developing this great program much > further (lack of knowledge in PHP). > So I will post my oppinion to your latest discussions: > > I would be happy about a more modular structure. I think, some users could > add eg. different languages. What about templets? I am not sure, if it is > still popular to splitt php-code and html? If someone tells me what to do, > I would be glad to spend some time doing the 'dirty work'. > > Still my biggest problem with webERP: The Tax-thing. The german needs to > splitt sales and costs to different GL-accounts -depending on tax-rate and > situation- as well as to different tax GL-accounts. To make this more clear: > The rates are: 0%, 7% and 16% > The situations are: Purchasing and selling in Germany (0%, 7% and 16%), in > European Union to private (0%, 7% and 16%), in EU to business (0%), world > (0%). > Having different sales accounts (according to tax-level) also makes some > sence: One can easily check, if everything is ok: running total GLsales16% > = 100 > running total GLtax16%=16 > I have to report (and pay :-( ) my VAT every month and by now, I correct > the GL-bookings by hand.... > > Just a tiny wish: comma and decimal point is used here just the other way > around. Would be greate, one could change this in the config.php > > Have a nice day, Dirk > > > > ------------------------------------------------------- > 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:50:01
|
I would suggest in the config that there is a variable that would be the thousands separator and another variable for the decimal separator. I believe in Europe, $1,000.98 is 1.000,98$. Possibly the dollar sign doesn't go there but I think I've seem that way. Possibly Dirk could look at the spec I sent to see if it would cover most or all of what is needed. Steve ----- Original Message ----- From: "Danie Brink" <br...@na...> To: <web...@li...> Sent: Saturday, July 31, 2004 4:44 AM Subject: Re: [Web-erp-developers] little wishlist > Hi Dirk > > Danie Here > > Could you send me a more thorough description as I am in the process of > customizing the Taxes to work more modular so I might as well look at your > requirement and try to incorporate it. > > > Kind Regards > Danie Brink > > Quoting Dirk Eversmann <dir...@gr...>: > > > Dear Developers, > > > > unfortunately I am not verry good developing this great program much > > further (lack of knowledge in PHP). > > So I will post my oppinion to your latest discussions: > > > > I would be happy about a more modular structure. I think, some users could > > add eg. different languages. What about templets? I am not sure, if it is > > still popular to splitt php-code and html? If someone tells me what to do, > > I would be glad to spend some time doing the 'dirty work'. > > > > Still my biggest problem with webERP: The Tax-thing. The german needs to > > splitt sales and costs to different GL-accounts -depending on tax-rate and > > situation- as well as to different tax GL-accounts. To make this more clear: > > The rates are: 0%, 7% and 16% > > The situations are: Purchasing and selling in Germany (0%, 7% and 16%), in > > European Union to private (0%, 7% and 16%), in EU to business (0%), world > > (0%). > > Having different sales accounts (according to tax-level) also makes some > > sence: One can easily check, if everything is ok: running total GLsales16% > > = 100 > running total GLtax16%=16 > > I have to report (and pay :-( ) my VAT every month and by now, I correct > > the GL-bookings by hand.... > > > > Just a tiny wish: comma and decimal point is used here just the other way > > around. Would be greate, one could change this in the config.php > > > > Have a nice day, Dirk > > > > > > > > ------------------------------------------------------- > > 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 |