51
chippyash
Module: XBS Simple Accounts
  • 2007/5/14 10:36

  • chippyash

  • Friend of XOOPS

  • Posts: 501

  • Since: 2004/1/29


Modulename and version
Quote:
XBS SACC V1.0

Short description
Quote:

The Simple Accounts module (or SACC) is a building block module that is aimed at assisting XOOPS business systems developers. This module provids double entry book-keeping facilities for XOOPS based systems.

Detailed description
Quote:

Background
Many business systems (and other non-business ones) are required to account for financial value in some manner. This module is aimed at providing double entry book-keeping facilities for XOOPS business systems developers. Although it can be used by itself, that is not it's real aim.

Major Features
- Full API with documentation (phpDocumentor)
- Built on XOOPS API
- Multi organisation accounting (accounts for >1 organisation can be kept in the same system, thus once the module is installed, many applications can use it.)
- Basic on screen journal entry of accounts.
- Hierarchical accounts

SACC Manual. You will need to register to view this document. The SACC help file and API document are also available from the administration menu once the module is installed in Xoops.

Version
Quote:
1.0

Publisher
Quote:
Business Systems for Xoops

Home Page
Quote:
System Requirements
Quote:

Requires PHP version 4.1 or later.
Requires XBS CDM to be installed first

Screenshot links
Quote:
No screenshot but you can view the user side screens athttp://xoobs.net once you've registered



52
chippyash
Module: XBS Code Data Management
  • 2007/5/14 10:28

  • chippyash

  • Friend of XOOPS

  • Posts: 501

  • Since: 2004/1/29


Modulename and version
Quote:
XBS CDM V1.52

Short description
Quote:

The Code Data Management module (or CDM) is a building block module that is aimed at assisting XOOPS business systems developers. It provides central management of core codes used by many applications.

Detailed description
Quote:

Background

Most business systems (and many non-business ones) rely on codes to codify data in their databases. You can think of common ones such as country codes, currency codes etc. This is such a common task that a way of handling all code requirements within a set of applications that make up a business system is seen as desirable and efficient. In large organisations a function of IT may be to maintain a core set of codes used by the rest of the organisation so that strict integrity can be maintained between different applications. It does not make sense for two applications wanting to use currency codes for instance to use two different sets which may or may not be the same sets.

Thus CDM was born.

Major Features
- Full API with documentation (phpDocumentor)
- Provides central code management
- Built on XOOPS API
- Provided with data sets for country, currency and languages

CDM Manual. You will need to register to view this document. The CDM help file and API document are also available from the administration menu once the module is installed in Xoops.

Version
Quote:
1.52

Publisher
Quote:
Business Systems for Xoops

Home Page
Quote:
System Requirements
Quote:

Requires PHP version 4.1 or later.

Screenshot links
Quote:
No screenshot but you can view the user side screens athttp://xoobs.net once you've registered



53
chippyash
Re: Repository: A list of modules
  • 2007/5/13 16:35

  • chippyash

  • Friend of XOOPS

  • Posts: 501

  • Since: 2004/1/29


Quote:
Perhaps, as the module author, you would begin the process by submitting descriptions of each of these modules


I rather thought I might



54
chippyash
Re: Repository: A list of modules
  • 2007/5/13 7:09

  • chippyash

  • Friend of XOOPS

  • Posts: 501

  • Since: 2004/1/29


Please add to modules list:

XBS MetaTags (Meta Keyword generator)
XBS Modgen (Xoops Module Generator)
XBS VAT (VAT Number checker)
XBS CDM (Code Data Management)
XBS SACC (Simple Accounts backend)



55
chippyash
Re: Contact module ??

Quote:
I did ask the site owner for a copy of the (hacked) Liaise module, no reply as yet.


I'm not releasing a hacked copy of Liaise because I then get embroiled in maintaining that version. Been there before and bought the tee-shirt I'm rather hoping that someone can convince the Liaise developers at brandycoke to include teh technology in the mainstream build.



56
chippyash
Re: Contact module ??
  • 2007/5/7 14:40

  • chippyash

  • Friend of XOOPS

  • Posts: 501

  • Since: 2004/1/29


Liaise and Securityimage works on XOOPS 2.0.16 - seehttp://valentinewalton.co.uk amongst other sites. I got it working by following my own instructions, previously posted on this website. See HERE

You could have found this by searching for liaise AND securityimage

As for securityimage only being Beta. If you wait for it to get to 'final' you could be in for a long wait. Get on and use it it is my best advice.



57
chippyash
Re: Contact module ??
  • 2007/5/7 10:58

  • chippyash

  • Friend of XOOPS

  • Posts: 501

  • Since: 2004/1/29


Do a search on thi ssite. There are threads dealing with how to hack Liaise to use the securityimage module



58
chippyash
Re: Inventory/Asset Management module
  • 2007/5/7 10:55

  • chippyash

  • Friend of XOOPS

  • Posts: 501

  • Since: 2004/1/29


Not as far as I know.

You are venturing into the realms of ERP and CRM which XOOPS is not particularly strong on (or at least in the open source community anyway). I suspect there are those of us who'd be more than happy to develop a commercial application to meet your needs



59
chippyash
Re: Contact module ??
  • 2007/4/23 5:15

  • chippyash

  • Friend of XOOPS

  • Posts: 501

  • Since: 2004/1/29


A suitably hacked (to include DuGris' SecurityImage) Liaise is running just fine onhttp://valentinewalton.co.uk. a 2.0.16 site. Search the forums here to details on how to hack liaise for this.

You define which XOOPS group to send the email to when when you set up the form. So if you want to send a sales enquiry to the sales manager, create a 'sales' group, add the manager id and select the group when you create/edit your form.



60
chippyash
Re: Mobile XOOPS
  • 2007/4/20 5:58

  • chippyash

  • Friend of XOOPS

  • Posts: 501

  • Since: 2004/1/29


Quote:
<link rel="stylesheet" href="css/mainstylesheet.css" media="handheld" />


That means hardcoding into the theme.html file. Actually what is in there is

Quote:
<link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_themecss}>" />


The XOOPS theme mechanism picks up what theme is applicable from the database which is then displayed, dragging in all the style sheets it requires. The problem is that the theme.html defines the basic layout of the page. For PDA display, multi columns generally don't work so you need a different theme.html file for them. Therefore (unless someone can write something really clever using style sheets), just applying a different style sheet is unlikely to work, (my understanding is that style sheets deal primarily with page *decoration* not layout.)




TopTop
« 1 ... 3 4 5 (6) 7 8 9 ... 27 »



Login

Who's Online

208 user(s) are online (149 user(s) are browsing Support Forums)


Members: 0


Guests: 208


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits