Activity for Thomas Sparber

  • Thomas Sparber Thomas Sparber modified ticket #6

    Employee addional fields

  • Thomas Sparber Thomas Sparber modified ticket #4

    synchronize with google calendar?

  • Thomas Sparber Thomas Sparber modified ticket #5

    Spanish translation

  • Thomas Sparber Thomas Sparber posted a comment on ticket #6

    Hi Mario, do you still need help with this or can I close the ticket? :-) Best Regards Thomas

  • Thomas Sparber Thomas Sparber modified ticket #7

    Issue with Scrolling, Calendar and Invoice print

  • Thomas Sparber Thomas Sparber modified ticket #8

    Calendar overview issue.

  • Thomas Sparber Thomas Sparber modified ticket #11

    Adding Customer Name To invoice

  • Thomas Sparber Thomas Sparber modified ticket #10

    French translation

  • Thomas Sparber Thomas Sparber posted a comment on ticket #13

    Hi Stanley, at the moment the only possibility to add another user is to add it manually in the database. Unfortunately, assigning permissions is not yet supported, but it is on my TODO list :-) I will let you know when it is implemented Best Regards Thomas

  • Thomas Sparber Thomas Sparber posted a comment on ticket #12

    Hi Stanley, sorry for my late response. Yes you can change the name of "Treatment" to "Service". You just need to change the translation defintion in php/languages/english.php Best Regards Thomas

  • Thomas Sparber Thomas Sparber posted a comment on ticket #10

    Hi Jordan, sorry for the late response. Thank you very much for your effort, I really appreciate it!! Your translation is added to the repository. Regards Thomas

  • Thomas Sparber Thomas Sparber posted a comment on ticket #11

    Hi Luis, sorry I was not very precise about it... When you install the new files from the repository, you should have new placeholders for the invoice available. So if you open Settings -> Administration Open -> Invoice Layout -> and try to change a text element you should have three new placeholders available Regards Thomas

  • Thomas Sparber Thomas Sparber posted a comment on ticket #11

    Hi Luis, I am happy to hear that you like SalonERP - thanks! :-) I am also very happy that you showed me something which is missing in SalonERP so I can improve it. Adding the customer name, adress etc. was not possible. I just created a new commit, so if you download the master repository and replace the files in your installation, you should be able to add the customer name, address and phone number. Please let me know if you need any further help. Regards Thomas

  • Thomas Sparber Thomas Sparber modified a wiki page

    Configuration

  • Thomas Sparber Thomas Sparber posted a comment on ticket #9

    Hi nuphan, unfortunately deleting is a bit a complicated process... It also has legal issues, just think if you have created an invoice for customer X and you delete customer X. What happens with that invoice? It is illegal to delete an invoice. Also what about the invoice number? Should it be decreased again? The same is valid for employees. Employees have appointments and appointments (can) have invoices... you see The only thing I could think of is to hide certain customers or employees but at...

  • Thomas Sparber Thomas Sparber posted a comment on ticket #8

    Hi nuphan, good to hear that it's working for you now. Unfortunately the size of the calendar is not configurable at the moment... What you can do is to set the number of calendars per line in the settings. The setting is called "Calendars per Row" If you really need to change the size of the calendars you can change the code. you can find it in js/salonerp.js, line 2212. Just change "800px" to a value you need Regards Thomas

  • Thomas Sparber Thomas Sparber posted a comment on ticket #7

    Hi! Yes you are right - that't a bug I wanted to fix some time ago. Thanks for reminding. Its fixed now. You need to update the following files in your local installation: invoice.php js/salonerp.js js/salonerp.js.map php/languages/english.php php/languages/german.php php/languages/spanish.php Regards Thomas

  • Thomas Sparber Thomas Sparber posted a comment on ticket #7

    I am glad to hear this. Ok I will have a look why the logo upload doesn't work, in the meantime, you can manually replace the file media/logo.png :-) Viewing all employees within one calendar is unfortunately not possible without a modification. If you have any further problems, just let me know, but I can't guarantee any SLA or such, because this is an open source software. Best Regards Thomas

  • Thomas Sparber Thomas Sparber posted a comment on ticket #7

    Hi Veerendra, thank you very much for reporting the bug. I am very happy to hear that you like my software! :-) The invoices bug should be fixed now, you just need to download the file customizations/cutomizations.php (https://sourceforge.net/p/salonerp/code/ci/master/tree/customizations/customizations.php?format=raw) and replace it in your local installation. For the scrolling issues i will need some more time to investigate, but I will let you know once I have found the error. But as far as I know,...

  • Thomas Sparber Thomas Sparber posted a comment on ticket #6

    In order to log out you need to unset the php session variable and the cookie "salonerp-id". The currently logged in user is not available at the moment because there exists only one user so retrieving the user name is a bit diffficult right now...

  • Thomas Sparber Thomas Sparber posted a comment on ticket #6

    Hi Mario, nice that you like it :-) In SalonERP, a product and a treatment/service is the same. If your wife wants to sell shampoo, she can add it as an additional product when creating the invoice, e.g. Service to Customer has finished Customer wants to pay Your wife clicks the event in the calendar and "pay" In that window she can add the additional product "shampoo" Create invoice for the service AND the shampoo together This is the workflow how it is currently done in SalonERP. If your wife is...

  • Thomas Sparber Thomas Sparber posted a comment on ticket #6

    ...you can set it in the settings of course... i forgot to say

  • Thomas Sparber Thomas Sparber posted a comment on ticket #6

    Hi Mario, it's finished. Now you can download the latest source code and overwrite the files on your server. Then after refreshing the page you can set the amount of calendars per row. You can set it to 2. Please let me know if it works Regards Thomas

  • Thomas Sparber Thomas Sparber posted a comment on ticket #6

    OK I will have a look... Would it also be ok if you could choose between "horizontal" and "vertical view"? So all calendards side by side or all calendars top of bottom

  • Thomas Sparber Thomas Sparber posted a comment on ticket #6

    Unfortunately this is not possible at the moment without a big modification. Is it very important for you? If yes, I can try to implement it.

  • Thomas Sparber Thomas Sparber posted a comment on ticket #6

    Hi Mario, attached is a snapshot which all files you need to run salonerp. At already contains the new fields for the employees. Please note that you need to have the php ans sessions folder to be writable by the web server as it is described in the documentation! If you are using sqlite, you also need to have the root folder writable! Best Regards Thomas

  • Thomas Sparber Thomas Sparber posted a comment on ticket #6

    Perfect, yes correct. Then you need to run "composer install" in the directory where you uploaded the files. That's it, then you just need to open the salonERP page and follow the instructions. If you can't run "composer install" then I can send you the required files also...

  • Thomas Sparber Thomas Sparber posted a comment on ticket #6

    Upgrading is not easy from 2.1.0 to the new version... I would do a new installation. If this is not possible for you, then you need to change version 2.1.0

  • Thomas Sparber Thomas Sparber modified a comment on ticket #6

    Yes I know, but currently I'm working on a new version which can't be found in the downloads, but in the "Code". If you could upgrade to this version, it would be easiest. If not, this is what you need to change: Change the database model to add your fields backend.php:198 + 235 + 305 config/sql.php:382 + 401 + 430 index.php:304 + 365 js/window.js:617 + 618 + 629 + 632 + 635 + 1022 + 1028 I think that's it... But as I said, if you can upgrade to the very newest version it will be much easier, because...

  • Thomas Sparber Thomas Sparber posted a comment on ticket #6

    Yes I know, but currently I'm working on a new version which can't be found in the downloads, but in the "Code". If you could upgrade to this version, it would be easiest. If not, this is what you need to change: Change the database model to add your fields backend.php:198 + 235 + 305 config/sql.php:382 + 401 + 430 index.php:304 + 365 * js/window.js:617 + 618 + 629 + 632 + 635 + 1022 + 1028 I think that's it... But as I said, if you can upgrade to the very newest version it will be much easier, because...

  • Thomas Sparber Thomas Sparber posted a comment on ticket #6

    Hi Mario, are you using SalonERP already in a productive environment? Or can you do an upgrade to the very latest version? Because in version 2.1.0 it is a bit more difficult that in the current release... Regards Thomas

  • Thomas Sparber Thomas Sparber posted a comment on ticket #5

    Hi Duhowpi, thank you very much for your effort! The new language file is added to the project

  • Thomas Sparber Thomas Sparber modified ticket #1

    Reports not working properly

  • Thomas Sparber Thomas Sparber posted a comment on ticket #4

    Hi Angel, nice to hear that it works and you like it! :-) Theoretically it would be possible to add a google calendar synchronization but I think it's a bit difficult, because a google calendar event does not contain a reference to a customer and a product. Instead there is just a text field where you can put whatever you want. So a synchronization might be a bit difficult to achieve! But thanks for your suggestion, I will keep this in mind :-)

  • Thomas Sparber Thomas Sparber modified a wiki page

    Configuration

  • Thomas Sparber Thomas Sparber modified a wiki page

    Configuration

  • Thomas Sparber Thomas Sparber posted a comment on ticket #3

    Hi Marcus, thanks for your interest in my software! You can already do many things...

  • Thomas Sparber Thomas Sparber posted a comment on ticket #1

    Great!! Thanks

  • Thomas Sparber Thomas Sparber posted a comment on ticket #1

    Hi Taras, thanks for your answer! If the Manual Installation is part of your Consulting...

  • Thomas Sparber Thomas Sparber created ticket #1

    Install guide

  • Thomas Sparber Thomas Sparber modified a wiki page

    Working with SalonERP

  • Thomas Sparber Thomas Sparber created a wiki page

    Working with SalonERP

  • Thomas Sparber Thomas Sparber modified a wiki page

    Home

  • Thomas Sparber Thomas Sparber posted a comment on ticket #1

    Hi Chrishan, the error should now be fixed. If a Report contains no data it is now...

  • Thomas Sparber Thomas Sparber posted a comment on ticket #1

    Hi Chrishan, normally this means that there are no data for the Report. The error...

  • Thomas Sparber Thomas Sparber modified a wiki page

    Home

  • Thomas Sparber Thomas Sparber modified a wiki page

    Home

  • Thomas Sparber Thomas Sparber modified a wiki page

    Home

  • Thomas Sparber Thomas Sparber modified a wiki page

    Home

  • Thomas Sparber Thomas Sparber created a wiki page

    Configuration

  • Thomas Sparber Thomas Sparber modified a wiki page

    Installation

  • Thomas Sparber Thomas Sparber created a wiki page

    Installation

  • Thomas Sparber Thomas Sparber modified a wiki page

    Requirements

  • Thomas Sparber Thomas Sparber modified a wiki page

    Home

  • Thomas Sparber Thomas Sparber renamed a wiki page

    Requirements

  • Thomas Sparber Thomas Sparber renamed a wiki page

    reInstallation

  • Thomas Sparber Thomas Sparber created a wiki page

    Installation

  • Thomas Sparber Thomas Sparber modified a wiki page

    Home

  • Thomas Sparber Thomas Sparber modified a wiki page

    Home

  • Thomas Sparber Thomas Sparber modified a wiki page

    Home

  • Thomas Sparber Thomas Sparber modified a wiki page

    Home

  • Thomas Sparber Thomas Sparber modified a wiki page

    Introduction

  • Thomas Sparber Thomas Sparber created a wiki page

    Introduction

  • Thomas Sparber Thomas Sparber posted a comment on ticket #428

    Hi Irrlicht Group, I could solve the problem now partially. In my opinion it has...

  • Thomas Sparber Thomas Sparber created ticket #428

    Fatal error, could not get visual.

1
MongoDB Logo MongoDB