Results 1 to 10 of 101

Hybrid View

  1. #1
    Join Date
    Jan 2005
    Location
    Tennessee
    Posts
    1,128
    Plugin Contributions
    0

    Default Re: Bookkeeping module

    I guess the first half of the second bullet is not necessary. Because the code will be available as a module.

  2. #2
    Join Date
    Apr 2006
    Location
    Phoenix, AZ
    Posts
    85
    Plugin Contributions
    1

    Idea or Suggestion Re: Bookkeeping module

    Stagebrace,

    I am not good at cracking software, so the best I could do is try to find some security information for you about writing in java. I understand that java is best secured by making the AGENT who receives transmission as specific as possible.

    IBM has developed a much broader agent implementation they call aglets. Information can be found at www.trl.ibm.com/aglets, and the project has recently been released as open source (see www.aglets.org).

    I found this information on a very good sight discussing how to go about writing a good POS software.

    http://www.onjava.com/pub/a/onjava/2...os.html?page=2

  3. #3
    Join Date
    Apr 2006
    Location
    Phoenix, AZ
    Posts
    85
    Plugin Contributions
    1

    Default Re: Bookkeeping module

    FYI ...

    This may be very helpful... I have been looking for other java based open source POS projects that may have been started to integrated into zencart.

    Apparently, there appears to be a good one that was started by a guy in 1995. The software was integrated into java as soon as it was good enough to incorporate. It has slowly been upgraded with technology over the years. You may want to check out these links. It would be a whole lot easier to merge 10 years of good work than start from scratch.

    The interface also looks very nice.

    http://www.open-mag.com/features/Vol...S/mercator.htm

    http://sourceforge.net/projects/freemercator

    http://sourceforge.net/projects/mercator

    Let me know what you think...

  4. #4
    Join Date
    Jan 2005
    Location
    Tennessee
    Posts
    1,128
    Plugin Contributions
    0

    Default Re: Bookkeeping module

    Reading from the database now.
    Copy the folder "bookkeeping" into <your admin folder name>
    example: www.somewhere.com/store/<your admin folder name>/bookkeeping
    Then point your URL to the same as the example above and cycle through your customers using the form.

    The current program requires you to have SSL at your domain. Not shared. This will get changed later.

    Your comments please!
    Last edited by stagebrace; 24 May 2010 at 07:01 PM.

  5. #5
    Join Date
    Jan 2005
    Location
    Tennessee
    Posts
    1,128
    Plugin Contributions
    0

    Default Re: Bookkeeping module

    Java and JavaScript are not compatible.

  6. #6
    Join Date
    Apr 2006
    Location
    Phoenix, AZ
    Posts
    85
    Plugin Contributions
    1

    Default Re: Bookkeeping module

    The number system seems to work fine for selecting, but I do get an error shown bellow.
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/beilana/public_html/cataloged/-----/bookkeeping/index.php on line

    Am I supposed to give greater access to the file once ssl is in place? I imagine that the error is due to the fact that I can not sellect a customer because it is not seeing my database. Or is it?

  7. #7
    Join Date
    Jan 2005
    Location
    Tennessee
    Posts
    1,128
    Plugin Contributions
    0

    Default Re: Bookkeeping module

    Working on some SSL issues.
    Please try again.
    Last edited by stagebrace; 24 May 2010 at 07:01 PM.

  8. #8
    Join Date
    Jan 2005
    Location
    Tennessee
    Posts
    1,128
    Plugin Contributions
    0

    Default Re: Bookkeeping module

    Update
    • Forces SSL if its set to be used in configure.php
    • Added "@" to all mysql functions. (don't understand what it does, but it fixed no connect issues)
    • Makes the bookkeeping table `bk_expenses` if it has not been made already. (No SQL to upload by the user. The table may change soon to accept encrypted data)
    • Shows some customer data for an order number.
    • Saves order number as cookie (its the safest way to pass a JavaScript variable to a PHP variable)


    Working on
    1. Log in
    2. browser and server based AES encryption based on Log in
    3. Re add display for product sold for an order number
    4. Re add form for expense per order (with add a row button)
    5. Save expense form data after encryption.
    Last edited by stagebrace; 24 May 2010 at 07:01 PM.

 

 

Similar Threads

  1. Online bookkeeping?
    By amram in forum Managing Customers and Orders
    Replies: 0
    Last Post: 14 Nov 2010, 01:42 PM
  2. Create a new module for International Checkout payment module
    By icecold in forum Addon Payment Modules
    Replies: 63
    Last Post: 27 Apr 2010, 03:04 AM
  3. Developing an Intabill Module by adapting from the Nochex APC Module?
    By haostaff in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 20 Oct 2008, 02:13 AM
  4. Credit Card Module Strange behavior.... using Edit Orders module
    By FrenchFrog in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 5 Jan 2008, 06:12 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg