https://github.com/grimen/invoicesystem2spcs
A fully functional C# implementation of a generic database-to-SPCS export of invoices, customers, projects, units, etc from an existing database to Visma SPCS Admin 1000/2000. An old project of mine used in a couple of projects, but solving a quite painful issue so why not put it out as open source.
https://github.com/grimen/invoicesystem2spcs
Last synced: 11 months ago
JSON representation
A fully functional C# implementation of a generic database-to-SPCS export of invoices, customers, projects, units, etc from an existing database to Visma SPCS Admin 1000/2000. An old project of mine used in a couple of projects, but solving a quite painful issue so why not put it out as open source.
- Host: GitHub
- URL: https://github.com/grimen/invoicesystem2spcs
- Owner: grimen
- License: mit
- Created: 2009-04-22T01:00:57.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2009-04-22T01:07:20.000Z (about 17 years ago)
- Last Synced: 2025-05-03T19:39:01.353Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 109 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: MIT-LICENSE
Awesome Lists containing this project
README
---------------------------------
InvoiceSystem2SPCS
---------------------------------
SUMMARY:
A fully functional C# implementation of a generic database-to-SPCS export of invoices, customers, projects, units, etc from an existing database to Visma SPCS Admin 1000/2000. Quite efficient; managed to export 15,000 invoices (with data such as projects/customers/units) within a minute.
REQUIREMENTS:
In path: "C:\Windows\System32\"
SPCS-libraries:
* Adk.dll (from Visma SPCS 1000/2000 Development Kit)
From thi implementation:
* SPCS.dll
* InvoiceSystem2SPCSBridge.dll
* InvoiceSystem.dll
NOTES:
* No unit/functional testing, but basic sample programs testing with dummy data, but it should very well.
* Code contains instructions to COM-enable the libraries for use with older versions of ASP, but never tested this thoroughly - *should* work.